Remove out-of-date and irrelevant information on size on .eps files.
[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 20
2360a8f5
GM
21This directory contains the following Encapsulated PostScript figures:
22
23 cons-1.eps, cons-2.eps, cons-2a.eps, cons-3.eps, cons-4.eps, cons-5.eps
24 drawers.eps, lambda-1.eps, lambda-2.eps, lambda-3.eps
e8ea3caf
EZ
25
26See the beginning of the `emacs-lisp-intro.texi' file for appropriate
27settings. These figures are not necessary; they are merely nice to
28look at --- without them you get the same figures printed with ASCII
29characters.
30
31Whether and how you print PostScript depends on your site. You not
32only need to set 'print-postscript-figures' before creating the .dvi
33file, but then must convert the .dvi file to .ps with a 'dvips' or
34equivalent command.
35
36On some systems you will see an error message when `psfig.tex' is
37loaded for the last two .eps files:
38
39 ! No room for a new \write .
40
41If this happens, try `epsf.tex' instead of `psfig.tex', or try typing
42RET at the error; the formatting may continue successfully.
43
44Or else find the section that says:
45
46 @c !!! Clear print-postscript-figures if the computer formatting this
47 @c document is too small and cannot handle all the diagrams and figures.
48 @c clear print-postscript-figures
49
50and change the file so it reads: @clear print-postscript-figures
51This will prevent TeX from attempting to load the last few .eps files.
52
53You will find additional instructions on formatting in the beginning
54of the Texinfo file 'emacs-lisp-intro.texi'. Best Wishes!
55
61879b3a 562006 Oct 31
e8ea3caf 57Robert J. Chassell, bob@gnu.org
5b87ad55
GM
58
59\f
60This file is part of GNU Emacs.
61
8ae3715e 62GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 63it under the terms of the GNU General Public License as published by
8ae3715e
GM
64the Free Software Foundation, either version 3 of the License, or
65(at your option) any later version.
5b87ad55
GM
66
67GNU Emacs is distributed in the hope that it will be useful,
68but WITHOUT ANY WARRANTY; without even the implied warranty of
69MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
70GNU General Public License for more details.
71
72You should have received a copy of the GNU General Public License
8ae3715e 73along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.