1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-01 08:17:38 +00:00
emacs/lispref
2005-02-06 11:24:11 +00:00
..
.arch-inventory
.gitignore
abbrevs.texi
advice.texi (Simple Advice): Clarify what job the example does. 2004-10-27 14:54:18 +00:00
anti.texi
back.texi
backups.texi
book-spine.texinfo
buffers.texi (Buffer Names): Clarify generate-new-buffer-name. 2005-02-03 06:56:24 +00:00
calendar.texi
ChangeLog *** empty log message *** 2005-02-06 11:24:11 +00:00
commands.texi (Misc Events): Remove stray space. 2005-02-03 06:57:22 +00:00
compile.texi
configure
configure.in
control.texi
customize.texi (Type Keywords): Uncomment the xref to the help-echo property documentation. 2005-01-29 13:55:46 +00:00
debugging.texi (Function Debugging, Explicit Debug): Clarified. 2004-11-16 17:26:18 +00:00
display.texi (Overlay Properties): Fix the index entry for help-echo overlay property. 2005-01-29 13:58:04 +00:00
doclicense.texi
edebug.texi (Printing in Edebug): Fix edebug-print-circle. 2005-02-03 06:58:38 +00:00
elisp-covers.texi
elisp.texi (Top): Fix previous change. 2004-12-28 12:35:06 +00:00
errors.texi
eval.texi
files.texi (File Locks): Not supported on MS systems. 2005-02-03 07:01:04 +00:00
frames.texi (Color Names): Add pointer to the X docs about RGB 2005-02-05 13:19:39 +00:00
front-cover-1.texi
functions.texi
gpl.texi
hash.texi
help.texi
hooks.texi
index.texi
internals.texi
intro.texi (Printing Notation): Fix previous change. 2004-11-25 03:13:01 +00:00
keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses command remapping. 2005-01-17 02:44:58 +00:00
lay-flat.texi
lists.texi
loading.texi (Loading): Fix previous change. 2004-12-28 12:34:26 +00:00
locals.texi (Standard Buffer-Local Variables): Fix xref for 2004-12-10 23:58:34 +00:00
macros.texi (Argument Evaluation): Fix 1st `for' expansion example. 2004-11-21 02:22:12 +00:00
Makefile.in (MAKEINFO): Specify --force. 2004-12-27 19:57:21 +00:00
makefile.w32-in (elisp): Change order of arguments to makeinfo. 2004-10-19 21:39:28 +00:00
maps.texi
markers.texi
minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in read-from-minibuffer. 2004-11-20 22:08:39 +00:00
mkinstalldirs
modes.texi (Major Mode Conventions): Mention "system abbrevs". 2005-02-06 10:49:35 +00:00
nonascii.texi
numbers.texi (Comparison of Numbers): Add eql. 2004-11-25 03:14:35 +00:00
objects.texi
os.texi (Timers): Clarify previous change. 2005-01-06 17:44:04 +00:00
positions.texi (Character Motion): Mention default arg for forward-char. 2005-02-06 10:54:05 +00:00
processes.texi (Synchronous Processes): Grammar fix. 2004-11-25 03:15:19 +00:00
README
searching.texi (Regexp Search): Rename that to search-spaces-regexp. 2004-11-20 14:06:54 +00:00
sequences.texi
spellfile
streams.texi (Output Functions): Fix print example. 2004-11-21 00:32:33 +00:00
strings.texi (Modifying Strings): clear-string can make unibyte. 2005-02-06 10:58:01 +00:00
symbols.texi (Other Plists): Note that plist-get may signal error. 2004-11-15 15:19:48 +00:00
syntax.texi *** empty log message *** 2004-11-22 13:17:56 +00:00
text.texi (Margins): fill-nobreak-predicate can be one function. 2005-02-06 11:02:29 +00:00
tindex.pl
tips.texi (Coding Conventions): Fix typo. 2004-11-19 15:20:32 +00:00
two-volume-cross-refs.txt
two.el
variables.texi
vol1.texi
vol2.texi
windows.texi (Basic Windows): Add cursor-in-non-selected-windows. Clarify. 2005-02-03 07:19:07 +00:00

README for Edition 2.8 of the Emacs Lisp Reference Manual.

* This directory contains the texinfo source files for the Reference
Manual, make-permuted-index, and the latest version of texinfo.tex,
which handles forms that cannot be handled by the older versions of
texinfo.tex.

* Report Lisp Manual bugs to bug-lisp-manual@gnu.org.  We don't read
these bug reports until it's time for a new edition.  To report other
Emacs bugs, use bug-gnu-emacs@gnu.org.  To ask questions, use the
newsgroup gnu.emacs.help.

* The Emacs Lisp Reference Manual is quite large.  It totals around
980 pages in smallbook format; the info files total almost
2.5 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.
For info, send mail to gnu@gnu.org or phone 617-542-5942.  Buying a
manual from the Free Software Foundation helps support our GNU
development work.

** This distribution contains a Makefile that you can use with GNU Make.
Otherwise, here are detailed instructions:

** HARDCOPY: A copy of the version of `texinfo.tex' that formats this
manual is included in this distribution.

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.

To create a DVI file with a sorted index, execute the following
commands in the shell:

% ./configure
% make index.texi
% make elisp.dvi

*** To create a DVI file with a permuted index, you may experiment
with `make-permuted-index'.

** To make an Info file, you need to install Texinfo, then run
`./configure' and `make info'.  To install the Info files, run
`make install'.