1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
emacs/lispref
2004-10-09 18:57:48 +00:00
..
.arch-inventory
.gitignore
abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be an integer or a marker. 2004-08-28 00:41:31 +00:00
advice.texi
anti.texi
back.texi
backups.texi
book-spine.texinfo
buffers.texi (Modification Time): `visited-file-modtime' now 2004-07-15 00:09:09 +00:00
calendar.texi
ChangeLog *** empty log message *** 2004-10-09 18:57:48 +00:00
commands.texi (Key Sequence Input): Clarify downcasing in read-key-sequence. 2004-09-20 15:41:40 +00:00
compile.texi
configure
configure.in
control.texi
customize.texi
debugging.texi
display.texi (Progress): New node. 2004-10-08 17:35:47 +00:00
doclicense.texi
edebug.texi
elisp-covers.texi
elisp.texi
errors.texi
eval.texi
files.texi (Format Conversion): `auto-save-file-format' has been renamed 2004-09-08 02:55:36 +00:00
frames.texi (Window Frame Parameters): Correct typo. 2004-08-09 21:06:37 +00:00
front-cover-1.texi
functions.texi
gpl.texi
hash.texi
help.texi
hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'. 2004-09-25 02:43:35 +00:00
index.texi
internals.texi (Buffer Internals): Describe new auto_save_file_format field of the 2004-09-08 02:59:04 +00:00
intro.texi
keymaps.texi Various changes in addition to: 2004-08-10 15:45:54 +00:00
lay-flat.texi
lists.texi
loading.texi
locals.texi (Standard Buffer-Local Variables): Add `buffer-auto-save-file-format'. 2004-09-08 03:07:42 +00:00
macros.texi (Defining Macros): Declaration keyword is debug' not edebug'. 2004-07-23 18:25:57 +00:00
Makefile.in
makefile.w32-in
maps.texi
markers.texi
minibuf.texi (Minibuffer History): Add `history-delete-duplicates'. 2004-09-08 20:14:47 +00:00
mkinstalldirs
modes.texi Various minor changes in addition to: 2004-09-25 02:21:51 +00:00
nonascii.texi
numbers.texi
objects.texi (Character Type): Reposition `@anchor' to prevent double space inside 2004-08-09 02:47:17 +00:00
os.texi (Translating Input): Only non-prefix bindings in `key-translation-map' 2004-08-08 00:00:07 +00:00
positions.texi (Text Lines): Add anchor for `count-lines'. 2004-07-19 21:01:07 +00:00
processes.texi (Output from Processes): New var `process-adaptive-read-buffering'. 2004-08-17 22:41:51 +00:00
README
searching.texi (Regexp Example): Update description of how Emacs currently recognizes 2004-10-09 18:35:38 +00:00
sequences.texi
spellfile
streams.texi
strings.texi
symbols.texi
syntax.texi
text.texi (Filling): Add anchor for definition of `sentence-end-double-space'. 2004-10-09 18:33:33 +00:00
tindex.pl
tips.texi
two-volume-cross-refs.txt
two.el
variables.texi
vol1.texi
vol2.texi
windows.texi Add 2004 Copyright. 2004-07-24 15:33:15 +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'.