[WINDOWSNT]: Force the first argv passed to execvp to point to alternate_editor
[bpt/emacs.git] / lispintro / README
CommitLineData
61879b3a 1This directory contains the source of the "Introduction to Programming
e8ea3caf
EZ
2in Emacs Lisp" written by Robert J. Chassell, bob@gnu.org. This
3manual is an elementary introduction to programming in Emacs Lisp for
4people who are not programmers, and who are not necessarily interested
5in programming, but who do want to customize or extend their computing
6environment.
7
61879b3a
RC
8This third edition of 2006 Oct 31 updates the previous editions to GNU
9Emacs 22.
e8ea3caf
EZ
10
11The Texinfo source file `emacs-lisp-intro.texi', formats without
61879b3a
RC
12reported error using `pdfeTeXk', Version 3.141592-1.21a-2.2 (Web2C
137.5.4) and texinfo.tex version 2006-08-26.17 started by `texi2dvi'
14version 4.8, and with `makeinfo' version 4.8.
e8ea3caf
EZ
15
16Also, this tar file contains the following optional Encapsulated Post
17Script figures.
18
19 drawers.eps 7129 bytes
20 cons-1.eps 12136
21 cons-2.eps 12523
22 cons-2a.eps 12420
23 cons-3.eps 12984
24 cons-4.eps 13866
25 cons-5.eps 12986
26 lambda-1.eps 10252
27 lambda-2.eps 10278
28 lambda-3.eps 10275
29
30See the beginning of the `emacs-lisp-intro.texi' file for appropriate
31settings. These figures are not necessary; they are merely nice to
32look at --- without them you get the same figures printed with ASCII
33characters.
34
35Whether and how you print PostScript depends on your site. You not
36only need to set 'print-postscript-figures' before creating the .dvi
37file, but then must convert the .dvi file to .ps with a 'dvips' or
38equivalent command.
39
40On some systems you will see an error message when `psfig.tex' is
41loaded for the last two .eps files:
42
43 ! No room for a new \write .
44
45If this happens, try `epsf.tex' instead of `psfig.tex', or try typing
46RET at the error; the formatting may continue successfully.
47
48Or else find the section that says:
49
50 @c !!! Clear print-postscript-figures if the computer formatting this
51 @c document is too small and cannot handle all the diagrams and figures.
52 @c clear print-postscript-figures
53
54and change the file so it reads: @clear print-postscript-figures
55This will prevent TeX from attempting to load the last few .eps files.
56
57You will find additional instructions on formatting in the beginning
58of the Texinfo file 'emacs-lisp-intro.texi'. Best Wishes!
59
61879b3a 602006 Oct 31
e8ea3caf 61Robert J. Chassell, bob@gnu.org