1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
emacs/lispref
2002-07-15 15:50:20 +00:00
..
.gitignore
abbrevs.texi
advice.texi
anti.texi
back.texi
backups.texi
book-spine.texinfo
buffers.texi Fix the xref for sending SIGHUP. 2002-04-02 21:20:43 +00:00
calendar.texi
ChangeLog (Display Feature Testing): Fix typo. 2002-06-17 15:27:50 +00:00
commands.texi (Quitting): Add an index entry containing the word ``interrupt''. 2002-05-08 17:59:04 +00:00
compile.texi
configure
configure.in
control.texi Clarify what signalling an error means. 2002-05-12 17:04:51 +00:00
customize.texi (Type Keywords): Minor corrections and cleanups. 2002-03-25 00:43:10 +00:00
debugging.texi
display.texi defimage does not evaluate SPECS. 2002-07-12 23:30:17 +00:00
doclicense.texi
edebug.texi Explain use of `declare'. 2002-04-19 00:17:47 +00:00
elisp-covers.texi
elisp.texi Mention that README has the version number. 2002-03-28 18:28:52 +00:00
errors.texi
eval.texi
files.texi *** empty log message *** 2002-06-23 22:15:43 +00:00
frames.texi (Display Feature Testing): Fix typo. 2002-06-17 15:27:50 +00:00
front-cover-1.texi
functions.texi
gpl.texi
hash.texi
help.texi
hooks.texi *** empty log message *** 2002-06-23 22:15:43 +00:00
index.perm
index.unperm
internals.texi
intro.texi
keymaps.texi
lay-flat.texi
lists.texi
loading.texi *** empty log message *** 2002-06-23 22:15:43 +00:00
locals.texi *** empty log message *** 2002-06-23 22:15:43 +00:00
macros.texi
Makefile.in
maps.texi
markers.texi Document binding `deactivate-mark' around something that modifies the 2002-07-12 23:31:02 +00:00
minibuf.texi Fix typo. 2002-03-31 16:43:51 +00:00
mkinstalldirs
modes.texi (Precalcuated Fontification): Note how to use `font-lock-core-only'. 2002-06-09 00:43:09 +00:00
nonascii.texi (Converting Representations): Update the description of what 2002-06-05 17:52:03 +00:00
numbers.texi
objects.texi (Symbol Type): Use colon' in index entries instead of :' only in Info. 2002-03-22 13:41:46 +00:00
os.texi Add x-*-keysym. 2002-07-07 22:28:27 +00:00
permute-index
positions.texi
processes.texi Move the node Query Before Exit down. 2002-07-12 23:32:14 +00:00
README Fix version number. 2002-03-28 18:29:02 +00:00
searching.texi Clarify how replace-match does case conversion. 2002-05-04 06:33:47 +00:00
sequences.texi
spellfile
streams.texi
strings.texi
symbols.texi
syntax.texi (Parsing Expressions): Give definition of sexp in terms of syntax classes. 2002-06-21 10:01:58 +00:00
text.texi Delete "new in Emacs 21" note. 2002-06-11 19:28:20 +00:00
tindex.pl
tips.texi Clarify which letters in C-c LETTER are reserved for users. 2002-04-22 07:52:50 +00:00
two-volume-cross-refs.txt
two.el
variables.texi Document third argument of defvaralias. 2002-07-15 15:50:20 +00:00
vol1.texi
vol2.texi
windows.texi Explain why set-window-hscroll may appear to fail to work. 2002-06-08 18:33:56 +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 elisp'.  To install the Info files, run
`make install'.