1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00
emacs/doc/lispref
2008-06-16 02:07:45 +00:00
..
.arch-inventory
.gitignore
abbrevs.texi
advice.texi
anti.texi
back.texi
backups.texi
book-spine.texinfo
buffers.texi
ChangeLog Update Back-Cover Text as per maintain.info. 2008-06-16 02:07:45 +00:00
commands.texi (translation-table-for-input): Mark as obsolete. 2008-04-24 18:10:09 +00:00
compile.texi
configure
configure.in
control.texi
customize.texi
debugging.texi
display.texi Rename functions in lisp/face-remap.el 2008-06-05 02:42:55 +00:00
doclicense.texi
edebug.texi
elisp-covers.texi
elisp.texi Update Back-Cover Text as per maintain.info. 2008-06-16 02:07:45 +00:00
errors.texi
eval.texi
files.texi
frames.texi
front-cover-1.texi
functions.texi (functionp): Return nil for special forms. 2008-04-05 20:22:22 +00:00
gpl.texi
hash.texi
help.texi
hooks.texi
index.texi
internals.texi Daniel Engeler <engeler at gmail.com> 2008-06-13 08:05:52 +00:00
intro.texi Report bugs using M-x report-emacs-bug. 2008-06-15 02:53:17 +00:00
keymaps.texi Document the fact that (current-local-map) and (urrent-global-map) 2008-05-05 18:13:39 +00:00
lay-flat.texi
lists.texi
loading.texi
locals.texi
macros.texi
Makefile.in (emacsver): New, set by configure. 2008-06-15 02:58:09 +00:00
makefile.w32-in (manual): Use "23" rather than "21". 2008-06-15 02:58:58 +00:00
maps.texi
markers.texi
minibuf.texi (Text from Minibuffer): Document a list of default values for `read-from-minibuffer'. 2008-05-02 01:03:38 +00:00
mkinstalldirs
modes.texi
nonascii.texi (Translation of Characters): Fix previous change. 2008-04-24 22:34:19 +00:00
numbers.texi
objects.texi (Text Props and Strings): Add indexing for read syntax of text properties. 2008-04-05 15:45:13 +00:00
os.texi
positions.texi
processes.texi Daniel Engeler <engeler at gmail.com> 2008-06-13 08:05:52 +00:00
README Remove bug-lisp-manual@gnu.org, just use M-x report-emacs-bug. 2008-06-15 02:37:20 +00:00
searching.texi
sequences.texi
spellfile
streams.texi
strings.texi (Formatting Strings): Treat - and 0 as flag characters. 2008-02-26 18:48:00 +00:00
symbols.texi
syntax.texi
text.texi (translation-table-for-input): Mark as obsolete. 2008-04-24 18:10:09 +00:00
tindex.pl Switch to recommended form of GPLv3 permissions notice. 2008-05-16 06:02:53 +00:00
tips.texi (Coding Conventions): Do not encourage the use of "-flag" variable names. 2008-05-30 14:55:07 +00:00
two-volume-cross-refs.txt Switch to recommended form of GPLv3 permissions notice. 2008-05-16 06:02:53 +00:00
two-volume.make Switch to recommended form of GPLv3 permissions notice. 2008-05-16 06:02:53 +00:00
two.el Switch to recommended form of GPLv3 permissions notice. 2008-05-16 06:02:53 +00:00
variables.texi
vol1.texi (EMACSVER): Set to 23.0.60. 2008-06-16 02:07:08 +00:00
vol2.texi (EMACSVER): Set to 23.0.60. 2008-06-16 02:07:08 +00:00
windows.texi

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
  Free Software Foundation, Inc.
See the end of the file for license conditions.


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 bugs in the Lisp Manual or in Emacs using M-x report-emacs-bug.
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.
Buying a manual from the Free Software Foundation helps support our GNU
development work.  See <http://shop.fsf.org/>.

** 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'.


This file is part of GNU Emacs.

GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.