1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00
emacs/lispref
Lute Kamstra 3c8572f598 (Font Lock Basics, Syntactic Font Lock): Recommend
syntax-begin-function over font-lock-beginning-of-syntax-function.
2005-05-23 12:01:32 +00:00
..
.arch-inventory
.gitignore
abbrevs.texi
advice.texi
anti.texi
back.texi
backups.texi
book-spine.texinfo
buffers.texi (Indirect Buffers): Clarify. 2005-04-17 15:50:48 +00:00
ChangeLog (Font Lock Basics, Syntactic Font Lock): Recommend 2005-05-23 12:01:32 +00:00
commands.texi (Interactive Codes): Fix Texinfo usage. Document U more clearly. 2005-05-04 14:32:34 +00:00
compile.texi
configure
configure.in
control.texi
customize.texi (Customization): Add menu descriptions. 2005-05-11 23:27:17 +00:00
debugging.texi
display.texi (The Echo Area): Correct format function cross reference. 2005-05-06 13:17:13 +00:00
doclicense.texi
edebug.texi (Checking Whether to Stop): Fix previous change. 2005-05-01 18:51:39 +00:00
elisp-covers.texi
elisp.texi (Top): Update detailed menu for node changes. 2005-05-15 17:35:23 +00:00
errors.texi
eval.texi
files.texi (Locating Files): New subsection. Describe locate-file and executable-find. 2005-05-21 13:30:24 +00:00
frames.texi (Initial Parameters): Update cross reference to "Emacs Invocation". 2005-05-21 12:20:45 +00:00
front-cover-1.texi
functions.texi (Functions): Add "Obsolete Functions" to menu. 2005-05-05 23:12:19 +00:00
gpl.texi
hash.texi
help.texi
hooks.texi (Standard Hooks): Add Font-Lock hooks. 2005-04-28 11:35:02 +00:00
index.texi
internals.texi
intro.texi
keymaps.texi (Active Keymaps): Add anchor. 2005-05-19 23:38:12 +00:00
lay-flat.texi
lists.texi (Association Lists): Document rassq-delete-all. 2005-04-21 21:22:58 +00:00
loading.texi (Autoload): Mention `autoload cookie' as synonym for 2005-05-14 15:22:36 +00:00
locals.texi
macros.texi
Makefile.in
makefile.w32-in
maps.texi
markers.texi
minibuf.texi (Reading File Names): Update description of `read-directory-name'. 2005-05-21 22:29:19 +00:00
mkinstalldirs
modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend 2005-05-23 12:01:32 +00:00
nonascii.texi
numbers.texi
objects.texi
os.texi
positions.texi (Positions): Clarify further. 2005-04-17 15:49:52 +00:00
processes.texi (Network): Remove open-network-stream-nowait. 2005-05-15 20:42:11 +00:00
README
searching.texi
sequences.texi
spellfile
streams.texi (Output Functions): Fix xref. 2005-04-19 15:18:39 +00:00
strings.texi (String Conversion): Fix xref. 2005-04-19 15:19:31 +00:00
symbols.texi (Symbol Plists): Remove safe-get, as get is now safe. 2005-04-21 23:46:49 +00:00
syntax.texi (Syntax Properties): Add cross reference. 2005-04-28 11:33:59 +00:00
text.texi
tindex.pl
tips.texi (Coding Conventions): Explain how important it is 2005-05-14 14:02:39 +00:00
two-volume-cross-refs.txt
two.el
variables.texi Reorder nodes. 2005-05-15 17:33:59 +00:00
vol1.texi
vol2.texi
windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock mode. 2005-04-26 10:54:31 +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 info'.  To install the Info files, run
`make install'.