1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-21 18:23:59 +00:00
emacs/lispref
Richard M. Stallman baee139771 Document date-to-time and seconds-to-time.
New node Time Calculations.
2002-02-01 04:28:28 +00:00
..
.gitignore ignore the generated files 2001-11-26 15:27:43 +00:00
abbrevs.texi Improve previous change. 2001-12-30 20:11:26 +00:00
advice.texi
anti.texi
back.texi
backups.texi
book-spine.texinfo
buffers.texi (Buffer Names): Buffers whose names start with a space, but which visit 2001-10-30 11:06:55 +00:00
calendar.texi
ChangeLog (VERSION): Set to 2.9. 2002-01-18 10:17:27 +00:00
commands.texi
compile.texi
configure
configure.in
control.texi
customize.texi (Customization Types): Add a reference to the Widget manual. 2001-10-28 17:38:29 +00:00
debugging.texi
display.texi (Truncation, Overlay Arrow, Usual Display): Add index entries for fringe 2002-01-22 11:39:38 +00:00
doclicense.texi
edebug.texi
elisp-covers.texi
elisp.texi (VERSION): Set to 2.9. Update the version of Emacs 2002-01-18 10:16:04 +00:00
errors.texi
eval.texi
files.texi (File Name Components): Update the description of 2001-10-22 16:12:55 +00:00
frames.texi (Text Terminal Colors): Document tty-display-color-p. 2002-01-25 14:15:02 +00:00
front-cover-1.texi
functions.texi Restore the quote in the `silly' example. 2002-01-12 22:40:36 +00:00
gpl.texi
hash.texi
help.texi
hooks.texi Add custom-define-hook. 2001-12-14 03:08:47 +00:00
index.perm
index.unperm
internals.texi Document new doc string format. 2001-12-23 06:38:58 +00:00
intro.texi (VERSION): Increase to 2.9. Update copyright years. 2002-01-18 10:28:12 +00:00
keymaps.texi Explain why a parent for a non-sparse keymap is not useful. 2001-11-02 07:11:18 +00:00
lay-flat.texi
lists.texi
loading.texi (Autoload): Explain how to autoload function definitions that use 2002-01-16 02:47:15 +00:00
locals.texi
macros.texi
Makefile.in (VERSION): Set to 2.9. 2002-01-18 10:17:27 +00:00
maps.texi
markers.texi
minibuf.texi
mkinstalldirs
modes.texi (Mode Line Format): Short windows can suppress the mode line and header line. 2002-01-20 23:17:16 +00:00
nonascii.texi Minor cleanup. 2001-11-09 16:21:34 +00:00
numbers.texi
objects.texi
os.texi Document date-to-time and seconds-to-time. 2002-02-01 04:28:28 +00:00
permute-index Don't depend on csh-specific features. Replace 2001-11-17 15:04:56 +00:00
positions.texi Minor cleanup. 2001-10-19 19:09:32 +00:00
processes.texi
README
searching.texi Minor clarifications for search-forward and set-match-data. 2001-12-11 06:11:38 +00:00
sequences.texi
spellfile *** empty log message *** 2001-11-17 09:38:14 +00:00
streams.texi
strings.texi
symbols.texi
syntax.texi Replace "comment-fence" and "string-fence" with consistent terms. 2001-12-24 18:01:56 +00:00
text.texi (Fields): Describe new `limit' arg in field-beginning/field-end. 2001-11-25 12:38:45 +00:00
tindex.pl
tips.texi Minor cleanups. 2002-01-26 22:43:53 +00:00
two-volume-cross-refs.txt Replace elisp-vol? with vol?, per renamed files. 2001-11-17 14:51:49 +00:00
two.el *** empty log message *** 2001-11-17 09:38:14 +00:00
variables.texi Document buffer-local-value. 2001-11-05 00:08:57 +00:00
vol1.texi Renamed from elisp-vol1.texi and 2001-11-16 13:13:15 +00:00
vol2.texi Renamed from elisp-vol1.texi and 2001-11-16 13:13:15 +00:00
windows.texi Clarifications. 2002-01-26 23:19:48 +00:00

README for Edition 2.6 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 elisp'.  To install the Info files, run
`make install'.