Mercurial > emacs
annotate lispintro/README @ 74883:9ac7844e1b6e
(fill-comment-paragraph): Prevent the use of an optimized comment regexp if
`comment-start-skip' uses a ^.
author | Michaël Cadilhac <michael.cadilhac@lrde.org> |
---|---|
date | Sun, 24 Dec 2006 20:20:26 +0000 |
parents | c84b73607df3 |
children | 68cfc1db0d26 |
rev | line source |
---|---|
73587
c84b73607df3
Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1 This directory contains the source of the "Introduction to Programming |
41423
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
2 in Emacs Lisp" written by Robert J. Chassell, bob@gnu.org. This |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
3 manual is an elementary introduction to programming in Emacs Lisp for |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
4 people who are not programmers, and who are not necessarily interested |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
5 in programming, but who do want to customize or extend their computing |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
6 environment. |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
7 |
73587
c84b73607df3
Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
8 This third edition of 2006 Oct 31 updates the previous editions to GNU |
c84b73607df3
Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
9 Emacs 22. |
41423
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
10 |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
11 The Texinfo source file `emacs-lisp-intro.texi', formats without |
73587
c84b73607df3
Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
12 reported error using `pdfeTeXk', Version 3.141592-1.21a-2.2 (Web2C |
c84b73607df3
Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
13 7.5.4) and texinfo.tex version 2006-08-26.17 started by `texi2dvi' |
c84b73607df3
Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
14 version 4.8, and with `makeinfo' version 4.8. |
41423
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
15 |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
16 Also, this tar file contains the following optional Encapsulated Post |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
17 Script figures. |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
18 |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
19 drawers.eps 7129 bytes |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
20 cons-1.eps 12136 |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
21 cons-2.eps 12523 |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
22 cons-2a.eps 12420 |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
23 cons-3.eps 12984 |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
24 cons-4.eps 13866 |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
25 cons-5.eps 12986 |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
26 lambda-1.eps 10252 |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
27 lambda-2.eps 10278 |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
28 lambda-3.eps 10275 |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
29 |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
30 See the beginning of the `emacs-lisp-intro.texi' file for appropriate |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
31 settings. These figures are not necessary; they are merely nice to |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
32 look at --- without them you get the same figures printed with ASCII |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
33 characters. |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
34 |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
35 Whether and how you print PostScript depends on your site. You not |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
36 only need to set 'print-postscript-figures' before creating the .dvi |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
37 file, but then must convert the .dvi file to .ps with a 'dvips' or |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
38 equivalent command. |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
39 |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
40 On some systems you will see an error message when `psfig.tex' is |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
41 loaded for the last two .eps files: |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
42 |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
43 ! No room for a new \write . |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
44 |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
45 If this happens, try `epsf.tex' instead of `psfig.tex', or try typing |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
46 RET at the error; the formatting may continue successfully. |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
47 |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
48 Or else find the section that says: |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
49 |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
50 @c !!! Clear print-postscript-figures if the computer formatting this |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
51 @c document is too small and cannot handle all the diagrams and figures. |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
52 @c clear print-postscript-figures |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
53 |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
54 and change the file so it reads: @clear print-postscript-figures |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
55 This will prevent TeX from attempting to load the last few .eps files. |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
56 |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
57 You will find additional instructions on formatting in the beginning |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
58 of the Texinfo file 'emacs-lisp-intro.texi'. Best Wishes! |
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
59 |
73587
c84b73607df3
Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
60 2006 Oct 31 |
41423
c3a5027a4fb2
Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
61 Robert J. Chassell, bob@gnu.org |