annotate lispintro/README @ 75729:2a61ff0a833d

gnus-logo.eps is a conversion of splash.xpm
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 08 Feb 2007 18:51:51 +0000
parents 68cfc1db0d26
children dc23aaa67696
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: 73587
diff changeset
1 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
68cfc1db0d26 Add copyright and permissions notices.
Glenn Morris <rgm@gnu.org>
parents: 73587
diff changeset
2 Free Software Foundation, Inc.
68cfc1db0d26 Add copyright and permissions notices.
Glenn Morris <rgm@gnu.org>
parents: 73587
diff changeset
3 Copying and distribution of this file, with or without modification,
68cfc1db0d26 Add copyright and permissions notices.
Glenn Morris <rgm@gnu.org>
parents: 73587
diff changeset
4 are permitted provided the copyright notice and this notice are preserved.
68cfc1db0d26 Add copyright and permissions notices.
Glenn Morris <rgm@gnu.org>
parents: 73587
diff changeset
5
68cfc1db0d26 Add copyright and permissions notices.
Glenn Morris <rgm@gnu.org>
parents: 73587
diff changeset
6
73587
c84b73607df3 Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents: 49600
diff changeset
7 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
8 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
9 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
10 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
11 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
12 environment.
c3a5027a4fb2 Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13
73587
c84b73607df3 Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents: 49600
diff changeset
14 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
15 Emacs 22.
41423
c3a5027a4fb2 Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16
c3a5027a4fb2 Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17 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
18 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
19 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
20 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
21
c3a5027a4fb2 Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22 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
23 Script figures.
c3a5027a4fb2 Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
24
c3a5027a4fb2 Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
25 drawers.eps 7129 bytes
c3a5027a4fb2 Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
26 cons-1.eps 12136
c3a5027a4fb2 Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
27 cons-2.eps 12523
c3a5027a4fb2 Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
28 cons-2a.eps 12420
c3a5027a4fb2 Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
29 cons-3.eps 12984
c3a5027a4fb2 Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
30 cons-4.eps 13866
c3a5027a4fb2 Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
31 cons-5.eps 12986
c3a5027a4fb2 Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
32 lambda-1.eps 10252
c3a5027a4fb2 Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
33 lambda-2.eps 10278
c3a5027a4fb2 Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
34 lambda-3.eps 10275
c3a5027a4fb2 Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
35
c3a5027a4fb2 Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
36 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
37 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
38 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
39 characters.
c3a5027a4fb2 Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
40
c3a5027a4fb2 Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
41 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
42 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
43 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
44 equivalent command.
c3a5027a4fb2 Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
45
c3a5027a4fb2 Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
46 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
47 loaded for the last two .eps files:
c3a5027a4fb2 Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
48
c3a5027a4fb2 Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
49 ! No room for a new \write .
c3a5027a4fb2 Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
50
c3a5027a4fb2 Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
51 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
52 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
53
c3a5027a4fb2 Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
54 Or else find the section that says:
c3a5027a4fb2 Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
55
c3a5027a4fb2 Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
56 @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
57 @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
58 @c clear print-postscript-figures
c3a5027a4fb2 Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
59
c3a5027a4fb2 Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
60 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
61 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
62
c3a5027a4fb2 Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
63 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
64 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
65
73587
c84b73607df3 Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents: 49600
diff changeset
66 2006 Oct 31
41423
c3a5027a4fb2 Modified for the inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
67 Robert J. Chassell, bob@gnu.org