1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00
emacs/lispref
1994-04-17 23:15:41 +00:00
..
abbrevs.texi Initial revision 1994-03-28 05:41:05 +00:00
anti.texi Initial revision 1994-03-16 18:30:13 +00:00
backups.texi Initial revision 1994-03-29 00:10:31 +00:00
book-spine.texinfo Initial revision 1990-11-30 03:05:00 +00:00
buffers.texi Initial revision 1994-03-29 00:10:31 +00:00
calendar.texi Initial revision 1994-03-17 19:28:09 +00:00
commands.texi *** empty log message *** 1994-03-28 20:02:03 +00:00
compile.texi *** empty log message *** 1994-03-21 17:04:32 +00:00
control.texi Initial revision 1994-03-21 17:36:52 +00:00
debugging.texi Initial revision 1994-03-28 20:21:44 +00:00
display.texi Initial revision 1994-03-30 18:36:47 +00:00
edebug.texi Initial revision 1994-03-28 20:21:44 +00:00
elisp-covers.texi Initial revision 1992-04-10 02:01:10 +00:00
elisp-vol1.texi Initial revision 1993-09-23 21:00:12 +00:00
elisp-vol2.texi Initial revision 1993-09-23 21:00:12 +00:00
elisp.texi Initial revision 1994-03-21 07:49:21 +00:00
errors.texi Initial revision 1993-05-19 15:21:44 +00:00
eval.texi Initial revision 1994-03-28 20:21:44 +00:00
files.texi Initial revision 1994-03-28 18:36:14 +00:00
frames.texi Initial revision 1994-03-27 21:24:22 +00:00
front-cover-1.texi Initial revision 1993-06-08 20:59:11 +00:00
functions.texi Initial revision 1994-03-21 22:27:20 +00:00
help.texi *** empty log message *** 1994-04-06 21:22:55 +00:00
hooks.texi *** empty log message *** 1994-04-10 00:23:58 +00:00
internals.texi Initial revision 1994-03-21 07:49:21 +00:00
intro.texi Initial revision 1994-03-21 17:36:52 +00:00
keymaps.texi Initial revision 1994-03-28 20:21:44 +00:00
lists.texi Initial revision 1994-03-28 20:21:44 +00:00
loading.texi Initial revision 1994-03-21 17:36:52 +00:00
macros.texi Initial revision 1994-03-28 20:21:44 +00:00
Makefile.in Initial revision 1994-03-28 20:21:44 +00:00
maps.texi Initial revision 1994-03-21 07:49:21 +00:00
markers.texi Initial revision 1994-03-20 23:52:27 +00:00
minibuf.texi Initial revision 1994-03-28 18:36:14 +00:00
modes.texi Initial revision 1994-03-21 07:49:21 +00:00
numbers.texi Initial revision 1994-03-24 17:24:15 +00:00
objects.texi Initial revision 1994-03-21 06:42:21 +00:00
os.texi Initial revision 1994-03-28 20:21:44 +00:00
positions.texi Initial revision 1994-03-28 05:41:05 +00:00
processes.texi Initial revision 1994-03-28 20:21:44 +00:00
README entered into RCS 1994-03-21 07:47:05 +00:00
searching.texi Initial revision 1994-03-28 05:41:05 +00:00
sequences.texi Initial revision 1994-03-16 05:25:03 +00:00
streams.texi Initial revision 1994-03-16 19:53:19 +00:00
strings.texi *** empty log message *** 1994-04-17 23:15:41 +00:00
symbols.texi Initial revision 1994-03-19 00:46:41 +00:00
syntax.texi Initial revision 1994-03-28 05:41:05 +00:00
text.texi *** empty log message *** 1994-04-10 00:23:58 +00:00
tips.texi Initial revision 1994-03-28 05:41:05 +00:00
variables.texi Initial revision 1994-03-24 17:24:15 +00:00
windows.texi Initial revision 1994-03-29 00:10:31 +00:00

README for Edition 2.3 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.  Also, it contains makeinfo.c.

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

* The Emacs Lisp Reference Manual is quite large.  It totals around
700 pages in smallbook format; the info files total almost two
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@prep.ai.mit.edu or phone 617-876-3296.
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:

% make index.texi
% make elisp.dvi

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

** INFO: A copy of makeinfo.c that will format this manual for Info is
included in this distribution.  This program is written in C and can
be used separately from Emacs.  `makeinfo' produces much better error
messages than the old `texinfo-format-buffer'.  You can run `makeinfo'
it on the `elisp.texi' file.