1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-11 09:20:51 +00:00
emacs/lispref
Chong Yidong cf052abc70 * display.texi (Other Display Specs, Image Descriptors): Image
description is a list, not a cons cell.
2006-01-29 16:59:57 +00:00
..
.arch-inventory
.gitignore
abbrevs.texi
advice.texi (Simple Advice): Update example to fit argument change in previous-line. 2006-01-13 23:25:48 +00:00
anti.texi
back.texi
backups.texi
book-spine.texinfo
buffers.texi
ChangeLog * display.texi (Other Display Specs, Image Descriptors): Image 2006-01-29 16:59:57 +00:00
commands.texi (Key Sequence Input): Clarify. Move num-nonmacro-input-events out. 2006-01-20 01:24:33 +00:00
compile.texi
configure
configure.in
control.texi
customize.texi (Type Keywords): Delete xref to "Text help-echo", because it is 2005-12-20 23:12:01 +00:00
debugging.texi
display.texi * display.texi (Other Display Specs, Image Descriptors): Image 2006-01-29 16:59:57 +00:00
doclicense.texi
edebug.texi
elisp-covers.texi
elisp.texi (Top): Menu clarification. 2006-01-20 01:26:48 +00:00
errors.texi
eval.texi
files.texi
frames.texi (Layout Parameters): border-width and internal-border-width belong to the 2006-01-27 18:34:15 +00:00
front-cover-1.texi
functions.texi
gpl.texi
hash.texi
help.texi Fix previous change. 2005-12-22 14:44:38 +00:00
hooks.texi (Standard Hooks): Add index entries. Mention `compilation-finish-functions'. 2005-12-03 12:32:17 +00:00
index.texi
internals.texi
intro.texi
keymaps.texi Fix typos. 2006-01-07 18:41:50 +00:00
lay-flat.texi
lists.texi (Cons Cells): Minor correction (the cdr of a dotted list is not 2006-01-28 22:28:38 +00:00
loading.texi
locals.texi
macros.texi
Makefile.in
makefile.w32-in
maps.texi
markers.texi (Overview of Markers): Count insertion type as one of a marker's attributes. 2006-01-20 01:30:06 +00:00
minibuf.texi (Basic Completion): Update lazy-completion-table examples for removal 2005-12-28 17:18:38 +00:00
mkinstalldirs
modes.texi Fix typos. 2006-01-07 18:41:50 +00:00
nonascii.texi (Translation of Characters): Search cmds use 2006-01-20 01:30:49 +00:00
numbers.texi
objects.texi (Character Type): Clarify that \s is not space if a dash follows. 2005-12-08 17:43:14 +00:00
os.texi
positions.texi Fix typos. 2006-01-07 18:41:50 +00:00
processes.texi (Misc Network, Make Network): Minor cleanups. 2006-01-05 03:33:25 +00:00
README
searching.texi
sequences.texi
spellfile
streams.texi
strings.texi
symbols.texi
syntax.texi
text.texi Fix typos. 2006-01-07 18:41:50 +00:00
tindex.pl
tips.texi (Documentation Tips): Minor change. 2005-12-20 03:47:55 +00:00
two-volume-cross-refs.txt
two.el
variables.texi
vol1.texi
vol2.texi
windows.texi (Resizing Windows): Delete preserve-before args. 2005-12-06 02:05:25 +00:00

README for Edition 2.9 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
1100 pages in smallbook format; the info files total over
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'.