Mercurial > emacs
annotate lispref/README @ 75692:25f793b5051e
Restore entries deleted without comment, presumably in error.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 06 Feb 2007 09:10:02 +0000 |
parents | 68cfc1db0d26 |
children | dc23aaa67696 |
rev | line source |
---|---|
75587
68cfc1db0d26
Add copyright and permissions notices.
Glenn Morris <rgm@gnu.org>
parents:
64176
diff
changeset
|
1 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 |
68cfc1db0d26
Add copyright and permissions notices.
Glenn Morris <rgm@gnu.org>
parents:
64176
diff
changeset
|
2 Free Software Foundation, Inc. |
68cfc1db0d26
Add copyright and permissions notices.
Glenn Morris <rgm@gnu.org>
parents:
64176
diff
changeset
|
3 Copying and distribution of this file, with or without modification, |
68cfc1db0d26
Add copyright and permissions notices.
Glenn Morris <rgm@gnu.org>
parents:
64176
diff
changeset
|
4 are permitted provided the copyright notice and this notice are preserved. |
68cfc1db0d26
Add copyright and permissions notices.
Glenn Morris <rgm@gnu.org>
parents:
64176
diff
changeset
|
5 |
68cfc1db0d26
Add copyright and permissions notices.
Glenn Morris <rgm@gnu.org>
parents:
64176
diff
changeset
|
6 |
64176
f0087630a3a5
Update edition number and size estimate.
Richard M. Stallman <rms@gnu.org>
parents:
49600
diff
changeset
|
7 README for Edition 2.9 of the Emacs Lisp Reference Manual. |
4184 | 8 |
9 * This directory contains the texinfo source files for the Reference | |
10 Manual, make-permuted-index, and the latest version of texinfo.tex, | |
11 which handles forms that cannot be handled by the older versions of | |
21729
67d43c178919
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
14933
diff
changeset
|
12 texinfo.tex. |
4184 | 13 |
21729
67d43c178919
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
14933
diff
changeset
|
14 * Report Lisp Manual bugs to bug-lisp-manual@gnu.org. We don't read |
67d43c178919
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
14933
diff
changeset
|
15 these bug reports until it's time for a new edition. To report other |
67d43c178919
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
14933
diff
changeset
|
16 Emacs bugs, use bug-gnu-emacs@gnu.org. To ask questions, use the |
67d43c178919
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
14933
diff
changeset
|
17 newsgroup gnu.emacs.help. |
6450 | 18 |
19 * The Emacs Lisp Reference Manual is quite large. It totals around | |
64176
f0087630a3a5
Update edition number and size estimate.
Richard M. Stallman <rms@gnu.org>
parents:
49600
diff
changeset
|
20 1100 pages in smallbook format; the info files total over |
38581 | 21 2.5 megabytes. |
4184 | 22 |
23 * You can format this manual either for Info or for printing hardcopy | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47980
diff
changeset
|
24 using TeX. |
4184 | 25 |
6450 | 26 * You can buy nicely printed copies from the Free Software Foundation. |
21729
67d43c178919
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
14933
diff
changeset
|
27 For info, send mail to gnu@gnu.org or phone 617-542-5942. Buying a |
67d43c178919
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
14933
diff
changeset
|
28 manual from the Free Software Foundation helps support our GNU |
67d43c178919
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
14933
diff
changeset
|
29 development work. |
6450 | 30 |
4184 | 31 ** This distribution contains a Makefile that you can use with GNU Make. |
32 Otherwise, here are detailed instructions: | |
33 | |
34 ** HARDCOPY: A copy of the version of `texinfo.tex' that formats this | |
35 manual is included in this distribution. | |
36 | |
37 The master file for formatting this manual for Tex is called | |
38 `elisp.texi'. It contains @include commands to include all the | |
39 chapters that make up the manual. In addition, `elisp.texi' has | |
40 the title page in a new format designed by Karl Berry, using the | |
41 @titlespec command. | |
42 | |
43 To create a DVI file with a sorted index, execute the following | |
44 commands in the shell: | |
45 | |
25699
cfbc1fabda22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
22457
diff
changeset
|
46 % ./configure |
4184 | 47 % make index.texi |
48 % make elisp.dvi | |
49 | |
50 *** To create a DVI file with a permuted index, you may experiment | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47980
diff
changeset
|
51 with `make-permuted-index'. |
4184 | 52 |
21729
67d43c178919
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
14933
diff
changeset
|
53 ** To make an Info file, you need to install Texinfo, then run |
47980
5492d1831d2a
From Michael Albinus.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
44211
diff
changeset
|
54 `./configure' and `make info'. To install the Info files, run |
25699
cfbc1fabda22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
22457
diff
changeset
|
55 `make install'. |