1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-08 15:35:02 +00:00
emacs/lispref
2003-12-25 04:00:56 +00:00
..
.gitignore
abbrevs.texi
advice.texi
anti.texi (File Attributes): Describe removed parameter ID-FORMAT. 2003-11-21 18:24:52 +00:00
back.texi
backups.texi Replace @sc{foo} with @acronym{FOO}. 2003-11-02 06:29:59 +00:00
book-spine.texinfo
buffers.texi
calendar.texi
ChangeLog (Text Comparison): Correctly describe when two strings are `equal'. 2003-12-01 04:09:00 +00:00
commands.texi Replace all occurrences of @acronym{CAR} with @sc{car}, for 2003-12-25 03:54:16 +00:00
compile.texi
configure
configure.in
control.texi
customize.texi Replace @sc{foo} with @acronym{FOO}. 2003-11-02 06:29:59 +00:00
debugging.texi
display.texi Replace @sc{foo} with @acronym{FOO}. 2003-11-02 06:29:59 +00:00
doclicense.texi
edebug.texi
elisp-covers.texi
elisp.texi
errors.texi
eval.texi (Function Indirection): Describe the errors that `indirect-function' 2003-12-25 03:42:52 +00:00
files.texi (File Attributes): Describe new parameter ID-FORMAT. 2003-11-21 18:25:20 +00:00
frames.texi
front-cover-1.texi
functions.texi
gpl.texi
hash.texi *** empty log message *** 2003-11-11 03:59:26 +00:00
help.texi (Accessing Documentation): Add anchor. 2003-12-25 03:57:38 +00:00
hooks.texi
index.texi
internals.texi (Pure Storage): Mention that `purecopy' does not copy text properties. 2003-12-25 03:52:43 +00:00
intro.texi
keymaps.texi Replace @sc{foo} with @acronym{FOO}. 2003-11-02 06:29:59 +00:00
lay-flat.texi
lists.texi (Building Lists): `append' no longer accepts integer arguments. 2003-11-30 02:52:12 +00:00
loading.texi (How Programs Do Loading): Add anchor. 2003-12-25 03:59:14 +00:00
locals.texi
macros.texi
Makefile.in
makefile.w32-in
maps.texi
markers.texi (Overview of Markers): Mention that, if a marker is used a a position, 2003-11-21 05:04:07 +00:00
minibuf.texi
mkinstalldirs
modes.texi Replace @sc{foo} with @acronym{FOO}. 2003-11-02 06:29:59 +00:00
nonascii.texi Various small changes in addition to the following. 2003-12-25 03:34:38 +00:00
numbers.texi (Numeric Conversions): Not just floor', but also truncate', 2003-11-12 21:30:14 +00:00
objects.texi (Lisp Data Types): Mention that certain variables can only take on a 2003-12-25 03:45:43 +00:00
os.texi Replace @sc{foo} with @acronym{FOO}. 2003-11-02 06:29:59 +00:00
positions.texi (Positions): Mention that, if a marker is used a a position, its 2003-11-21 05:02:08 +00:00
processes.texi (Process Information): Add anchor. 2003-12-25 03:38:35 +00:00
README
searching.texi Replace @sc{foo} with @acronym{FOO}. 2003-11-02 06:29:59 +00:00
sequences.texi Replace @sc{foo} with @acronym{FOO}. 2003-11-02 06:29:59 +00:00
spellfile
streams.texi (Output Streams): Clarify behavior of point for marker output streams. 2003-11-07 04:17:52 +00:00
strings.texi (Text Comparison): Correctly describe when two strings are `equal'. 2003-12-01 04:09:00 +00:00
symbols.texi (Symbol Plists): Mention return value of `setplist'. 2003-11-03 20:28:47 +00:00
syntax.texi Replace @sc{foo} with @acronym{FOO}. 2003-11-02 06:29:59 +00:00
text.texi Replace @sc{foo} with @acronym{FOO}. 2003-11-02 06:29:59 +00:00
tindex.pl
tips.texi (Documentation Tips): Add anchor. 2003-12-25 04:00:56 +00:00
two-volume-cross-refs.txt
two.el
variables.texi (Variables with Restricted Values): New node. 2003-12-25 03:49:55 +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'.