Mercurial > emacs
annotate lispref/README @ 77485:56922330ce5c
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Wed, 25 Apr 2007 01:32:35 +0000 |
parents | dc23aaa67696 |
children | 63591152f3cb |
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. |
75774
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75587
diff
changeset
|
3 See the end of the file for license conditions. |
75587
68cfc1db0d26
Add copyright and permissions notices.
Glenn Morris <rgm@gnu.org>
parents:
64176
diff
changeset
|
4 |
68cfc1db0d26
Add copyright and permissions notices.
Glenn Morris <rgm@gnu.org>
parents:
64176
diff
changeset
|
5 |
64176
f0087630a3a5
Update edition number and size estimate.
Richard M. Stallman <rms@gnu.org>
parents:
49600
diff
changeset
|
6 README for Edition 2.9 of the Emacs Lisp Reference Manual. |
4184 | 7 |
8 * This directory contains the texinfo source files for the Reference | |
9 Manual, make-permuted-index, and the latest version of texinfo.tex, | |
10 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
|
11 texinfo.tex. |
4184 | 12 |
21729
67d43c178919
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
14933
diff
changeset
|
13 * 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
|
14 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
|
15 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
|
16 newsgroup gnu.emacs.help. |
6450 | 17 |
18 * 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
|
19 1100 pages in smallbook format; the info files total over |
38581 | 20 2.5 megabytes. |
4184 | 21 |
22 * 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
|
23 using TeX. |
4184 | 24 |
6450 | 25 * 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
|
26 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
|
27 manual from the Free Software Foundation helps support our GNU |
67d43c178919
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
14933
diff
changeset
|
28 development work. |
6450 | 29 |
4184 | 30 ** This distribution contains a Makefile that you can use with GNU Make. |
31 Otherwise, here are detailed instructions: | |
32 | |
33 ** HARDCOPY: A copy of the version of `texinfo.tex' that formats this | |
34 manual is included in this distribution. | |
35 | |
36 The master file for formatting this manual for Tex is called | |
37 `elisp.texi'. It contains @include commands to include all the | |
38 chapters that make up the manual. In addition, `elisp.texi' has | |
39 the title page in a new format designed by Karl Berry, using the | |
40 @titlespec command. | |
41 | |
42 To create a DVI file with a sorted index, execute the following | |
43 commands in the shell: | |
44 | |
25699
cfbc1fabda22
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
22457
diff
changeset
|
45 % ./configure |
4184 | 46 % make index.texi |
47 % make elisp.dvi | |
48 | |
49 *** 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
|
50 with `make-permuted-index'. |
4184 | 51 |
21729
67d43c178919
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
14933
diff
changeset
|
52 ** 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
|
53 `./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
|
54 `make install'. |
75774
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75587
diff
changeset
|
55 |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75587
diff
changeset
|
56 |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75587
diff
changeset
|
57 This file is part of GNU Emacs. |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75587
diff
changeset
|
58 |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75587
diff
changeset
|
59 GNU Emacs is free software; you can redistribute it and/or modify |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75587
diff
changeset
|
60 it under the terms of the GNU General Public License as published by |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75587
diff
changeset
|
61 the Free Software Foundation; either version 2, or (at your option) |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75587
diff
changeset
|
62 any later version. |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75587
diff
changeset
|
63 |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75587
diff
changeset
|
64 GNU Emacs is distributed in the hope that it will be useful, |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75587
diff
changeset
|
65 but WITHOUT ANY WARRANTY; without even the implied warranty of |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75587
diff
changeset
|
66 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75587
diff
changeset
|
67 GNU General Public License for more details. |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75587
diff
changeset
|
68 |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75587
diff
changeset
|
69 You should have received a copy of the GNU General Public License |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75587
diff
changeset
|
70 along with GNU Emacs; see the file COPYING. If not, write to the |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75587
diff
changeset
|
71 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75587
diff
changeset
|
72 Boston, MA 02110-1301, USA. |