Switch to recommended form of GPLv3 permissions notice.
[bpt/emacs.git] / doc / lispintro / README
CommitLineData
a5b68355 1Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
c2e309f2 2 Free Software Foundation, Inc.
5b87ad55 3See the end of the file for license conditions.
c2e309f2
GM
4
5
61879b3a 6This directory contains the source of the "Introduction to Programming
e8ea3caf
EZ
7in Emacs Lisp" written by Robert J. Chassell, bob@gnu.org. This
8manual is an elementary introduction to programming in Emacs Lisp for
9people who are not programmers, and who are not necessarily interested
10in programming, but who do want to customize or extend their computing
11environment.
12
61879b3a
RC
13This third edition of 2006 Oct 31 updates the previous editions to GNU
14Emacs 22.
e8ea3caf
EZ
15
16The Texinfo source file `emacs-lisp-intro.texi', formats without
61879b3a
RC
17reported error using `pdfeTeXk', Version 3.141592-1.21a-2.2 (Web2C
187.5.4) and texinfo.tex version 2006-08-26.17 started by `texi2dvi'
19version 4.8, and with `makeinfo' version 4.8.
e8ea3caf
EZ
20
21Also, this tar file contains the following optional Encapsulated Post
22Script figures.
23
24 drawers.eps 7129 bytes
25 cons-1.eps 12136
26 cons-2.eps 12523
27 cons-2a.eps 12420
28 cons-3.eps 12984
29 cons-4.eps 13866
30 cons-5.eps 12986
31 lambda-1.eps 10252
32 lambda-2.eps 10278
33 lambda-3.eps 10275
34
35See the beginning of the `emacs-lisp-intro.texi' file for appropriate
36settings. These figures are not necessary; they are merely nice to
37look at --- without them you get the same figures printed with ASCII
38characters.
39
40Whether and how you print PostScript depends on your site. You not
41only need to set 'print-postscript-figures' before creating the .dvi
42file, but then must convert the .dvi file to .ps with a 'dvips' or
43equivalent command.
44
45On some systems you will see an error message when `psfig.tex' is
46loaded for the last two .eps files:
47
48 ! No room for a new \write .
49
50If this happens, try `epsf.tex' instead of `psfig.tex', or try typing
51RET at the error; the formatting may continue successfully.
52
53Or else find the section that says:
54
55 @c !!! Clear print-postscript-figures if the computer formatting this
56 @c document is too small and cannot handle all the diagrams and figures.
57 @c clear print-postscript-figures
58
59and change the file so it reads: @clear print-postscript-figures
60This will prevent TeX from attempting to load the last few .eps files.
61
62You will find additional instructions on formatting in the beginning
63of the Texinfo file 'emacs-lisp-intro.texi'. Best Wishes!
64
61879b3a 652006 Oct 31
e8ea3caf 66Robert J. Chassell, bob@gnu.org
5b87ad55
GM
67
68\f
69This file is part of GNU Emacs.
70
8ae3715e 71GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 72it under the terms of the GNU General Public License as published by
8ae3715e
GM
73the Free Software Foundation, either version 3 of the License, or
74(at your option) any later version.
5b87ad55
GM
75
76GNU Emacs is distributed in the hope that it will be useful,
77but WITHOUT ANY WARRANTY; without even the implied warranty of
78MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
79GNU General Public License for more details.
80
81You should have received a copy of the GNU General Public License
8ae3715e 82along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.