1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-09 00:11:49 -07:00
emacs/lispref
Lute Kamstra 199bb209e6 (Search-based Fontification): Fix cross references.
Use consistent terminology.  Document anchored highlighting.
2005-04-08 09:28:33 +00:00
..
.arch-inventory
.gitignore
abbrevs.texi
advice.texi
anti.texi (Antinews): Mention `G' interactive code. 2005-03-28 21:11:16 +00:00
back.texi
backups.texi
book-spine.texinfo
buffers.texi
ChangeLog (Search-based Fontification): Fix cross references. 2005-04-08 09:28:33 +00:00
commands.texi (Interactive Codes): Document G option. 2005-03-17 23:17:22 +00:00
compile.texi
configure
configure.in
control.texi
customize.texi
debugging.texi
display.texi (Display): Change name of next node. 2005-03-26 17:35:50 +00:00
doclicense.texi
edebug.texi (Instrumenting Macro Calls): Fix another typo. 2005-03-21 16:45:24 +00:00
elisp-covers.texi
elisp.texi (Top): Remove Calendar references. 2005-03-26 17:38:00 +00:00
errors.texi
eval.texi
files.texi
frames.texi
front-cover-1.texi
functions.texi
gpl.texi
hash.texi
help.texi
hooks.texi (Standard Hooks): Add some hooks. Add cross references and/or 2005-04-03 13:53:56 +00:00
index.texi
internals.texi (Writing Emacs Primitives): Update `or' example. 2005-03-08 03:06:53 +00:00
intro.texi
keymaps.texi (Prefix Keys): M-g is still a prefix key. 2005-03-28 03:17:53 +00:00
lay-flat.texi
lists.texi
loading.texi
locals.texi
macros.texi
Makefile.in (srcs): Remove calendar.texi. 2005-03-26 17:35:21 +00:00
makefile.w32-in (srcs): Remove calendar.texi. 2005-03-26 17:35:21 +00:00
maps.texi
markers.texi (The Mark): Document temporary Transient Mark mode. 2005-03-26 02:04:33 +00:00
minibuf.texi (Reading File Names): Document read-file-name-completion-ignore-case. 2005-03-26 02:06:27 +00:00
mkinstalldirs
modes.texi (Search-based Fontification): Fix cross references. 2005-04-08 09:28:33 +00:00
nonascii.texi (Coding System Basics): Another cleanup. 2005-04-03 04:25:20 +00:00
numbers.texi
objects.texi
os.texi (System In): Change name of previous node. 2005-03-26 17:36:22 +00:00
positions.texi (Screen Lines): Document nil for width argument to compute-motion. 2005-03-26 02:07:08 +00:00
processes.texi
README
searching.texi (String Search, Regexp Search, Regexp Search): Cleanups. 2005-03-17 23:28:42 +00:00
sequences.texi
spellfile
streams.texi
strings.texi
symbols.texi
syntax.texi
text.texi (Buffer Contents): Add filter-buffer-substring and buffer-substring-filters. 2005-03-29 21:08:37 +00:00
tindex.pl
tips.texi (Compilation Tips): Mention benchmark.el. 2005-03-28 21:11:28 +00:00
two-volume-cross-refs.txt
two.el
variables.texi
vol1.texi (Top): Remove Calendar references. 2005-03-26 17:38:00 +00:00
vol2.texi (Top): Remove Calendar references. 2005-03-26 17:38:00 +00:00
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'.