1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00
emacs/doc/lispref
Stefan Monnier ba83908c4b Misc fixes, and use lexical-binding in more files.
* lisp/subr.el (letrec): New macro.
(with-wrapper-hook): Move from lisp/simple.el and don't use CL.
* simple.el (with-wrapper-hook): Move with-wrapper-hook to subr.el.
* lisp/help-fns.el (help-function-arglist): Handle subroutines as well.
(describe-variable): Use special-variable-p to filter completions.
* lisp/emacs-lisp/macroexp.el (macroexpand-all-1): Don't expand `declare'
in defmacros.
* lisp/emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
Handle `declare'.
* lisp/emacs-lisp/cl.el (pushnew): Silence unfixable warning.
* lisp/emacs-lisp/cl-macs.el (defstruct, define-compiler-macro):
Mark unused arg as unused.
* lisp/emacs-lisp/byte-opt.el (byte-optimize-lapcode): Use memq.
* lisp/emacs-lisp/autoload.el (make-autoload): Don't assume the macro's
first sexp is a list.
(autoload-generate-file-autoloads): Improve error message.
* lisp/emacs-lisp/advice.el (ad-arglist): Use help-function-arglist
to understand the new byte-code arg format.
* lisp/vc/smerge-mode.el:
* lisp/vc/log-view.el:
* lisp/vc/log-edit.el:
* lisp/vc/cvs-status.el:
* lisp/uniquify.el:
* lisp/textmodes/css-mode.el:
* lisp/textmodes/bibtex-style.el:
* lisp/reveal.el:
* lisp/newcomment.el:
* lisp/emacs-lisp/smie.el:
* lisp/abbrev.el: Use lexical-binding.
* src/eval.c (Fprog1, Fprog2): Simplify and use XCDR/XCAR.
(Fdefvar): Remove redundant SYMBOLP check.
(Ffunctionp): Don't signal an error for undefined aliases.
* doc/lispref/variables.texi (Converting to Lexical Binding): New node.
2011-03-11 15:04:22 -05:00
..
.gitignore
abbrevs.texi Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
advice.texi Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
anti.texi Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
back.texi Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
backups.texi Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
book-spine.texi * doc/lispref/book-spine.texinfo: Rename to book-spine.texi. 2010-10-11 20:52:07 -07:00
buffers.texi Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
ChangeLog Misc fixes, and use lexical-binding in more files. 2011-03-11 15:04:22 -05:00
ChangeLog.trunk Merge from trunk 2011-03-06 16:22:16 -05:00
commands.texi Merge from emacs-23; up to 2010-05-26T14:19:15Z!monnier@iro.umontreal.ca. 2011-02-05 14:30:14 -08:00
compile.texi Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
control.texi Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
customize.texi Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
debugging.texi Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
display.texi Merge changes from emacs-23 branch 2011-01-31 18:54:50 -05:00
doclicense.texi Nuke arch-tags. 2011-01-15 15:16:57 -08:00
edebug.texi Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
elisp-covers.texi Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
elisp.texi Improve packaging documentation. 2011-03-06 10:54:36 -05:00
errors.texi Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
eval.texi * doc/lispref/variables.texi (Scope): Mention the availability of lexbind. 2011-03-01 00:03:24 -05:00
files.texi file-truename doc fix for bug#2341. 2011-03-03 00:10:52 -08:00
frames.texi Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
front-cover-1.texi Nuke arch-tags. 2011-01-15 15:16:57 -08:00
functions.texi Get rid of funvec. 2011-02-24 22:27:45 -05:00
gpl.texi Nuke arch-tags. 2011-01-15 15:16:57 -08:00
hash.texi Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
help.texi Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
hooks.texi Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
index.texi
internals.texi Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
intro.texi Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
keymaps.texi Merge from emacs-23; up to 2010-06-01T01:49:15Z!monnier@iro.umontreal.ca 2011-02-19 11:40:59 -08:00
lay-flat.texi Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
lists.texi Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
loading.texi Remove unnecessary manual advice about eval-after-load (Bug#7986). 2011-02-08 19:28:06 -05:00
locals.texi Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
macros.texi Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
Makefile.in Add package.texi to doc/lispref/Makefile.in. 2011-03-06 00:34:35 -05:00
makefile.w32-in Fix doc/*/makefile.w32-in according to 2011-01-23T10:22:21Z!wl@gnu.org-2011-01-23T10:38:14Z!wl@gnu.org. 2011-01-29 16:48:19 +02:00
maps.texi Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
markers.texi Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
minibuf.texi * minibuf.texi: Clarify history list discussion (Bug#8085). 2011-02-27 17:10:48 -05:00
modes.texi * modes.texi (Major Mode Conventions): Add face guidelines. 2011-02-02 15:44:19 -05:00
nonascii.texi Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
numbers.texi Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
objects.texi Get rid of funvec. 2011-02-24 22:27:45 -05:00
os.texi format-time-string now supports subsecond time stamp resolution 2011-01-31 23:23:48 -08:00
package.texi Improve packaging documentation. 2011-03-06 10:54:36 -05:00
positions.texi Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
processes.texi * processes.texi (Synchronous Processes): Minor clarification (Bug#8149). 2011-03-05 15:45:09 -05:00
README Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
searching.texi Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
sequences.texi Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
spellfile
streams.texi Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
strings.texi Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
symbols.texi Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
syntax.texi Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
text.texi Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
tindex.pl Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
tips.texi Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
two-volume-cross-refs.txt Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
two-volume.make Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
two.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
variables.texi Misc fixes, and use lexical-binding in more files. 2011-03-11 15:04:22 -05:00
vol1.texi Get rid of funvec. 2011-02-24 22:27:45 -05:00
vol2.texi Get rid of funvec. 2011-02-24 22:27:45 -05:00
windows.texi Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08: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-2011  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/>.