1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-09 15:50:21 +00:00
emacs/doc/lispref
Stefan Monnier c57008f6ef Avoid dubious uses of save-excursions.
* doc/lispref/positions.texi (Excursions): Recommend the use of
save-current-buffer if applicable.
* doc/lispref/text.texi (Clickable Text): Fix the example code which used
save-excursion in a naive way which sometimes preserves point and
sometimes not.
* doc/lispref/variables.texi (Creating Buffer-Local):
* doc/lispref/os.texi (Session Management):
* doc/lispref/display.texi (GIF Images):
* doc/lispref/control.texi (Cleanups): Use (save|with)-current-buffer.
* doc/misc/gnus.texi (Posting Styles): Use with-current-buffer.
* doc/misc/calc.texi (Defining Simple Commands): Prefer save-current-buffer.
2010-01-04 13:18:38 -05:00
..
.arch-inventory
.gitignore
abbrevs.texi * subr.el (default-mode-line-format, default-header-line-format) 2009-08-27 04:24:00 +00:00
advice.texi * advice.texi (Argument Access in Advice): Note that argument 2009-08-15 22:02:59 +00:00
anti.texi * anti.texi (Antinews): 2009-10-04 04:00:46 +00:00
back.texi Dont't hard-code texinfo location. 2009-07-09 03:06:36 +00:00
backups.texi * buffers.texi (Swapping Text): Recommend setting 2009-07-16 19:37:08 +00:00
book-spine.texinfo Bump version to 23.1.91. Regenerate AUTHORS and ldefs-boot.el. 2009-12-30 21:14:46 -05:00
buffers.texi (Swapping Text): Minor clarification. 2009-10-01 14:33:58 +00:00
ChangeLog Avoid dubious uses of save-excursions. 2010-01-04 13:18:38 -05:00
commands.texi * commands.texi (Misc Events): vindex mouse-wheel-up-event and 2009-11-26 23:57:40 +00:00
compile.texi (Speed of Byte-Code): Update example. 2009-03-12 01:52:59 +00:00
control.texi Avoid dubious uses of save-excursions. 2010-01-04 13:18:38 -05:00
customize.texi * customize.texi (Common Keywords): Add xref to Loading. 2009-08-15 17:59:40 +00:00
debugging.texi (Error Debugging): Don't mislead the reader into 2009-03-14 21:21:41 +00:00
display.texi Avoid dubious uses of save-excursions. 2010-01-04 13:18:38 -05:00
doclicense.texi Add 2009 to copyright years. 2009-01-08 05:28:46 +00:00
edebug.texi Minor re-phrasings throughout. 2009-07-15 03:09:52 +00:00
elisp-covers.texi Add 2009 to copyright years. 2009-01-08 05:28:46 +00:00
elisp.texi Bump version to 23.1.91. Regenerate AUTHORS and ldefs-boot.el. 2009-12-30 21:14:46 -05:00
errors.texi Add 2009 to copyright years. 2009-01-08 05:28:46 +00:00
eval.texi * abbrevs.texi (Abbrev Mode): abbrev-mode is an option. 2009-05-21 15:31:31 +00:00
files.texi (Magic File Names): Add @vindex file-name-handler-alist, 2009-10-16 23:33:46 +00:00
frames.texi * frames.texi (Resources): Describe inhibit-x-resources. 2009-12-25 20:04:07 +00:00
front-cover-1.texi
functions.texi (Declaring Functions): Mention that we also search for ".m" files in 2009-10-01 02:05:32 +00:00
gpl.texi
hash.texi * frames.texi (Resources): Describe inhibit-x-resources. 2009-12-25 20:04:07 +00:00
help.texi (Help Functions): Fix description of help-buffer and 2009-07-01 14:52:28 +00:00
hooks.texi A bit rusty on the alphabet. 2009-12-05 03:27:24 +00:00
index.texi
internals.texi (Building Emacs): Mention preloaded-file-list. 2009-09-22 02:24:20 +00:00
intro.texi (Version Info): Update version numbers in examples. 2009-02-21 13:45:36 +00:00
keymaps.texi * abbrevs.texi (Abbrev Mode): abbrev-mode is an option. 2009-05-21 15:31:31 +00:00
lay-flat.texi Add 2009 to copyright years. 2009-01-08 05:28:46 +00:00
lists.texi (List Elements): Copyedits. 2009-02-22 00:42:28 +00:00
loading.texi * src/lread.c (syms_of_lread): Make it clearer that these are the 2010-01-01 13:14:22 -05:00
locals.texi * hooks.texi (Standard Hooks): Add abbrev-expand-functions. 2009-05-04 23:25:38 +00:00
macros.texi * anti.texi (Antinews): 2009-10-04 04:00:46 +00:00
Makefile.in (TEXI2PDF): New. 2009-07-11 20:06:30 +00:00
makefile.w32-in Add 2009 to copyright years. 2009-01-08 05:28:46 +00:00
maps.texi (Standard Keymaps): Rename function-key-map to local-function-key-map. 2009-01-17 19:16:08 +00:00
markers.texi Clarify last change. 2009-07-15 01:29:41 +00:00
minibuf.texi * doc/emacs/misc.texi (Shell): Document async-shell-command. 2009-12-29 13:06:16 -05:00
modes.texi modes.texi (Example Major Modes): Fix indentation. (Bug#5195) 2010-01-02 22:31:41 +02:00
nonascii.texi Consistently hex notation to represent character codes. 2010-01-02 13:55:19 -05:00
numbers.texi Add 2009 to copyright years. 2009-01-08 05:28:46 +00:00
objects.texi * frames.texi (Resources): Describe inhibit-x-resources. 2009-12-25 20:04:07 +00:00
os.texi Avoid dubious uses of save-excursions. 2010-01-04 13:18:38 -05:00
positions.texi Avoid dubious uses of save-excursions. 2010-01-04 13:18:38 -05:00
processes.texi * frames.texi (Resources): Describe inhibit-x-resources. 2009-12-25 20:04:07 +00:00
README Update edition to match elisp.texi. 2009-07-09 03:07:39 +00:00
searching.texi * searching.texi (Char Classes): Note that [:upper:] and [:lower:] 2009-11-08 23:19:11 +00:00
sequences.texi (Char-Tables): Link to Property Lists node. 2009-02-22 21:17:26 +00:00
spellfile
streams.texi Fix typo. 2009-04-29 03:13:37 +00:00
strings.texi * anti.texi (Antinews): 2009-10-04 04:00:46 +00:00
symbols.texi (Property Lists): Emphasize that property lists are not restricted to symbol cells. 2009-02-22 21:56:05 +00:00
syntax.texi * syntax.texi (Position Parse): Document rationale for ignored 2009-05-20 02:56:33 +00:00
text.texi Avoid dubious uses of save-excursions. 2010-01-04 13:18:38 -05:00
tindex.pl Add 2009 to copyright years. 2009-01-08 05:28:46 +00:00
tips.texi Minor rearrangements to improve TeX line-filling. 2009-07-09 03:04:35 +00:00
two-volume-cross-refs.txt Add 2009 to copyright years. 2009-01-08 05:28:46 +00:00
two-volume.make (texinfodir): New, with location of texinfo.tex. 2009-07-09 03:03:53 +00:00
two.el Add 2009 to copyright years. 2009-01-08 05:28:46 +00:00
variables.texi Avoid dubious uses of save-excursions. 2010-01-04 13:18:38 -05:00
vol1.texi Bump version to 23.1.91. Regenerate AUTHORS and ldefs-boot.el. 2009-12-30 21:14:46 -05:00
vol2.texi Bump version to 23.1.91. Regenerate AUTHORS and ldefs-boot.el. 2009-12-30 21:14:46 -05:00
windows.texi (Size of Window): The relationship between window and frame heights is 2009-10-10 23:43:03 +00:00

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
  Free Software Foundation, Inc.
See the end of the file for license conditions.


README for Edition 3.0 of the Emacs Lisp Reference Manual.

* This directory contains the texinfo source files for the Emacs Lisp
Reference Manual.

* Report bugs in the Lisp Manual or in Emacs using M-x report-emacs-bug.
To ask questions, use the newsgroup gnu.emacs.help.

* The Emacs Lisp Reference Manual is quite large.  It totals around
1100 pages in smallbook format; the info files total around 3.0 megabytes.

* You can format this manual either for Info or for printing hardcopy
using TeX.

* You can buy nicely printed copies from the Free Software Foundation.
Buying a manual from the Free Software Foundation helps support our GNU
development work.  See <http://shop.fsf.org/>.

* The master file for formatting this manual for Tex is called
`elisp.texi'.  It contains @include commands to include all the
chapters that make up the manual.  In addition, `elisp.texi' has
the title page in a new format designed by Karl Berry, using the
@titlespec command.

* This distribution contains a Makefile that you can use with GNU Make.

** To create a DVI file with a sorted index, run `make elisp.dvi'.

** To make an Info file, you need to install Texinfo, then run `make info'.


This file is part of GNU Emacs.

GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.