1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00
emacs/lispref
1994-05-05 07:21:27 +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 entered into RCS 1994-05-05 06:49:43 +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 entered into RCS 1994-04-30 01:38:51 +00:00
control.texi *** empty log message *** 1994-05-05 07:21:27 +00:00
debugging.texi entered into RCS 1994-05-05 06:49:43 +00:00
display.texi *** empty log message *** 1994-04-24 21:47:17 +00:00
edebug.texi *** empty log message *** 1994-05-01 09:17:11 +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 *** empty log message *** 1994-05-05 07:21:27 +00:00
errors.texi Initial revision 1993-05-19 15:21:44 +00:00
eval.texi entered into RCS 1994-04-26 22:21:24 +00:00
files.texi *** empty log message *** 1994-04-25 01:13:27 +00:00
frames.texi *** empty log message *** 1994-04-28 18:52:49 +00:00
front-cover-1.texi Initial revision 1993-06-08 20:59:11 +00:00
functions.texi entered into RCS 1994-04-29 10:07:31 +00:00
help.texi entered into RCS 1994-05-01 19:35:40 +00:00
hooks.texi *** empty log message *** 1994-04-10 00:23:58 +00:00
internals.texi *** empty log message *** 1994-04-24 21:47:17 +00:00
intro.texi entered into RCS 1994-04-26 19:28:47 +00:00
keymaps.texi *** empty log message *** 1994-05-01 09:17:11 +00:00
lists.texi *** empty log message *** 1994-05-05 07:21:27 +00:00
loading.texi entered into RCS 1994-04-30 01:38:51 +00:00
locals.texi Initial revision 1994-04-24 21:32:06 +00:00
macros.texi *** empty log message *** 1994-04-29 10:16:53 +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 *** empty log message *** 1994-05-05 07:21:27 +00:00
modes.texi *** empty log message *** 1994-05-01 19:27:09 +00:00
numbers.texi *** empty log message *** 1994-04-26 20:24:51 +00:00
objects.texi *** empty log message *** 1994-05-05 07:21:27 +00:00
os.texi *** empty log message *** 1994-05-02 18:14:01 +00:00
positions.texi *** empty log message *** 1994-04-24 21:47:17 +00:00
processes.texi *** empty log message *** 1994-04-26 20:24:51 +00:00
README entered into RCS 1994-03-21 07:47:05 +00:00
searching.texi *** empty log message *** 1994-04-24 21:47:17 +00:00
sequences.texi entered into RCS 1994-04-26 22:21:24 +00:00
streams.texi entered into RCS 1994-04-30 05:04:27 +00:00
strings.texi *** empty log message *** 1994-04-17 23:15:41 +00:00
symbols.texi *** empty log message *** 1994-04-26 22:08:09 +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 *** empty log message *** 1994-04-19 01:27:51 +00:00
variables.texi *** empty log message *** 1994-04-29 10:16:53 +00:00
windows.texi *** empty log message *** 1994-04-24 10:21:01 +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.