annotate lispref/README @ 77276:233021d3650f EMACS_PRETEST_22_0_98

Regenerate.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 17 Apr 2007 01:52:39 +0000
parents dc23aaa67696
children 63591152f3cb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
4a40e0433bf9 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7
4a40e0433bf9 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
8 * This directory contains the texinfo source files for the Reference
4a40e0433bf9 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
9 Manual, make-permuted-index, and the latest version of texinfo.tex,
4a40e0433bf9 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
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
4a40e0433bf9 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
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
1b17fc16d5c5 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents: 6449
diff changeset
17
1b17fc16d5c5 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents: 6449
diff changeset
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
9f3e1a8c8870 Fixing some typos.
Werner LEMBERG <wl@gnu.org>
parents: 25699
diff changeset
20 2.5 megabytes.
4184
4a40e0433bf9 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
21
4a40e0433bf9 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
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
4a40e0433bf9 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
24
6450
1b17fc16d5c5 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents: 6449
diff changeset
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
1b17fc16d5c5 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents: 6449
diff changeset
29
4184
4a40e0433bf9 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
30 ** This distribution contains a Makefile that you can use with GNU Make.
4a40e0433bf9 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
31 Otherwise, here are detailed instructions:
4a40e0433bf9 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
32
4a40e0433bf9 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
33 ** HARDCOPY: A copy of the version of `texinfo.tex' that formats this
4a40e0433bf9 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
34 manual is included in this distribution.
4a40e0433bf9 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
35
4a40e0433bf9 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
36 The master file for formatting this manual for Tex is called
4a40e0433bf9 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
37 `elisp.texi'. It contains @include commands to include all the
4a40e0433bf9 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
38 chapters that make up the manual. In addition, `elisp.texi' has
4a40e0433bf9 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
39 the title page in a new format designed by Karl Berry, using the
4a40e0433bf9 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
40 @titlespec command.
4a40e0433bf9 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
41
4a40e0433bf9 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
42 To create a DVI file with a sorted index, execute the following
4a40e0433bf9 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
43 commands in the shell:
4a40e0433bf9 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
44
25699
cfbc1fabda22 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 22457
diff changeset
45 % ./configure
4184
4a40e0433bf9 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
46 % make index.texi
4a40e0433bf9 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
47 % make elisp.dvi
4a40e0433bf9 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
48
4a40e0433bf9 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
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
4a40e0433bf9 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
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.