1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-09 08:21:30 -07:00
emacs/lispref
2004-06-24 23:34:10 +00:00
..
.arch-inventory Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-401 2004-06-12 04:51:11 +00:00
.gitignore
abbrevs.texi
advice.texi
anti.texi
back.texi
backups.texi Reposition @anchor's. 2004-06-23 16:40:04 +00:00
book-spine.texinfo
buffers.texi Reposition @anchor's. 2004-06-23 16:40:04 +00:00
calendar.texi
ChangeLog *** empty log message *** 2004-06-24 23:34:10 +00:00
commands.texi (Misc Events): Describe usr1-signal, usr2-signal event. 2004-06-24 23:08:31 +00:00
compile.texi Minor cleanups. 2004-05-22 21:58:24 +00:00
configure
configure.in
control.texi Reposition @anchor's. 2004-06-23 16:40:04 +00:00
customize.texi (Variable Definitions): Note about doc strings and :set. 2004-06-24 20:17:34 +00:00
debugging.texi
display.texi (Invisible Text): Setting buffer-invisibility-spec makes it buffer-local. 2004-06-24 20:13:57 +00:00
doclicense.texi
edebug.texi
elisp-covers.texi
elisp.texi
errors.texi
eval.texi Reposition @anchor's. 2004-06-23 16:40:04 +00:00
files.texi (Saving Buffers): Correct previous change. 2004-06-24 20:08:20 +00:00
frames.texi Reposition @anchor's. 2004-06-23 16:40:04 +00:00
front-cover-1.texi
functions.texi Reposition @anchor's. 2004-06-23 16:40:04 +00:00
gpl.texi
hash.texi Reposition @anchor's. 2004-06-23 16:40:04 +00:00
help.texi Various small changes in addition to the following. 2004-06-23 16:12:07 +00:00
hooks.texi Add desktop-after-read-hook, desktop-no-desktop-file-hook and desktop-save-hook. 2004-05-07 18:03:36 +00:00
index.texi
internals.texi
intro.texi
keymaps.texi (Keymap Terminology): Document `kbd'. 2004-06-24 20:16:02 +00:00
lay-flat.texi
lists.texi Reposition @anchor's. 2004-06-23 16:40:04 +00:00
loading.texi Reposition @anchor's. 2004-06-23 16:40:04 +00:00
locals.texi Add desktop-save-buffer. 2004-05-07 18:02:50 +00:00
macros.texi Reposition @anchor's. 2004-06-23 16:40:04 +00:00
Makefile.in Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-396 2004-06-11 02:39:51 +00:00
makefile.w32-in Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-396 2004-06-11 02:39:51 +00:00
maps.texi
markers.texi
minibuf.texi Change position of @anchor's. Add anchor. 2004-06-23 16:20:08 +00:00
mkinstalldirs
modes.texi (Minor Mode Conventions): (-) has no special meaning 2004-05-29 15:41:06 +00:00
nonascii.texi
numbers.texi
objects.texi
os.texi
positions.texi
processes.texi Reposition @anchor's. 2004-06-23 16:40:04 +00:00
README
searching.texi (Regexp Special): Nested repetition can be infloop. 2004-05-22 22:05:57 +00:00
sequences.texi
spellfile
streams.texi (Output Variables): Doc float-output-format. 2004-05-22 22:07:39 +00:00
strings.texi
symbols.texi Reposition @anchor's. 2004-06-23 16:40:04 +00:00
syntax.texi (Syntax Class Table): Word syntax not just for English. 2004-05-22 22:08:36 +00:00
text.texi
tindex.pl
tips.texi
two-volume-cross-refs.txt
two.el
variables.texi Reposition @anchor's. 2004-06-23 16:40:04 +00:00
vol1.texi
vol2.texi
windows.texi

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'.