annotate lispintro/emacs-lisp-intro.texi @ 73767:a44deabfa735

Finish minor changes seen from DVI output. Replace 22.1.100 with 22.1.1. (current-kill): Mention functions that directly or indirectly call `kill-new', which sets `kill-ring-yank-pointer'. (Understanding current-kill): Change `lasted' to `last'. Remove extraneous parenthesis. Reword item about returning `car' of list. (yank): Remove mention of `rotate-yank-pointer'. (Y Axis Element): Add comment regarding replacement of blank space. (print-Y-axis Penultimate): Explain that `print-graph' will pass `height-of-top-line' so `print-Y-axis' does not have a bug.
author Robert J. Chassell <bob@rattlesnake.com>
date Mon, 06 Nov 2006 15:08:45 +0000
parents 365d2ceb2a2e
children 1629ec038cb6 02cf29720f31
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
72479
ce22c6483a48 * emacs-lisp-intro.texi: deleted in directory copy of texinfo.tex
Robert J. Chassell <bob@rattlesnake.com>
parents: 70909
diff changeset
1 \input ../man/texinfo @c -*-texinfo-*-
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2 @c \input texinfo @c -*-texinfo-*-
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3 @c change to \input texinfo if building on own.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4 @comment %**start of header
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5 @setfilename ../info/eintr
57334
37199d6ac2c7 Add minor footnotes saying ' is an abbreviation for quote.
Robert J. Chassell <bob@rattlesnake.com>
parents: 56940
diff changeset
6 @c setfilename emacs-lisp-intro.info
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7 @c sethtmlfilename emacs-lisp-intro.html
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8 @settitle Programming in Emacs Lisp
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9 @syncodeindex vr cp
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10 @syncodeindex fn cp
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11 @setchapternewpage odd
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12 @finalout
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14 @c ---------
41499
f2ffeff1bf1e Move @contents to the beginning of the file.
Eli Zaretskii <eliz@gnu.org>
parents: 41421
diff changeset
15 @c <<<< For hard copy printing, this file is now
42562
fb149efd0c72 Follow law precisely: four digits for all dates in copyright lines.
Robert J. Chassell <bob@rattlesnake.com>
parents: 42506
diff changeset
16 @c set for smallbook, which works for all sizes
41499
f2ffeff1bf1e Move @contents to the beginning of the file.
Eli Zaretskii <eliz@gnu.org>
parents: 41421
diff changeset
17 @c of paper, and with Postscript figures >>>>
f2ffeff1bf1e Move @contents to the beginning of the file.
Eli Zaretskii <eliz@gnu.org>
parents: 41421
diff changeset
18 @smallbook
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
19 @clear largebook
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20 @set print-postscript-figures
41499
f2ffeff1bf1e Move @contents to the beginning of the file.
Eli Zaretskii <eliz@gnu.org>
parents: 41421
diff changeset
21 @c set largebook
f2ffeff1bf1e Move @contents to the beginning of the file.
Eli Zaretskii <eliz@gnu.org>
parents: 41421
diff changeset
22 @c clear print-postscript-figures
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
23 @c ---------
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
24
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
25 @comment %**end of header
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
26
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
27 @set edition-number 3.06
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
28 @set update-date 6 November 2006
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
29
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
30 @ignore
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
31 ## Summary of shell commands to create various output formats:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
32
56940
ea9bb593b003 Thanks to Christopher Allan Webber, fix typo.
Robert J. Chassell <bob@rattlesnake.com>
parents: 53099
diff changeset
33 pushd /usr/local/src/emacs/lispintro/
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
34 ## pushd /u/intro/
56940
ea9bb593b003 Thanks to Christopher Allan Webber, fix typo.
Robert J. Chassell <bob@rattlesnake.com>
parents: 53099
diff changeset
35
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
36 ## Info output
73587
c84b73607df3 Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73554
diff changeset
37 # makeinfo --no-split --paragraph-indent=0 --verbose emacs-lisp-intro.texi
c84b73607df3 Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73554
diff changeset
38 makeinfo --paragraph-indent=0 --verbose emacs-lisp-intro.texi
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
39
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
40 ## ;; (progn (when (bufferp (get-buffer "*info*")) (kill-buffer "*info*")) (info "../info/eintr"))
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
41
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
42 ## DVI output
73587
c84b73607df3 Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73554
diff changeset
43 texi2dvi emacs-lisp-intro.texi
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
44
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
45 ## View DVI output; see below also
73587
c84b73607df3 Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73554
diff changeset
46 # xdvi -margins 24pt -topmargin 4pt -offsets 24pt -geometry 760x1140 -s 5 -useTeXpages -mousemode 1 emacs-lisp-intro.dvi &
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
47
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
48 ## HTML output
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
49 makeinfo --html --no-split --verbose emacs-lisp-intro.texi
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
50
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
51 ## Plain text output
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
52 makeinfo --fill-column=70 --no-split --paragraph-indent=0 \
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
53 --verbose --no-headers --output=emacs-lisp-intro.txt emacs-lisp-intro.texi
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
54
47005
186a9c64b0fd Add version 4.2 texinfo.tex and use @copying command;
Robert J. Chassell <bob@rattlesnake.com>
parents: 46593
diff changeset
55 ## DocBook output
186a9c64b0fd Add version 4.2 texinfo.tex and use @copying command;
Robert J. Chassell <bob@rattlesnake.com>
parents: 46593
diff changeset
56 makeinfo --docbook --no-split --paragraph-indent=0 \
186a9c64b0fd Add version 4.2 texinfo.tex and use @copying command;
Robert J. Chassell <bob@rattlesnake.com>
parents: 46593
diff changeset
57 --verbose emacs-lisp-intro.texi
186a9c64b0fd Add version 4.2 texinfo.tex and use @copying command;
Robert J. Chassell <bob@rattlesnake.com>
parents: 46593
diff changeset
58
186a9c64b0fd Add version 4.2 texinfo.tex and use @copying command;
Robert J. Chassell <bob@rattlesnake.com>
parents: 46593
diff changeset
59 ## XML output
186a9c64b0fd Add version 4.2 texinfo.tex and use @copying command;
Robert J. Chassell <bob@rattlesnake.com>
parents: 46593
diff changeset
60 makeinfo --xml --no-split --paragraph-indent=0 \
186a9c64b0fd Add version 4.2 texinfo.tex and use @copying command;
Robert J. Chassell <bob@rattlesnake.com>
parents: 46593
diff changeset
61 --verbose emacs-lisp-intro.texi
186a9c64b0fd Add version 4.2 texinfo.tex and use @copying command;
Robert J. Chassell <bob@rattlesnake.com>
parents: 46593
diff changeset
62
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
63 popd
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
64
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
65 #### (You must be in the same directory as the viewed file.)
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
66
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
67 ## View DVI output
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
68 xdvi emacs-lisp-intro.dvi &
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
69
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
70 ## View HTML output
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
71 galeon emacs-lisp-intro.html
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
72
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
73 ## View Info output with standalone reader
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
74 info emacs-lisp-intro.info
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
75
73587
c84b73607df3 Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73554
diff changeset
76 ## popd
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
77
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
78
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
79 # as user `root'
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
80 # insert thumbdrive
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
81 mtusb # mount -v -t ext3 /dev/sda /mnt
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
82 cp -v /u/intro/emacs-lisp-intro.texi /mnt/backup/intro/emacs-lisp-intro.texi
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
83 umtusb # umount -v /mnt
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
84 # remove thumbdrive
57334
37199d6ac2c7 Add minor footnotes saying ' is an abbreviation for quote.
Robert J. Chassell <bob@rattlesnake.com>
parents: 56940
diff changeset
85
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
86 @end ignore
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
87
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
88 @c ================ Included Figures ================
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
89
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
90 @c Set print-postscript-figures if you print PostScript figures.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
91 @c If you clear this, the ten figures will be printed as ASCII diagrams.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
92 @c (This is not relevant to Info, since Info only handles ASCII.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
93 @c Your site may require editing changes to print PostScript; in this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
94 @c case, search for `print-postscript-figures' and make appropriate changes.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
95
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
96 @c ================ How to Create an Info file ================
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
97
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
98 @c If you have `makeinfo' installed, run the following command
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
99
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
100 @c makeinfo emacs-lisp-intro.texi
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
101
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
102 @c or, if you want a single, large Info file, and no paragraph indents:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
103 @c makeinfo --no-split --paragraph-indent=0 --verbose emacs-lisp-intro.texi
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
104
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
105 @c After creating the Info file, edit your Info `dir' file, if the
41674
ea1354316d4f Fixed typographic error.
Robert J. Chassell <bob@rattlesnake.com>
parents: 41670
diff changeset
106 @c `dircategory' section below does not enable your system to
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
107 @c install the manual automatically.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
108 @c (The `dir' file is often in the `/usr/local/info/' directory.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
109
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
110 @c ================ How to Create an HTML file ================
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
111
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
112 @c To convert to HTML format
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
113 @c makeinfo --html --no-split --verbose emacs-lisp-intro.texi
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
114
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
115 @c ================ How to Print a Book in Various Sizes ================
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
116
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
117 @c This book can be printed in any of three different sizes.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
118 @c In the above header, set @-commands appropriately.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
119
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
120 @c 7 by 9.25 inches:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
121 @c @smallbook
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
122 @c @clear largebook
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
123
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
124 @c 8.5 by 11 inches:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
125 @c @c smallbook
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
126 @c @set largebook
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
127
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
128 @c European A4 size paper:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
129 @c @c smallbook
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
130 @c @afourpaper
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
131 @c @set largebook
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
132
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
133 @c ================ How to Typeset and Print ================
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
134
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
135 @c If you do not include PostScript figures, run either of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
136 @c following command sequences, or similar commands suited to your
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
137 @c system:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
138
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
139 @c texi2dvi emacs-lisp-intro.texi
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
140 @c lpr -d emacs-lisp-intro.dvi
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
141
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
142 @c or else:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
143
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
144 @c tex emacs-lisp-intro.texi
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
145 @c texindex emacs-lisp-intro.??
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
146 @c tex emacs-lisp-intro.texi
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
147 @c lpr -d emacs-lisp-intro.dvi
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
148
41499
f2ffeff1bf1e Move @contents to the beginning of the file.
Eli Zaretskii <eliz@gnu.org>
parents: 41421
diff changeset
149 @c If you include the PostScript figures, and you have old software,
f2ffeff1bf1e Move @contents to the beginning of the file.
Eli Zaretskii <eliz@gnu.org>
parents: 41421
diff changeset
150 @c you may need to convert the .dvi file to a .ps file before
f2ffeff1bf1e Move @contents to the beginning of the file.
Eli Zaretskii <eliz@gnu.org>
parents: 41421
diff changeset
151 @c printing. Run either of the following command sequences, or one
f2ffeff1bf1e Move @contents to the beginning of the file.
Eli Zaretskii <eliz@gnu.org>
parents: 41421
diff changeset
152 @c similar:
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
153 @c
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
154 @c dvips -f < emacs-lisp-intro.dvi > emacs-lisp-intro.ps
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
155 @c
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
156 @c or else:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
157 @c
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
158 @c postscript -p < emacs-lisp-intro.dvi > emacs-lisp-intro.ps
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
159 @c
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
160
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
161 @c (Note: if you edit the book so as to change the length of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
162 @c table of contents, you may have to change the value of `pageno' below.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
163
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
164 @c ================ End of Formatting Sections ================
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
165
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
166 @c For next or subsequent edition:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
167 @c create function using with-output-to-temp-buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
168 @c create a major mode, with keymaps
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
169 @c run an asynchronous process, like grep or diff
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
170
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
171 @c For 8.5 by 11 inch format: do not use such a small amount of
46593
ddbe3ea04f58 The appropriate whitespace setting for smallbook are part of texinfo.tex.
Robert J. Chassell <bob@rattlesnake.com>
parents: 45663
diff changeset
172 @c whitespace between paragraphs as smallbook format
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
173 @ifset largebook
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
174 @tex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
175 \global\parskip 6pt plus 1pt
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
176 @end tex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
177 @end ifset
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
178
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
179 @c For all sized formats: print within-book cross
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
180 @c reference with ``...'' rather than [...]
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
181
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
182 @c This works with the texinfo.tex file, version 2003-05-04.08,
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
183 @c in the Texinfo version 4.6 of the 2003 Jun 13 distribution.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
184
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
185 @tex
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
186 \if \xrefprintnodename
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
187 \global\def\xrefprintnodename#1{\unskip, ``#1''}
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
188 \else
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
189 \global\def\xrefprintnodename#1{ ``#1''}
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
190 \fi
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
191 % \global\def\xrefprintnodename#1{, ``#1''}
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
192 @end tex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
193
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
194 @c ----------------------------------------------------
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
195
41670
b4c633081255 (Index): @ignore extraneous text.
Eli Zaretskii <eliz@gnu.org>
parents: 41499
diff changeset
196 @dircategory Emacs
b4c633081255 (Index): @ignore extraneous text.
Eli Zaretskii <eliz@gnu.org>
parents: 41499
diff changeset
197 @direntry
b4c633081255 (Index): @ignore extraneous text.
Eli Zaretskii <eliz@gnu.org>
parents: 41499
diff changeset
198 * Emacs Lisp Intro: (eintr).
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
199 A simple introduction to Emacs Lisp programming.
41670
b4c633081255 (Index): @ignore extraneous text.
Eli Zaretskii <eliz@gnu.org>
parents: 41499
diff changeset
200 @end direntry
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
201
47005
186a9c64b0fd Add version 4.2 texinfo.tex and use @copying command;
Robert J. Chassell <bob@rattlesnake.com>
parents: 46593
diff changeset
202 @copying
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
203 This is an @cite{Introduction to Programming in Emacs Lisp}, for
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
204 people who are not programmers.
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
205 @sp 1
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
206 Edition @value{edition-number}, @value{update-date}
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
207 @sp 1
50622
aef53887e0ed Update copyright date and update-date.
Robert J. Chassell <bob@rattlesnake.com>
parents: 50621
diff changeset
208 Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1997, 2001,
68640
e8a3fb527b77 Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 65553
diff changeset
209 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
210 @sp 1
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
211
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
212 @iftex
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
213 Published by the:@*
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
214
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
215 GNU Press, @hfill @uref{http://www.gnupress.org}@*
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
216 a division of the @hfill General: @email{press@@gnu.org}@*
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
217 Free Software Foundation, Inc. @hfill Orders:@w{ } @email{sales@@gnu.org}@*
64083
23a17af379b1 Update FSF's address.
Lute Kamstra <lute@gnu.org>
parents: 63636
diff changeset
218 51 Franklin Street, Fifth Floor @hfill Tel: +1 (617) 542-5942@*
23a17af379b1 Update FSF's address.
Lute Kamstra <lute@gnu.org>
parents: 63636
diff changeset
219 Boston, MA 02110-1301 USA @hfill Fax: +1 (617) 542-2652@*
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
220 @end iftex
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
221
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
222 @ifnottex
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
223 Published by the:
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
224
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
225 @example
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
226 GNU Press, Website: http://www.gnupress.org
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
227 a division of the General: press@@gnu.org
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
228 Free Software Foundation, Inc. Orders: sales@@gnu.org
64083
23a17af379b1 Update FSF's address.
Lute Kamstra <lute@gnu.org>
parents: 63636
diff changeset
229 51 Franklin Street, Fifth Floor Tel: +1 (617) 542-5942
23a17af379b1 Update FSF's address.
Lute Kamstra <lute@gnu.org>
parents: 63636
diff changeset
230 Boston, MA 02110-1301 USA Fax: +1 (617) 542-2652
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
231 @end example
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
232 @end ifnottex
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
233
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
234 @sp 1
47005
186a9c64b0fd Add version 4.2 texinfo.tex and use @copying command;
Robert J. Chassell <bob@rattlesnake.com>
parents: 46593
diff changeset
235 @c Printed copies are available for $30 each.@*
186a9c64b0fd Add version 4.2 texinfo.tex and use @copying command;
Robert J. Chassell <bob@rattlesnake.com>
parents: 46593
diff changeset
236 ISBN 1-882114-43-4
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
237
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
238 Permission is granted to copy, distribute and/or modify this document
65553
2c8495a2cf88 Specify GFDL version 1.2.
Romain Francoise <romain@orebokech.com>
parents: 65000
diff changeset
239 under the terms of the GNU Free Documentation License, Version 1.2 or
42621
33aa22b1c9c0 Remove Preface from the `Invariant Section' listing of the License,
Robert J. Chassell <bob@rattlesnake.com>
parents: 42562
diff changeset
240 any later version published by the Free Software Foundation; there
33aa22b1c9c0 Remove Preface from the `Invariant Section' listing of the License,
Robert J. Chassell <bob@rattlesnake.com>
parents: 42562
diff changeset
241 being no Invariant Section, with the Front-Cover Texts being ``A GNU
33aa22b1c9c0 Remove Preface from the `Invariant Section' listing of the License,
Robert J. Chassell <bob@rattlesnake.com>
parents: 42562
diff changeset
242 Manual'', and with the Back-Cover Texts as in (a) below. A copy of
33aa22b1c9c0 Remove Preface from the `Invariant Section' listing of the License,
Robert J. Chassell <bob@rattlesnake.com>
parents: 42562
diff changeset
243 the license is included in the section entitled ``GNU Free
42562
fb149efd0c72 Follow law precisely: four digits for all dates in copyright lines.
Robert J. Chassell <bob@rattlesnake.com>
parents: 42506
diff changeset
244 Documentation License''.
fb149efd0c72 Follow law precisely: four digits for all dates in copyright lines.
Robert J. Chassell <bob@rattlesnake.com>
parents: 42506
diff changeset
245
fb149efd0c72 Follow law precisely: four digits for all dates in copyright lines.
Robert J. Chassell <bob@rattlesnake.com>
parents: 42506
diff changeset
246 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and
fb149efd0c72 Follow law precisely: four digits for all dates in copyright lines.
Robert J. Chassell <bob@rattlesnake.com>
parents: 42506
diff changeset
247 modify this GNU Manual, like GNU software. Copies published by the
fb149efd0c72 Follow law precisely: four digits for all dates in copyright lines.
Robert J. Chassell <bob@rattlesnake.com>
parents: 42506
diff changeset
248 Free Software Foundation raise funds for GNU development.''
47005
186a9c64b0fd Add version 4.2 texinfo.tex and use @copying command;
Robert J. Chassell <bob@rattlesnake.com>
parents: 46593
diff changeset
249 @end copying
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
251 @c half title; two lines here, so do not use `shorttitlepage'
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
252 @tex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
253 {\begingroup%
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
254 \hbox{}\vskip 1.5in \chaprm \centerline{An Introduction to}%
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
255 \endgroup}%
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
256 {\begingroup\hbox{}\vskip 0.25in \chaprm%
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
257 \centerline{Programming in Emacs Lisp}%
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
258 \endgroup\page\hbox{}\page}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
259 @end tex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
260
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
261 @titlepage
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
262 @sp 6
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
263 @center @titlefont{An Introduction to}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
264 @sp 2
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
265 @center @titlefont{Programming in Emacs Lisp}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
266 @sp 2
73587
c84b73607df3 Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73554
diff changeset
267 @center Revised Third Edition
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
268 @sp 4
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
269 @center by Robert J. Chassell
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
270
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
271 @page
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
272 @vskip 0pt plus 1filll
47005
186a9c64b0fd Add version 4.2 texinfo.tex and use @copying command;
Robert J. Chassell <bob@rattlesnake.com>
parents: 46593
diff changeset
273 @insertcopying
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
274 @end titlepage
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
275
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
276 @iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
277 @headings off
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
278 @evenheading @thispage @| @| @thischapter
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
279 @oddheading @thissection @| @| @thispage
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
280 @end iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
281
41499
f2ffeff1bf1e Move @contents to the beginning of the file.
Eli Zaretskii <eliz@gnu.org>
parents: 41421
diff changeset
282 @ifnothtml
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
283 @c Keep T.O.C. short by tightening up for largebook
41499
f2ffeff1bf1e Move @contents to the beginning of the file.
Eli Zaretskii <eliz@gnu.org>
parents: 41421
diff changeset
284 @ifset largebook
f2ffeff1bf1e Move @contents to the beginning of the file.
Eli Zaretskii <eliz@gnu.org>
parents: 41421
diff changeset
285 @tex
f2ffeff1bf1e Move @contents to the beginning of the file.
Eli Zaretskii <eliz@gnu.org>
parents: 41421
diff changeset
286 \global\parskip 2pt plus 1pt
f2ffeff1bf1e Move @contents to the beginning of the file.
Eli Zaretskii <eliz@gnu.org>
parents: 41421
diff changeset
287 \global\advance\baselineskip by -1pt
f2ffeff1bf1e Move @contents to the beginning of the file.
Eli Zaretskii <eliz@gnu.org>
parents: 41421
diff changeset
288 @end tex
f2ffeff1bf1e Move @contents to the beginning of the file.
Eli Zaretskii <eliz@gnu.org>
parents: 41421
diff changeset
289 @end ifset
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
290 @end ifnothtml
41499
f2ffeff1bf1e Move @contents to the beginning of the file.
Eli Zaretskii <eliz@gnu.org>
parents: 41421
diff changeset
291
f2ffeff1bf1e Move @contents to the beginning of the file.
Eli Zaretskii <eliz@gnu.org>
parents: 41421
diff changeset
292 @shortcontents
f2ffeff1bf1e Move @contents to the beginning of the file.
Eli Zaretskii <eliz@gnu.org>
parents: 41421
diff changeset
293 @contents
f2ffeff1bf1e Move @contents to the beginning of the file.
Eli Zaretskii <eliz@gnu.org>
parents: 41421
diff changeset
294
f2ffeff1bf1e Move @contents to the beginning of the file.
Eli Zaretskii <eliz@gnu.org>
parents: 41421
diff changeset
295 @ifnottex
f2ffeff1bf1e Move @contents to the beginning of the file.
Eli Zaretskii <eliz@gnu.org>
parents: 41421
diff changeset
296 @node Top, Preface, (dir), (dir)
f2ffeff1bf1e Move @contents to the beginning of the file.
Eli Zaretskii <eliz@gnu.org>
parents: 41421
diff changeset
297 @top An Introduction to Programming in Emacs Lisp
f2ffeff1bf1e Move @contents to the beginning of the file.
Eli Zaretskii <eliz@gnu.org>
parents: 41421
diff changeset
298
47005
186a9c64b0fd Add version 4.2 texinfo.tex and use @copying command;
Robert J. Chassell <bob@rattlesnake.com>
parents: 46593
diff changeset
299 @insertcopying
41499
f2ffeff1bf1e Move @contents to the beginning of the file.
Eli Zaretskii <eliz@gnu.org>
parents: 41421
diff changeset
300
f2ffeff1bf1e Move @contents to the beginning of the file.
Eli Zaretskii <eliz@gnu.org>
parents: 41421
diff changeset
301 This master menu first lists each chapter and index; then it lists
f2ffeff1bf1e Move @contents to the beginning of the file.
Eli Zaretskii <eliz@gnu.org>
parents: 41421
diff changeset
302 every node in every chapter.
f2ffeff1bf1e Move @contents to the beginning of the file.
Eli Zaretskii <eliz@gnu.org>
parents: 41421
diff changeset
303 @end ifnottex
f2ffeff1bf1e Move @contents to the beginning of the file.
Eli Zaretskii <eliz@gnu.org>
parents: 41421
diff changeset
304
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
305 @c >>>> Set pageno appropriately <<<<
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
306
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
307 @c The first page of the Preface is a roman numeral; it is the first
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
308 @c right handed page after the Table of Contents; hence the following
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
309 @c setting must be for an odd negative number.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
310
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
311 @iftex
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
312 @global@pageno = -11
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
313 @end iftex
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
314
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
315 @menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
316 * Preface:: What to look for.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
317 * List Processing:: What is Lisp?
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
318 * Practicing Evaluation:: Running several programs.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
319 * Writing Defuns:: How to write function definitions.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
320 * Buffer Walk Through:: Exploring a few buffer-related functions.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
321 * More Complex:: A few, even more complex functions.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
322 * Narrowing & Widening:: Restricting your and Emacs attention to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
323 a region.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
324 * car cdr & cons:: Fundamental functions in Lisp.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
325 * Cutting & Storing Text:: Removing text and saving it.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
326 * List Implementation:: How lists are implemented in the computer.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
327 * Yanking:: Pasting stored text.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
328 * Loops & Recursion:: How to repeat a process.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
329 * Regexp Search:: Regular expression searches.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
330 * Counting Words:: A review of repetition and regexps.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
331 * Words in a defun:: Counting words in a @code{defun}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
332 * Readying a Graph:: A prototype graph printing function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
333 * Emacs Initialization:: How to write a @file{.emacs} file.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
334 * Debugging:: How to run the Emacs Lisp debuggers.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
335 * Conclusion:: Now you have the basics.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
336 * the-the:: An appendix: how to find reduplicated words.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
337 * Kill Ring:: An appendix: how the kill ring works.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
338 * Full Graph:: How to create a graph with labelled axes.
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
339 * Free Software and Free Manuals::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
340 * GNU Free Documentation License::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
341 * Index::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
342 * About the Author::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
343
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
344 @detailmenu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
345 --- The Detailed Node Listing ---
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
346
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
347 Preface
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
348
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
349 * Why:: Why learn Emacs Lisp?
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
350 * On Reading this Text:: Read, gain familiarity, pick up habits....
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
351 * Who You Are:: For whom this is written.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
352 * Lisp History::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
353 * Note for Novices:: You can read this as a novice.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
354 * Thank You::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
355
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
356 List Processing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
357
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
358 * Lisp Lists:: What are lists?
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
359 * Run a Program:: Any list in Lisp is a program ready to run.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
360 * Making Errors:: Generating an error message.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
361 * Names & Definitions:: Names of symbols and function definitions.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
362 * Lisp Interpreter:: What the Lisp interpreter does.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
363 * Evaluation:: Running a program.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
364 * Variables:: Returning a value from a variable.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
365 * Arguments:: Passing information to a function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
366 * set & setq:: Setting the value of a variable.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
367 * Summary:: The major points.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
368 * Error Message Exercises::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
369
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
370 Lisp Lists
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
371
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
372 * Numbers Lists:: List have numbers, other lists, in them.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
373 * Lisp Atoms:: Elemental entities.
73587
c84b73607df3 Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73554
diff changeset
374 * Whitespace in Lists:: Formatting lists to be readable.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
375 * Typing Lists:: How GNU Emacs helps you type lists.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
376
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
377 The Lisp Interpreter
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
378
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
379 * Complications:: Variables, Special forms, Lists within.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
380 * Byte Compiling:: Specially processing code for speed.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
381
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
382 Evaluation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
383
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
384 * Evaluating Inner Lists:: Lists within lists...
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
385
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
386 Variables
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
387
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
388 * fill-column Example::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
389 * Void Function:: The error message for a symbol
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
390 without a function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
391 * Void Variable:: The error message for a symbol without a value.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
392
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
393 Arguments
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
394
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
395 * Data types:: Types of data passed to a function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
396 * Args as Variable or List:: An argument can be the value
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
397 of a variable or list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
398 * Variable Number of Arguments:: Some functions may take a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
399 variable number of arguments.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
400 * Wrong Type of Argument:: Passing an argument of the wrong type
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
401 to a function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
402 * message:: A useful function for sending messages.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
403
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
404 Setting the Value of a Variable
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
405
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
406 * Using set:: Setting values.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
407 * Using setq:: Setting a quoted value.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
408 * Counting:: Using @code{setq} to count.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
409
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
410 Practicing Evaluation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
411
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
412 * How to Evaluate:: Typing editing commands or @kbd{C-x C-e}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
413 causes evaluation.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
414 * Buffer Names:: Buffers and files are different.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
415 * Getting Buffers:: Getting a buffer itself, not merely its name.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
416 * Switching Buffers:: How to change to another buffer.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
417 * Buffer Size & Locations:: Where point is located and the size of
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
418 the buffer.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
419 * Evaluation Exercise::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
420
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
421 How To Write Function Definitions
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
422
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
423 * Primitive Functions::
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
424 * defun:: The @code{defun} special form.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
425 * Install:: Install a function definition.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
426 * Interactive:: Making a function interactive.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
427 * Interactive Options:: Different options for @code{interactive}.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
428 * Permanent Installation:: Installing code permanently.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
429 * let:: Creating and initializing local variables.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
430 * if:: What if?
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
431 * else:: If--then--else expressions.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
432 * Truth & Falsehood:: What Lisp considers false and true.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
433 * save-excursion:: Keeping track of point, mark, and buffer.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
434 * Review::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
435 * defun Exercises::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
436
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
437 Install a Function Definition
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
438
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
439 * Effect of installation::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
440 * Change a defun:: How to change a function definition.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
441
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
442 Make a Function Interactive
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
443
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
444 * Interactive multiply-by-seven:: An overview.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
445 * multiply-by-seven in detail:: The interactive version.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
446
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
447 @code{let}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
448
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
449 * Prevent confusion::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
450 * Parts of let Expression::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
451 * Sample let Expression::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
452 * Uninitialized let Variables::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
453
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
454 The @code{if} Special Form
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
455
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
456 * if in more detail::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
457 * type-of-animal in detail:: An example of an @code{if} expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
458
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
459 Truth and Falsehood in Emacs Lisp
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
460
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
461 * nil explained:: @code{nil} has two meanings.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
462
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
463 @code{save-excursion}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
464
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
465 * Point and mark:: A review of various locations.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
466 * Template for save-excursion::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
467
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
468 A Few Buffer--Related Functions
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
469
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
470 * Finding More:: How to find more information.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
471 * simplified-beginning-of-buffer:: Shows @code{goto-char},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
472 @code{point-min}, and @code{push-mark}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
473 * mark-whole-buffer:: Almost the same as @code{beginning-of-buffer}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
474 * append-to-buffer:: Uses @code{save-excursion} and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
475 @code{insert-buffer-substring}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
476 * Buffer Related Review:: Review.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
477 * Buffer Exercises::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
478
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
479 The Definition of @code{mark-whole-buffer}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
480
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
481 * mark-whole-buffer overview::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
482 * Body of mark-whole-buffer:: Only three lines of code.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
483
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
484 The Definition of @code{append-to-buffer}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
485
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
486 * append-to-buffer overview::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
487 * append interactive:: A two part interactive expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
488 * append-to-buffer body:: Incorporates a @code{let} expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
489 * append save-excursion:: How the @code{save-excursion} works.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
490
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
491 A Few More Complex Functions
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
492
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
493 * copy-to-buffer:: With @code{set-buffer}, @code{get-buffer-create}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
494 * insert-buffer:: Read-only, and with @code{or}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
495 * beginning-of-buffer:: Shows @code{goto-char},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
496 @code{point-min}, and @code{push-mark}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
497 * Second Buffer Related Review::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
498 * optional Exercise::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
499
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
500 The Definition of @code{insert-buffer}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
501
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
502 * insert-buffer code::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
503 * insert-buffer interactive:: When you can read, but not write.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
504 * insert-buffer body:: The body has an @code{or} and a @code{let}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
505 * if & or:: Using an @code{if} instead of an @code{or}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
506 * Insert or:: How the @code{or} expression works.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
507 * Insert let:: Two @code{save-excursion} expressions.
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
508 * New insert-buffer::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
509
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
510 The Interactive Expression in @code{insert-buffer}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
511
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
512 * Read-only buffer:: When a buffer cannot be modified.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
513 * b for interactive:: An existing buffer or else its name.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
514
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
515 Complete Definition of @code{beginning-of-buffer}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
516
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
517 * Optional Arguments::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
518 * beginning-of-buffer opt arg:: Example with optional argument.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
519 * beginning-of-buffer complete::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
520
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
521 @code{beginning-of-buffer} with an Argument
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
522
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
523 * Disentangle beginning-of-buffer::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
524 * Large buffer case::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
525 * Small buffer case::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
526
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
527 Narrowing and Widening
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
528
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
529 * Narrowing advantages:: The advantages of narrowing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
530 * save-restriction:: The @code{save-restriction} special form.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
531 * what-line:: The number of the line that point is on.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
532 * narrow Exercise::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
533
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
534 @code{car}, @code{cdr}, @code{cons}: Fundamental Functions
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
535
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
536 * Strange Names:: An historical aside: why the strange names?
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
537 * car & cdr:: Functions for extracting part of a list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
538 * cons:: Constructing a list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
539 * nthcdr:: Calling @code{cdr} repeatedly.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
540 * nth::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
541 * setcar:: Changing the first element of a list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
542 * setcdr:: Changing the rest of a list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
543 * cons Exercise::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
544
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
545 @code{cons}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
546
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
547 * Build a list::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
548 * length:: How to find the length of a list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
549
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
550 Cutting and Storing Text
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
551
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
552 * Storing Text:: Text is stored in a list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
553 * zap-to-char:: Cutting out text up to a character.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
554 * kill-region:: Cutting text out of a region.
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
555 * copy-region-as-kill:: A definition for copying text.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
556 * Digression into C:: Minor note on C programming language macros.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
557 * defvar:: How to give a variable an initial value.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
558 * cons & search-fwd Review::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
559 * search Exercises::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
560
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
561 @code{zap-to-char}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
562
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
563 * Complete zap-to-char:: The complete implementation.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
564 * zap-to-char interactive:: A three part interactive expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
565 * zap-to-char body:: A short overview.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
566 * search-forward:: How to search for a string.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
567 * progn:: The @code{progn} special form.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
568 * Summing up zap-to-char:: Using @code{point} and @code{search-forward}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
569
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
570 @code{kill-region}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
571
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
572 * Complete kill-region:: The function definition.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
573 * condition-case:: Dealing with a problem.
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
574 * Lisp macro::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
575
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
576 @code{copy-region-as-kill}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
577
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
578 * Complete copy-region-as-kill:: The complete function definition.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
579 * copy-region-as-kill body:: The body of @code{copy-region-as-kill}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
580
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
581 The Body of @code{copy-region-as-kill}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
582
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
583 * last-command & this-command::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
584 * kill-append function::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
585 * kill-new function::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
586
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
587 Initializing a Variable with @code{defvar}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
588
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
589 * See variable current value::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
590 * defvar and asterisk::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
591
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
592 How Lists are Implemented
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
593
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
594 * Lists diagrammed::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
595 * Symbols as Chest:: Exploring a powerful metaphor.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
596 * List Exercise::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
597
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
598 Yanking Text Back
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
599
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
600 * Kill Ring Overview::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
601 * kill-ring-yank-pointer:: The kill ring is a list.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
602 * yank nthcdr Exercises:: The @code{kill-ring-yank-pointer} variable.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
603
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
604 Loops and Recursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
605
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
606 * while:: Causing a stretch of code to repeat.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
607 * dolist dotimes::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
608 * Recursion:: Causing a function to call itself.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
609 * Looping exercise::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
610
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
611 @code{while}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
612
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
613 * Looping with while:: Repeat so long as test returns true.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
614 * Loop Example:: A @code{while} loop that uses a list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
615 * print-elements-of-list:: Uses @code{while}, @code{car}, @code{cdr}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
616 * Incrementing Loop:: A loop with an incrementing counter.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
617 * Decrementing Loop:: A loop with a decrementing counter.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
618
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
619 A Loop with an Incrementing Counter
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
620
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
621 * Incrementing Example:: Counting pebbles in a triangle.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
622 * Inc Example parts:: The parts of the function definition.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
623 * Inc Example altogether:: Putting the function definition together.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
624
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
625 Loop with a Decrementing Counter
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
626
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
627 * Decrementing Example:: More pebbles on the beach.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
628 * Dec Example parts:: The parts of the function definition.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
629 * Dec Example altogether:: Putting the function definition together.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
630
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
631 Save your time: @code{dolist} and @code{dotimes}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
632
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
633 * dolist::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
634 * dotimes::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
635
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
636 Recursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
637
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
638 * Building Robots:: Same model, different serial number ...
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
639 * Recursive Definition Parts:: Walk until you stop ...
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
640 * Recursion with list:: Using a list as the test whether to recurse.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
641 * Recursive triangle function::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
642 * Recursion with cond::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
643 * Recursive Patterns:: Often used templates.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
644 * No Deferment:: Don't store up work ...
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
645 * No deferment solution::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
646
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
647 Recursion in Place of a Counter
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
648
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
649 * Recursive Example arg of 1 or 2::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
650 * Recursive Example arg of 3 or 4::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
651
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
652 Recursive Patterns
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
653
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
654 * Every::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
655 * Accumulate::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
656 * Keep::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
657
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
658 Regular Expression Searches
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
659
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
660 * sentence-end:: The regular expression for @code{sentence-end}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
661 * re-search-forward:: Very similar to @code{search-forward}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
662 * forward-sentence:: A straightforward example of regexp search.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
663 * forward-paragraph:: A somewhat complex example.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
664 * etags:: How to create your own @file{TAGS} table.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
665 * Regexp Review::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
666 * re-search Exercises::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
667
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
668 @code{forward-sentence}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
669
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
670 * Complete forward-sentence::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
671 * fwd-sentence while loops:: Two @code{while} loops.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
672 * fwd-sentence re-search:: A regular expression search.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
673
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
674 @code{forward-paragraph}: a Goldmine of Functions
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
675
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
676 * forward-paragraph in brief:: Key parts of the function definition.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
677 * fwd-para let:: The @code{let*} expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
678 * fwd-para while:: The forward motion @code{while} loop.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
679
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
680 Counting: Repetition and Regexps
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
681
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
682 * Why Count Words::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
683 * count-words-region:: Use a regexp, but find a problem.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
684 * recursive-count-words:: Start with case of no words in region.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
685 * Counting Exercise::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
686
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
687 The @code{count-words-region} Function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
688
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
689 * Design count-words-region:: The definition using a @code{while} loop.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
690 * Whitespace Bug:: The Whitespace Bug in @code{count-words-region}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
691
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
692 Counting Words in a @code{defun}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
693
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
694 * Divide and Conquer::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
695 * Words and Symbols:: What to count?
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
696 * Syntax:: What constitutes a word or symbol?
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
697 * count-words-in-defun:: Very like @code{count-words}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
698 * Several defuns:: Counting several defuns in a file.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
699 * Find a File:: Do you want to look at a file?
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
700 * lengths-list-file:: A list of the lengths of many definitions.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
701 * Several files:: Counting in definitions in different files.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
702 * Several files recursively:: Recursively counting in different files.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
703 * Prepare the data:: Prepare the data for display in a graph.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
704
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
705 Count Words in @code{defuns} in Different Files
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
706
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
707 * lengths-list-many-files:: Return a list of the lengths of defuns.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
708 * append:: Attach one list to another.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
709
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
710 Prepare the Data for Display in a Graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
711
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
712 * Sorting:: Sorting lists.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
713 * Files List:: Making a list of files.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
714 * Counting function definitions::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
715
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
716 Readying a Graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
717
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
718 * Columns of a graph::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
719 * graph-body-print:: How to print the body of a graph.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
720 * recursive-graph-body-print::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
721 * Printed Axes::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
722 * Line Graph Exercise::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
723
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
724 Your @file{.emacs} File
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
725
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
726 * Default Configuration::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
727 * Site-wide Init:: You can write site-wide init files.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
728 * defcustom:: Emacs will write code for you.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
729 * Beginning a .emacs File:: How to write a @code{.emacs file}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
730 * Text and Auto-fill:: Automatically wrap lines.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
731 * Mail Aliases:: Use abbreviations for email addresses.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
732 * Indent Tabs Mode:: Don't use tabs with @TeX{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
733 * Keybindings:: Create some personal keybindings.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
734 * Keymaps:: More about key binding.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
735 * Loading Files:: Load (i.e., evaluate) files automatically.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
736 * Autoload:: Make functions available.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
737 * Simple Extension:: Define a function; bind it to a key.
73597
4d65d5858190 * emacs-lisp-intro.texi: Remove version reference for X colors.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73587
diff changeset
738 * X11 Colors:: Colors in X.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
739 * Miscellaneous::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
740 * Mode Line:: How to customize your mode line.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
741
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
742 Debugging
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
743
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
744 * debug:: How to use the built-in debugger.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
745 * debug-on-entry:: Start debugging when you call a function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
746 * debug-on-quit:: Start debugging when you quit with @kbd{C-g}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
747 * edebug:: How to use Edebug, a source level debugger.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
748 * Debugging Exercises::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
749
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
750 Handling the Kill Ring
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
751
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
752 * current-kill::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
753 * yank:: Paste a copy of a clipped element.
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
754 * yank-pop:: Insert element pointed to.
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
755 * ring file::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
756
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
757 The @code{current-kill} Function
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
758
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
759 * Understanding current-kill::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
760
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
761 @code{current-kill} in Outline
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
762
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
763 * Digression concerning error:: How to mislead humans, but not computers.
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
764 * Determining the Element::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
765
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
766 A Graph with Labelled Axes
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
767
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
768 * Labelled Example::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
769 * print-graph Varlist:: @code{let} expression in @code{print-graph}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
770 * print-Y-axis:: Print a label for the vertical axis.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
771 * print-X-axis:: Print a horizontal label.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
772 * Print Whole Graph:: The function to print a complete graph.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
773
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
774 The @code{print-Y-axis} Function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
775
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
776 * Height of label:: What height for the Y axis?
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
777 * Compute a Remainder:: How to compute the remainder of a division.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
778 * Y Axis Element:: Construct a line for the Y axis.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
779 * Y-axis-column:: Generate a list of Y axis labels.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
780 * print-Y-axis Penultimate:: A not quite final version.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
781
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
782 The @code{print-X-axis} Function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
783
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
784 * Similarities differences:: Much like @code{print-Y-axis}, but not exactly.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
785 * X Axis Tic Marks:: Create tic marks for the horizontal axis.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
786
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
787 Printing the Whole Graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
788
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
789 * The final version:: A few changes.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
790 * Test print-graph:: Run a short test.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
791 * Graphing words in defuns:: Executing the final code.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
792 * lambda:: How to write an anonymous function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
793 * mapcar:: Apply a function to elements of a list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
794 * Another Bug:: Yet another bug @dots{} most insidious.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
795 * Final printed graph:: The graph itself!
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
796
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
797 @end detailmenu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
798 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
799
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
800 @node Preface, List Processing, Top, Top
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
801 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
802 @unnumbered Preface
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
803
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
804 Most of the GNU Emacs integrated environment is written in the programming
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
805 language called Emacs Lisp. The code written in this programming
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
806 language is the software---the sets of instructions---that tell the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
807 computer what to do when you give it commands. Emacs is designed so
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
808 that you can write new code in Emacs Lisp and easily install it as an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
809 extension to the editor.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
810
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
811 (GNU Emacs is sometimes called an ``extensible editor'', but it does
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
812 much more than provide editing capabilities. It is better to refer to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
813 Emacs as an ``extensible computing environment''. However, that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
814 phrase is quite a mouthful. It is easier to refer to Emacs simply as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
815 an editor. Moreover, everything you do in Emacs---find the Mayan date
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
816 and phases of the moon, simplify polynomials, debug code, manage
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
817 files, read letters, write books---all these activities are kinds of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
818 editing in the most general sense of the word.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
819
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
820 @menu
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
821 * Why::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
822 * On Reading this Text::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
823 * Who You Are::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
824 * Lisp History::
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
825 * Note for Novices::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
826 * Thank You::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
827 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
828
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
829 @node Why, On Reading this Text, Preface, Preface
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
830 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
831 @unnumberedsec Why Study Emacs Lisp?
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
832 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
833
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
834 Although Emacs Lisp is usually thought of in association only with Emacs,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
835 it is a full computer programming language. You can use Emacs Lisp as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
836 you would any other programming language.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
837
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
838 Perhaps you want to understand programming; perhaps you want to extend
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
839 Emacs; or perhaps you want to become a programmer. This introduction to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
840 Emacs Lisp is designed to get you started: to guide you in learning the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
841 fundamentals of programming, and more importantly, to show you how you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
842 can teach yourself to go further.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
843
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
844 @node On Reading this Text, Who You Are, Why, Preface
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
845 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
846 @unnumberedsec On Reading this Text
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
847
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
848 All through this document, you will see little sample programs you can
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
849 run inside of Emacs. If you read this document in Info inside of GNU
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
850 Emacs, you can run the programs as they appear. (This is easy to do and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
851 is explained when the examples are presented.) Alternatively, you can
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
852 read this introduction as a printed book while sitting beside a computer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
853 running Emacs. (This is what I like to do; I like printed books.) If
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
854 you don't have a running Emacs beside you, you can still read this book,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
855 but in this case, it is best to treat it as a novel or as a travel guide
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
856 to a country not yet visited: interesting, but not the same as being
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
857 there.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
858
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
859 Much of this introduction is dedicated to walk-throughs or guided tours
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
860 of code used in GNU Emacs. These tours are designed for two purposes:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
861 first, to give you familiarity with real, working code (code you use
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
862 every day); and, second, to give you familiarity with the way Emacs
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
863 works. It is interesting to see how a working environment is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
864 implemented.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
865 Also, I
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
866 hope that you will pick up the habit of browsing through source code.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
867 You can learn from it and mine it for ideas. Having GNU Emacs is like
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
868 having a dragon's cave of treasures.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
869
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
870 In addition to learning about Emacs as an editor and Emacs Lisp as a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
871 programming language, the examples and guided tours will give you an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
872 opportunity to get acquainted with Emacs as a Lisp programming
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
873 environment. GNU Emacs supports programming and provides tools that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
874 you will want to become comfortable using, such as @kbd{M-.} (the key
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
875 which invokes the @code{find-tag} command). You will also learn about
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
876 buffers and other objects that are part of the environment.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
877 Learning about these features of Emacs is like learning new routes
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
878 around your home town.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
879
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
880 @ignore
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
881 In addition, I have written several programs as extended examples.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
882 Although these are examples, the programs are real. I use them.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
883 Other people use them. You may use them. Beyond the fragments of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
884 programs used for illustrations, there is very little in here that is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
885 `just for teaching purposes'; what you see is used. This is a great
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
886 advantage of Emacs Lisp: it is easy to learn to use it for work.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
887 @end ignore
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
888
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
889 Finally, I hope to convey some of the skills for using Emacs to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
890 learn aspects of programming that you don't know. You can often use
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
891 Emacs to help you understand what puzzles you or to find out how to do
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
892 something new. This self-reliance is not only a pleasure, but an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
893 advantage.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
894
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
895 @node Who You Are, Lisp History, On Reading this Text, Preface
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
896 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
897 @unnumberedsec For Whom This is Written
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
898
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
899 This text is written as an elementary introduction for people who are
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
900 not programmers. If you are a programmer, you may not be satisfied with
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
901 this primer. The reason is that you may have become expert at reading
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
902 reference manuals and be put off by the way this text is organized.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
903
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
904 An expert programmer who reviewed this text said to me:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
905
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
906 @quotation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
907 @i{I prefer to learn from reference manuals. I ``dive into'' each
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
908 paragraph, and ``come up for air'' between paragraphs.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
909
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
910 @i{When I get to the end of a paragraph, I assume that that subject is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
911 done, finished, that I know everything I need (with the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
912 possible exception of the case when the next paragraph starts talking
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
913 about it in more detail). I expect that a well written reference manual
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
914 will not have a lot of redundancy, and that it will have excellent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
915 pointers to the (one) place where the information I want is.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
916 @end quotation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
917
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
918 This introduction is not written for this person!
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
919
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
920 Firstly, I try to say everything at least three times: first, to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
921 introduce it; second, to show it in context; and third, to show it in a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
922 different context, or to review it.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
923
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
924 Secondly, I hardly ever put all the information about a subject in one
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
925 place, much less in one paragraph. To my way of thinking, that imposes
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
926 too heavy a burden on the reader. Instead I try to explain only what
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
927 you need to know at the time. (Sometimes I include a little extra
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
928 information so you won't be surprised later when the additional
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
929 information is formally introduced.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
930
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
931 When you read this text, you are not expected to learn everything the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
932 first time. Frequently, you need only make, as it were, a `nodding
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
933 acquaintance' with some of the items mentioned. My hope is that I have
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
934 structured the text and given you enough hints that you will be alert to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
935 what is important, and concentrate on it.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
936
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
937 You will need to ``dive into'' some paragraphs; there is no other way
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
938 to read them. But I have tried to keep down the number of such
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
939 paragraphs. This book is intended as an approachable hill, rather than
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
940 as a daunting mountain.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
941
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
942 This introduction to @cite{Programming in Emacs Lisp} has a companion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
943 document,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
944 @iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
945 @cite{The GNU Emacs Lisp Reference Manual}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
946 @end iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
947 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
948 @ref{Top, , The GNU Emacs Lisp Reference Manual, elisp, The GNU
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
949 Emacs Lisp Reference Manual}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
950 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
951 The reference manual has more detail than this introduction. In the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
952 reference manual, all the information about one topic is concentrated
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
953 in one place. You should turn to it if you are like the programmer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
954 quoted above. And, of course, after you have read this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
955 @cite{Introduction}, you will find the @cite{Reference Manual} useful
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
956 when you are writing your own programs.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
957
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
958 @node Lisp History, Note for Novices, Who You Are, Preface
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
959 @unnumberedsec Lisp History
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
960 @cindex Lisp history
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
961
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
962 Lisp was first developed in the late 1950s at the Massachusetts
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
963 Institute of Technology for research in artificial intelligence. The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
964 great power of the Lisp language makes it superior for other purposes as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
965 well, such as writing editor commands and integrated environments.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
966
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
967 @cindex Maclisp
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
968 @cindex Common Lisp
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
969 GNU Emacs Lisp is largely inspired by Maclisp, which was written at MIT
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
970 in the 1960s. It is somewhat inspired by Common Lisp, which became a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
971 standard in the 1980s. However, Emacs Lisp is much simpler than Common
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
972 Lisp. (The standard Emacs distribution contains an optional extensions
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
973 file, @file{cl.el}, that adds many Common Lisp features to Emacs Lisp.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
974
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
975 @node Note for Novices, Thank You, Lisp History, Preface
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
976 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
977 @unnumberedsec A Note for Novices
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
978
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
979 If you don't know GNU Emacs, you can still read this document
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
980 profitably. However, I recommend you learn Emacs, if only to learn to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
981 move around your computer screen. You can teach yourself how to use
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
982 Emacs with the on-line tutorial. To use it, type @kbd{C-h t}. (This
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
983 means you press and release the @key{CTRL} key and the @kbd{h} at the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
984 same time, and then press and release @kbd{t}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
985
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
986 Also, I often refer to one of Emacs' standard commands by listing the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
987 keys which you press to invoke the command and then giving the name of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
988 the command in parentheses, like this: @kbd{M-C-\}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
989 (@code{indent-region}). What this means is that the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
990 @code{indent-region} command is customarily invoked by typing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
991 @kbd{M-C-\}. (You can, if you wish, change the keys that are typed to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
992 invoke the command; this is called @dfn{rebinding}. @xref{Keymaps, ,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
993 Keymaps}.) The abbreviation @kbd{M-C-\} means that you type your
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
994 @key{META} key, @key{CTRL} key and @key{\} key all at the same time.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
995 (On many modern keyboards the @key{META} key is labelled
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
996 @key{ALT}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
997 Sometimes a combination like this is called a keychord, since it is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
998 similar to the way you play a chord on a piano. If your keyboard does
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
999 not have a @key{META} key, the @key{ESC} key prefix is used in place
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1000 of it. In this case, @kbd{M-C-\} means that you press and release your
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1001 @key{ESC} key and then type the @key{CTRL} key and the @key{\} key at
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1002 the same time. But usually @kbd{M-C-\} means press the @key{CTRL} key
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1003 along with the key that is labelled @key{ALT} and, at the same time,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1004 press the @key{\} key.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1005
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1006 In addition to typing a lone keychord, you can prefix what you type
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1007 with @kbd{C-u}, which is called the `universal argument'. The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1008 @kbd{C-u} keychord passes an argument to the subsequent command.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1009 Thus, to indent a region of plain text by 6 spaces, mark the region,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1010 and then type @w{@kbd{C-u 6 M-C-\}}. (If you do not specify a number,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1011 Emacs either passes the number 4 to the command or otherwise runs the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1012 command differently than it would otherwise.) @xref{Arguments, ,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1013 Numeric Arguments, emacs, The GNU Emacs Manual}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1014
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1015 If you are reading this in Info using GNU Emacs, you can read through
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1016 this whole document just by pressing the space bar, @key{SPC}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1017 (To learn about Info, type @kbd{C-h i} and then select Info.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1018
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1019 A note on terminology: when I use the word Lisp alone, I often am
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1020 referring to the various dialects of Lisp in general, but when I speak
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1021 of Emacs Lisp, I am referring to GNU Emacs Lisp in particular.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1022
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1023 @node Thank You, , Note for Novices, Preface
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1024 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1025 @unnumberedsec Thank You
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1026
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1027 My thanks to all who helped me with this book. My especial thanks to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1028 @r{Jim Blandy}, @r{Noah Friedman}, @w{Jim Kingdon}, @r{Roland
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1029 McGrath}, @w{Frank Ritter}, @w{Randy Smith}, @w{Richard M.@:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1030 Stallman}, and @w{Melissa Weisshaus}. My thanks also go to both
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1031 @w{Philip Johnson} and @w{David Stampe} for their patient
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1032 encouragement. My mistakes are my own.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1033
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1034 @flushright
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1035 Robert J. Chassell
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1036 @end flushright
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1037
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1038 @c ================ Beginning of main text ================
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1039
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1040 @c Start main text on right-hand (verso) page
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1041
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1042 @tex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1043 \par\vfill\supereject
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1044 \headings off
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1045 \ifodd\pageno
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1046 \par\vfill\supereject
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1047 \else
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1048 \par\vfill\supereject
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1049 \page\hbox{}\page
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1050 \par\vfill\supereject
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1051 \fi
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1052 @end tex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1053
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1054 @iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1055 @headings off
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1056 @evenheading @thispage @| @| @thischapter
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1057 @oddheading @thissection @| @| @thispage
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
1058 @global@pageno = 1
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1059 @end iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1060
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1061 @node List Processing, Practicing Evaluation, Preface, Top
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1062 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1063 @chapter List Processing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1064
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1065 To the untutored eye, Lisp is a strange programming language. In Lisp
57334
37199d6ac2c7 Add minor footnotes saying ' is an abbreviation for quote.
Robert J. Chassell <bob@rattlesnake.com>
parents: 56940
diff changeset
1066 code there are parentheses everywhere. Some people even claim that
37199d6ac2c7 Add minor footnotes saying ' is an abbreviation for quote.
Robert J. Chassell <bob@rattlesnake.com>
parents: 56940
diff changeset
1067 the name stands for `Lots of Isolated Silly Parentheses'. But the
37199d6ac2c7 Add minor footnotes saying ' is an abbreviation for quote.
Robert J. Chassell <bob@rattlesnake.com>
parents: 56940
diff changeset
1068 claim is unwarranted. Lisp stands for LISt Processing, and the
37199d6ac2c7 Add minor footnotes saying ' is an abbreviation for quote.
Robert J. Chassell <bob@rattlesnake.com>
parents: 56940
diff changeset
1069 programming language handles @emph{lists} (and lists of lists) by
37199d6ac2c7 Add minor footnotes saying ' is an abbreviation for quote.
Robert J. Chassell <bob@rattlesnake.com>
parents: 56940
diff changeset
1070 putting them between parentheses. The parentheses mark the boundaries
37199d6ac2c7 Add minor footnotes saying ' is an abbreviation for quote.
Robert J. Chassell <bob@rattlesnake.com>
parents: 56940
diff changeset
1071 of the list. Sometimes a list is preceded by a single apostrophe or
37199d6ac2c7 Add minor footnotes saying ' is an abbreviation for quote.
Robert J. Chassell <bob@rattlesnake.com>
parents: 56940
diff changeset
1072 quotation mark, @samp{'}@footnote{The single apostrophe or quotation
37199d6ac2c7 Add minor footnotes saying ' is an abbreviation for quote.
Robert J. Chassell <bob@rattlesnake.com>
parents: 56940
diff changeset
1073 mark is an abbreviation for the function @code{quote}; you need not
37199d6ac2c7 Add minor footnotes saying ' is an abbreviation for quote.
Robert J. Chassell <bob@rattlesnake.com>
parents: 56940
diff changeset
1074 think about functions now; functions are defined in @ref{Making
37199d6ac2c7 Add minor footnotes saying ' is an abbreviation for quote.
Robert J. Chassell <bob@rattlesnake.com>
parents: 56940
diff changeset
1075 Errors, , Generate an Error Message}.} Lists are the basis of Lisp.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1076
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1077 @menu
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
1078 * Lisp Lists::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
1079 * Run a Program::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
1080 * Making Errors::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
1081 * Names & Definitions::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
1082 * Lisp Interpreter::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
1083 * Evaluation::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
1084 * Variables::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
1085 * Arguments::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
1086 * set & setq::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
1087 * Summary::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1088 * Error Message Exercises::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1089 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1090
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1091 @node Lisp Lists, Run a Program, List Processing, List Processing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1092 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1093 @section Lisp Lists
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1094 @cindex Lisp Lists
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1095
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1096 In Lisp, a list looks like this: @code{'(rose violet daisy buttercup)}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1097 This list is preceded by a single apostrophe. It could just as well be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1098 written as follows, which looks more like the kind of list you are likely
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1099 to be familiar with:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1100
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1101 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1102 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1103 '(rose
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1104 violet
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1105 daisy
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1106 buttercup)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1107 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1108 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1109
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1110 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1111 The elements of this list are the names of the four different flowers,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1112 separated from each other by whitespace and surrounded by parentheses,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1113 like flowers in a field with a stone wall around them.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1114 @cindex Flowers in a field
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1115
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1116 @menu
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
1117 * Numbers Lists::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
1118 * Lisp Atoms::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
1119 * Whitespace in Lists::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
1120 * Typing Lists::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1121 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1122
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1123 @node Numbers Lists, Lisp Atoms, Lisp Lists, Lisp Lists
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1124 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1125 @unnumberedsubsec Numbers, Lists inside of Lists
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1126 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1127
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1128 Lists can also have numbers in them, as in this list: @code{(+ 2 2)}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1129 This list has a plus-sign, @samp{+}, followed by two @samp{2}s, each
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1130 separated by whitespace.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1131
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1132 In Lisp, both data and programs are represented the same way; that is,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1133 they are both lists of words, numbers, or other lists, separated by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1134 whitespace and surrounded by parentheses. (Since a program looks like
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1135 data, one program may easily serve as data for another; this is a very
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1136 powerful feature of Lisp.) (Incidentally, these two parenthetical
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1137 remarks are @emph{not} Lisp lists, because they contain @samp{;} and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1138 @samp{.} as punctuation marks.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1139
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1140 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1141 Here is another list, this time with a list inside of it:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1142
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1143 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1144 '(this list has (a list inside of it))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1145 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1146
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1147 The components of this list are the words @samp{this}, @samp{list},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1148 @samp{has}, and the list @samp{(a list inside of it)}. The interior
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1149 list is made up of the words @samp{a}, @samp{list}, @samp{inside},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1150 @samp{of}, @samp{it}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1151
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1152 @node Lisp Atoms, Whitespace in Lists, Numbers Lists, Lisp Lists
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1153 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1154 @subsection Lisp Atoms
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1155 @cindex Lisp Atoms
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1156
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1157 In Lisp, what we have been calling words are called @dfn{atoms}. This
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1158 term comes from the historical meaning of the word atom, which means
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1159 `indivisible'. As far as Lisp is concerned, the words we have been
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1160 using in the lists cannot be divided into any smaller parts and still
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1161 mean the same thing as part of a program; likewise with numbers and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1162 single character symbols like @samp{+}. On the other hand, unlike an
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
1163 ancient atom, a list can be split into parts. (@xref{car cdr & cons,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
1164 , @code{car} @code{cdr} & @code{cons} Fundamental Functions}.)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1165
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1166 In a list, atoms are separated from each other by whitespace. They can be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1167 right next to a parenthesis.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1168
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1169 @cindex @samp{empty list} defined
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1170 Technically speaking, a list in Lisp consists of parentheses surrounding
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1171 atoms separated by whitespace or surrounding other lists or surrounding
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1172 both atoms and other lists. A list can have just one atom in it or
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1173 have nothing in it at all. A list with nothing in it looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1174 @code{()}, and is called the @dfn{empty list}. Unlike anything else, an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1175 empty list is considered both an atom and a list at the same time.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1176
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1177 @cindex Symbolic expressions, introduced
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1178 @cindex @samp{expression} defined
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1179 @cindex @samp{form} defined
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1180 The printed representation of both atoms and lists are called
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1181 @dfn{symbolic expressions} or, more concisely, @dfn{s-expressions}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1182 The word @dfn{expression} by itself can refer to either the printed
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1183 representation, or to the atom or list as it is held internally in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1184 computer. Often, people use the term @dfn{expression}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1185 indiscriminately. (Also, in many texts, the word @dfn{form} is used
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1186 as a synonym for expression.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1187
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1188 Incidentally, the atoms that make up our universe were named such when
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1189 they were thought to be indivisible; but it has been found that physical
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1190 atoms are not indivisible. Parts can split off an atom or it can
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1191 fission into two parts of roughly equal size. Physical atoms were named
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1192 prematurely, before their truer nature was found. In Lisp, certain
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1193 kinds of atom, such as an array, can be separated into parts; but the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1194 mechanism for doing this is different from the mechanism for splitting a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1195 list. As far as list operations are concerned, the atoms of a list are
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1196 unsplittable.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1197
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1198 As in English, the meanings of the component letters of a Lisp atom
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1199 are different from the meaning the letters make as a word. For
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1200 example, the word for the South American sloth, the @samp{ai}, is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1201 completely different from the two words, @samp{a}, and @samp{i}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1202
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1203 There are many kinds of atom in nature but only a few in Lisp: for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1204 example, @dfn{numbers}, such as 37, 511, or 1729, and @dfn{symbols}, such
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1205 as @samp{+}, @samp{foo}, or @samp{forward-line}. The words we have
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1206 listed in the examples above are all symbols. In everyday Lisp
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1207 conversation, the word ``atom'' is not often used, because programmers
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1208 usually try to be more specific about what kind of atom they are dealing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1209 with. Lisp programming is mostly about symbols (and sometimes numbers)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1210 within lists. (Incidentally, the preceding three word parenthetical
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1211 remark is a proper list in Lisp, since it consists of atoms, which in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1212 this case are symbols, separated by whitespace and enclosed by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1213 parentheses, without any non-Lisp punctuation.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1214
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1215 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1216 In addition, text between double quotation marks---even sentences or
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1217 paragraphs---is an atom. Here is an example:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1218 @cindex Text between double quotation marks
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1219
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1220 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1221 '(this list includes "text between quotation marks.")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1222 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1223
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1224 @cindex @samp{string} defined
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1225 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1226 In Lisp, all of the quoted text including the punctuation mark and the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1227 blank spaces is a single atom. This kind of atom is called a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1228 @dfn{string} (for `string of characters') and is the sort of thing that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1229 is used for messages that a computer can print for a human to read.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1230 Strings are a different kind of atom than numbers or symbols and are
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1231 used differently.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1232
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1233 @node Whitespace in Lists, Typing Lists, Lisp Atoms, Lisp Lists
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1234 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1235 @subsection Whitespace in Lists
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1236 @cindex Whitespace in lists
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1237
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1238 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1239 The amount of whitespace in a list does not matter. From the point of view
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1240 of the Lisp language,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1241
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1242 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1243 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1244 '(this list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1245 looks like this)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1246 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1247 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1248
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1249 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1250 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1251 is exactly the same as this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1252
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1253 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1254 '(this list looks like this)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1255 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1256
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1257 Both examples show what to Lisp is the same list, the list made up of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1258 the symbols @samp{this}, @samp{list}, @samp{looks}, @samp{like}, and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1259 @samp{this} in that order.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1260
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1261 Extra whitespace and newlines are designed to make a list more readable
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1262 by humans. When Lisp reads the expression, it gets rid of all the extra
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1263 whitespace (but it needs to have at least one space between atoms in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1264 order to tell them apart.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1265
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1266 Odd as it seems, the examples we have seen cover almost all of what Lisp
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1267 lists look like! Every other list in Lisp looks more or less like one
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1268 of these examples, except that the list may be longer and more complex.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1269 In brief, a list is between parentheses, a string is between quotation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1270 marks, a symbol looks like a word, and a number looks like a number.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1271 (For certain situations, square brackets, dots and a few other special
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1272 characters may be used; however, we will go quite far without them.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1273
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1274 @node Typing Lists, , Whitespace in Lists, Lisp Lists
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1275 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1276 @subsection GNU Emacs Helps You Type Lists
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1277 @cindex Help typing lists
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1278 @cindex Formatting help
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1279
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1280 When you type a Lisp expression in GNU Emacs using either Lisp
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1281 Interaction mode or Emacs Lisp mode, you have available to you several
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1282 commands to format the Lisp expression so it is easy to read. For
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1283 example, pressing the @key{TAB} key automatically indents the line the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1284 cursor is on by the right amount. A command to properly indent the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1285 code in a region is customarily bound to @kbd{M-C-\}. Indentation is
44899
ebddb2618c17 Fixed typographic errors.
Robert J. Chassell <bob@rattlesnake.com>
parents: 43431
diff changeset
1286 designed so that you can see which elements of a list belong to which
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1287 list---elements of a sub-list are indented more than the elements of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1288 the enclosing list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1289
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1290 In addition, when you type a closing parenthesis, Emacs momentarily
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1291 jumps the cursor back to the matching opening parenthesis, so you can
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1292 see which one it is. This is very useful, since every list you type
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1293 in Lisp must have its closing parenthesis match its opening
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1294 parenthesis. (@xref{Major Modes, , Major Modes, emacs, The GNU Emacs
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1295 Manual}, for more information about Emacs' modes.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1296
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1297 @node Run a Program, Making Errors, Lisp Lists, List Processing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1298 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1299 @section Run a Program
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1300 @cindex Run a program
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1301 @cindex Program, running one
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1302
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1303 @cindex @samp{evaluate} defined
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1304 A list in Lisp---any list---is a program ready to run. If you run it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1305 (for which the Lisp jargon is @dfn{evaluate}), the computer will do one
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1306 of three things: do nothing except return to you the list itself; send
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1307 you an error message; or, treat the first symbol in the list as a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1308 command to do something. (Usually, of course, it is the last of these
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1309 three things that you really want!)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1310
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1311 @c use code for the single apostrophe, not samp.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1312 The single apostrophe, @code{'}, that I put in front of some of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1313 example lists in preceding sections is called a @dfn{quote}; when it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1314 precedes a list, it tells Lisp to do nothing with the list, other than
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1315 take it as it is written. But if there is no quote preceding a list,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1316 the first item of the list is special: it is a command for the computer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1317 to obey. (In Lisp, these commands are called @emph{functions}.) The list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1318 @code{(+ 2 2)} shown above did not have a quote in front of it, so Lisp
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1319 understands that the @code{+} is an instruction to do something with the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1320 rest of the list: add the numbers that follow.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1321
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1322 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1323 If you are reading this inside of GNU Emacs in Info, here is how you can
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1324 evaluate such a list: place your cursor immediately after the right
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1325 hand parenthesis of the following list and then type @kbd{C-x C-e}:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1326
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1327 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1328 (+ 2 2)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1329 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1330
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1331 @c use code for the number four, not samp.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1332 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1333 You will see the number @code{4} appear in the echo area. (In the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1334 jargon, what you have just done is ``evaluate the list.'' The echo area
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1335 is the line at the bottom of the screen that displays or ``echoes''
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1336 text.) Now try the same thing with a quoted list: place the cursor
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1337 right after the following list and type @kbd{C-x C-e}:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1338
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1339 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1340 '(this is a quoted list)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1341 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1342
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1343 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1344 You will see @code{(this is a quoted list)} appear in the echo area.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1345
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1346 @cindex Lisp interpreter, explained
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1347 @cindex Interpreter, Lisp, explained
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1348 In both cases, what you are doing is giving a command to the program
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1349 inside of GNU Emacs called the @dfn{Lisp interpreter}---giving the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1350 interpreter a command to evaluate the expression. The name of the Lisp
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1351 interpreter comes from the word for the task done by a human who comes
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1352 up with the meaning of an expression---who ``interprets'' it.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1353
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1354 You can also evaluate an atom that is not part of a list---one that is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1355 not surrounded by parentheses; again, the Lisp interpreter translates
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1356 from the humanly readable expression to the language of the computer.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1357 But before discussing this (@pxref{Variables}), we will discuss what the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1358 Lisp interpreter does when you make an error.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1359
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1360 @node Making Errors, Names & Definitions, Run a Program, List Processing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1361 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1362 @section Generate an Error Message
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1363 @cindex Generate an error message
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1364 @cindex Error message generation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1365
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1366 Partly so you won't worry if you do it accidentally, we will now give
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1367 a command to the Lisp interpreter that generates an error message.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1368 This is a harmless activity; and indeed, we will often try to generate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1369 error messages intentionally. Once you understand the jargon, error
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1370 messages can be informative. Instead of being called ``error''
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1371 messages, they should be called ``help'' messages. They are like
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1372 signposts to a traveller in a strange country; deciphering them can be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1373 hard, but once understood, they can point the way.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1374
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1375 The error message is generated by a built-in GNU Emacs debugger. We
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1376 will `enter the debugger'. You get out of the debugger by typing @code{q}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1377
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1378 What we will do is evaluate a list that is not quoted and does not
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1379 have a meaningful command as its first element. Here is a list almost
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1380 exactly the same as the one we just used, but without the single-quote
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1381 in front of it. Position the cursor right after it and type @kbd{C-x
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1382 C-e}:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1383
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1384 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1385 (this is an unquoted list)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1386 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1387
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1388 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1389 What you see depends on which version of Emacs you are running. GNU
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
1390 Emacs version 22 provides more information than version 20 and before.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1391 First, the more recent result of generating an error; then the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1392 earlier, version 20 result.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1393
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1394 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1395 @noindent
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
1396 In GNU Emacs version 22, a @file{*Backtrace*} window will open up and
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1397 you will see the following in it:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1398
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1399 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1400 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1401 ---------- Buffer: *Backtrace* ----------
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1402 Debugger entered--Lisp error: (void-function this)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1403 (this is an unquoted list)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1404 eval((this is an unquoted list))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1405 eval-last-sexp-1(nil)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1406 eval-last-sexp(nil)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1407 call-interactively(eval-last-sexp)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1408 ---------- Buffer: *Backtrace* ----------
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1409 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1410 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1411
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1412 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1413 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1414 Your cursor will be in this window (you may have to wait a few seconds
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1415 before it becomes visible). To quit the debugger and make the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1416 debugger window go away, type:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1417
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1418 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1419 q
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1420 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1422 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1423 Please type @kbd{q} right now, so you become confident that you can
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1424 get out of the debugger. Then, type @kbd{C-x C-e} again to re-enter
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1425 it.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1426
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1427 @cindex @samp{function} defined
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1428 Based on what we already know, we can almost read this error message.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1429
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1430 You read the @file{*Backtrace*} buffer from the bottom up; it tells
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1431 you what Emacs did. When you typed @kbd{C-x C-e}, you made an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1432 interactive call to the command @code{eval-last-sexp}. @code{eval} is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1433 an abbreviation for `evaluate' and @code{sexp} is an abbreviation for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1434 `symbolic expression'. The command means `evaluate last symbolic
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1435 expression', which is the expression just before your cursor.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1436
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1437 Each line above tells you what the Lisp interpreter evaluated next.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1438 The most recent action is at the top. The buffer is called the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1439 @file{*Backtrace*} buffer because it enables you to track Emacs
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1440 backwards.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1441
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1442 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1443 At the top of the @file{*Backtrace*} buffer, you see the line:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1444
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1445 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1446 Debugger entered--Lisp error: (void-function this)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1447 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1448
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1449 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1450 The Lisp interpreter tried to evaluate the first atom of the list, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1451 word @samp{this}. It is this action that generated the error message
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1452 @samp{void-function this}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1453
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1454 The message contains the words @samp{void-function} and @samp{this}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1455
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1456 @cindex @samp{function} defined
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1457 The word @samp{function} was mentioned once before. It is a very
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1458 important word. For our purposes, we can define it by saying that a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1459 @dfn{function} is a set of instructions to the computer that tell the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1460 computer to do something.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1461
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1462 Now we can begin to understand the error message: @samp{void-function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1463 this}. The function (that is, the word @samp{this}) does not have a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1464 definition of any set of instructions for the computer to carry out.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1465
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1466 The slightly odd word, @samp{void-function}, is designed to cover the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1467 way Emacs Lisp is implemented, which is that when a symbol does not
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1468 have a function definition attached to it, the place that should
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1469 contain the instructions is `void'.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1470
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1471 On the other hand, since we were able to add 2 plus 2 successfully, by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1472 evaluating @code{(+ 2 2)}, we can infer that the symbol @code{+} must
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1473 have a set of instructions for the computer to obey and those
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1474 instructions must be to add the numbers that follow the @code{+}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1475
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1476 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1477 In GNU Emacs version 20, and in earlier versions, you will see only
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1478 one line of error message; it will appear in the echo area and look
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1479 like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1480
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1481 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1482 Symbol's function definition is void:@: this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1483 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1484
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1485 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1486 (Also, your terminal may beep at you---some do, some don't; and others
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1487 blink. This is just a device to get your attention.) The message goes
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1488 away as soon as you type another key, even just to move the cursor.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1489
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1490 We know the meaning of the word @samp{Symbol}. It refers to the first
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1491 atom of the list, the word @samp{this}. The word @samp{function}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1492 refers to the instructions that tell the computer what to do.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1493 (Technically, the symbol tells the computer where to find the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1494 instructions, but this is a complication we can ignore for the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1495 moment.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1496
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1497 The error message can be understood: @samp{Symbol's function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1498 definition is void:@: this}. The symbol (that is, the word
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1499 @samp{this}) lacks instructions for the computer to carry out.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1501 @node Names & Definitions, Lisp Interpreter, Making Errors, List Processing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1502 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1503 @section Symbol Names and Function Definitions
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1504 @cindex Symbol names
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1505
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1506 We can articulate another characteristic of Lisp based on what we have
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1507 discussed so far---an important characteristic: a symbol, like
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1508 @code{+}, is not itself the set of instructions for the computer to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1509 carry out. Instead, the symbol is used, perhaps temporarily, as a way
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1510 of locating the definition or set of instructions. What we see is the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1511 name through which the instructions can be found. Names of people
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1512 work the same way. I can be referred to as @samp{Bob}; however, I am
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
1513 not the letters @samp{B}, @samp{o}, @samp{b} but am, or was, the
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
1514 consciousness consistently associated with a particular life-form.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
1515 The name is not me, but it can be used to refer to me.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1516
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1517 In Lisp, one set of instructions can be attached to several names.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1518 For example, the computer instructions for adding numbers can be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1519 linked to the symbol @code{plus} as well as to the symbol @code{+}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1520 (and are in some dialects of Lisp). Among humans, I can be referred
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1521 to as @samp{Robert} as well as @samp{Bob} and by other words as well.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1522
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1523 On the other hand, a symbol can have only one function definition
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1524 attached to it at a time. Otherwise, the computer would be confused as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1525 to which definition to use. If this were the case among people, only
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1526 one person in the world could be named @samp{Bob}. However, the function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1527 definition to which the name refers can be changed readily.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1528 (@xref{Install, , Install a Function Definition}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1529
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1530 Since Emacs Lisp is large, it is customary to name symbols in a way
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1531 that identifies the part of Emacs to which the function belongs.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1532 Thus, all the names for functions that deal with Texinfo start with
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1533 @samp{texinfo-} and those for functions that deal with reading mail
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1534 start with @samp{rmail-}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1535
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1536 @node Lisp Interpreter, Evaluation, Names & Definitions, List Processing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1537 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1538 @section The Lisp Interpreter
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1539 @cindex Lisp interpreter, what it does
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1540 @cindex Interpreter, what it does
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1541
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1542 Based on what we have seen, we can now start to figure out what the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1543 Lisp interpreter does when we command it to evaluate a list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1544 First, it looks to see whether there is a quote before the list; if
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1545 there is, the interpreter just gives us the list. On the other
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1546 hand, if there is no quote, the interpreter looks at the first element
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1547 in the list and sees whether it has a function definition. If it does,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1548 the interpreter carries out the instructions in the function definition.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1549 Otherwise, the interpreter prints an error message.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1550
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1551 This is how Lisp works. Simple. There are added complications which we
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1552 will get to in a minute, but these are the fundamentals. Of course, to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1553 write Lisp programs, you need to know how to write function definitions
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1554 and attach them to names, and how to do this without confusing either
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1555 yourself or the computer.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1556
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1557 @menu
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
1558 * Complications::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
1559 * Byte Compiling::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1560 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1561
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1562 @node Complications, Byte Compiling, Lisp Interpreter, Lisp Interpreter
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1563 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1564 @unnumberedsubsec Complications
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1565 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1566
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1567 Now, for the first complication. In addition to lists, the Lisp
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1568 interpreter can evaluate a symbol that is not quoted and does not have
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1569 parentheses around it. The Lisp interpreter will attempt to determine
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1570 the symbol's value as a @dfn{variable}. This situation is described
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1571 in the section on variables. (@xref{Variables}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1572
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1573 @cindex Special form
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1574 The second complication occurs because some functions are unusual and do
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1575 not work in the usual manner. Those that don't are called @dfn{special
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1576 forms}. They are used for special jobs, like defining a function, and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1577 there are not many of them. In the next few chapters, you will be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1578 introduced to several of the more important special forms.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1579
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1580 The third and final complication is this: if the function that the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1581 Lisp interpreter is looking at is not a special form, and if it is part
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1582 of a list, the Lisp interpreter looks to see whether the list has a list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1583 inside of it. If there is an inner list, the Lisp interpreter first
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1584 figures out what it should do with the inside list, and then it works on
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1585 the outside list. If there is yet another list embedded inside the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1586 inner list, it works on that one first, and so on. It always works on
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1587 the innermost list first. The interpreter works on the innermost list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1588 first, to evaluate the result of that list. The result may be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1589 used by the enclosing expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1590
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1591 Otherwise, the interpreter works left to right, from one expression to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1592 the next.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1593
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1594 @node Byte Compiling, , Complications, Lisp Interpreter
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1595 @subsection Byte Compiling
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1596 @cindex Byte compiling
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1597
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1598 One other aspect of interpreting: the Lisp interpreter is able to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1599 interpret two kinds of entity: humanly readable code, on which we will
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1600 focus exclusively, and specially processed code, called @dfn{byte
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1601 compiled} code, which is not humanly readable. Byte compiled code
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1602 runs faster than humanly readable code.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1603
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1604 You can transform humanly readable code into byte compiled code by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1605 running one of the compile commands such as @code{byte-compile-file}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1606 Byte compiled code is usually stored in a file that ends with a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1607 @file{.elc} extension rather than a @file{.el} extension. You will
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1608 see both kinds of file in the @file{emacs/lisp} directory; the files
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1609 to read are those with @file{.el} extensions.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1610
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1611 As a practical matter, for most things you might do to customize or
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1612 extend Emacs, you do not need to byte compile; and I will not discuss
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1613 the topic here. @xref{Byte Compilation, , Byte Compilation, elisp,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1614 The GNU Emacs Lisp Reference Manual}, for a full description of byte
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1615 compilation.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1616
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1617 @node Evaluation, Variables, Lisp Interpreter, List Processing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1618 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1619 @section Evaluation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1620 @cindex Evaluation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1621
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1622 When the Lisp interpreter works on an expression, the term for the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1623 activity is called @dfn{evaluation}. We say that the interpreter
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1624 `evaluates the expression'. I've used this term several times before.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1625 The word comes from its use in everyday language, `to ascertain the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1626 value or amount of; to appraise', according to @cite{Webster's New
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1627 Collegiate Dictionary}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1628
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1629 After evaluating an expression, the Lisp interpreter will most likely
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1630 @dfn{return} the value that the computer produces by carrying out the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1631 instructions it found in the function definition, or perhaps it will
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1632 give up on that function and produce an error message. (The interpreter
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1633 may also find itself tossed, so to speak, to a different function or it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1634 may attempt to repeat continually what it is doing for ever and ever in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1635 what is called an `infinite loop'. These actions are less common; and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1636 we can ignore them.) Most frequently, the interpreter returns a value.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1637
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1638 @cindex @samp{side effect} defined
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1639 At the same time the interpreter returns a value, it may do something
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1640 else as well, such as move a cursor or copy a file; this other kind of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1641 action is called a @dfn{side effect}. Actions that we humans think are
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1642 important, such as printing results, are often ``side effects'' to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1643 Lisp interpreter. The jargon can sound peculiar, but it turns out that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1644 it is fairly easy to learn to use side effects.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1645
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1646 In summary, evaluating a symbolic expression most commonly causes the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1647 Lisp interpreter to return a value and perhaps carry out a side effect;
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1648 or else produce an error.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1649
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1650 @menu
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
1651 * Evaluating Inner Lists::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1652 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1653
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1654 @node Evaluating Inner Lists, , Evaluation, Evaluation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1655 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1656 @subsection Evaluating Inner Lists
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1657 @cindex Inner list evaluation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1658 @cindex Evaluating inner lists
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1659
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1660 If evaluation applies to a list that is inside another list, the outer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1661 list may use the value returned by the first evaluation as information
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1662 when the outer list is evaluated. This explains why inner expressions
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1663 are evaluated first: the values they return are used by the outer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1664 expressions.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1665
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1666 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1667 We can investigate this process by evaluating another addition example.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1668 Place your cursor after the following expression and type @kbd{C-x C-e}:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1669
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1670 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1671 (+ 2 (+ 3 3))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1672 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1673
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1674 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1675 The number 8 will appear in the echo area.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1676
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1677 What happens is that the Lisp interpreter first evaluates the inner
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1678 expression, @code{(+ 3 3)}, for which the value 6 is returned; then it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1679 evaluates the outer expression as if it were written @code{(+ 2 6)}, which
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1680 returns the value 8. Since there are no more enclosing expressions to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1681 evaluate, the interpreter prints that value in the echo area.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1682
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1683 Now it is easy to understand the name of the command invoked by the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1684 keystrokes @kbd{C-x C-e}: the name is @code{eval-last-sexp}. The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1685 letters @code{sexp} are an abbreviation for `symbolic expression', and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1686 @code{eval} is an abbreviation for `evaluate'. The command means
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1687 `evaluate last symbolic expression'.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1688
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1689 As an experiment, you can try evaluating the expression by putting the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1690 cursor at the beginning of the next line immediately following the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1691 expression, or inside the expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1692
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1693 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1694 Here is another copy of the expression:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1695
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1696 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1697 (+ 2 (+ 3 3))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1698 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1699
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1700 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1701 If you place the cursor at the beginning of the blank line that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1702 immediately follows the expression and type @kbd{C-x C-e}, you will
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1703 still get the value 8 printed in the echo area. Now try putting the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1704 cursor inside the expression. If you put it right after the next to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1705 last parenthesis (so it appears to sit on top of the last parenthesis),
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1706 you will get a 6 printed in the echo area! This is because the command
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1707 evaluates the expression @code{(+ 3 3)}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1708
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1709 Now put the cursor immediately after a number. Type @kbd{C-x C-e} and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1710 you will get the number itself. In Lisp, if you evaluate a number, you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1711 get the number itself---this is how numbers differ from symbols. If you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1712 evaluate a list starting with a symbol like @code{+}, you will get a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1713 value returned that is the result of the computer carrying out the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1714 instructions in the function definition attached to that name. If a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1715 symbol by itself is evaluated, something different happens, as we will
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1716 see in the next section.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1717
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1718 @node Variables, Arguments, Evaluation, List Processing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1719 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1720 @section Variables
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1721 @cindex Variables
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1722
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1723 In Emacs Lisp, a symbol can have a value attached to it just as it can
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1724 have a function definition attached to it. The two are different.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1725 The function definition is a set of instructions that a computer will
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1726 obey. A value, on the other hand, is something, such as number or a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1727 name, that can vary (which is why such a symbol is called a variable).
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1728 The value of a symbol can be any expression in Lisp, such as a symbol,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1729 number, list, or string. A symbol that has a value is often called a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1730 @dfn{variable}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1731
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1732 A symbol can have both a function definition and a value attached to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1733 it at the same time. Or it can have just one or the other.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1734 The two are separate. This is somewhat similar
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1735 to the way the name Cambridge can refer to the city in Massachusetts
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1736 and have some information attached to the name as well, such as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1737 ``great programming center''.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1738
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1739 @ignore
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1740 (Incidentally, in Emacs Lisp, a symbol can have two
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1741 other things attached to it, too: a property list and a documentation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1742 string; these are discussed later.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1743 @end ignore
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1744
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1745 Another way to think about this is to imagine a symbol as being a chest
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1746 of drawers. The function definition is put in one drawer, the value in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1747 another, and so on. What is put in the drawer holding the value can be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1748 changed without affecting the contents of the drawer holding the
73587
c84b73607df3 Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73554
diff changeset
1749 function definition, and vice-verse.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1750
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1751 @menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1752 * fill-column Example::
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
1753 * Void Function::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
1754 * Void Variable::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1755 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1756
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1757 @node fill-column Example, Void Function, Variables, Variables
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1758 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1759 @unnumberedsubsec @code{fill-column}, an Example Variable
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1760 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1761
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1762 @findex fill-column, @r{an example variable}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1763 @cindex Example variable, @code{fill-column}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1764 @cindex Variable, example of, @code{fill-column}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1765 The variable @code{fill-column} illustrates a symbol with a value
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1766 attached to it: in every GNU Emacs buffer, this symbol is set to some
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1767 value, usually 72 or 70, but sometimes to some other value. To find the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1768 value of this symbol, evaluate it by itself. If you are reading this in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1769 Info inside of GNU Emacs, you can do this by putting the cursor after
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1770 the symbol and typing @kbd{C-x C-e}:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1771
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1772 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1773 fill-column
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1774 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1775
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1776 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1777 After I typed @kbd{C-x C-e}, Emacs printed the number 72 in my echo
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1778 area. This is the value for which @code{fill-column} is set for me as I
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1779 write this. It may be different for you in your Info buffer. Notice
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1780 that the value returned as a variable is printed in exactly the same way
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1781 as the value returned by a function carrying out its instructions. From
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1782 the point of view of the Lisp interpreter, a value returned is a value
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1783 returned. What kind of expression it came from ceases to matter once
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1784 the value is known.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1785
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1786 A symbol can have any value attached to it or, to use the jargon, we can
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1787 @dfn{bind} the variable to a value: to a number, such as 72; to a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1788 string, @code{"such as this"}; to a list, such as @code{(spruce pine
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1789 oak)}; we can even bind a variable to a function definition.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1790
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1791 A symbol can be bound to a value in several ways. @xref{set & setq, ,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1792 Setting the Value of a Variable}, for information about one way to do
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1793 this.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1794
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1795 @node Void Function, Void Variable, fill-column Example, Variables
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1796 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1797 @subsection Error Message for a Symbol Without a Function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1798 @cindex Symbol without function error
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1799 @cindex Error for symbol without function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1801 When we evaluated @code{fill-column} to find its value as a variable,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1802 we did not place parentheses around the word. This is because we did
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1803 not intend to use it as a function name.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1804
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1805 If @code{fill-column} were the first or only element of a list, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1806 Lisp interpreter would attempt to find the function definition
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1807 attached to it. But @code{fill-column} has no function definition.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1808 Try evaluating this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1809
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1810 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1811 (fill-column)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1812 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1813
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1814 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1815 @noindent
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
1816 In GNU Emacs version 22, you will create a @file{*Backtrace*} buffer
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1817 that says:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1818
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1819 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1820 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1821 ---------- Buffer: *Backtrace* ----------
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1822 Debugger entered--Lisp error: (void-function fill-column)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1823 (fill-column)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1824 eval((fill-column))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1825 eval-last-sexp-1(nil)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1826 eval-last-sexp(nil)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1827 call-interactively(eval-last-sexp)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1828 ---------- Buffer: *Backtrace* ----------
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1829 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1830 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1831
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1832 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1833 (Remember, to quit the debugger and make the debugger window go away,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1834 type @kbd{q} in the @file{*Backtrace*} buffer.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1835
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
1836 @ignore
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1837 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1838 In GNU Emacs 20 and before, you will produce an error message that says:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1839
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1840 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1841 Symbol's function definition is void:@: fill-column
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1842 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1843
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1844 @noindent
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
1845 (The message will go away as soon as you move the cursor or type
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1846 another key.)
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
1847 @end ignore
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1848
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1849 @node Void Variable, , Void Function, Variables
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1850 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1851 @subsection Error Message for a Symbol Without a Value
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1852 @cindex Symbol without value error
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1853 @cindex Error for symbol without value
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1854
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1855 If you attempt to evaluate a symbol that does not have a value bound to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1856 it, you will receive an error message. You can see this by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1857 experimenting with our 2 plus 2 addition. In the following expression,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1858 put your cursor right after the @code{+}, before the first number 2,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1859 type @kbd{C-x C-e}:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1860
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1861 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1862 (+ 2 2)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1863 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1864
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1865 @need 1500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1866 @noindent
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
1867 In GNU Emacs 22, you will create a @file{*Backtrace*} buffer that
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1868 says:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1869
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1870 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1871 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1872 ---------- Buffer: *Backtrace* ----------
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1873 Debugger entered--Lisp error: (void-variable +)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1874 eval(+)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1875 eval-last-sexp-1(nil)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1876 eval-last-sexp(nil)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1877 call-interactively(eval-last-sexp)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1878 ---------- Buffer: *Backtrace* ----------
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1879 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1880 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1881
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1882 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1883 (As with the other times we entered the debugger, you can quit by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1884 typing @kbd{q} in the @file{*Backtrace*} buffer.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1885
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1886 This backtrace is different from the very first error message we saw,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1887 which said, @samp{Debugger entered--Lisp error: (void-function this)}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1888 In this case, the function does not have a value as a variable; while
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1889 in the other error message, the function (the word `this') did not
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1890 have a definition.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1891
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1892 In this experiment with the @code{+}, what we did was cause the Lisp
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1893 interpreter to evaluate the @code{+} and look for the value of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1894 variable instead of the function definition. We did this by placing the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1895 cursor right after the symbol rather than after the parenthesis of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1896 enclosing list as we did before. As a consequence, the Lisp interpreter
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1897 evaluated the preceding s-expression, which in this case was the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1898 @code{+} by itself.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1899
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1900 Since @code{+} does not have a value bound to it, just the function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1901 definition, the error message reported that the symbol's value as a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1902 variable was void.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1903
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
1904 @ignore
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1905 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1906 In GNU Emacs version 20 and before, your error message will say:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1907
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1908 @example
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1909 Symbol's value as variable is void:@: +
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1910 @end example
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1911
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1912 @noindent
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
1913 The meaning is the same as in GNU Emacs 22.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
1914 @end ignore
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1915
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1916 @node Arguments, set & setq, Variables, List Processing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1917 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1918 @section Arguments
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1919 @cindex Arguments
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1920 @cindex Passing information to functions
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1921
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1922 To see how information is passed to functions, let's look again at
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1923 our old standby, the addition of two plus two. In Lisp, this is written
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1924 as follows:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1925
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1926 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1927 (+ 2 2)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1928 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1929
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1930 If you evaluate this expression, the number 4 will appear in your echo
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1931 area. What the Lisp interpreter does is add the numbers that follow
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1932 the @code{+}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1933
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1934 @cindex @samp{argument} defined
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1935 The numbers added by @code{+} are called the @dfn{arguments} of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1936 function @code{+}. These numbers are the information that is given to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1937 or @dfn{passed} to the function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1938
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1939 The word `argument' comes from the way it is used in mathematics and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1940 does not refer to a disputation between two people; instead it refers to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1941 the information presented to the function, in this case, to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1942 @code{+}. In Lisp, the arguments to a function are the atoms or lists
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1943 that follow the function. The values returned by the evaluation of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1944 these atoms or lists are passed to the function. Different functions
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1945 require different numbers of arguments; some functions require none at
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1946 all.@footnote{It is curious to track the path by which the word `argument'
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1947 came to have two different meanings, one in mathematics and the other in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1948 everyday English. According to the @cite{Oxford English Dictionary},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1949 the word derives from the Latin for @samp{to make clear, prove}; thus it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1950 came to mean, by one thread of derivation, `the evidence offered as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1951 proof', which is to say, `the information offered', which led to its
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1952 meaning in Lisp. But in the other thread of derivation, it came to mean
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1953 `to assert in a manner against which others may make counter
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1954 assertions', which led to the meaning of the word as a disputation.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1955 (Note here that the English word has two different definitions attached
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1956 to it at the same time. By contrast, in Emacs Lisp, a symbol cannot
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1957 have two different function definitions at the same time.)}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1958
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1959 @menu
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
1960 * Data types::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
1961 * Args as Variable or List::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
1962 * Variable Number of Arguments::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
1963 * Wrong Type of Argument::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
1964 * message::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1965 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1966
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1967 @node Data types, Args as Variable or List, Arguments, Arguments
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1968 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1969 @subsection Arguments' Data Types
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1970 @cindex Data types
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1971 @cindex Types of data
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1972 @cindex Arguments' data types
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1973
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1974 The type of data that should be passed to a function depends on what
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1975 kind of information it uses. The arguments to a function such as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1976 @code{+} must have values that are numbers, since @code{+} adds numbers.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1977 Other functions use different kinds of data for their arguments.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1978
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
1979 @need 1250
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1980 @findex concat
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1981 For example, the @code{concat} function links together or unites two or
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1982 more strings of text to produce a string. The arguments are strings.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1983 Concatenating the two character strings @code{abc}, @code{def} produces
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1984 the single string @code{abcdef}. This can be seen by evaluating the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1985 following:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1986
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1987 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1988 (concat "abc" "def")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1989 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1990
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1991 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1992 The value produced by evaluating this expression is @code{"abcdef"}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1993
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1994 A function such as @code{substring} uses both a string and numbers as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1995 arguments. The function returns a part of the string, a substring of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1996 the first argument. This function takes three arguments. Its first
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1997 argument is the string of characters, the second and third arguments are
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1998 numbers that indicate the beginning and end of the substring. The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1999 numbers are a count of the number of characters (including spaces and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2000 punctuations) from the beginning of the string.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2001
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2002 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2003 For example, if you evaluate the following:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2004
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2005 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2006 (substring "The quick brown fox jumped." 16 19)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2007 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2008
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2009 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2010 you will see @code{"fox"} appear in the echo area. The arguments are the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2011 string and the two numbers.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2012
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2013 Note that the string passed to @code{substring} is a single atom even
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2014 though it is made up of several words separated by spaces. Lisp counts
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2015 everything between the two quotation marks as part of the string,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2016 including the spaces. You can think of the @code{substring} function as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2017 a kind of `atom smasher' since it takes an otherwise indivisible atom
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2018 and extracts a part. However, @code{substring} is only able to extract
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2019 a substring from an argument that is a string, not from another type of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2020 atom such as a number or symbol.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2021
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2022 @node Args as Variable or List, Variable Number of Arguments, Data types, Arguments
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2023 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2024 @subsection An Argument as the Value of a Variable or List
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2025
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2026 An argument can be a symbol that returns a value when it is evaluated.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2027 For example, when the symbol @code{fill-column} by itself is evaluated,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2028 it returns a number. This number can be used in an addition.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2029
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2030 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2031 Position the cursor after the following expression and type @kbd{C-x
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2032 C-e}:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2033
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2034 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2035 (+ 2 fill-column)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2036 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2037
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2038 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2039 The value will be a number two more than what you get by evaluating
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2040 @code{fill-column} alone. For me, this is 74, because my value of
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2041 @code{fill-column} is 72.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2042
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2043 As we have just seen, an argument can be a symbol that returns a value
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2044 when evaluated. In addition, an argument can be a list that returns a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2045 value when it is evaluated. For example, in the following expression,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2046 the arguments to the function @code{concat} are the strings
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2047 @w{@code{"The "}} and @w{@code{" red foxes."}} and the list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2048 @code{(number-to-string (+ 2 fill-column))}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2049
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2050 @c For GNU Emacs 22, need number-to-string
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2051 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2052 (concat "The " (number-to-string (+ 2 fill-column)) " red foxes.")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2053 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2054
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2055 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2056 If you evaluate this expression---and if, as with my Emacs,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2057 @code{fill-column} evaluates to 72---@code{"The 74 red foxes."} will
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2058 appear in the echo area. (Note that you must put spaces after the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2059 word @samp{The} and before the word @samp{red} so they will appear in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2060 the final string. The function @code{number-to-string} converts the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2061 integer that the addition function returns to a string.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2062 @code{number-to-string} is also known as @code{int-to-string}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2063
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2064 @node Variable Number of Arguments, Wrong Type of Argument, Args as Variable or List, Arguments
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2065 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2066 @subsection Variable Number of Arguments
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2067 @cindex Variable number of arguments
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2068 @cindex Arguments, variable number of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2069
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2070 Some functions, such as @code{concat}, @code{+} or @code{*}, take any
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2071 number of arguments. (The @code{*} is the symbol for multiplication.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2072 This can be seen by evaluating each of the following expressions in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2073 the usual way. What you will see in the echo area is printed in this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2074 text after @samp{@result{}}, which you may read as `evaluates to'.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2075
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2076 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2077 In the first set, the functions have no arguments:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2078
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2079 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2080 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2081 (+) @result{} 0
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2082
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2083 (*) @result{} 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2084 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2085 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2086
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2087 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2088 In this set, the functions have one argument each:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2089
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2090 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2091 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2092 (+ 3) @result{} 3
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2093
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2094 (* 3) @result{} 3
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2095 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2096 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2097
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2098 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2099 In this set, the functions have three arguments each:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2100
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2101 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2102 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2103 (+ 3 4 5) @result{} 12
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2104
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2105 (* 3 4 5) @result{} 60
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2106 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2107 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2108
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2109 @node Wrong Type of Argument, message, Variable Number of Arguments, Arguments
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2110 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2111 @subsection Using the Wrong Type Object as an Argument
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2112 @cindex Wrong type of argument
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2113 @cindex Argument, wrong type of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2114
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2115 When a function is passed an argument of the wrong type, the Lisp
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2116 interpreter produces an error message. For example, the @code{+}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2117 function expects the values of its arguments to be numbers. As an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2118 experiment we can pass it the quoted symbol @code{hello} instead of a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2119 number. Position the cursor after the following expression and type
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2120 @kbd{C-x C-e}:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2121
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2122 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2123 (+ 2 'hello)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2124 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2125
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2126 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2127 When you do this you will generate an error message. What has happened
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2128 is that @code{+} has tried to add the 2 to the value returned by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2129 @code{'hello}, but the value returned by @code{'hello} is the symbol
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2130 @code{hello}, not a number. Only numbers can be added. So @code{+}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2131 could not carry out its addition.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2132
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2133 @need 1250
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2134 In GNU Emacs version 22, you will create and enter a
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2135 @file{*Backtrace*} buffer that says:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2136
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2137 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2138 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2139 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2140 ---------- Buffer: *Backtrace* ----------
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2141 Debugger entered--Lisp error:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2142 (wrong-type-argument number-or-marker-p hello)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2143 +(2 hello)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2144 eval((+ 2 (quote hello)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2145 eval-last-sexp-1(nil)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2146 eval-last-sexp(nil)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2147 call-interactively(eval-last-sexp)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2148 ---------- Buffer: *Backtrace* ----------
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2149 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2150 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2151
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2152 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2153 As usual, the error message tries to be helpful and makes sense after you
57334
37199d6ac2c7 Add minor footnotes saying ' is an abbreviation for quote.
Robert J. Chassell <bob@rattlesnake.com>
parents: 56940
diff changeset
2154 learn how to read it.@footnote{@code{(quote hello)} is an expansion of
37199d6ac2c7 Add minor footnotes saying ' is an abbreviation for quote.
Robert J. Chassell <bob@rattlesnake.com>
parents: 56940
diff changeset
2155 the abbreviation @code{'hello}.}
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2156
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2157 The first part of the error message is straightforward; it says
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2158 @samp{wrong type argument}. Next comes the mysterious jargon word
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2159 @w{@samp{number-or-marker-p}}. This word is trying to tell you what
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2160 kind of argument the @code{+} expected.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2161
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2162 The symbol @code{number-or-marker-p} says that the Lisp interpreter is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2163 trying to determine whether the information presented it (the value of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2164 the argument) is a number or a marker (a special object representing a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2165 buffer position). What it does is test to see whether the @code{+} is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2166 being given numbers to add. It also tests to see whether the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2167 argument is something called a marker, which is a specific feature of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2168 Emacs Lisp. (In Emacs, locations in a buffer are recorded as markers.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2169 When the mark is set with the @kbd{C-@@} or @kbd{C-@key{SPC}} command,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2170 its position is kept as a marker. The mark can be considered a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2171 number---the number of characters the location is from the beginning
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2172 of the buffer.) In Emacs Lisp, @code{+} can be used to add the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2173 numeric value of marker positions as numbers.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2174
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2175 The @samp{p} of @code{number-or-marker-p} is the embodiment of a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2176 practice started in the early days of Lisp programming. The @samp{p}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2177 stands for `predicate'. In the jargon used by the early Lisp
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2178 researchers, a predicate refers to a function to determine whether some
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2179 property is true or false. So the @samp{p} tells us that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2180 @code{number-or-marker-p} is the name of a function that determines
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2181 whether it is true or false that the argument supplied is a number or
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2182 a marker. Other Lisp symbols that end in @samp{p} include @code{zerop},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2183 a function that tests whether its argument has the value of zero, and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2184 @code{listp}, a function that tests whether its argument is a list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2185
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2186 Finally, the last part of the error message is the symbol @code{hello}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2187 This is the value of the argument that was passed to @code{+}. If the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2188 addition had been passed the correct type of object, the value passed
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2189 would have been a number, such as 37, rather than a symbol like
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2190 @code{hello}. But then you would not have got the error message.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2191
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2192 @ignore
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2193 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2194 In GNU Emacs version 20 and before, the echo area displays an error
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2195 message that says:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2196
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2197 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2198 Wrong type argument:@: number-or-marker-p, hello
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2199 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2201 This says, in different words, the same as the top line of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2202 @file{*Backtrace*} buffer.
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2203 @end ignore
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2204
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2205 @node message, , Wrong Type of Argument, Arguments
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2206 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2207 @subsection The @code{message} Function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2208 @findex message
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2209
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2210 Like @code{+}, the @code{message} function takes a variable number of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2211 arguments. It is used to send messages to the user and is so useful
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2212 that we will describe it here.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2213
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2214 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2215 A message is printed in the echo area. For example, you can print a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2216 message in your echo area by evaluating the following list:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2217
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2218 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2219 (message "This message appears in the echo area!")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2220 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2221
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2222 The whole string between double quotation marks is a single argument
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2223 and is printed @i{in toto}. (Note that in this example, the message
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2224 itself will appear in the echo area within double quotes; that is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2225 because you see the value returned by the @code{message} function. In
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2226 most uses of @code{message} in programs that you write, the text will
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2227 be printed in the echo area as a side-effect, without the quotes.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2228 @xref{multiply-by-seven in detail, , @code{multiply-by-seven} in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2229 detail}, for an example of this.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2230
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2231 However, if there is a @samp{%s} in the quoted string of characters, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2232 @code{message} function does not print the @samp{%s} as such, but looks
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2233 to the argument that follows the string. It evaluates the second
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2234 argument and prints the value at the location in the string where the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2235 @samp{%s} is.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2236
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2237 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2238 You can see this by positioning the cursor after the following
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2239 expression and typing @kbd{C-x C-e}:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2240
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2241 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2242 (message "The name of this buffer is: %s." (buffer-name))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2243 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2244
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2245 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2246 In Info, @code{"The name of this buffer is: *info*."} will appear in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2247 echo area. The function @code{buffer-name} returns the name of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2248 buffer as a string, which the @code{message} function inserts in place
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2249 of @code{%s}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2251 To print a value as an integer, use @samp{%d} in the same way as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2252 @samp{%s}. For example, to print a message in the echo area that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2253 states the value of the @code{fill-column}, evaluate the following:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2254
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2255 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2256 (message "The value of fill-column is %d." fill-column)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2257 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2258
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2259 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2260 On my system, when I evaluate this list, @code{"The value of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2261 fill-column is 72."} appears in my echo area@footnote{Actually, you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2262 can use @code{%s} to print a number. It is non-specific. @code{%d}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2263 prints only the part of a number left of a decimal point, and not
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2264 anything that is not a number.}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2265
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2266 If there is more than one @samp{%s} in the quoted string, the value of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2267 the first argument following the quoted string is printed at the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2268 location of the first @samp{%s} and the value of the second argument is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2269 printed at the location of the second @samp{%s}, and so on.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2270
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2271 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2272 For example, if you evaluate the following,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2273
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2274 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2275 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2276 (message "There are %d %s in the office!"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2277 (- fill-column 14) "pink elephants")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2278 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2279 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2280
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2281 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2282 a rather whimsical message will appear in your echo area. On my system
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2283 it says, @code{"There are 58 pink elephants in the office!"}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2284
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2285 The expression @code{(- fill-column 14)} is evaluated and the resulting
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2286 number is inserted in place of the @samp{%d}; and the string in double
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2287 quotes, @code{"pink elephants"}, is treated as a single argument and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2288 inserted in place of the @samp{%s}. (That is to say, a string between
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2289 double quotes evaluates to itself, like a number.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2290
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2291 Finally, here is a somewhat complex example that not only illustrates
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2292 the computation of a number, but also shows how you can use an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2293 expression within an expression to generate the text that is substituted
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2294 for @samp{%s}:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2295
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2296 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2297 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2298 (message "He saw %d %s"
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
2299 (- fill-column 32)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2300 (concat "red "
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2301 (substring
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2302 "The quick brown foxes jumped." 16 21)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2303 " leaping."))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2304 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2305 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2306
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2307 In this example, @code{message} has three arguments: the string,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2308 @code{"He saw %d %s"}, the expression, @code{(- fill-column 32)}, and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2309 the expression beginning with the function @code{concat}. The value
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2310 resulting from the evaluation of @code{(- fill-column 32)} is inserted
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2311 in place of the @samp{%d}; and the value returned by the expression
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2312 beginning with @code{concat} is inserted in place of the @samp{%s}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2313
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2314 When your fill column is 70 and you evaluate the expression, the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2315 message @code{"He saw 38 red foxes leaping."} appears in your echo
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2316 area.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2317
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2318 @node set & setq, Summary, Arguments, List Processing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2319 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2320 @section Setting the Value of a Variable
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2321 @cindex Variable, setting value
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2322 @cindex Setting value of variable
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2323
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2324 @cindex @samp{bind} defined
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2325 There are several ways by which a variable can be given a value. One of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2326 the ways is to use either the function @code{set} or the function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2327 @code{setq}. Another way is to use @code{let} (@pxref{let}). (The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2328 jargon for this process is to @dfn{bind} a variable to a value.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2329
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2330 The following sections not only describe how @code{set} and @code{setq}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2331 work but also illustrate how arguments are passed.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2332
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2333 @menu
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2334 * Using set::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2335 * Using setq::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2336 * Counting::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2337 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2338
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2339 @node Using set, Using setq, set & setq, set & setq
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2340 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2341 @subsection Using @code{set}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2342 @findex set
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2343
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2344 To set the value of the symbol @code{flowers} to the list @code{'(rose
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2345 violet daisy buttercup)}, evaluate the following expression by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2346 positioning the cursor after the expression and typing @kbd{C-x C-e}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2347
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2348 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2349 (set 'flowers '(rose violet daisy buttercup))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2350 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2351
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2352 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2353 The list @code{(rose violet daisy buttercup)} will appear in the echo
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2354 area. This is what is @emph{returned} by the @code{set} function. As a
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2355 side effect, the symbol @code{flowers} is bound to the list; that is,
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2356 the symbol @code{flowers}, which can be viewed as a variable, is given
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2357 the list as its value. (This process, by the way, illustrates how a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2358 side effect to the Lisp interpreter, setting the value, can be the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2359 primary effect that we humans are interested in. This is because every
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2360 Lisp function must return a value if it does not get an error, but it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2361 will only have a side effect if it is designed to have one.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2362
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2363 After evaluating the @code{set} expression, you can evaluate the symbol
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2364 @code{flowers} and it will return the value you just set. Here is the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2365 symbol. Place your cursor after it and type @kbd{C-x C-e}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2366
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2367 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2368 flowers
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2369 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2370
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2371 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2372 When you evaluate @code{flowers}, the list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2373 @code{(rose violet daisy buttercup)} appears in the echo area.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2374
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2375 Incidentally, if you evaluate @code{'flowers}, the variable with a quote
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2376 in front of it, what you will see in the echo area is the symbol itself,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2377 @code{flowers}. Here is the quoted symbol, so you can try this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2378
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2379 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2380 'flowers
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2381 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2382
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2383 Note also, that when you use @code{set}, you need to quote both
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2384 arguments to @code{set}, unless you want them evaluated. Since we do
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2385 not want either argument evaluated, neither the variable
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2386 @code{flowers} nor the list @code{(rose violet daisy buttercup)}, both
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2387 are quoted. (When you use @code{set} without quoting its first
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2388 argument, the first argument is evaluated before anything else is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2389 done. If you did this and @code{flowers} did not have a value
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2390 already, you would get an error message that the @samp{Symbol's value
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2391 as variable is void}; on the other hand, if @code{flowers} did return
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2392 a value after it was evaluated, the @code{set} would attempt to set
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2393 the value that was returned. There are situations where this is the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2394 right thing for the function to do; but such situations are rare.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2395
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2396 @node Using setq, Counting, Using set, set & setq
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2397 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2398 @subsection Using @code{setq}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2399 @findex setq
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2400
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2401 As a practical matter, you almost always quote the first argument to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2402 @code{set}. The combination of @code{set} and a quoted first argument
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2403 is so common that it has its own name: the special form @code{setq}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2404 This special form is just like @code{set} except that the first argument
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2405 is quoted automatically, so you don't need to type the quote mark
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2406 yourself. Also, as an added convenience, @code{setq} permits you to set
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2407 several different variables to different values, all in one expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2408
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2409 To set the value of the variable @code{carnivores} to the list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2410 @code{'(lion tiger leopard)} using @code{setq}, the following expression
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2411 is used:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2412
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2413 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2414 (setq carnivores '(lion tiger leopard))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2415 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2416
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2417 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2418 This is exactly the same as using @code{set} except the first argument
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2419 is automatically quoted by @code{setq}. (The @samp{q} in @code{setq}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2420 means @code{quote}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2422 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2423 With @code{set}, the expression would look like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2424
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2425 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2426 (set 'carnivores '(lion tiger leopard))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2427 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2428
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2429 Also, @code{setq} can be used to assign different values to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2430 different variables. The first argument is bound to the value
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2431 of the second argument, the third argument is bound to the value of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2432 fourth argument, and so on. For example, you could use the following to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2433 assign a list of trees to the symbol @code{trees} and a list of herbivores
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2434 to the symbol @code{herbivores}:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2435
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2436 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2437 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2438 (setq trees '(pine fir oak maple)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2439 herbivores '(gazelle antelope zebra))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2440 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2441 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2442
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2443 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2444 (The expression could just as well have been on one line, but it might
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2445 not have fit on a page; and humans find it easier to read nicely
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2446 formatted lists.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2447
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2448 Although I have been using the term `assign', there is another way of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2449 thinking about the workings of @code{set} and @code{setq}; and that is to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2450 say that @code{set} and @code{setq} make the symbol @emph{point} to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2451 list. This latter way of thinking is very common and in forthcoming
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2452 chapters we shall come upon at least one symbol that has `pointer' as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2453 part of its name. The name is chosen because the symbol has a value,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2454 specifically a list, attached to it; or, expressed another way,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2455 the symbol is set to ``point'' to the list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2456
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2457 @node Counting, , Using setq, set & setq
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2458 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2459 @subsection Counting
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2460 @cindex Counting
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2461
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2462 Here is an example that shows how to use @code{setq} in a counter. You
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2463 might use this to count how many times a part of your program repeats
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2464 itself. First set a variable to zero; then add one to the number each
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2465 time the program repeats itself. To do this, you need a variable that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2466 serves as a counter, and two expressions: an initial @code{setq}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2467 expression that sets the counter variable to zero; and a second
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2468 @code{setq} expression that increments the counter each time it is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2469 evaluated.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2470
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2471 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2472 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2473 (setq counter 0) ; @r{Let's call this the initializer.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2474
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2475 (setq counter (+ counter 1)) ; @r{This is the incrementer.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2476
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2477 counter ; @r{This is the counter.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2478 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2479 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2480
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2481 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2482 (The text following the @samp{;} are comments. @xref{Change a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2483 defun, , Change a Function Definition}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2484
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2485 If you evaluate the first of these expressions, the initializer,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2486 @code{(setq counter 0)}, and then evaluate the third expression,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2487 @code{counter}, the number @code{0} will appear in the echo area. If
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2488 you then evaluate the second expression, the incrementer, @code{(setq
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2489 counter (+ counter 1))}, the counter will get the value 1. So if you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2490 again evaluate @code{counter}, the number @code{1} will appear in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2491 echo area. Each time you evaluate the second expression, the value of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2492 the counter will be incremented.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2493
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2494 When you evaluate the incrementer, @code{(setq counter (+ counter 1))},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2495 the Lisp interpreter first evaluates the innermost list; this is the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2496 addition. In order to evaluate this list, it must evaluate the variable
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2497 @code{counter} and the number @code{1}. When it evaluates the variable
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2498 @code{counter}, it receives its current value. It passes this value and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2499 the number @code{1} to the @code{+} which adds them together. The sum
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2500 is then returned as the value of the inner list and passed to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2501 @code{setq} which sets the variable @code{counter} to this new value.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2502 Thus, the value of the variable, @code{counter}, is changed.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2503
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2504 @node Summary, Error Message Exercises, set & setq, List Processing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2505 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2506 @section Summary
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2507
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2508 Learning Lisp is like climbing a hill in which the first part is the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2509 steepest. You have now climbed the most difficult part; what remains
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2510 becomes easier as you progress onwards.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2511
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
2512 @need 1000
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2513 In summary,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2514
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2515 @itemize @bullet
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2516
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2517 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2518 Lisp programs are made up of expressions, which are lists or single atoms.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2519
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2520 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2521 Lists are made up of zero or more atoms or inner lists, separated by whitespace and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2522 surrounded by parentheses. A list can be empty.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2523
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2524 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2525 Atoms are multi-character symbols, like @code{forward-paragraph}, single
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2526 character symbols like @code{+}, strings of characters between double
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2527 quotation marks, or numbers.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2528
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2529 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2530 A number evaluates to itself.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2531
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2532 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2533 A string between double quotes also evaluates to itself.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2534
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2535 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2536 When you evaluate a symbol by itself, its value is returned.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2537
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2538 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2539 When you evaluate a list, the Lisp interpreter looks at the first symbol
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2540 in the list and then at the function definition bound to that symbol.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2541 Then the instructions in the function definition are carried out.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2542
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2543 @item
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2544 A single quotation mark,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2545 @ifinfo
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2546 '
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2547 @end ifinfo
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2548 @ifnotinfo
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2549 @code{'}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2550 @end ifnotinfo
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2551 , tells the Lisp interpreter that it should
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2552 return the following expression as written, and not evaluate it as it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2553 would if the quote were not there.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2554
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2555 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2556 Arguments are the information passed to a function. The arguments to a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2557 function are computed by evaluating the rest of the elements of the list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2558 of which the function is the first element.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2559
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2560 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2561 A function always returns a value when it is evaluated (unless it gets
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2562 an error); in addition, it may also carry out some action called a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2563 ``side effect''. In many cases, a function's primary purpose is to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2564 create a side effect.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2565 @end itemize
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2566
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2567 @node Error Message Exercises, , Summary, List Processing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2568 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2569 @section Exercises
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2570
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2571 A few simple exercises:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2572
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2573 @itemize @bullet
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2574 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2575 Generate an error message by evaluating an appropriate symbol that is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2576 not within parentheses.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2577
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2578 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2579 Generate an error message by evaluating an appropriate symbol that is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2580 between parentheses.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2581
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2582 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2583 Create a counter that increments by two rather than one.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2584
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2585 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2586 Write an expression that prints a message in the echo area when
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2587 evaluated.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2588 @end itemize
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2589
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2590 @node Practicing Evaluation, Writing Defuns, List Processing, Top
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2591 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2592 @chapter Practicing Evaluation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2593 @cindex Practicing evaluation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2594 @cindex Evaluation practice
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2595
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2596 Before learning how to write a function definition in Emacs Lisp, it is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2597 useful to spend a little time evaluating various expressions that have
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2598 already been written. These expressions will be lists with the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2599 functions as their first (and often only) element. Since some of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2600 functions associated with buffers are both simple and interesting, we
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2601 will start with those. In this section, we will evaluate a few of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2602 these. In another section, we will study the code of several other
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2603 buffer-related functions, to see how they were written.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2604
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2605 @menu
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2606 * How to Evaluate::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2607 * Buffer Names::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2608 * Getting Buffers::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2609 * Switching Buffers::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2610 * Buffer Size & Locations::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2611 * Evaluation Exercise::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2612 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2613
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2614 @node How to Evaluate, Buffer Names, Practicing Evaluation, Practicing Evaluation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2615 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2616 @unnumberedsec How to Evaluate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2617 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2618
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2619 @i{Whenever you give an editing command} to Emacs Lisp, such as the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2620 command to move the cursor or to scroll the screen, @i{you are evaluating
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2621 an expression,} the first element of which is a function. @i{This is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2622 how Emacs works.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2623
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2624 @cindex @samp{interactive function} defined
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2625 @cindex @samp{command} defined
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2626 When you type keys, you cause the Lisp interpreter to evaluate an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2627 expression and that is how you get your results. Even typing plain text
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2628 involves evaluating an Emacs Lisp function, in this case, one that uses
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2629 @code{self-insert-command}, which simply inserts the character you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2630 typed. The functions you evaluate by typing keystrokes are called
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2631 @dfn{interactive} functions, or @dfn{commands}; how you make a function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2632 interactive will be illustrated in the chapter on how to write function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2633 definitions. @xref{Interactive, , Making a Function Interactive}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2634
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2635 In addition to typing keyboard commands, we have seen a second way to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2636 evaluate an expression: by positioning the cursor after a list and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2637 typing @kbd{C-x C-e}. This is what we will do in the rest of this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2638 section. There are other ways to evaluate an expression as well; these
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2639 will be described as we come to them.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2640
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2641 Besides being used for practicing evaluation, the functions shown in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2642 next few sections are important in their own right. A study of these
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2643 functions makes clear the distinction between buffers and files, how to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2644 switch to a buffer, and how to determine a location within it.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2645
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2646 @node Buffer Names, Getting Buffers, How to Evaluate, Practicing Evaluation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2647 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2648 @section Buffer Names
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2649 @findex buffer-name
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2650 @findex buffer-file-name
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2651
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2652 The two functions, @code{buffer-name} and @code{buffer-file-name}, show
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2653 the difference between a file and a buffer. When you evaluate the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2654 following expression, @code{(buffer-name)}, the name of the buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2655 appears in the echo area. When you evaluate @code{(buffer-file-name)},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2656 the name of the file to which the buffer refers appears in the echo
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2657 area. Usually, the name returned by @code{(buffer-name)} is the same as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2658 the name of the file to which it refers, and the name returned by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2659 @code{(buffer-file-name)} is the full path-name of the file.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2660
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2661 A file and a buffer are two different entities. A file is information
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2662 recorded permanently in the computer (unless you delete it). A buffer,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2663 on the other hand, is information inside of Emacs that will vanish at
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2664 the end of the editing session (or when you kill the buffer). Usually,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2665 a buffer contains information that you have copied from a file; we say
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2666 the buffer is @dfn{visiting} that file. This copy is what you work on
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2667 and modify. Changes to the buffer do not change the file, until you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2668 save the buffer. When you save the buffer, the buffer is copied to the file
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2669 and is thus saved permanently.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2670
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2671 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2672 If you are reading this in Info inside of GNU Emacs, you can evaluate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2673 each of the following expressions by positioning the cursor after it and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2674 typing @kbd{C-x C-e}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2675
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2676 @example
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2677 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2678 (buffer-name)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2679
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2680 (buffer-file-name)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2681 @end group
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2682 @end example
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2683
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2684 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2685 When I do this in Info, the value returned by evaluating
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2686 @code{(buffer-name)} is @file{"*info*"}, and the value returned by
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2687 evaluating @code{(buffer-file-name)} is @file{nil}.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2688
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2689 On the other hand, while I am writing this Introduction, the value
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2690 returned by evaluating @code{(buffer-name)} is
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2691 @file{"introduction.texinfo"}, and the value returned by evaluating
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2692 @code{(buffer-file-name)} is
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2693 @file{"/gnu/work/intro/introduction.texinfo"}.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2694
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2695 @cindex @code{nil}, history of word
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2696 The former is the name of the buffer and the latter is the name of the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2697 file. In Info, the buffer name is @file{"*info*"}. Info does not
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2698 point to any file, so the result of evaluating
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2699 @code{(buffer-file-name)} is @file{nil}. The symbol @code{nil} is
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2700 from the Latin word for `nothing'; in this case, it means that the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2701 buffer is not associated with any file. (In Lisp, @code{nil} is also
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2702 used to mean `false' and is a synonym for the empty list, @code{()}.)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2703
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2704 When I am writing, the name of my buffer is
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2705 @file{"introduction.texinfo"}. The name of the file to which it
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2706 points is @file{"/gnu/work/intro/introduction.texinfo"}.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2707
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2708 (In the expressions, the parentheses tell the Lisp interpreter to
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2709 treat @w{@code{buffer-name}} and @w{@code{buffer-file-name}} as
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2710 functions; without the parentheses, the interpreter would attempt to
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2711 evaluate the symbols as variables. @xref{Variables}.)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2712
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2713 In spite of the distinction between files and buffers, you will often
73587
c84b73607df3 Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73554
diff changeset
2714 find that people refer to a file when they mean a buffer and vice-verse.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2715 Indeed, most people say, ``I am editing a file,'' rather than saying,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2716 ``I am editing a buffer which I will soon save to a file.'' It is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2717 almost always clear from context what people mean. When dealing with
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2718 computer programs, however, it is important to keep the distinction in mind,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2719 since the computer is not as smart as a person.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2720
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2721 @cindex Buffer, history of word
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2722 The word `buffer', by the way, comes from the meaning of the word as a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2723 cushion that deadens the force of a collision. In early computers, a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2724 buffer cushioned the interaction between files and the computer's
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2725 central processing unit. The drums or tapes that held a file and the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2726 central processing unit were pieces of equipment that were very
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2727 different from each other, working at their own speeds, in spurts. The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2728 buffer made it possible for them to work together effectively.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2729 Eventually, the buffer grew from being an intermediary, a temporary
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2730 holding place, to being the place where work is done. This
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2731 transformation is rather like that of a small seaport that grew into a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2732 great city: once it was merely the place where cargo was warehoused
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2733 temporarily before being loaded onto ships; then it became a business
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2734 and cultural center in its own right.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2735
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2736 Not all buffers are associated with files. For example, a
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2737 @file{*scratch*} buffer does not visit any file. Similarly, a
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2738 @file{*Help*} buffer is not associated with any file.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2739
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2740 In the old days, when you lacked a @file{~/.emacs} file and started an
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2741 Emacs session by typing the command @code{emacs} alone, without naming
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2742 any files, Emacs started with the @file{*scratch*} buffer visible.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2743 Nowadays, you will see a splash screen. You can follow one of the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2744 commands suggested on the splash screen, visit a file, or press the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2745 spacebar to reach the @file{*scratch*} buffer.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2746
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2747 If you switch to the @file{*scratch*} buffer, type
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2748 @code{(buffer-name)}, position the cursor after it, and then type
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2749 @kbd{C-x C-e} to evaluate the expression. The name @code{"*scratch*"}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2750 will be returned and will appear in the echo area. @code{"*scratch*"}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2751 is the name of the buffer. When you type @code{(buffer-file-name)} in
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2752 the @file{*scratch*} buffer and evaluate that, @code{nil} will appear
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2753 in the echo area, just as it does when you evaluate
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2754 @code{(buffer-file-name)} in Info.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2755
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2756 Incidentally, if you are in the @file{*scratch*} buffer and want the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2757 value returned by an expression to appear in the @file{*scratch*}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2758 buffer itself rather than in the echo area, type @kbd{C-u C-x C-e}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2759 instead of @kbd{C-x C-e}. This causes the value returned to appear
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2760 after the expression. The buffer will look like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2761
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2762 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2763 (buffer-name)"*scratch*"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2764 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2765
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2766 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2767 You cannot do this in Info since Info is read-only and it will not allow
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2768 you to change the contents of the buffer. But you can do this in any
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2769 buffer you can edit; and when you write code or documentation (such as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2770 this book), this feature is very useful.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2771
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2772 @node Getting Buffers, Switching Buffers, Buffer Names, Practicing Evaluation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2773 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2774 @section Getting Buffers
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2775 @findex current-buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2776 @findex other-buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2777 @cindex Getting a buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2778
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2779 The @code{buffer-name} function returns the @emph{name} of the buffer;
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2780 to get the buffer @emph{itself}, a different function is needed: the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2781 @code{current-buffer} function. If you use this function in code, what
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2782 you get is the buffer itself.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2783
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2784 A name and the object or entity to which the name refers are different
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2785 from each other. You are not your name. You are a person to whom
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2786 others refer by name. If you ask to speak to George and someone hands you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2787 a card with the letters @samp{G}, @samp{e}, @samp{o}, @samp{r},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2788 @samp{g}, and @samp{e} written on it, you might be amused, but you would
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2789 not be satisfied. You do not want to speak to the name, but to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2790 person to whom the name refers. A buffer is similar: the name of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2791 scratch buffer is @file{*scratch*}, but the name is not the buffer. To
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2792 get a buffer itself, you need to use a function such as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2793 @code{current-buffer}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2794
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2795 However, there is a slight complication: if you evaluate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2796 @code{current-buffer} in an expression on its own, as we will do here,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2797 what you see is a printed representation of the name of the buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2798 without the contents of the buffer. Emacs works this way for two
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2799 reasons: the buffer may be thousands of lines long---too long to be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2800 conveniently displayed; and, another buffer may have the same contents
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2801 but a different name, and it is important to distinguish between them.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2802
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2803 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2804 Here is an expression containing the function:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2805
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2806 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2807 (current-buffer)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2808 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2809
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2810 @noindent
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2811 If you evaluate this expression in Info in Emacs in the usual way,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2812 @file{#<buffer *info*>} will appear in the echo area. The special
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2813 format indicates that the buffer itself is being returned, rather than
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2814 just its name.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2815
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2816 Incidentally, while you can type a number or symbol into a program, you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2817 cannot do that with the printed representation of a buffer: the only way
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2818 to get a buffer itself is with a function such as @code{current-buffer}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2819
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2820 A related function is @code{other-buffer}. This returns the most
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2821 recently selected buffer other than the one you are in currently, not
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2822 a printed representation of its name. If you have recently switched
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2823 back and forth from the @file{*scratch*} buffer, @code{other-buffer}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2824 will return that buffer.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2825
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2826 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2827 You can see this by evaluating the expression:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2828
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2829 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2830 (other-buffer)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2831 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2832
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2833 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2834 You should see @file{#<buffer *scratch*>} appear in the echo area, or
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2835 the name of whatever other buffer you switched back from most
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2836 recently@footnote{Actually, by default, if the buffer from which you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2837 just switched is visible to you in another window, @code{other-buffer}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2838 will choose the most recent buffer that you cannot see; this is a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2839 subtlety that I often forget.}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2840
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2841 @node Switching Buffers, Buffer Size & Locations, Getting Buffers, Practicing Evaluation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2842 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2843 @section Switching Buffers
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2844 @findex switch-to-buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2845 @findex set-buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2846 @cindex Switching to a buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2847
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2848 The @code{other-buffer} function actually provides a buffer when it is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2849 used as an argument to a function that requires one. We can see this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2850 by using @code{other-buffer} and @code{switch-to-buffer} to switch to a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2851 different buffer.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2852
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2853 But first, a brief introduction to the @code{switch-to-buffer}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2854 function. When you switched back and forth from Info to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2855 @file{*scratch*} buffer to evaluate @code{(buffer-name)}, you most
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2856 likely typed @kbd{C-x b} and then typed @file{*scratch*}@footnote{Or
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2857 rather, to save typing, you probably only typed @kbd{RET} if the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2858 default buffer was @file{*scratch*}, or if it was different, then you
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2859 typed just part of the name, such as @code{*sc}, pressed your
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2860 @kbd{TAB} key to cause it to expand to the full name, and then typed
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2861 your @kbd{RET} key.} when prompted in the minibuffer for the name of
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2862 the buffer to which you wanted to switch. The keystrokes, @kbd{C-x
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
2863 b}, cause the Lisp interpreter to evaluate the interactive function
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2864 @code{switch-to-buffer}. As we said before, this is how Emacs works:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2865 different keystrokes call or run different functions. For example,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2866 @kbd{C-f} calls @code{forward-char}, @kbd{M-e} calls
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2867 @code{forward-sentence}, and so on.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2868
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2869 By writing @code{switch-to-buffer} in an expression, and giving it a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2870 buffer to switch to, we can switch buffers just the way @kbd{C-x b}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2871 does.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2872
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2873 @need 1000
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2874 Here is the Lisp expression:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2875
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2876 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2877 (switch-to-buffer (other-buffer))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2878 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2879
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2880 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2881 The symbol @code{switch-to-buffer} is the first element of the list,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2882 so the Lisp interpreter will treat it as a function and carry out the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2883 instructions that are attached to it. But before doing that, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2884 interpreter will note that @code{other-buffer} is inside parentheses
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2885 and work on that symbol first. @code{other-buffer} is the first (and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2886 in this case, the only) element of this list, so the Lisp interpreter
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2887 calls or runs the function. It returns another buffer. Next, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2888 interpreter runs @code{switch-to-buffer}, passing to it, as an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2889 argument, the other buffer, which is what Emacs will switch to. If
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2890 you are reading this in Info, try this now. Evaluate the expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2891 (To get back, type @kbd{C-x b @key{RET}}.)@footnote{Remember, this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2892 expression will move you to your most recent other buffer that you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2893 cannot see. If you really want to go to your most recently selected
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2894 buffer, even if you can still see it, you need to evaluate the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2895 following more complex expression:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2896
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2897 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2898 (switch-to-buffer (other-buffer (current-buffer) t))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2899 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2900
42562
fb149efd0c72 Follow law precisely: four digits for all dates in copyright lines.
Robert J. Chassell <bob@rattlesnake.com>
parents: 42506
diff changeset
2901 @c noindent
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2902 In this case, the first argument to @code{other-buffer} tells it which
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2903 buffer to skip---the current one---and the second argument tells
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2904 @code{other-buffer} it is OK to switch to a visible buffer.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2905 In regular use, @code{switch-to-buffer} takes you to an invisible
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2906 window since you would most likely use @kbd{C-x o} (@code{other-window})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2907 to go to another visible buffer.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2908
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2909 In the programming examples in later sections of this document, you will
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2910 see the function @code{set-buffer} more often than
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2911 @code{switch-to-buffer}. This is because of a difference between
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2912 computer programs and humans: humans have eyes and expect to see the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2913 buffer on which they are working on their computer terminals. This is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2914 so obvious, it almost goes without saying. However, programs do not
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2915 have eyes. When a computer program works on a buffer, that buffer does
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2916 not need to be visible on the screen.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2917
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2918 @code{switch-to-buffer} is designed for humans and does two different
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2919 things: it switches the buffer to which Emacs' attention is directed; and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2920 it switches the buffer displayed in the window to the new buffer.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2921 @code{set-buffer}, on the other hand, does only one thing: it switches
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2922 the attention of the computer program to a different buffer. The buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2923 on the screen remains unchanged (of course, normally nothing happens
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2924 there until the command finishes running).
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2925
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2926 @cindex @samp{call} defined
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2927 Also, we have just introduced another jargon term, the word @dfn{call}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2928 When you evaluate a list in which the first symbol is a function, you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2929 are calling that function. The use of the term comes from the notion of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2930 the function as an entity that can do something for you if you `call'
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2931 it---just as a plumber is an entity who can fix a leak if you call him
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2932 or her.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2933
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2934 @node Buffer Size & Locations, Evaluation Exercise, Switching Buffers, Practicing Evaluation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2935 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2936 @section Buffer Size and the Location of Point
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2937 @cindex Size of buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2938 @cindex Buffer size
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2939 @cindex Point location
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2940 @cindex Location of point
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2941
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2942 Finally, let's look at several rather simple functions,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2943 @code{buffer-size}, @code{point}, @code{point-min}, and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2944 @code{point-max}. These give information about the size of a buffer and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2945 the location of point within it.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2946
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2947 The function @code{buffer-size} tells you the size of the current
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2948 buffer; that is, the function returns a count of the number of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2949 characters in the buffer.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2950
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2951 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2952 (buffer-size)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2953 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2954
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2955 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2956 You can evaluate this in the usual way, by positioning the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2957 cursor after the expression and typing @kbd{C-x C-e}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2958
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2959 @cindex @samp{point} defined
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2960 In Emacs, the current position of the cursor is called @dfn{point}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2961 The expression @code{(point)} returns a number that tells you where the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2962 cursor is located as a count of the number of characters from the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2963 beginning of the buffer up to point.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2964
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2965 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2966 You can see the character count for point in this buffer by evaluating
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2967 the following expression in the usual way:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2968
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2969 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2970 (point)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2971 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2972
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2973 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2974 As I write this, the value of @code{point} is 65724. The @code{point}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2975 function is frequently used in some of the examples later in this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2976 book.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2977
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2978 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2979 The value of point depends, of course, on its location within the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2980 buffer. If you evaluate point in this spot, the number will be larger:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2981
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2982 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2983 (point)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2984 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2985
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2986 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2987 For me, the value of point in this location is 66043, which means that
73680
a171b46b168c Replace 22.0.100 with 22.1.100.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73619
diff changeset
2988 there are 319 characters (including spaces) between the two
a171b46b168c Replace 22.0.100 with 22.1.100.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73619
diff changeset
2989 expressions. (Doubtless, you will see different numbers, since I will
a171b46b168c Replace 22.0.100 with 22.1.100.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73619
diff changeset
2990 have edited this since I first evaluated point.)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2991
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2992 @cindex @samp{narrowing} defined
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2993 The function @code{point-min} is somewhat similar to @code{point}, but
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2994 it returns the value of the minimum permissible value of point in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2995 current buffer. This is the number 1 unless @dfn{narrowing} is in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2996 effect. (Narrowing is a mechanism whereby you can restrict yourself,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2997 or a program, to operations on just a part of a buffer.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2998 @xref{Narrowing & Widening, , Narrowing and Widening}.) Likewise, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2999 function @code{point-max} returns the value of the maximum permissible
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3000 value of point in the current buffer.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3001
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3002 @node Evaluation Exercise, , Buffer Size & Locations, Practicing Evaluation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3003 @section Exercise
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3004
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3005 Find a file with which you are working and move towards its middle.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3006 Find its buffer name, file name, length, and your position in the file.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3007
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3008 @node Writing Defuns, Buffer Walk Through, Practicing Evaluation, Top
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3009 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3010 @chapter How To Write Function Definitions
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3011 @cindex Definition writing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3012 @cindex Function definition writing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3013 @cindex Writing a function definition
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3014
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3015 When the Lisp interpreter evaluates a list, it looks to see whether the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3016 first symbol on the list has a function definition attached to it; or,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3017 put another way, whether the symbol points to a function definition. If
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3018 it does, the computer carries out the instructions in the definition. A
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3019 symbol that has a function definition is called, simply, a function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3020 (although, properly speaking, the definition is the function and the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3021 symbol refers to it.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3022
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3023 @menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3024 * Primitive Functions::
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3025 * defun::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3026 * Install::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3027 * Interactive::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3028 * Interactive Options::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3029 * Permanent Installation::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3030 * let::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3031 * if::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3032 * else::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3033 * Truth & Falsehood::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3034 * save-excursion::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3035 * Review::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3036 * defun Exercises::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3037 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3038
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3039 @node Primitive Functions, defun, Writing Defuns, Writing Defuns
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3040 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3041 @unnumberedsec An Aside about Primitive Functions
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3042 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3043 @cindex Primitive functions
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3044 @cindex Functions, primitive
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3045
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3046 @cindex C language primitives
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3047 @cindex Primitives written in C
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3048 All functions are defined in terms of other functions, except for a few
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3049 @dfn{primitive} functions that are written in the C programming
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3050 language. When you write functions' definitions, you will write them in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3051 Emacs Lisp and use other functions as your building blocks. Some of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3052 functions you will use will themselves be written in Emacs Lisp (perhaps
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3053 by you) and some will be primitives written in C. The primitive
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3054 functions are used exactly like those written in Emacs Lisp and behave
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3055 like them. They are written in C so we can easily run GNU Emacs on any
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3056 computer that has sufficient power and can run C.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3057
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3058 Let me re-emphasize this: when you write code in Emacs Lisp, you do not
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3059 distinguish between the use of functions written in C and the use of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3060 functions written in Emacs Lisp. The difference is irrelevant. I
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3061 mention the distinction only because it is interesting to know. Indeed,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3062 unless you investigate, you won't know whether an already-written
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3063 function is written in Emacs Lisp or C.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3064
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3065 @node defun, Install, Primitive Functions, Writing Defuns
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3066 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3067 @section The @code{defun} Special Form
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3068 @findex defun
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3069 @cindex Special form of @code{defun}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3070
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3071 @cindex @samp{function definition} defined
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3072 In Lisp, a symbol such as @code{mark-whole-buffer} has code attached to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3073 it that tells the computer what to do when the function is called.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3074 This code is called the @dfn{function definition} and is created by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3075 evaluating a Lisp expression that starts with the symbol @code{defun}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3076 (which is an abbreviation for @emph{define function}). Because
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3077 @code{defun} does not evaluate its arguments in the usual way, it is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3078 called a @dfn{special form}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3079
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3080 In subsequent sections, we will look at function definitions from the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3081 Emacs source code, such as @code{mark-whole-buffer}. In this section,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3082 we will describe a simple function definition so you can see how it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3083 looks. This function definition uses arithmetic because it makes for a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3084 simple example. Some people dislike examples using arithmetic; however,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3085 if you are such a person, do not despair. Hardly any of the code we
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3086 will study in the remainder of this introduction involves arithmetic or
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3087 mathematics. The examples mostly involve text in one way or another.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3088
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3089 A function definition has up to five parts following the word
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3090 @code{defun}:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3091
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3092 @enumerate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3093 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3094 The name of the symbol to which the function definition should be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3095 attached.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3096
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3097 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3098 A list of the arguments that will be passed to the function. If no
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3099 arguments will be passed to the function, this is an empty list,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3100 @code{()}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3101
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3102 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3103 Documentation describing the function. (Technically optional, but
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3104 strongly recommended.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3105
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3106 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3107 Optionally, an expression to make the function interactive so you can
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3108 use it by typing @kbd{M-x} and then the name of the function; or by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3109 typing an appropriate key or keychord.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3110
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3111 @cindex @samp{body} defined
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3112 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3113 The code that instructs the computer what to do: the @dfn{body} of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3114 function definition.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3115 @end enumerate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3116
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3117 It is helpful to think of the five parts of a function definition as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3118 being organized in a template, with slots for each part:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3119
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3120 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3121 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3122 (defun @var{function-name} (@var{arguments}@dots{})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3123 "@var{optional-documentation}@dots{}"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3124 (interactive @var{argument-passing-info}) ; @r{optional}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3125 @var{body}@dots{})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3126 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3127 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3128
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3129 As an example, here is the code for a function that multiplies its
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3130 argument by 7. (This example is not interactive. @xref{Interactive,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3131 , Making a Function Interactive}, for that information.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3132
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3133 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3134 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3135 (defun multiply-by-seven (number)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3136 "Multiply NUMBER by seven."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3137 (* 7 number))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3138 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3139 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3140
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3141 This definition begins with a parenthesis and the symbol @code{defun},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3142 followed by the name of the function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3143
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3144 @cindex @samp{argument list} defined
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3145 The name of the function is followed by a list that contains the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3146 arguments that will be passed to the function. This list is called
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3147 the @dfn{argument list}. In this example, the list has only one
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3148 element, the symbol, @code{number}. When the function is used, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3149 symbol will be bound to the value that is used as the argument to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3150 function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3151
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3152 Instead of choosing the word @code{number} for the name of the argument,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3153 I could have picked any other name. For example, I could have chosen
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3154 the word @code{multiplicand}. I picked the word `number' because it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3155 tells what kind of value is intended for this slot; but I could just as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3156 well have chosen the word `multiplicand' to indicate the role that the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3157 value placed in this slot will play in the workings of the function. I
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3158 could have called it @code{foogle}, but that would have been a bad
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3159 choice because it would not tell humans what it means. The choice of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3160 name is up to the programmer and should be chosen to make the meaning of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3161 the function clear.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3162
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3163 Indeed, you can choose any name you wish for a symbol in an argument
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3164 list, even the name of a symbol used in some other function: the name
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3165 you use in an argument list is private to that particular definition.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3166 In that definition, the name refers to a different entity than any use
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3167 of the same name outside the function definition. Suppose you have a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3168 nick-name `Shorty' in your family; when your family members refer to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3169 `Shorty', they mean you. But outside your family, in a movie, for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3170 example, the name `Shorty' refers to someone else. Because a name in an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3171 argument list is private to the function definition, you can change the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3172 value of such a symbol inside the body of a function without changing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3173 its value outside the function. The effect is similar to that produced
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3174 by a @code{let} expression. (@xref{let, , @code{let}}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3175
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3176 @ignore
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3177 Note also that we discuss the word `number' in two different ways: as a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3178 symbol that appears in the code, and as the name of something that will
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3179 be replaced by a something else during the evaluation of the function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3180 In the first case, @code{number} is a symbol, not a number; it happens
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3181 that within the function, it is a variable who value is the number in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3182 question, but our primary interest in it is as a symbol. On the other
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3183 hand, when we are talking about the function, our interest is that we
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3184 will substitute a number for the word @var{number}. To keep this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3185 distinction clear, we use different typography for the two
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3186 circumstances. When we talk about this function, or about how it works,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3187 we refer to this number by writing @var{number}. In the function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3188 itself, we refer to it by writing @code{number}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3189 @end ignore
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3190
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3191 The argument list is followed by the documentation string that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3192 describes the function. This is what you see when you type
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3193 @w{@kbd{C-h f}} and the name of a function. Incidentally, when you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3194 write a documentation string like this, you should make the first line
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3195 a complete sentence since some commands, such as @code{apropos}, print
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3196 only the first line of a multi-line documentation string. Also, you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3197 should not indent the second line of a documentation string, if you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3198 have one, because that looks odd when you use @kbd{C-h f}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3199 (@code{describe-function}). The documentation string is optional, but
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3200 it is so useful, it should be included in almost every function you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3201 write.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3202
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3203 @findex * @r{(multiplication)}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3204 The third line of the example consists of the body of the function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3205 definition. (Most functions' definitions, of course, are longer than
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3206 this.) In this function, the body is the list, @code{(* 7 number)}, which
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3207 says to multiply the value of @var{number} by 7. (In Emacs Lisp,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3208 @code{*} is the function for multiplication, just as @code{+} is the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3209 function for addition.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3210
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3211 When you use the @code{multiply-by-seven} function, the argument
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3212 @code{number} evaluates to the actual number you want used. Here is an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3213 example that shows how @code{multiply-by-seven} is used; but don't try
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3214 to evaluate this yet!
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3215
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3216 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3217 (multiply-by-seven 3)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3218 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3219
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3220 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3221 The symbol @code{number}, specified in the function definition in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3222 next section, is given or ``bound to'' the value 3 in the actual use of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3223 the function. Note that although @code{number} was inside parentheses
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3224 in the function definition, the argument passed to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3225 @code{multiply-by-seven} function is not in parentheses. The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3226 parentheses are written in the function definition so the computer can
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3227 figure out where the argument list ends and the rest of the function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3228 definition begins.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3229
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3230 If you evaluate this example, you are likely to get an error message.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3231 (Go ahead, try it!) This is because we have written the function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3232 definition, but not yet told the computer about the definition---we have
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3233 not yet installed (or `loaded') the function definition in Emacs.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3234 Installing a function is the process that tells the Lisp interpreter the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3235 definition of the function. Installation is described in the next
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3236 section.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3237
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3238 @node Install, Interactive, defun, Writing Defuns
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3239 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3240 @section Install a Function Definition
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3241 @cindex Install a Function Definition
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3242 @cindex Definition installation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3243 @cindex Function definition installation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3244
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3245 If you are reading this inside of Info in Emacs, you can try out the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3246 @code{multiply-by-seven} function by first evaluating the function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3247 definition and then evaluating @code{(multiply-by-seven 3)}. A copy of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3248 the function definition follows. Place the cursor after the last
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3249 parenthesis of the function definition and type @kbd{C-x C-e}. When you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3250 do this, @code{multiply-by-seven} will appear in the echo area. (What
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3251 this means is that when a function definition is evaluated, the value it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3252 returns is the name of the defined function.) At the same time, this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3253 action installs the function definition.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3254
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3255 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3256 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3257 (defun multiply-by-seven (number)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3258 "Multiply NUMBER by seven."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3259 (* 7 number))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3260 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3261 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3262
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3263 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3264 By evaluating this @code{defun}, you have just installed
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3265 @code{multiply-by-seven} in Emacs. The function is now just as much a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3266 part of Emacs as @code{forward-word} or any other editing function you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3267 use. (@code{multiply-by-seven} will stay installed until you quit
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3268 Emacs. To reload code automatically whenever you start Emacs, see
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3269 @ref{Permanent Installation, , Installing Code Permanently}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3270
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3271 @menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3272 * Effect of installation::
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3273 * Change a defun::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3274 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3275
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3276 @node Effect of installation, Change a defun, Install, Install
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3277 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3278 @unnumberedsubsec The effect of installation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3279 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3280
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3281 You can see the effect of installing @code{multiply-by-seven} by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3282 evaluating the following sample. Place the cursor after the following
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3283 expression and type @kbd{C-x C-e}. The number 21 will appear in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3284 echo area.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3285
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3286 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3287 (multiply-by-seven 3)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3288 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3289
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3290 If you wish, you can read the documentation for the function by typing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3291 @kbd{C-h f} (@code{describe-function}) and then the name of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3292 function, @code{multiply-by-seven}. When you do this, a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3293 @file{*Help*} window will appear on your screen that says:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3294
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3295 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3296 @group
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3297 multiply-by-seven is a Lisp function.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3298 (multiply-by-seven NUMBER)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3299
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3300 Multiply NUMBER by seven.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3301 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3302 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3303
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3304 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3305 (To return to a single window on your screen, type @kbd{C-x 1}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3306
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3307 @node Change a defun, , Effect of installation, Install
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3308 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3309 @subsection Change a Function Definition
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3310 @cindex Changing a function definition
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3311 @cindex Function definition, how to change
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3312 @cindex Definition, how to change
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3313
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3314 If you want to change the code in @code{multiply-by-seven}, just rewrite
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3315 it. To install the new version in place of the old one, evaluate the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3316 function definition again. This is how you modify code in Emacs. It is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3317 very simple.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3318
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3319 As an example, you can change the @code{multiply-by-seven} function to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3320 add the number to itself seven times instead of multiplying the number
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3321 by seven. It produces the same answer, but by a different path. At
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3322 the same time, we will add a comment to the code; a comment is text
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3323 that the Lisp interpreter ignores, but that a human reader may find
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3324 useful or enlightening. The comment is that this is the ``second
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3325 version''.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3326
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3327 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3328 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3329 (defun multiply-by-seven (number) ; @r{Second version.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3330 "Multiply NUMBER by seven."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3331 (+ number number number number number number number))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3332 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3333 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3334
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3335 @cindex Comments in Lisp code
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3336 The comment follows a semicolon, @samp{;}. In Lisp, everything on a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3337 line that follows a semicolon is a comment. The end of the line is the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3338 end of the comment. To stretch a comment over two or more lines, begin
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3339 each line with a semicolon.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3340
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3341 @xref{Beginning a .emacs File, , Beginning a @file{.emacs}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3342 File}, and @ref{Comments, , Comments, elisp, The GNU Emacs Lisp
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3343 Reference Manual}, for more about comments.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3344
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3345 You can install this version of the @code{multiply-by-seven} function by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3346 evaluating it in the same way you evaluated the first function: place
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3347 the cursor after the last parenthesis and type @kbd{C-x C-e}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3348
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3349 In summary, this is how you write code in Emacs Lisp: you write a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3350 function; install it; test it; and then make fixes or enhancements and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3351 install it again.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3352
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3353 @node Interactive, Interactive Options, Install, Writing Defuns
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3354 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3355 @section Make a Function Interactive
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3356 @cindex Interactive functions
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3357 @findex interactive
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3358
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3359 You make a function interactive by placing a list that begins with
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3360 the special form @code{interactive} immediately after the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3361 documentation. A user can invoke an interactive function by typing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3362 @kbd{M-x} and then the name of the function; or by typing the keys to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3363 which it is bound, for example, by typing @kbd{C-n} for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3364 @code{next-line} or @kbd{C-x h} for @code{mark-whole-buffer}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3365
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3366 Interestingly, when you call an interactive function interactively,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3367 the value returned is not automatically displayed in the echo area.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3368 This is because you often call an interactive function for its side
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3369 effects, such as moving forward by a word or line, and not for the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3370 value returned. If the returned value were displayed in the echo area
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3371 each time you typed a key, it would be very distracting.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3372
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3373 @menu
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3374 * Interactive multiply-by-seven::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3375 * multiply-by-seven in detail::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3376 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3377
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3378 @node Interactive multiply-by-seven, multiply-by-seven in detail, Interactive, Interactive
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3379 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3380 @unnumberedsubsec An Interactive @code{multiply-by-seven}, An Overview
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3381 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3382
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3383 Both the use of the special form @code{interactive} and one way to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3384 display a value in the echo area can be illustrated by creating an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3385 interactive version of @code{multiply-by-seven}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3386
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3387 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3388 Here is the code:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3389
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3390 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3391 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3392 (defun multiply-by-seven (number) ; @r{Interactive version.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3393 "Multiply NUMBER by seven."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3394 (interactive "p")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3395 (message "The result is %d" (* 7 number)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3396 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3397 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3398
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3399 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3400 You can install this code by placing your cursor after it and typing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3401 @kbd{C-x C-e}. The name of the function will appear in your echo area.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3402 Then, you can use this code by typing @kbd{C-u} and a number and then
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3403 typing @kbd{M-x multiply-by-seven} and pressing @key{RET}. The phrase
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3404 @samp{The result is @dots{}} followed by the product will appear in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3405 echo area.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3406
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3407 Speaking more generally, you invoke a function like this in either of two
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3408 ways:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3409
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3410 @enumerate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3411 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3412 By typing a prefix argument that contains the number to be passed, and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3413 then typing @kbd{M-x} and the name of the function, as with
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3414 @kbd{C-u 3 M-x forward-sentence}; or,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3415
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3416 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3417 By typing whatever key or keychord the function is bound to, as with
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3418 @kbd{C-u 3 M-e}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3419 @end enumerate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3420
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3421 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3422 Both the examples just mentioned work identically to move point forward
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3423 three sentences. (Since @code{multiply-by-seven} is not bound to a key,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3424 it could not be used as an example of key binding.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3425
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3426 (@xref{Keybindings, , Some Keybindings}, to learn how to bind a command
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3427 to a key.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3428
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3429 A prefix argument is passed to an interactive function by typing the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3430 @key{META} key followed by a number, for example, @kbd{M-3 M-e}, or by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3431 typing @kbd{C-u} and then a number, for example, @kbd{C-u 3 M-e} (if you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3432 type @kbd{C-u} without a number, it defaults to 4).
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3433
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3434 @node multiply-by-seven in detail, , Interactive multiply-by-seven, Interactive
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3435 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3436 @subsection An Interactive @code{multiply-by-seven}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3437
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3438 Let's look at the use of the special form @code{interactive} and then at
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3439 the function @code{message} in the interactive version of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3440 @code{multiply-by-seven}. You will recall that the function definition
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3441 looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3442
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3443 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3444 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3445 (defun multiply-by-seven (number) ; @r{Interactive version.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3446 "Multiply NUMBER by seven."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3447 (interactive "p")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3448 (message "The result is %d" (* 7 number)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3449 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3450 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3451
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3452 In this function, the expression, @code{(interactive "p")}, is a list of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3453 two elements. The @code{"p"} tells Emacs to pass the prefix argument to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3454 the function and use its value for the argument of the function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3455
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3456 @need 1000
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3457 The argument will be a number. This means that the symbol
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3458 @code{number} will be bound to a number in the line:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3459
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3460 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3461 (message "The result is %d" (* 7 number))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3462 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3463
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3464 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3465 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3466 For example, if your prefix argument is 5, the Lisp interpreter will
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3467 evaluate the line as if it were:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3468
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3469 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3470 (message "The result is %d" (* 7 5))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3471 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3472
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3473 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3474 (If you are reading this in GNU Emacs, you can evaluate this expression
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3475 yourself.) First, the interpreter will evaluate the inner list, which
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3476 is @code{(* 7 5)}. This returns a value of 35. Next, it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3477 will evaluate the outer list, passing the values of the second and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3478 subsequent elements of the list to the function @code{message}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3479
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3480 As we have seen, @code{message} is an Emacs Lisp function especially
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3481 designed for sending a one line message to a user. (@xref{message, ,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3482 The @code{message} function}.) In summary, the @code{message}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3483 function prints its first argument in the echo area as is, except for
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3484 occurrences of @samp{%d} or @samp{%s} (and various other %-sequences
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3485 which we have not mentioned). When it sees a control sequence, the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3486 function looks to the second or subsequent arguments and prints the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3487 value of the argument in the location in the string where the control
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3488 sequence is located.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3489
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3490 In the interactive @code{multiply-by-seven} function, the control string
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3491 is @samp{%d}, which requires a number, and the value returned by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3492 evaluating @code{(* 7 5)} is the number 35. Consequently, the number 35
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3493 is printed in place of the @samp{%d} and the message is @samp{The result
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3494 is 35}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3495
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3496 (Note that when you call the function @code{multiply-by-seven}, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3497 message is printed without quotes, but when you call @code{message}, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3498 text is printed in double quotes. This is because the value returned by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3499 @code{message} is what appears in the echo area when you evaluate an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3500 expression whose first element is @code{message}; but when embedded in a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3501 function, @code{message} prints the text as a side effect without
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3502 quotes.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3503
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3504 @node Interactive Options, Permanent Installation, Interactive, Writing Defuns
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3505 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3506 @section Different Options for @code{interactive}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3507 @cindex Options for @code{interactive}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3508 @cindex Interactive options
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3509
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3510 In the example, @code{multiply-by-seven} used @code{"p"} as the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3511 argument to @code{interactive}. This argument told Emacs to interpret
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3512 your typing either @kbd{C-u} followed by a number or @key{META}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3513 followed by a number as a command to pass that number to the function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3514 as its argument. Emacs has more than twenty characters predefined for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3515 use with @code{interactive}. In almost every case, one of these
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3516 options will enable you to pass the right information interactively to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3517 a function. (@xref{Interactive Codes, , Code Characters for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3518 @code{interactive}, elisp, The GNU Emacs Lisp Reference Manual}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3519
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3520 @need 1250
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3521 Consider the function @code{zap-to-char}. Its interactive expression
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3522 is
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3523
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3524 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3525 (interactive "p\ncZap to char: ")
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3526 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3527
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3528 The first part of the argument to @code{interactive} is @samp{p}, with
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3529 which you are already familiar. This argument tells Emacs to
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3530 interpret a `prefix', as a number to be passed to the function. You
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3531 can specify a prefix either by typing @kbd{C-u} followed by a number
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3532 or by typing @key{META} followed by a number. The prefix is the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3533 number of specified characters. Thus, if your prefix is three and the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3534 specified character is @samp{x}, then you will delete all the text up
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3535 to and including the third next @samp{x}. If you do not set a prefix,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3536 then you delete all the text up to and including the specified
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3537 character, but no more.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3538
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3539 The @samp{c} tells the function the name of the character to which to delete.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3540
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3541 More formally, a function with two or more arguments can have
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3542 information passed to each argument by adding parts to the string that
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3543 follows @code{interactive}. When you do this, the information is
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3544 passed to each argument in the same order it is specified in the
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3545 @code{interactive} list. In the string, each part is separated from
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3546 the next part by a @samp{\n}, which is a newline. For example, you
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3547 can follow @samp{p} with a @samp{\n} and an @samp{cZap to char:@: }.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3548 This causes Emacs to pass the value of the prefix argument (if there
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3549 is one) and the character.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3550
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3551 In this case, the function definition looks like the following, where
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3552 @code{arg} and @code{char} are the symbols to which @code{interactive}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3553 binds the prefix argument and the specified character:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3555 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3556 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3557 (defun @var{name-of-function} (arg char)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3558 "@var{documentation}@dots{}"
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3559 (interactive "p\ncZap to char: ")
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3560 @var{body-of-function}@dots{})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3561 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3562 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3563
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3564 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3565 (The space after the colon in the prompt makes it look better when you
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3566 are prompted. @xref{copy-to-buffer, , The Definition of
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3567 @code{copy-to-buffer}}, for an example.)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3568
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3569 When a function does not take arguments, @code{interactive} does not
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3570 require any. Such a function contains the simple expression
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3571 @code{(interactive)}. The @code{mark-whole-buffer} function is like
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3572 this.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3573
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3574 Alternatively, if the special letter-codes are not right for your
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3575 application, you can pass your own arguments to @code{interactive} as
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3576 a list.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3577
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3578 @xref{append-to-buffer, , The Definition of @code{append-to-buffer}},
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3579 for an example. @xref{Using Interactive, , Using @code{Interactive},
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3580 elisp, The GNU Emacs Lisp Reference Manual}, for a more complete
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3581 explanation about this technique.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3582
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3583 @node Permanent Installation, let, Interactive Options, Writing Defuns
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3584 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3585 @section Install Code Permanently
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3586 @cindex Install code permanently
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3587 @cindex Permanent code installation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3588 @cindex Code installation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3589
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3590 When you install a function definition by evaluating it, it will stay
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3591 installed until you quit Emacs. The next time you start a new session
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3592 of Emacs, the function will not be installed unless you evaluate the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3593 function definition again.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3594
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3595 At some point, you may want to have code installed automatically
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3596 whenever you start a new session of Emacs. There are several ways of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3597 doing this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3598
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3599 @itemize @bullet
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3600 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3601 If you have code that is just for yourself, you can put the code for the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3602 function definition in your @file{.emacs} initialization file. When you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3603 start Emacs, your @file{.emacs} file is automatically evaluated and all
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3604 the function definitions within it are installed.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3605 @xref{Emacs Initialization, , Your @file{.emacs} File}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3606
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3607 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3608 Alternatively, you can put the function definitions that you want
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3609 installed in one or more files of their own and use the @code{load}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3610 function to cause Emacs to evaluate and thereby install each of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3611 functions in the files.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3612 @xref{Loading Files, , Loading Files}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3613
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3614 @item
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3615 Thirdly, if you have code that your whole site will use, it is usual
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3616 to put it in a file called @file{site-init.el} that is loaded when
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3617 Emacs is built. This makes the code available to everyone who uses
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3618 your machine. (See the @file{INSTALL} file that is part of the Emacs
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3619 distribution.)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3620 @end itemize
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3621
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3622 Finally, if you have code that everyone who uses Emacs may want, you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3623 can post it on a computer network or send a copy to the Free Software
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3624 Foundation. (When you do this, please license the code and its
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3625 documentation under a license that permits other people to run, copy,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3626 study, modify, and redistribute the code and which protects you from
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3627 having your work taken from you.) If you send a copy of your code to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3628 the Free Software Foundation, and properly protect yourself and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3629 others, it may be included in the next release of Emacs. In large
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3630 part, this is how Emacs has grown over the past years, by donations.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3631
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3632 @node let, if, Permanent Installation, Writing Defuns
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3633 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3634 @section @code{let}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3635 @findex let
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3636
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3637 The @code{let} expression is a special form in Lisp that you will need
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3638 to use in most function definitions.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3639
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3640 @code{let} is used to attach or bind a symbol to a value in such a way
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3641 that the Lisp interpreter will not confuse the variable with a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3642 variable of the same name that is not part of the function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3643
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3644 To understand why the @code{let} special form is necessary, consider
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3645 the situation in which you own a home that you generally refer to as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3646 `the house', as in the sentence, ``The house needs painting.'' If you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3647 are visiting a friend and your host refers to `the house', he is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3648 likely to be referring to @emph{his} house, not yours, that is, to a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3649 different house.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3650
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3651 If your friend is referring to his house and you think he is referring
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3652 to your house, you may be in for some confusion. The same thing could
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3653 happen in Lisp if a variable that is used inside of one function has
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3654 the same name as a variable that is used inside of another function,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3655 and the two are not intended to refer to the same value. The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3656 @code{let} special form prevents this kind of confusion.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3657
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3658 @menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3659 * Prevent confusion::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3660 * Parts of let Expression::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3661 * Sample let Expression::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3662 * Uninitialized let Variables::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3663 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3664
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3665 @node Prevent confusion, Parts of let Expression, let, let
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3666 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3667 @unnumberedsubsec @code{let} Prevents Confusion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3668 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3669
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3670 @cindex @samp{local variable} defined
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3671 @cindex @samp{variable, local}, defined
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3672 The @code{let} special form prevents confusion. @code{let} creates a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3673 name for a @dfn{local variable} that overshadows any use of the same
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3674 name outside the @code{let} expression. This is like understanding
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3675 that whenever your host refers to `the house', he means his house, not
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3676 yours. (Symbols used in argument lists work the same way.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3677 @xref{defun, , The @code{defun} Special Form}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3678
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3679 Local variables created by a @code{let} expression retain their value
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3680 @emph{only} within the @code{let} expression itself (and within
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3681 expressions called within the @code{let} expression); the local
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3682 variables have no effect outside the @code{let} expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3683
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3684 Another way to think about @code{let} is that it is like a @code{setq}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3685 that is temporary and local. The values set by @code{let} are
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3686 automatically undone when the @code{let} is finished. The setting
44899
ebddb2618c17 Fixed typographic errors.
Robert J. Chassell <bob@rattlesnake.com>
parents: 43431
diff changeset
3687 only affects expressions that are inside the bounds of the @code{let}
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3688 expression. In computer science jargon, we would say ``the binding of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3689 a symbol is visible only in functions called in the @code{let} form;
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3690 in Emacs Lisp, scoping is dynamic, not lexical.''
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3691
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3692 @code{let} can create more than one variable at once. Also,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3693 @code{let} gives each variable it creates an initial value, either a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3694 value specified by you, or @code{nil}. (In the jargon, this is called
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3695 `binding the variable to the value'.) After @code{let} has created
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3696 and bound the variables, it executes the code in the body of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3697 @code{let}, and returns the value of the last expression in the body,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3698 as the value of the whole @code{let} expression. (`Execute' is a jargon
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3699 term that means to evaluate a list; it comes from the use of the word
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3700 meaning `to give practical effect to' (@cite{Oxford English
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3701 Dictionary}). Since you evaluate an expression to perform an action,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3702 `execute' has evolved as a synonym to `evaluate'.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3703
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3704 @node Parts of let Expression, Sample let Expression, Prevent confusion, let
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3705 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3706 @subsection The Parts of a @code{let} Expression
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3707 @cindex @code{let} expression, parts of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3708 @cindex Parts of @code{let} expression
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3709
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3710 @cindex @samp{varlist} defined
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3711 A @code{let} expression is a list of three parts. The first part is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3712 the symbol @code{let}. The second part is a list, called a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3713 @dfn{varlist}, each element of which is either a symbol by itself or a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3714 two-element list, the first element of which is a symbol. The third
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3715 part of the @code{let} expression is the body of the @code{let}. The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3716 body usually consists of one or more lists.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3717
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3718 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3719 A template for a @code{let} expression looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3720
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3721 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3722 (let @var{varlist} @var{body}@dots{})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3723 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3724
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3725 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3726 The symbols in the varlist are the variables that are given initial
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3727 values by the @code{let} special form. Symbols by themselves are given
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3728 the initial value of @code{nil}; and each symbol that is the first
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3729 element of a two-element list is bound to the value that is returned
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3730 when the Lisp interpreter evaluates the second element.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3731
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3732 Thus, a varlist might look like this: @code{(thread (needles 3))}. In
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3733 this case, in a @code{let} expression, Emacs binds the symbol
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3734 @code{thread} to an initial value of @code{nil}, and binds the symbol
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3735 @code{needles} to an initial value of 3.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3736
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3737 When you write a @code{let} expression, what you do is put the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3738 appropriate expressions in the slots of the @code{let} expression
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3739 template.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3740
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3741 If the varlist is composed of two-element lists, as is often the case,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3742 the template for the @code{let} expression looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3743
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3744 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3745 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3746 (let ((@var{variable} @var{value})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3747 (@var{variable} @var{value})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3748 @dots{})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3749 @var{body}@dots{})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3750 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3751 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3752
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3753 @node Sample let Expression, Uninitialized let Variables, Parts of let Expression, let
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3754 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3755 @subsection Sample @code{let} Expression
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3756 @cindex Sample @code{let} expression
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3757 @cindex @code{let} expression sample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3758
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3759 The following expression creates and gives initial values
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3760 to the two variables @code{zebra} and @code{tiger}. The body of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3761 @code{let} expression is a list which calls the @code{message} function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3762
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3763 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3764 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3765 (let ((zebra 'stripes)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3766 (tiger 'fierce))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3767 (message "One kind of animal has %s and another is %s."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3768 zebra tiger))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3769 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3770 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3771
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3772 Here, the varlist is @code{((zebra 'stripes) (tiger 'fierce))}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3773
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3774 The two variables are @code{zebra} and @code{tiger}. Each variable is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3775 the first element of a two-element list and each value is the second
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3776 element of its two-element list. In the varlist, Emacs binds the
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3777 variable @code{zebra} to the value @code{stripes}@footnote{According
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3778 to Jared Diamond in @cite{Guns, Germs, and Steel}, ``@dots{} zebras
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3779 become impossibly dangerous as they grow older'' but the claim here is
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3780 that they do not become fierce like a tiger. (1997, W. W. Norton and
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3781 Co., ISBN 0-393-03894-2, page 171)}, and binds the
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3782 variable @code{tiger} to the value @code{fierce}. In this example,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3783 both values are symbols preceded by a quote. The values could just as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3784 well have been another list or a string. The body of the @code{let}
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3785 follows after the list holding the variables. In this example, the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3786 body is a list that uses the @code{message} function to print a string
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3787 in the echo area.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3788
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3789 @need 1500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3790 You may evaluate the example in the usual fashion, by placing the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3791 cursor after the last parenthesis and typing @kbd{C-x C-e}. When you do
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3792 this, the following will appear in the echo area:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3793
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3794 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3795 "One kind of animal has stripes and another is fierce."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3796 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3797
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3798 As we have seen before, the @code{message} function prints its first
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3799 argument, except for @samp{%s}. In this example, the value of the variable
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3800 @code{zebra} is printed at the location of the first @samp{%s} and the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3801 value of the variable @code{tiger} is printed at the location of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3802 second @samp{%s}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3803
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3804 @node Uninitialized let Variables, , Sample let Expression, let
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3805 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3806 @subsection Uninitialized Variables in a @code{let} Statement
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3807 @cindex Uninitialized @code{let} variables
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3808 @cindex @code{let} variables uninitialized
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3809
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3810 If you do not bind the variables in a @code{let} statement to specific
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3811 initial values, they will automatically be bound to an initial value of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3812 @code{nil}, as in the following expression:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3813
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3814 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3815 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3816 (let ((birch 3)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3817 pine
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3818 fir
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3819 (oak 'some))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3820 (message
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3821 "Here are %d variables with %s, %s, and %s value."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3822 birch pine fir oak))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3823 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3824 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3825
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3826 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3827 Here, the varlist is @code{((birch 3) pine fir (oak 'some))}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3828
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3829 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3830 If you evaluate this expression in the usual way, the following will
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3831 appear in your echo area:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3832
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3833 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3834 "Here are 3 variables with nil, nil, and some value."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3835 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3836
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3837 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3838 In this example, Emacs binds the symbol @code{birch} to the number 3,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3839 binds the symbols @code{pine} and @code{fir} to @code{nil}, and binds
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3840 the symbol @code{oak} to the value @code{some}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3841
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3842 Note that in the first part of the @code{let}, the variables @code{pine}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3843 and @code{fir} stand alone as atoms that are not surrounded by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3844 parentheses; this is because they are being bound to @code{nil}, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3845 empty list. But @code{oak} is bound to @code{some} and so is a part of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3846 the list @code{(oak 'some)}. Similarly, @code{birch} is bound to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3847 number 3 and so is in a list with that number. (Since a number
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3848 evaluates to itself, the number does not need to be quoted. Also, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3849 number is printed in the message using a @samp{%d} rather than a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3850 @samp{%s}.) The four variables as a group are put into a list to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3851 delimit them from the body of the @code{let}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3852
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3853 @node if, else, let, Writing Defuns
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3854 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3855 @section The @code{if} Special Form
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3856 @findex if
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3857 @cindex Conditional with @code{if}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3858
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3859 A third special form, in addition to @code{defun} and @code{let}, is the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3860 conditional @code{if}. This form is used to instruct the computer to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3861 make decisions. You can write function definitions without using
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3862 @code{if}, but it is used often enough, and is important enough, to be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3863 included here. It is used, for example, in the code for the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3864 function @code{beginning-of-buffer}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3865
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3866 The basic idea behind an @code{if}, is that ``@emph{if} a test is true,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3867 @emph{then} an expression is evaluated.'' If the test is not true, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3868 expression is not evaluated. For example, you might make a decision
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3869 such as, ``if it is warm and sunny, then go to the beach!''
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3870
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3871 @menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3872 * if in more detail::
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
3873 * type-of-animal in detail::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3874 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3875
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3876 @node if in more detail, type-of-animal in detail, if, if
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3877 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3878 @unnumberedsubsec @code{if} in more detail
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3879 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3880
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3881 @cindex @samp{if-part} defined
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3882 @cindex @samp{then-part} defined
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3883 An @code{if} expression written in Lisp does not use the word `then';
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3884 the test and the action are the second and third elements of the list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3885 whose first element is @code{if}. Nonetheless, the test part of an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3886 @code{if} expression is often called the @dfn{if-part} and the second
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3887 argument is often called the @dfn{then-part}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3888
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3889 Also, when an @code{if} expression is written, the true-or-false-test
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3890 is usually written on the same line as the symbol @code{if}, but the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3891 action to carry out if the test is true, the ``then-part'', is written
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3892 on the second and subsequent lines. This makes the @code{if}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3893 expression easier to read.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3894
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3895 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3896 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3897 (if @var{true-or-false-test}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3898 @var{action-to-carry-out-if-test-is-true})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3899 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3900 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3901
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3902 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3903 The true-or-false-test will be an expression that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3904 is evaluated by the Lisp interpreter.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3905
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3906 Here is an example that you can evaluate in the usual manner. The test
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3907 is whether the number 5 is greater than the number 4. Since it is, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3908 message @samp{5 is greater than 4!} will be printed.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3909
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3910 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3911 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3912 (if (> 5 4) ; @r{if-part}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3913 (message "5 is greater than 4!")) ; @r{then-part}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3914 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3915 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3916
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3917 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3918 (The function @code{>} tests whether its first argument is greater than
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3919 its second argument and returns true if it is.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3920 @findex > (greater than)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3921
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3922 Of course, in actual use, the test in an @code{if} expression will not
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3923 be fixed for all time as it is by the expression @code{(> 5 4)}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3924 Instead, at least one of the variables used in the test will be bound to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3925 a value that is not known ahead of time. (If the value were known ahead
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3926 of time, we would not need to run the test!)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3927
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3928 For example, the value may be bound to an argument of a function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3929 definition. In the following function definition, the character of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3930 animal is a value that is passed to the function. If the value bound to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3931 @code{characteristic} is @code{fierce}, then the message, @samp{It's a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3932 tiger!} will be printed; otherwise, @code{nil} will be returned.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3933
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3934 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3935 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3936 (defun type-of-animal (characteristic)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3937 "Print message in echo area depending on CHARACTERISTIC.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3938 If the CHARACTERISTIC is the symbol `fierce',
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3939 then warn of a tiger."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3940 (if (equal characteristic 'fierce)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3941 (message "It's a tiger!")))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3942 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3943 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3944
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3945 @need 1500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3946 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3947 If you are reading this inside of GNU Emacs, you can evaluate the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3948 function definition in the usual way to install it in Emacs, and then you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3949 can evaluate the following two expressions to see the results:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3950
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3951 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3952 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3953 (type-of-animal 'fierce)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3954
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3955 (type-of-animal 'zebra)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3956
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3957 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3958 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3959
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3960 @c Following sentences rewritten to prevent overfull hbox.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3961 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3962 When you evaluate @code{(type-of-animal 'fierce)}, you will see the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3963 following message printed in the echo area: @code{"It's a tiger!"}; and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3964 when you evaluate @code{(type-of-animal 'zebra)} you will see @code{nil}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3965 printed in the echo area.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3966
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3967 @node type-of-animal in detail, , if in more detail, if
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3968 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3969 @subsection The @code{type-of-animal} Function in Detail
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3970
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3971 Let's look at the @code{type-of-animal} function in detail.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3972
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3973 The function definition for @code{type-of-animal} was written by filling
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3974 the slots of two templates, one for a function definition as a whole, and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3975 a second for an @code{if} expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3976
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3977 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3978 The template for every function that is not interactive is:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3979
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3980 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3981 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3982 (defun @var{name-of-function} (@var{argument-list})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3983 "@var{documentation}@dots{}"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3984 @var{body}@dots{})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3985 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3986 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3987
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3988 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3989 The parts of the function that match this template look like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3990
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3991 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3992 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3993 (defun type-of-animal (characteristic)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3994 "Print message in echo area depending on CHARACTERISTIC.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3995 If the CHARACTERISTIC is the symbol `fierce',
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3996 then warn of a tiger."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3997 @var{body: the} @code{if} @var{expression})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3998 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3999 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4000
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4001 The name of function is @code{type-of-animal}; it is passed the value
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4002 of one argument. The argument list is followed by a multi-line
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4003 documentation string. The documentation string is included in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4004 example because it is a good habit to write documentation string for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4005 every function definition. The body of the function definition
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4006 consists of the @code{if} expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4007
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4008 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4009 The template for an @code{if} expression looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4010
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4011 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4012 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4013 (if @var{true-or-false-test}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4014 @var{action-to-carry-out-if-the-test-returns-true})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4015 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4016 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4017
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4018 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4019 In the @code{type-of-animal} function, the code for the @code{if}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4020 looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4021
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4022 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4023 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4024 (if (equal characteristic 'fierce)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4025 (message "It's a tiger!")))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4026 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4027 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4028
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4029 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4030 Here, the true-or-false-test is the expression:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4031
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4032 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4033 (equal characteristic 'fierce)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4034 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4035
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4036 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4037 In Lisp, @code{equal} is a function that determines whether its first
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4038 argument is equal to its second argument. The second argument is the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4039 quoted symbol @code{'fierce} and the first argument is the value of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4040 symbol @code{characteristic}---in other words, the argument passed to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4041 this function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4042
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4043 In the first exercise of @code{type-of-animal}, the argument
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4044 @code{fierce} is passed to @code{type-of-animal}. Since @code{fierce}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4045 is equal to @code{fierce}, the expression, @code{(equal characteristic
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4046 'fierce)}, returns a value of true. When this happens, the @code{if}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4047 evaluates the second argument or then-part of the @code{if}:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4048 @code{(message "It's tiger!")}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4049
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4050 On the other hand, in the second exercise of @code{type-of-animal}, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4051 argument @code{zebra} is passed to @code{type-of-animal}. @code{zebra}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4052 is not equal to @code{fierce}, so the then-part is not evaluated and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4053 @code{nil} is returned by the @code{if} expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4054
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4055 @node else, Truth & Falsehood, if, Writing Defuns
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4056 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4057 @section If--then--else Expressions
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4058 @cindex Else
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4059
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4060 An @code{if} expression may have an optional third argument, called
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4061 the @dfn{else-part}, for the case when the true-or-false-test returns
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4062 false. When this happens, the second argument or then-part of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4063 overall @code{if} expression is @emph{not} evaluated, but the third or
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4064 else-part @emph{is} evaluated. You might think of this as the cloudy
57364
c14ee9d769e8 Add missing backquote.
Robert J. Chassell <bob@rattlesnake.com>
parents: 57334
diff changeset
4065 day alternative for the decision ``if it is warm and sunny, then go to
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4066 the beach, else read a book!''.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4067
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4068 The word ``else'' is not written in the Lisp code; the else-part of an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4069 @code{if} expression comes after the then-part. In the written Lisp, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4070 else-part is usually written to start on a line of its own and is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4071 indented less than the then-part:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4072
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4073 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4074 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4075 (if @var{true-or-false-test}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4076 @var{action-to-carry-out-if-the-test-returns-true}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4077 @var{action-to-carry-out-if-the-test-returns-false})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4078 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4079 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4080
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4081 For example, the following @code{if} expression prints the message @samp{4
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4082 is not greater than 5!} when you evaluate it in the usual way:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4083
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4084 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4085 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4086 (if (> 4 5) ; @r{if-part}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4087 (message "5 is greater than 4!") ; @r{then-part}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4088 (message "4 is not greater than 5!")) ; @r{else-part}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4089 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4090 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4091
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4092 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4093 Note that the different levels of indentation make it easy to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4094 distinguish the then-part from the else-part. (GNU Emacs has several
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4095 commands that automatically indent @code{if} expressions correctly.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4096 @xref{Typing Lists, , GNU Emacs Helps You Type Lists}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4097
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4098 We can extend the @code{type-of-animal} function to include an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4099 else-part by simply incorporating an additional part to the @code{if}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4100 expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4101
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4102 @need 1500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4103 You can see the consequences of doing this if you evaluate the following
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4104 version of the @code{type-of-animal} function definition to install it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4105 and then evaluate the two subsequent expressions to pass different
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4106 arguments to the function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4107
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4108 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4109 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4110 (defun type-of-animal (characteristic) ; @r{Second version.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4111 "Print message in echo area depending on CHARACTERISTIC.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4112 If the CHARACTERISTIC is the symbol `fierce',
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4113 then warn of a tiger;
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4114 else say it's not fierce."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4115 (if (equal characteristic 'fierce)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4116 (message "It's a tiger!")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4117 (message "It's not fierce!")))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4118 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4119 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4120 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4121
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4122 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4123 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4124 (type-of-animal 'fierce)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4125
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4126 (type-of-animal 'zebra)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4127
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4128 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4129 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4130
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4131 @c Following sentence rewritten to prevent overfull hbox.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4132 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4133 When you evaluate @code{(type-of-animal 'fierce)}, you will see the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4134 following message printed in the echo area: @code{"It's a tiger!"}; but
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4135 when you evaluate @code{(type-of-animal 'zebra)}, you will see
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4136 @code{"It's not fierce!"}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4137
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4138 (Of course, if the @var{characteristic} were @code{ferocious}, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4139 message @code{"It's not fierce!"} would be printed; and it would be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4140 misleading! When you write code, you need to take into account the
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4141 possibility that some such argument will be tested by the @code{if}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4142 and write your program accordingly.)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4143
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4144 @node Truth & Falsehood, save-excursion, else, Writing Defuns
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4145 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4146 @section Truth and Falsehood in Emacs Lisp
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4147 @cindex Truth and falsehood in Emacs Lisp
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4148 @cindex Falsehood and truth in Emacs Lisp
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4149 @findex nil
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4150
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4151 There is an important aspect to the truth test in an @code{if}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4152 expression. So far, we have spoken of `true' and `false' as values of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4153 predicates as if they were new kinds of Emacs Lisp objects. In fact,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4154 `false' is just our old friend @code{nil}. Anything else---anything
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4155 at all---is `true'.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4156
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4157 The expression that tests for truth is interpreted as @dfn{true}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4158 if the result of evaluating it is a value that is not @code{nil}. In
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4159 other words, the result of the test is considered true if the value
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4160 returned is a number such as 47, a string such as @code{"hello"}, or a
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4161 symbol (other than @code{nil}) such as @code{flowers}, or a list (so
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4162 long as it is not empty), or even a buffer!
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4163
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4164 @menu
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4165 * nil explained::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4166 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4167
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4168 @node nil explained, , Truth & Falsehood, Truth & Falsehood
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4169 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4170 @unnumberedsubsec An explanation of @code{nil}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4171 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4172
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4173 Before illustrating a test for truth, we need an explanation of @code{nil}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4174
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4175 In Emacs Lisp, the symbol @code{nil} has two meanings. First, it means the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4176 empty list. Second, it means false and is the value returned when a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4177 true-or-false-test tests false. @code{nil} can be written as an empty
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4178 list, @code{()}, or as @code{nil}. As far as the Lisp interpreter is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4179 concerned, @code{()} and @code{nil} are the same. Humans, however, tend
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4180 to use @code{nil} for false and @code{()} for the empty list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4181
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4182 In Emacs Lisp, any value that is not @code{nil}---is not the empty
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4183 list---is considered true. This means that if an evaluation returns
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4184 something that is not an empty list, an @code{if} expression will test
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4185 true. For example, if a number is put in the slot for the test, it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4186 will be evaluated and will return itself, since that is what numbers
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4187 do when evaluated. In this conditional, the @code{if} expression will
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4188 test true. The expression tests false only when @code{nil}, an empty
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4189 list, is returned by evaluating the expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4190
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4191 You can see this by evaluating the two expressions in the following examples.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4192
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4193 In the first example, the number 4 is evaluated as the test in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4194 @code{if} expression and returns itself; consequently, the then-part
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4195 of the expression is evaluated and returned: @samp{true} appears in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4196 the echo area. In the second example, the @code{nil} indicates false;
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4197 consequently, the else-part of the expression is evaluated and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4198 returned: @samp{false} appears in the echo area.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4199
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4200 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4201 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4202 (if 4
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4203 'true
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4204 'false)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4205 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4206
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4207 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4208 (if nil
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4209 'true
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4210 'false)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4211 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4212 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4213
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4214 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4215 Incidentally, if some other useful value is not available for a test that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4216 returns true, then the Lisp interpreter will return the symbol @code{t}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4217 for true. For example, the expression @code{(> 5 4)} returns @code{t}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4218 when evaluated, as you can see by evaluating it in the usual way:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4219
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4220 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4221 (> 5 4)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4222 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4223
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4224 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4225 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4226 On the other hand, this function returns @code{nil} if the test is false.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4227
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4228 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4229 (> 4 5)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4230 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4231
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4232 @node save-excursion, Review, Truth & Falsehood, Writing Defuns
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4233 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4234 @section @code{save-excursion}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4235 @findex save-excursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4236 @cindex Region, what it is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4237 @cindex Preserving point, mark, and buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4238 @cindex Point, mark, buffer preservation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4239 @findex point
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4240 @findex mark
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4241
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4242 The @code{save-excursion} function is the fourth and final special form
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4243 that we will discuss in this chapter.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4244
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4245 In Emacs Lisp programs used for editing, the @code{save-excursion}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4246 function is very common. It saves the location of point and mark,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4247 executes the body of the function, and then restores point and mark to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4248 their previous positions if their locations were changed. Its primary
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4249 purpose is to keep the user from being surprised and disturbed by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4250 unexpected movement of point or mark.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4251
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4252 @menu
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4253 * Point and mark::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4254 * Template for save-excursion::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4255 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4256
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4257 @node Point and mark, Template for save-excursion, save-excursion, save-excursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4258 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4259 @unnumberedsubsec Point and Mark
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4260 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4261
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4262 Before discussing @code{save-excursion}, however, it may be useful
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4263 first to review what point and mark are in GNU Emacs. @dfn{Point} is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4264 the current location of the cursor. Wherever the cursor
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4265 is, that is point. More precisely, on terminals where the cursor
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4266 appears to be on top of a character, point is immediately before the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4267 character. In Emacs Lisp, point is an integer. The first character in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4268 a buffer is number one, the second is number two, and so on. The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4269 function @code{point} returns the current position of the cursor as a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4270 number. Each buffer has its own value for point.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4271
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4272 The @dfn{mark} is another position in the buffer; its value can be set
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4273 with a command such as @kbd{C-@key{SPC}} (@code{set-mark-command}). If
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4274 a mark has been set, you can use the command @kbd{C-x C-x}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4275 (@code{exchange-point-and-mark}) to cause the cursor to jump to the mark
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4276 and set the mark to be the previous position of point. In addition, if
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4277 you set another mark, the position of the previous mark is saved in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4278 mark ring. Many mark positions can be saved this way. You can jump the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4279 cursor to a saved mark by typing @kbd{C-u C-@key{SPC}} one or more
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4280 times.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4281
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4282 The part of the buffer between point and mark is called @dfn{the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4283 region}. Numerous commands work on the region, including
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4284 @code{center-region}, @code{count-lines-region}, @code{kill-region}, and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4285 @code{print-region}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4286
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4287 The @code{save-excursion} special form saves the locations of point and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4288 mark and restores those positions after the code within the body of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4289 special form is evaluated by the Lisp interpreter. Thus, if point were
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4290 in the beginning of a piece of text and some code moved point to the end
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4291 of the buffer, the @code{save-excursion} would put point back to where
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4292 it was before, after the expressions in the body of the function were
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4293 evaluated.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4294
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4295 In Emacs, a function frequently moves point as part of its internal
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4296 workings even though a user would not expect this. For example,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4297 @code{count-lines-region} moves point. To prevent the user from being
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4298 bothered by jumps that are both unexpected and (from the user's point of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4299 view) unnecessary, @code{save-excursion} is often used to keep point and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4300 mark in the location expected by the user. The use of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4301 @code{save-excursion} is good housekeeping.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4302
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4303 To make sure the house stays clean, @code{save-excursion} restores the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4304 values of point and mark even if something goes wrong in the code inside
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4305 of it (or, to be more precise and to use the proper jargon, ``in case of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4306 abnormal exit''). This feature is very helpful.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4307
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4308 In addition to recording the values of point and mark,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4309 @code{save-excursion} keeps track of the current buffer, and restores
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4310 it, too. This means you can write code that will change the buffer and
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4311 have @code{save-excursion} switch you back to the original buffer.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4312 This is how @code{save-excursion} is used in @code{append-to-buffer}.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4313 (@xref{append-to-buffer, , The Definition of @code{append-to-buffer}}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4314
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4315 @node Template for save-excursion, , Point and mark, save-excursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4316 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4317 @subsection Template for a @code{save-excursion} Expression
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4318
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4319 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4320 The template for code using @code{save-excursion} is simple:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4321
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4322 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4323 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4324 (save-excursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4325 @var{body}@dots{})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4326 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4327 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4328
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4329 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4330 The body of the function is one or more expressions that will be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4331 evaluated in sequence by the Lisp interpreter. If there is more than
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4332 one expression in the body, the value of the last one will be returned
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4333 as the value of the @code{save-excursion} function. The other
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4334 expressions in the body are evaluated only for their side effects; and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4335 @code{save-excursion} itself is used only for its side effect (which
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4336 is restoring the positions of point and mark).
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4337
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4338 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4339 In more detail, the template for a @code{save-excursion} expression
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4340 looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4341
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4342 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4343 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4344 (save-excursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4345 @var{first-expression-in-body}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4346 @var{second-expression-in-body}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4347 @var{third-expression-in-body}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4348 @dots{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4349 @var{last-expression-in-body})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4350 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4351 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4352
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4353 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4354 An expression, of course, may be a symbol on its own or a list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4355
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4356 In Emacs Lisp code, a @code{save-excursion} expression often occurs
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4357 within the body of a @code{let} expression. It looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4358
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4359 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4360 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4361 (let @var{varlist}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4362 (save-excursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4363 @var{body}@dots{}))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4364 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4365 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4366
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4367 @node Review, defun Exercises, save-excursion, Writing Defuns
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4368 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4369 @section Review
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4370
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4371 In the last few chapters we have introduced a fair number of functions
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4372 and special forms. Here they are described in brief, along with a few
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4373 similar functions that have not been mentioned yet.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4374
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4375 @table @code
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4376 @item eval-last-sexp
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4377 Evaluate the last symbolic expression before the current location of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4378 point. The value is printed in the echo area unless the function is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4379 invoked with an argument; in that case, the output is printed in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4380 current buffer. This command is normally bound to @kbd{C-x C-e}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4381
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4382 @item defun
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4383 Define function. This special form has up to five parts: the name,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4384 a template for the arguments that will be passed to the function,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4385 documentation, an optional interactive declaration, and the body of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4386 definition.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4387
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4388 @need 1250
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4389 For example, in an early version of Emacs, the function definition was
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4390 as follows. (It is slightly more complex now that it seeks the first
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4391 non-whitespace character rather than the first visible character.)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4392
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4393 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4394 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4395 (defun back-to-indentation ()
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4396 "Move point to first visible character on line."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4397 (interactive)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4398 (beginning-of-line 1)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4399 (skip-chars-forward " \t"))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4400 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4401 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4402
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4403 @ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4404 In GNU Emacs 22,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4405
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4406 (defun backward-to-indentation (&optional arg)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4407 "Move backward ARG lines and position at first nonblank character."
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4408 (interactive "p")
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4409 (forward-line (- (or arg 1)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4410 (skip-chars-forward " \t"))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4411
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4412 (defun back-to-indentation ()
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4413 "Move point to the first non-whitespace character on this line."
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4414 (interactive)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4415 (beginning-of-line 1)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4416 (skip-syntax-forward " " (line-end-position))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4417 ;; Move back over chars that have whitespace syntax but have the p flag.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4418 (backward-prefix-chars))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4419 @end ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4420
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4421 @item interactive
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4422 Declare to the interpreter that the function can be used
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4423 interactively. This special form may be followed by a string with one
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4424 or more parts that pass the information to the arguments of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4425 function, in sequence. These parts may also tell the interpreter to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4426 prompt for information. Parts of the string are separated by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4427 newlines, @samp{\n}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4428
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
4429 @need 1000
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4430 Common code characters are:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4431
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4432 @table @code
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4433 @item b
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4434 The name of an existing buffer.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4435
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4436 @item f
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4437 The name of an existing file.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4438
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4439 @item p
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4440 The numeric prefix argument. (Note that this `p' is lower case.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4441
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4442 @item r
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4443 Point and the mark, as two numeric arguments, smallest first. This
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4444 is the only code letter that specifies two successive arguments
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4445 rather than one.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4446 @end table
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4447
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4448 @xref{Interactive Codes, , Code Characters for @samp{interactive},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4449 elisp, The GNU Emacs Lisp Reference Manual}, for a complete list of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4450 code characters.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4451
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4452 @item let
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4453 Declare that a list of variables is for use within the body of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4454 @code{let} and give them an initial value, either @code{nil} or a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4455 specified value; then evaluate the rest of the expressions in the body
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4456 of the @code{let} and return the value of the last one. Inside the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4457 body of the @code{let}, the Lisp interpreter does not see the values of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4458 the variables of the same names that are bound outside of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4459 @code{let}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4460
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4461 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4462 For example,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4463
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4464 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4465 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4466 (let ((foo (buffer-name))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4467 (bar (buffer-size)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4468 (message
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4469 "This buffer is %s and has %d characters."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4470 foo bar))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4471 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4472 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4473
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4474 @item save-excursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4475 Record the values of point and mark and the current buffer before
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4476 evaluating the body of this special form. Restore the values of point
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4477 and mark and buffer afterward.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4478
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4479 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4480 For example,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4481
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4482 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4483 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4484 (message "We are %d characters into this buffer."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4485 (- (point)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4486 (save-excursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4487 (goto-char (point-min)) (point))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4488 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4489 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4490
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4491 @item if
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4492 Evaluate the first argument to the function; if it is true, evaluate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4493 the second argument; else evaluate the third argument, if there is one.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4494
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4495 The @code{if} special form is called a @dfn{conditional}. There are
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4496 other conditionals in Emacs Lisp, but @code{if} is perhaps the most
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4497 commonly used.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4498
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4499 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4500 For example,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4501
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4502 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4503 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4504 (if (string-equal
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4505 (number-to-string 22)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4506 (substring (emacs-version) 10 12))
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4507 (message "This is version 22 Emacs")
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4508 (message "This is not version 22 Emacs"))
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4509 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4510 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4511
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4512 @item equal
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4513 @itemx eq
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4514 Test whether two objects are the same. @code{equal} uses one meaning
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4515 of the word `same' and @code{eq} uses another: @code{equal} returns
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4516 true if the two objects have a similar structure and contents, such as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4517 two copies of the same book. On the other hand, @code{eq}, returns
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4518 true if both arguments are actually the same object.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4519 @findex equal
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4520 @findex eq
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4521
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4522 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4523 @item <
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4524 @itemx >
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4525 @itemx <=
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4526 @itemx >=
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4527 The @code{<} function tests whether its first argument is smaller than
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4528 its second argument. A corresponding function, @code{>}, tests whether
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4529 the first argument is greater than the second. Likewise, @code{<=}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4530 tests whether the first argument is less than or equal to the second and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4531 @code{>=} tests whether the first argument is greater than or equal to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4532 the second. In all cases, both arguments must be numbers or markers
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4533 (markers indicate positions in buffers).
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4534
73680
a171b46b168c Replace 22.0.100 with 22.1.100.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73619
diff changeset
4535 @need 800
73597
4d65d5858190 * emacs-lisp-intro.texi: Remove version reference for X colors.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73587
diff changeset
4536 @item =
73680
a171b46b168c Replace 22.0.100 with 22.1.100.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73619
diff changeset
4537 The @code{=} function tests whether two arguments, both numbers or
73597
4d65d5858190 * emacs-lisp-intro.texi: Remove version reference for X colors.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73587
diff changeset
4538 markers, are equal.
4d65d5858190 * emacs-lisp-intro.texi: Remove version reference for X colors.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73587
diff changeset
4539
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4540 @item string<
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4541 @itemx string-lessp
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4542 @itemx string=
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4543 @itemx string-equal
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4544 The @code{string-lessp} function tests whether its first argument is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4545 smaller than the second argument. A shorter, alternative name for the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4546 same function (a @code{defalias}) is @code{string<}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4547
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4548 The arguments to @code{string-lessp} must be strings or symbols; the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4549 ordering is lexicographic, so case is significant. The print names of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4550 symbols are used instead of the symbols themselves.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4551
42109
24f8e84cb04d Indexed `empty string' definition.
Robert J. Chassell <bob@rattlesnake.com>
parents: 42108
diff changeset
4552 @cindex @samp{empty string} defined
42108
dcab51f5352e Define `empty string' a second time, in a slightly more visible location.
Robert J. Chassell <bob@rattlesnake.com>
parents: 41872
diff changeset
4553 An empty string, @samp{""}, a string with no characters in it, is
dcab51f5352e Define `empty string' a second time, in a slightly more visible location.
Robert J. Chassell <bob@rattlesnake.com>
parents: 41872
diff changeset
4554 smaller than any string of characters.
dcab51f5352e Define `empty string' a second time, in a slightly more visible location.
Robert J. Chassell <bob@rattlesnake.com>
parents: 41872
diff changeset
4555
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4556 @code{string-equal} provides the corresponding test for equality. Its
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4557 shorter, alternative name is @code{string=}. There are no string test
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4558 functions that correspond to @var{>}, @code{>=}, or @code{<=}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4559
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4560 @item message
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4561 Print a message in the echo area. The first argument is a string that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4562 can contain @samp{%s}, @samp{%d}, or @samp{%c} to print the value of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4563 arguments that follow the string. The argument used by @samp{%s} must
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4564 be a string or a symbol; the argument used by @samp{%d} must be a
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
4565 number. The argument used by @samp{%c} must be an @sc{ascii} code
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
4566 number; it will be printed as the character with that @sc{ascii} code.
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4567 (Various other %-sequences have not been mentioned.)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4568
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4569 @item setq
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4570 @itemx set
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4571 The @code{setq} function sets the value of its first argument to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4572 value of the second argument. The first argument is automatically
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4573 quoted by @code{setq}. It does the same for succeeding pairs of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4574 arguments. Another function, @code{set}, takes only two arguments and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4575 evaluates both of them before setting the value returned by its first
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4576 argument to the value returned by its second argument.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4577
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4578 @item buffer-name
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4579 Without an argument, return the name of the buffer, as a string.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4580
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4581 @itemx buffer-file-name
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4582 Without an argument, return the name of the file the buffer is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4583 visiting.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4584
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4585 @item current-buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4586 Return the buffer in which Emacs is active; it may not be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4587 the buffer that is visible on the screen.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4588
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4589 @item other-buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4590 Return the most recently selected buffer (other than the buffer passed
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4591 to @code{other-buffer} as an argument and other than the current
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4592 buffer).
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4593
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4594 @item switch-to-buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4595 Select a buffer for Emacs to be active in and display it in the current
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4596 window so users can look at it. Usually bound to @kbd{C-x b}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4597
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4598 @item set-buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4599 Switch Emacs' attention to a buffer on which programs will run. Don't
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4600 alter what the window is showing.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4601
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4602 @item buffer-size
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4603 Return the number of characters in the current buffer.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4604
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4605 @item point
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4606 Return the value of the current position of the cursor, as an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4607 integer counting the number of characters from the beginning of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4608 buffer.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4609
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4610 @item point-min
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4611 Return the minimum permissible value of point in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4612 the current buffer. This is 1, unless narrowing is in effect.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4613
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4614 @item point-max
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4615 Return the value of the maximum permissible value of point in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4616 current buffer. This is the end of the buffer, unless narrowing is in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4617 effect.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4618 @end table
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4619
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4620 @need 1500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4621 @node defun Exercises, , Review, Writing Defuns
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4622 @section Exercises
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4623
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4624 @itemize @bullet
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4625 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4626 Write a non-interactive function that doubles the value of its
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4627 argument, a number. Make that function interactive.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4628
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4629 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4630 Write a function that tests whether the current value of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4631 @code{fill-column} is greater than the argument passed to the function,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4632 and if so, prints an appropriate message.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4633 @end itemize
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4634
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4635 @node Buffer Walk Through, More Complex, Writing Defuns, Top
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4636 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4637 @chapter A Few Buffer--Related Functions
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4638
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4639 In this chapter we study in detail several of the functions used in GNU
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4640 Emacs. This is called a ``walk-through''. These functions are used as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4641 examples of Lisp code, but are not imaginary examples; with the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4642 exception of the first, simplified function definition, these functions
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4643 show the actual code used in GNU Emacs. You can learn a great deal from
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4644 these definitions. The functions described here are all related to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4645 buffers. Later, we will study other functions.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4646
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4647 @menu
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4648 * Finding More::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4649 * simplified-beginning-of-buffer::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4650 * mark-whole-buffer::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4651 * append-to-buffer::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4652 * Buffer Related Review::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4653 * Buffer Exercises::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4654 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4655
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4656 @node Finding More, simplified-beginning-of-buffer, Buffer Walk Through, Buffer Walk Through
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4657 @section Finding More Information
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4658
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4659 @findex describe-function, @r{introduced}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4660 @cindex Find function documentation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4661 In this walk-through, I will describe each new function as we come to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4662 it, sometimes in detail and sometimes briefly. If you are interested,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4663 you can get the full documentation of any Emacs Lisp function at any
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4664 time by typing @kbd{C-h f} and then the name of the function (and then
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4665 @key{RET}). Similarly, you can get the full documentation for a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4666 variable by typing @kbd{C-h v} and then the name of the variable (and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4667 then @key{RET}).
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4668
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4669 @cindex Find source of function
73680
a171b46b168c Replace 22.0.100 with 22.1.100.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73619
diff changeset
4670 @c In version 22, tells location both of C and of Emacs Lisp
a171b46b168c Replace 22.0.100 with 22.1.100.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73619
diff changeset
4671 Also, @code{describe-function} will tell you the location of the
a171b46b168c Replace 22.0.100 with 22.1.100.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73619
diff changeset
4672 function definition.
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4673
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4674 Put point into the name of the file that contains the function and
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4675 press the @key{RET} key. In this case, @key{RET} means
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4676 @code{push-button} rather than `return' or `enter'. Emacs will take
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4677 you directly to the function definition.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4678
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4679 @ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4680 Not In version 22
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4681
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4682 If you move point over the file name and press
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
4683 the @key{RET} key, which in this case means @code{help-follow} rather
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4684 than `return' or `enter', Emacs will take you directly to the function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4685 definition.
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4686 @end ignore
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4687
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4688 More generally, if you want to see a function in its original source
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4689 file, you can use the @code{find-tags} function to jump to it.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4690 @code{find-tags} works with a wide variety of languages, not just
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4691 Lisp, and C, and it works with non-programming text as well. For
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4692 example, @code{find-tags} will jump to the various nodes in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4693 Texinfo source file of this document.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4694 The @code{find-tags} function depends on `tags tables' that record
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4695 the locations of the functions, variables, and other items to which
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4696 @code{find-tags} jumps.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4697
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
4698 To use the @code{find-tags} command, type @kbd{M-.} (i.e., press the
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
4699 period key while holding down the @key{META} key, or else type the
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4700 @key{ESC} key and then type the period key), and then, at the prompt,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4701 type in the name of the function whose source code you want to see,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4702 such as @code{mark-whole-buffer}, and then type @key{RET}. Emacs will
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4703 switch buffers and display the source code for the function on your
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4704 screen. To switch back to your current buffer, type @kbd{C-x b
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4705 @key{RET}}. (On some keyboards, the @key{META} key is labelled
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4706 @key{ALT}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4707
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
4708 @c !!! 22.1.1 tags table location in this paragraph
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4709 @cindex TAGS table, specifying
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4710 @findex find-tags
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4711 Depending on how the initial default values of your copy of Emacs are
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4712 set, you may also need to specify the location of your `tags table',
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4713 which is a file called @file{TAGS}. For example, if you are
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4714 interested in Emacs sources, the tags table you will most likely want,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4715 if it has already been created for you, will be in a subdirectory of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4716 the @file{/usr/local/share/emacs/} directory; thus you would use the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4717 @code{M-x visit-tags-table} command and specify a pathname such as
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
4718 @file{/usr/local/share/emacs/22.1.1/lisp/TAGS}. If the tags table
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4719 has not already been created, you will have to create it yourself. It
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4720 will in a file such as @file{/usr/local/src/emacs/src/TAGS}.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4721
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4722 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4723 To create a @file{TAGS} file in a specific directory, switch to that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4724 directory in Emacs using @kbd{M-x cd} command, or list the directory
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4725 with @kbd{C-x d} (@code{dired}). Then run the compile command, with
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4726 @w{@code{etags *.el}} as the command to execute:
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4727
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4728 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4729 M-x compile RET etags *.el RET
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4730 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4731
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4732 For more information, see @ref{etags, , Create Your Own @file{TAGS} File}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4733
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4734 After you become more familiar with Emacs Lisp, you will find that you will
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4735 frequently use @code{find-tags} to navigate your way around source code;
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4736 and you will create your own @file{TAGS} tables.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4737
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4738 @cindex Library, as term for `file'
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4739 Incidentally, the files that contain Lisp code are conventionally
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4740 called @dfn{libraries}. The metaphor is derived from that of a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4741 specialized library, such as a law library or an engineering library,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4742 rather than a general library. Each library, or file, contains
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4743 functions that relate to a particular topic or activity, such as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4744 @file{abbrev.el} for handling abbreviations and other typing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4745 shortcuts, and @file{help.el} for on-line help. (Sometimes several
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4746 libraries provide code for a single activity, as the various
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4747 @file{rmail@dots{}} files provide code for reading electronic mail.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4748 In @cite{The GNU Emacs Manual}, you will see sentences such as ``The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4749 @kbd{C-h p} command lets you search the standard Emacs Lisp libraries
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4750 by topic keywords.''
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4751
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4752 @node simplified-beginning-of-buffer, mark-whole-buffer, Finding More, Buffer Walk Through
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4753 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4754 @section A Simplified @code{beginning-of-buffer} Definition
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4755 @findex simplified-beginning-of-buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4756
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4757 The @code{beginning-of-buffer} command is a good function to start with
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4758 since you are likely to be familiar with it and it is easy to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4759 understand. Used as an interactive command, @code{beginning-of-buffer}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4760 moves the cursor to the beginning of the buffer, leaving the mark at the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4761 previous position. It is generally bound to @kbd{M-<}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4762
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4763 In this section, we will discuss a shortened version of the function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4764 that shows how it is most frequently used. This shortened function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4765 works as written, but it does not contain the code for a complex option.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4766 In another section, we will describe the entire function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4767 (@xref{beginning-of-buffer, , Complete Definition of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4768 @code{beginning-of-buffer}}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4769
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4770 Before looking at the code, let's consider what the function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4771 definition has to contain: it must include an expression that makes
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4772 the function interactive so it can be called by typing @kbd{M-x
44899
ebddb2618c17 Fixed typographic errors.
Robert J. Chassell <bob@rattlesnake.com>
parents: 43431
diff changeset
4773 beginning-of-buffer} or by typing a keychord such as @kbd{M-<}; it
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4774 must include code to leave a mark at the original position in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4775 buffer; and it must include code to move the cursor to the beginning
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4776 of the buffer.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4777
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4778 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4779 Here is the complete text of the shortened version of the function:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4780
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4781 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4782 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4783 (defun simplified-beginning-of-buffer ()
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4784 "Move point to the beginning of the buffer;
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4785 leave mark at previous position."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4786 (interactive)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4787 (push-mark)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4788 (goto-char (point-min)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4789 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4790 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4791
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4792 Like all function definitions, this definition has five parts following
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4793 the special form @code{defun}:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4794
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4795 @enumerate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4796 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4797 The name: in this example, @code{simplified-beginning-of-buffer}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4798
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4799 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4800 A list of the arguments: in this example, an empty list, @code{()},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4801
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4802 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4803 The documentation string.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4804
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4805 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4806 The interactive expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4807
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4808 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4809 The body.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4810 @end enumerate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4811
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4812 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4813 In this function definition, the argument list is empty; this means that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4814 this function does not require any arguments. (When we look at the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4815 definition for the complete function, we will see that it may be passed
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4816 an optional argument.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4817
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4818 The interactive expression tells Emacs that the function is intended to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4819 be used interactively. In this example, @code{interactive} does not have
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4820 an argument because @code{simplified-beginning-of-buffer} does not
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4821 require one.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4822
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4823 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4824 The body of the function consists of the two lines:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4825
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4826 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4827 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4828 (push-mark)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4829 (goto-char (point-min))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4830 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4831 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4832
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4833 The first of these lines is the expression, @code{(push-mark)}. When
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4834 this expression is evaluated by the Lisp interpreter, it sets a mark at
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4835 the current position of the cursor, wherever that may be. The position
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4836 of this mark is saved in the mark ring.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4837
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4838 The next line is @code{(goto-char (point-min))}. This expression
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4839 jumps the cursor to the minimum point in the buffer, that is, to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4840 beginning of the buffer (or to the beginning of the accessible portion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4841 of the buffer if it is narrowed. @xref{Narrowing & Widening, ,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4842 Narrowing and Widening}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4843
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4844 The @code{push-mark} command sets a mark at the place where the cursor
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4845 was located before it was moved to the beginning of the buffer by the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4846 @code{(goto-char (point-min))} expression. Consequently, you can, if
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4847 you wish, go back to where you were originally by typing @kbd{C-x C-x}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4848
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4849 That is all there is to the function definition!
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4850
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4851 @findex describe-function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4852 When you are reading code such as this and come upon an unfamiliar
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4853 function, such as @code{goto-char}, you can find out what it does by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4854 using the @code{describe-function} command. To use this command, type
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4855 @kbd{C-h f} and then type in the name of the function and press
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4856 @key{RET}. The @code{describe-function} command will print the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4857 function's documentation string in a @file{*Help*} window. For
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4858 example, the documentation for @code{goto-char} is:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4859
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4860 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4861 @group
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4862 Set point to POSITION, a number or marker.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4863 Beginning of buffer is position (point-min), end is (point-max).
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4864 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4865 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4866
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4867 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4868 The function's one argument is the desired position.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4869
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4870 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4871 (The prompt for @code{describe-function} will offer you the symbol
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4872 under or preceding the cursor, so you can save typing by positioning
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4873 the cursor right over or after the function and then typing @kbd{C-h f
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4874 @key{RET}}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4875
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4876 The @code{end-of-buffer} function definition is written in the same way as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4877 the @code{beginning-of-buffer} definition except that the body of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4878 function contains the expression @code{(goto-char (point-max))} in place
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4879 of @code{(goto-char (point-min))}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4880
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4881 @node mark-whole-buffer, append-to-buffer, simplified-beginning-of-buffer, Buffer Walk Through
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4882 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4883 @section The Definition of @code{mark-whole-buffer}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4884 @findex mark-whole-buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4885
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4886 The @code{mark-whole-buffer} function is no harder to understand than the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4887 @code{simplified-beginning-of-buffer} function. In this case, however,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4888 we will look at the complete function, not a shortened version.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4889
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4890 The @code{mark-whole-buffer} function is not as commonly used as the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4891 @code{beginning-of-buffer} function, but is useful nonetheless: it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4892 marks a whole buffer as a region by putting point at the beginning and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4893 a mark at the end of the buffer. It is generally bound to @kbd{C-x
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4894 h}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4895
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4896 @menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4897 * mark-whole-buffer overview::
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4898 * Body of mark-whole-buffer::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4899 @end menu
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4900
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4901 @node mark-whole-buffer overview, Body of mark-whole-buffer, mark-whole-buffer, mark-whole-buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4902 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4903 @unnumberedsubsec An overview of @code{mark-whole-buffer}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4904 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4905
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4906 @need 1250
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4907 In GNU Emacs 22, the code for the complete function looks like this:
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4908
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4909 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4910 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4911 (defun mark-whole-buffer ()
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4912 "Put point at beginning and mark at end of buffer.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4913 You probably should not use this function in Lisp programs;
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4914 it is usually a mistake for a Lisp function to use any subroutine
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4915 that uses or sets the mark."
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4916 (interactive)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4917 (push-mark (point))
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4918 (push-mark (point-max) nil t)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4919 (goto-char (point-min)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4920 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4921 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4922
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4923 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4924 Like all other functions, the @code{mark-whole-buffer} function fits
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4925 into the template for a function definition. The template looks like
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4926 this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4927
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4928 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4929 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4930 (defun @var{name-of-function} (@var{argument-list})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4931 "@var{documentation}@dots{}"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4932 (@var{interactive-expression}@dots{})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4933 @var{body}@dots{})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4934 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4935 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4936
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4937 Here is how the function works: the name of the function is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4938 @code{mark-whole-buffer}; it is followed by an empty argument list,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4939 @samp{()}, which means that the function does not require arguments.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4940 The documentation comes next.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4941
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4942 The next line is an @code{(interactive)} expression that tells Emacs
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4943 that the function will be used interactively. These details are similar
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4944 to the @code{simplified-beginning-of-buffer} function described in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4945 previous section.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4946
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
4947 @need 1250
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4948 @node Body of mark-whole-buffer, , mark-whole-buffer overview, mark-whole-buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4949 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4950 @subsection Body of @code{mark-whole-buffer}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4951
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4952 The body of the @code{mark-whole-buffer} function consists of three
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4953 lines of code:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4954
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4955 @c GNU Emacs 22
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4956 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4957 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4958 (push-mark (point))
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4959 (push-mark (point-max) nil t)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4960 (goto-char (point-min))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4961 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4962 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4963
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4964 The first of these lines is the expression, @code{(push-mark (point))}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4965
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4966 This line does exactly the same job as the first line of the body of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4967 the @code{simplified-beginning-of-buffer} function, which is written
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4968 @code{(push-mark)}. In both cases, the Lisp interpreter sets a mark
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4969 at the current position of the cursor.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4970
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4971 I don't know why the expression in @code{mark-whole-buffer} is written
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4972 @code{(push-mark (point))} and the expression in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4973 @code{beginning-of-buffer} is written @code{(push-mark)}. Perhaps
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4974 whoever wrote the code did not know that the arguments for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4975 @code{push-mark} are optional and that if @code{push-mark} is not
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4976 passed an argument, the function automatically sets mark at the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4977 location of point by default. Or perhaps the expression was written
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4978 so as to parallel the structure of the next line. In any case, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4979 line causes Emacs to determine the position of point and set a mark
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4980 there.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4981
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4982 In earlier versions of GNU Emacs, the next line of
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4983 @code{mark-whole-buffer} was @code{(push-mark (point-max))}. This
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4984 expression sets a mark at the point in the buffer that has the highest
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4985 number. This will be the end of the buffer (or, if the buffer is
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4986 narrowed, the end of the accessible portion of the buffer.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4987 @xref{Narrowing & Widening, , Narrowing and Widening}, for more about
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4988 narrowing.) After this mark has been set, the previous mark, the one
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4989 set at point, is no longer set, but Emacs remembers its position, just
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4990 as all other recent marks are always remembered. This means that you
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4991 can, if you wish, go back to that position by typing @kbd{C-u
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4992 C-@key{SPC}} twice.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4993
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4994 @need 1250
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4995 In GNU Emacs 22, the @code{(point-max)} is slightly more complicated.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
4996 The line reads
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4997
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4998 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4999 (push-mark (point-max) nil t)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5000 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5001
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5002 @noindent
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5003 The expression works nearly the same as before. It sets a mark at the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5004 highest numbered place in the buffer that it can. However, in this
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5005 version, @code{push-mark} has two additional arguments. The second
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5006 argument to @code{push-mark} is @code{nil}. This tells the function
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5007 it @emph{should} display a message that says `Mark set' when it pushes
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5008 the mark. The third argument is @code{t}. This tells
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5009 @code{push-mark} to activate the mark when Transient Mark mode is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5010 turned on. Transient Mark mode highlights the currently active
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5011 region. It is often turned off.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5012
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5013 Finally, the last line of the function is @code{(goto-char
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5014 (point-min)))}. This is written exactly the same way as it is written
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5015 in @code{beginning-of-buffer}. The expression moves the cursor to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5016 the minimum point in the buffer, that is, to the beginning of the buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5017 (or to the beginning of the accessible portion of the buffer). As a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5018 result of this, point is placed at the beginning of the buffer and mark
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5019 is set at the end of the buffer. The whole buffer is, therefore, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5020 region.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5021
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5022 @node append-to-buffer, Buffer Related Review, mark-whole-buffer, Buffer Walk Through
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5023 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5024 @section The Definition of @code{append-to-buffer}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5025 @findex append-to-buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5026
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5027 The @code{append-to-buffer} command is more complex than the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5028 @code{mark-whole-buffer} command. What it does is copy the region
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5029 (that is, the part of the buffer between point and mark) from the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5030 current buffer to a specified buffer.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5031
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5032 @menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5033 * append-to-buffer overview::
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5034 * append interactive::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5035 * append-to-buffer body::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5036 * append save-excursion::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5037 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5038
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5039 @node append-to-buffer overview, append interactive, append-to-buffer, append-to-buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5040 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5041 @unnumberedsubsec An Overview of @code{append-to-buffer}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5042 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5043
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5044 @findex insert-buffer-substring
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5045 The @code{append-to-buffer} command uses the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5046 @code{insert-buffer-substring} function to copy the region.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5047 @code{insert-buffer-substring} is described by its name: it takes a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5048 string of characters from part of a buffer, a ``substring'', and
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5049 inserts them into another buffer.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5050
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5051 Most of @code{append-to-buffer} is
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5052 concerned with setting up the conditions for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5053 @code{insert-buffer-substring} to work: the code must specify both the
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5054 buffer to which the text will go, the window it comes from and goes
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5055 to, and the region that will be copied.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5056
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5057 @need 1250
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5058 Here is the complete text of the function:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5059
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5060 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5061 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5062 (defun append-to-buffer (buffer start end)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5063 "Append to specified buffer the text of the region.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5064 It is inserted into that buffer before its point.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5065 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5066
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5067 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5068 When calling from a program, give three arguments:
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5069 BUFFER (or buffer name), START and END.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5070 START and END specify the portion of the current buffer to be copied."
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5071 (interactive
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5072 (list (read-buffer "Append to buffer: " (other-buffer
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5073 (current-buffer) t))
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
5074 (region-beginning) (region-end)))
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5075 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5076 @group
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5077 (let ((oldbuf (current-buffer)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5078 (save-excursion
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5079 (let* ((append-to (get-buffer-create buffer))
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
5080 (windows (get-buffer-window-list append-to t t))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
5081 point)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
5082 (set-buffer append-to)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
5083 (setq point (point))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
5084 (barf-if-buffer-read-only)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
5085 (insert-buffer-substring oldbuf start end)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
5086 (dolist (window windows)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
5087 (when (= (window-point window) point)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
5088 (set-window-point window (point))))))))
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5089 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5090 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5091
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5092 The function can be understood by looking at it as a series of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5093 filled-in templates.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5094
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5095 The outermost template is for the function definition. In this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5096 function, it looks like this (with several slots filled in):
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5097
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5098 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5099 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5100 (defun append-to-buffer (buffer start end)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5101 "@var{documentation}@dots{}"
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5102 (interactive @dots{})
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5103 @var{body}@dots{})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5104 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5105 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5106
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5107 The first line of the function includes its name and three arguments.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5108 The arguments are the @code{buffer} to which the text will be copied, and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5109 the @code{start} and @code{end} of the region in the current buffer that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5110 will be copied.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5111
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5112 The next part of the function is the documentation, which is clear and
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5113 complete. As is conventional, the three arguments are written in
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5114 upper case so you will notice them easily. Even better, they are
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5115 described in the same order as in the argument list.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5116
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5117 Note that the documentation distinguishes between a buffer and its
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5118 name. (The function can handle either.)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5119
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5120 @node append interactive, append-to-buffer body, append-to-buffer overview, append-to-buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5121 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5122 @subsection The @code{append-to-buffer} Interactive Expression
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5123
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5124 Since the @code{append-to-buffer} function will be used interactively,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5125 the function must have an @code{interactive} expression. (For a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5126 review of @code{interactive}, see @ref{Interactive, , Making a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5127 Function Interactive}.) The expression reads as follows:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5128
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5129 @smallexample
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
5130 @group
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5131 (interactive
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
5132 (list (read-buffer
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
5133 "Append to buffer: "
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
5134 (other-buffer (current-buffer) t))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
5135 (region-beginning)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
5136 (region-end)))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
5137 @end group
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5138 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5139
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5140 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5141 This expression is not one with letters standing for parts, as
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5142 described earlier. Instead, it starts a list with thee parts.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5143
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5144 The first part of the list is an expression to read the name of a
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5145 buffer and return it as a string. That is @code{read-buffer}. The
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5146 function requires a prompt as its first argument, @samp{"Append to
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5147 buffer: "}. Its second argument tells the command what value to
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5148 provide if you don't specify anything.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5149
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5150 In this case that second argument is an expression containing the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5151 function @code{other-buffer}, an exception, and a @samp{t}, standing
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5152 for true.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5153
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5154 The first argument to @code{other-buffer}, the exception, is yet
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5155 another function, @code{current-buffer}. That is not going to be
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5156 returned. The second argument is the symbol for true, @code{t}. that
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5157 tells @code{other-buffer} that it may show visible buffers (except in
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5158 this case, it will not show the current buffer, which makes sense).
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5159
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5160 @need 1250
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5161 The expression looks like this:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5162
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5163 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5164 (other-buffer (current-buffer) t)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5165 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5166
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5167 The second and third arguments to the @code{list} expression are
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5168 @code{(region-beginning)} and @code{(region-end)}. These two
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5169 functions specify the beginning and end of the text to be appended.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5170
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5171 @need 1250
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5172 Originally, the command used the letters @samp{B} and @samp{r}.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5173 The whole @code{interactive} expression looked like this:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5174
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5175 @smallexample
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5176 (interactive "BAppend to buffer:@: \nr")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5177 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5178
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5179 @noindent
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5180 But when that was done, the default value of the buffer switched to
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5181 was invisible. That was not wanted.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5182
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5183 (The prompt was separated from the second argument with a newline,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5184 @samp{\n}. It was followed by an @samp{r} that told Emacs to bind the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5185 two arguments that follow the symbol @code{buffer} in the function's
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5186 argument list (that is, @code{start} and @code{end}) to the values of
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5187 point and mark. That argument worked fine.)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5188
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5189 @node append-to-buffer body, append save-excursion, append interactive, append-to-buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5190 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5191 @subsection The Body of @code{append-to-buffer}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5192
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5193 @ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5194 in GNU Emacs 22 in /usr/local/src/emacs/lisp/simple.el
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5195
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5196 (defun append-to-buffer (buffer start end)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5197 "Append to specified buffer the text of the region.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5198 It is inserted into that buffer before its point.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5199
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5200 When calling from a program, give three arguments:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5201 BUFFER (or buffer name), START and END.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5202 START and END specify the portion of the current buffer to be copied."
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5203 (interactive
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5204 (list (read-buffer "Append to buffer: " (other-buffer (current-buffer) t))
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
5205 (region-beginning) (region-end)))
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5206 (let ((oldbuf (current-buffer)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5207 (save-excursion
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5208 (let* ((append-to (get-buffer-create buffer))
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
5209 (windows (get-buffer-window-list append-to t t))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
5210 point)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
5211 (set-buffer append-to)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
5212 (setq point (point))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
5213 (barf-if-buffer-read-only)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
5214 (insert-buffer-substring oldbuf start end)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
5215 (dolist (window windows)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
5216 (when (= (window-point window) point)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
5217 (set-window-point window (point))))))))
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5218 @end ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5219
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5220 The body of the @code{append-to-buffer} function begins with @code{let}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5221
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5222 As we have seen before (@pxref{let, , @code{let}}), the purpose of a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5223 @code{let} expression is to create and give initial values to one or
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5224 more variables that will only be used within the body of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5225 @code{let}. This means that such a variable will not be confused with
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5226 any variable of the same name outside the @code{let} expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5227
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5228 We can see how the @code{let} expression fits into the function as a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5229 whole by showing a template for @code{append-to-buffer} with the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5230 @code{let} expression in outline:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5231
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5232 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5233 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5234 (defun append-to-buffer (buffer start end)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5235 "@var{documentation}@dots{}"
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5236 (interactive @dots{})
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5237 (let ((@var{variable} @var{value}))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5238 @var{body}@dots{})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5239 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5240 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5241
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5242 The @code{let} expression has three elements:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5243
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5244 @enumerate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5245 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5246 The symbol @code{let};
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5247
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5248 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5249 A varlist containing, in this case, a single two-element list,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5250 @code{(@var{variable} @var{value})};
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5251
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5252 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5253 The body of the @code{let} expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5254 @end enumerate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5255
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5256 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5257 In the @code{append-to-buffer} function, the varlist looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5258
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5259 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5260 (oldbuf (current-buffer))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5261 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5262
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5263 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5264 In this part of the @code{let} expression, the one variable,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5265 @code{oldbuf}, is bound to the value returned by the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5266 @code{(current-buffer)} expression. The variable, @code{oldbuf}, is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5267 used to keep track of the buffer in which you are working and from
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5268 which you will copy.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5269
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5270 The element or elements of a varlist are surrounded by a set of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5271 parentheses so the Lisp interpreter can distinguish the varlist from
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5272 the body of the @code{let}. As a consequence, the two-element list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5273 within the varlist is surrounded by a circumscribing set of parentheses.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5274 The line looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5275
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5276 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5277 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5278 (let ((oldbuf (current-buffer)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5279 @dots{} )
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5280 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5281 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5282
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5283 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5284 The two parentheses before @code{oldbuf} might surprise you if you did
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5285 not realize that the first parenthesis before @code{oldbuf} marks the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5286 boundary of the varlist and the second parenthesis marks the beginning
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5287 of the two-element list, @code{(oldbuf (current-buffer))}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5288
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5289 @node append save-excursion, , append-to-buffer body, append-to-buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5290 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5291 @subsection @code{save-excursion} in @code{append-to-buffer}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5292
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5293 The body of the @code{let} expression in @code{append-to-buffer}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5294 consists of a @code{save-excursion} expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5295
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5296 The @code{save-excursion} function saves the locations of point and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5297 mark, and restores them to those positions after the expressions in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5298 body of the @code{save-excursion} complete execution. In addition,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5299 @code{save-excursion} keeps track of the original buffer, and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5300 restores it. This is how @code{save-excursion} is used in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5301 @code{append-to-buffer}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5302
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5303 @need 1500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5304 @cindex Indentation for formatting
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5305 @cindex Formatting convention
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5306 Incidentally, it is worth noting here that a Lisp function is normally
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5307 formatted so that everything that is enclosed in a multi-line spread is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5308 indented more to the right than the first symbol. In this function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5309 definition, the @code{let} is indented more than the @code{defun}, and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5310 the @code{save-excursion} is indented more than the @code{let}, like
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5311 this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5312
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5313 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5314 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5315 (defun @dots{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5316 @dots{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5317 @dots{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5318 (let@dots{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5319 (save-excursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5320 @dots{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5321 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5322 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5323
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5324 @need 1500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5325 @noindent
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5326 This formatting convention makes it easy to see that the lines in
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5327 the body of the @code{save-excursion} are enclosed by the parentheses
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5328 associated with @code{save-excursion}, just as the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5329 @code{save-excursion} itself is enclosed by the parentheses associated
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5330 with the @code{let}:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5331
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5332 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5333 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5334 (let ((oldbuf (current-buffer)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5335 (save-excursion
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5336 @dots{}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5337 (set-buffer @dots{})
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5338 (insert-buffer-substring oldbuf start end)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5339 @dots{}))
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5340 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5341 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5342
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5343 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5344 The use of the @code{save-excursion} function can be viewed as a process
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5345 of filling in the slots of a template:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5346
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5347 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5348 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5349 (save-excursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5350 @var{first-expression-in-body}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5351 @var{second-expression-in-body}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5352 @dots{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5353 @var{last-expression-in-body})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5354 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5355 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5356
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5357 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5358 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5359 In this function, the body of the @code{save-excursion} contains only
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5360 one expression, the @code{let*} expression. You know about a
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5361 @code{let} function. The @code{let*} function is different. It has a
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5362 @samp{*} in its name. It enables Emacs to set each variable in its
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5363 varlist in sequence, one after another.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5364
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5365 Its critical feature is that variables later in the varlist can make
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5366 use of the values to which Emacs set variables earlier in the varlist.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5367 @xref{fwd-para let, , The @code{let*} expression}.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5368
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5369 We will skip functions like @code{let*} and focus on two: the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5370 @code{set-buffer} function and the @code{insert-buffer-substring}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5371 function.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5372
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5373 @need 1250
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5374 In the old days, the @code{set-buffer} expression was simply
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5375
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5376 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5377 (set-buffer (get-buffer-create buffer))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5378 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5379
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5380 @need 1250
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5381 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5382 but now it is
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5383
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5384 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5385 (set-buffer append-to)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5386 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5387
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5388 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5389 @code{append-to} is bound to @code{(get-buffer-create buffer)} earlier
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5390 on in the @code{let*} expression. That extra binding would not be
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5391 necessary except for that @code{append-to} is used later in the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5392 varlist as an argument to @code{get-buffer-window-list}.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5393
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5394 @ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5395 in GNU Emacs 22
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5396
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5397 (let ((oldbuf (current-buffer)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5398 (save-excursion
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5399 (let* ((append-to (get-buffer-create buffer))
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
5400 (windows (get-buffer-window-list append-to t t))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
5401 point)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
5402 (set-buffer append-to)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
5403 (setq point (point))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
5404 (barf-if-buffer-read-only)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
5405 (insert-buffer-substring oldbuf start end)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
5406 (dolist (window windows)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
5407 (when (= (window-point window) point)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
5408 (set-window-point window (point))))))))
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5409 @end ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5410
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5411 The @code{append-to-buffer} function definition inserts text from the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5412 buffer in which you are currently to a named buffer. It happens that
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5413 @code{insert-buffer-substring} copies text from another buffer to the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5414 current buffer, just the reverse---that is why the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5415 @code{append-to-buffer} definition starts out with a @code{let} that
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5416 binds the local symbol @code{oldbuf} to the value returned by
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5417 @code{current-buffer}.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5418
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5419 @need 1250
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5420 The @code{insert-buffer-substring} expression looks like this:
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5422 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5423 (insert-buffer-substring oldbuf start end)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5424 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5425
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5426 @noindent
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5427 The @code{insert-buffer-substring} function copies a string
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5428 @emph{from} the buffer specified as its first argument and inserts the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5429 string into the present buffer. In this case, the argument to
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5430 @code{insert-buffer-substring} is the value of the variable created
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5431 and bound by the @code{let}, namely the value of @code{oldbuf}, which
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5432 was the current buffer when you gave the @code{append-to-buffer}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5433 command.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5434
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5435 After @code{insert-buffer-substring} has done its work,
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5436 @code{save-excursion} will restore the action to the original buffer
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5437 and @code{append-to-buffer} will have done its job.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5438
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5439 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5440 Written in skeletal form, the workings of the body look like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5441
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5442 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5443 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5444 (let (@var{bind-}@code{oldbuf}@var{-to-value-of-}@code{current-buffer})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5445 (save-excursion ; @r{Keep track of buffer.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5446 @var{change-buffer}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5447 @var{insert-substring-from-}@code{oldbuf}@var{-into-buffer})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5448
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5449 @var{change-back-to-original-buffer-when-finished}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5450 @var{let-the-local-meaning-of-}@code{oldbuf}@var{-disappear-when-finished}
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5451 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5452 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5453
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5454 In summary, @code{append-to-buffer} works as follows: it saves the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5455 value of the current buffer in the variable called @code{oldbuf}. It
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5456 gets the new buffer (creating one if need be) and switches Emacs'
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5457 attention to it. Using the value of @code{oldbuf}, it inserts the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5458 region of text from the old buffer into the new buffer; and then using
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5459 @code{save-excursion}, it brings you back to your original buffer.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5460
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5461 In looking at @code{append-to-buffer}, you have explored a fairly
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5462 complex function. It shows how to use @code{let} and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5463 @code{save-excursion}, and how to change to and come back from another
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5464 buffer. Many function definitions use @code{let},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5465 @code{save-excursion}, and @code{set-buffer} this way.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5466
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5467 @node Buffer Related Review, Buffer Exercises, append-to-buffer, Buffer Walk Through
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5468 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5469 @section Review
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5470
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5471 Here is a brief summary of the various functions discussed in this chapter.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5472
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5473 @table @code
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5474 @item describe-function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5475 @itemx describe-variable
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5476 Print the documentation for a function or variable.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5477 Conventionally bound to @kbd{C-h f} and @kbd{C-h v}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5478
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5479 @item find-tag
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5480 Find the file containing the source for a function or variable and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5481 switch buffers to it, positioning point at the beginning of the item.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5482 Conventionally bound to @kbd{M-.} (that's a period following the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5483 @key{META} key).
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5484
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5485 @item save-excursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5486 Save the location of point and mark and restore their values after the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5487 arguments to @code{save-excursion} have been evaluated. Also, remember
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5488 the current buffer and return to it.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5489
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5490 @item push-mark
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5491 Set mark at a location and record the value of the previous mark on the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5492 mark ring. The mark is a location in the buffer that will keep its
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5493 relative position even if text is added to or removed from the buffer.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5494
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5495 @item goto-char
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5496 Set point to the location specified by the value of the argument, which
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5497 can be a number, a marker, or an expression that returns the number of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5498 a position, such as @code{(point-min)}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5499
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5500 @item insert-buffer-substring
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5501 Copy a region of text from a buffer that is passed to the function as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5502 an argument and insert the region into the current buffer.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5503
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5504 @item mark-whole-buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5505 Mark the whole buffer as a region. Normally bound to @kbd{C-x h}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5506
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5507 @item set-buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5508 Switch the attention of Emacs to another buffer, but do not change the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5509 window being displayed. Used when the program rather than a human is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5510 to work on a different buffer.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5511
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5512 @item get-buffer-create
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5513 @itemx get-buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5514 Find a named buffer or create one if a buffer of that name does not
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5515 exist. The @code{get-buffer} function returns @code{nil} if the named
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5516 buffer does not exist.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5517 @end table
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5518
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5519 @need 1500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5520 @node Buffer Exercises, , Buffer Related Review, Buffer Walk Through
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5521 @section Exercises
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5522
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5523 @itemize @bullet
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5524 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5525 Write your own @code{simplified-end-of-buffer} function definition;
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5526 then test it to see whether it works.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5527
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5528 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5529 Use @code{if} and @code{get-buffer} to write a function that prints a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5530 message telling you whether a buffer exists.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5531
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5532 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5533 Using @code{find-tag}, find the source for the @code{copy-to-buffer}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5534 function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5535 @end itemize
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5536
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5537 @node More Complex, Narrowing & Widening, Buffer Walk Through, Top
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5538 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5539 @chapter A Few More Complex Functions
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5540
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5541 In this chapter, we build on what we have learned in previous chapters
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5542 by looking at more complex functions. The @code{copy-to-buffer}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5543 function illustrates use of two @code{save-excursion} expressions in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5544 one definition, while the @code{insert-buffer} function illustrates
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5545 use of an asterisk in an @code{interactive} expression, use of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5546 @code{or}, and the important distinction between a name and the object
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5547 to which the name refers.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5548
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5549 @menu
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5550 * copy-to-buffer::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5551 * insert-buffer::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5552 * beginning-of-buffer::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5553 * Second Buffer Related Review::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5554 * optional Exercise::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5555 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5556
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5557 @node copy-to-buffer, insert-buffer, More Complex, More Complex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5558 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5559 @section The Definition of @code{copy-to-buffer}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5560 @findex copy-to-buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5561
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5562 After understanding how @code{append-to-buffer} works, it is easy to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5563 understand @code{copy-to-buffer}. This function copies text into a
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5564 buffer, but instead of adding to the second buffer, it replaces all the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5565 previous text in the second buffer.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5566
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5567 @need 800
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5568 The body of @code{copy-to-buffer} looks like this,
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5569
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5570 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5571 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5572 @dots{}
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5573 (interactive "BCopy to buffer: \nr")
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5574 (let ((oldbuf (current-buffer)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5575 (with-current-buffer (get-buffer-create buffer)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5576 (barf-if-buffer-read-only)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5577 (erase-buffer)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5578 (save-excursion
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5579 (insert-buffer-substring oldbuf start end)))))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5580 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5581 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5582
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5583 The @code{copy-to-buffer} function has a simpler @code{interactive}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5584 expression than @code{append-to-buffer}.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5585
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5586 @need 800
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5587 The definition then says
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5588
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5589 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5590 (with-current-buffer (get-buffer-create buffer) @dots{}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5591 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5592
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5593 First, look at the earliest inner expression; that is evaluated first.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5594 That expression starts with @code{get-buffer-create buffer}. The
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5595 function tells the computer to use the buffer with the name specified
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5596 as the one to which you are copying, or if such a buffer does not
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5597 exist, to create it. Then, the @code{with-current-buffer} function
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5598 evaluates its body with that buffer temporarily current.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5599
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5600 (This demonstrates another way to shift the computer's attention but
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5601 not the user's. The @code{append-to-buffer} function showed how to do
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5602 the same with @code{save-excursion} and @code{set-buffer}.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5603 @code{with-current-buffer} is a newer, and arguably easier,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5604 mechanism.)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5605
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5606 The @code{barf-if-buffer-read-only} function sends you an error
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5607 message saying the buffer is read-only if you cannot modify it.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5608
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5609 The next line has the @code{erase-buffer} function as its sole
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5610 contents. That function erases the buffer.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5611
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5612 Finally, the last two lines contain the @code{save-excursion}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5613 expression with @code{insert-buffer-substring} as its body.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5614 The @code{insert-buffer-substring} expression copies the text from
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5615 the buffer you are in (and you have not seen the computer shift its
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5616 attention, so you don't know that that buffer is now called
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5617 @code{oldbuf}).
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5618
73587
c84b73607df3 Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73554
diff changeset
5619 Incidentally, this is what is meant by `replacement'. To replace text,
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5620 Emacs erases the previous text and then inserts new text.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5621
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5622 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5623 In outline, the body of @code{copy-to-buffer} looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5624
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5625 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5626 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5627 (let (@var{bind-}@code{oldbuf}@var{-to-value-of-}@code{current-buffer})
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5628 (@var{with-the-buffer-you-are-copying-to}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5629 (@var{but-do-not-erase-or-copy-to-a-read-only-buffer})
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5630 (erase-buffer)
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5631 (save-excursion
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5632 @var{insert-substring-from-}@code{oldbuf}@var{-into-buffer})))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5633 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5634 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5635
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5636 @node insert-buffer, beginning-of-buffer, copy-to-buffer, More Complex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5637 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5638 @section The Definition of @code{insert-buffer}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5639 @findex insert-buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5640
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5641 @code{insert-buffer} is yet another buffer-related function. This
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5642 command copies another buffer @emph{into} the current buffer. It is the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5643 reverse of @code{append-to-buffer} or @code{copy-to-buffer}, since they
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5644 copy a region of text @emph{from} the current buffer to another buffer.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5645
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
5646 Here is a discussion based on the original code. The code was
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
5647 simplified in 2003 and is harder to understand.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
5648
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
5649 (@xref{New insert-buffer, , New Body for @code{insert-buffer}}, to see
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5650 a discussion of the new body.)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5651
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5652 In addition, this code illustrates the use of @code{interactive} with a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5653 buffer that might be @dfn{read-only} and the important distinction
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5654 between the name of an object and the object actually referred to.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5655
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5656 @menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5657 * insert-buffer code::
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5658 * insert-buffer interactive::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5659 * insert-buffer body::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5660 * if & or::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5661 * Insert or::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5662 * Insert let::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5663 * New insert-buffer ::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5664 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5665
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5666 @node insert-buffer code, insert-buffer interactive, insert-buffer, insert-buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5667 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5668 @unnumberedsubsec The Code for @code{insert-buffer}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5669 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5670
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5671 @need 800
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5672 Here is the earlier code:
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5673
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5674 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5675 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5676 (defun insert-buffer (buffer)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5677 "Insert after point the contents of BUFFER.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5678 Puts mark after the inserted text.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5679 BUFFER may be a buffer or a buffer name."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5680 (interactive "*bInsert buffer:@: ")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5681 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5682 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5683 (or (bufferp buffer)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5684 (setq buffer (get-buffer buffer)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5685 (let (start end newmark)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5686 (save-excursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5687 (save-excursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5688 (set-buffer buffer)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5689 (setq start (point-min) end (point-max)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5690 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5691 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5692 (insert-buffer-substring buffer start end)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5693 (setq newmark (point)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5694 (push-mark newmark)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5695 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5696 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5697
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5698 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5699 As with other function definitions, you can use a template to see an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5700 outline of the function:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5701
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5702 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5703 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5704 (defun insert-buffer (buffer)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5705 "@var{documentation}@dots{}"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5706 (interactive "*bInsert buffer:@: ")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5707 @var{body}@dots{})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5708 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5709 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5710
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5711 @node insert-buffer interactive, insert-buffer body, insert-buffer code, insert-buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5712 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5713 @subsection The Interactive Expression in @code{insert-buffer}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5714 @findex interactive, @r{example use of}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5715
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5716 In @code{insert-buffer}, the argument to the @code{interactive}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5717 declaration has two parts, an asterisk, @samp{*}, and @samp{bInsert
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5718 buffer:@: }.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5719
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5720 @menu
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5721 * Read-only buffer::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5722 * b for interactive::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5723 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5724
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5725 @node Read-only buffer, b for interactive, insert-buffer interactive, insert-buffer interactive
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5726 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5727 @unnumberedsubsubsec A Read-only Buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5728 @cindex Read-only buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5729 @cindex Asterisk for read-only buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5730 @findex * @r{for read-only buffer}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5731
44899
ebddb2618c17 Fixed typographic errors.
Robert J. Chassell <bob@rattlesnake.com>
parents: 43431
diff changeset
5732 The asterisk is for the situation when the current buffer is a
ebddb2618c17 Fixed typographic errors.
Robert J. Chassell <bob@rattlesnake.com>
parents: 43431
diff changeset
5733 read-only buffer---a buffer that cannot be modified. If
ebddb2618c17 Fixed typographic errors.
Robert J. Chassell <bob@rattlesnake.com>
parents: 43431
diff changeset
5734 @code{insert-buffer} is called when the current buffer is read-only, a
ebddb2618c17 Fixed typographic errors.
Robert J. Chassell <bob@rattlesnake.com>
parents: 43431
diff changeset
5735 message to this effect is printed in the echo area and the terminal
ebddb2618c17 Fixed typographic errors.
Robert J. Chassell <bob@rattlesnake.com>
parents: 43431
diff changeset
5736 may beep or blink at you; you will not be permitted to insert anything
ebddb2618c17 Fixed typographic errors.
Robert J. Chassell <bob@rattlesnake.com>
parents: 43431
diff changeset
5737 into current buffer. The asterisk does not need to be followed by a
ebddb2618c17 Fixed typographic errors.
Robert J. Chassell <bob@rattlesnake.com>
parents: 43431
diff changeset
5738 newline to separate it from the next argument.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5739
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5740 @node b for interactive, , Read-only buffer, insert-buffer interactive
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5741 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5742 @unnumberedsubsubsec @samp{b} in an Interactive Expression
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5743
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5744 The next argument in the interactive expression starts with a lower
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5745 case @samp{b}. (This is different from the code for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5746 @code{append-to-buffer}, which uses an upper-case @samp{B}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5747 @xref{append-to-buffer, , The Definition of @code{append-to-buffer}}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5748 The lower-case @samp{b} tells the Lisp interpreter that the argument
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5749 for @code{insert-buffer} should be an existing buffer or else its
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5750 name. (The upper-case @samp{B} option provides for the possibility
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5751 that the buffer does not exist.) Emacs will prompt you for the name
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5752 of the buffer, offering you a default buffer, with name completion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5753 enabled. If the buffer does not exist, you receive a message that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5754 says ``No match''; your terminal may beep at you as well.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5755
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5756 The new and simplified code generates a list for @code{interactive}.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5757 It uses the @code{barf-if-buffer-read-only} and @code{read-buffer}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5758 functions with which we are already familiar and the @code{progn}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5759 special form with which we are not. (It will be described later.)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5760
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5761 @node insert-buffer body, if & or, insert-buffer interactive, insert-buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5762 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5763 @subsection The Body of the @code{insert-buffer} Function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5764
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5765 The body of the @code{insert-buffer} function has two major parts: an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5766 @code{or} expression and a @code{let} expression. The purpose of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5767 @code{or} expression is to ensure that the argument @code{buffer} is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5768 bound to a buffer and not just the name of a buffer. The body of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5769 @code{let} expression contains the code which copies the other buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5770 into the current buffer.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5771
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5772 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5773 In outline, the two expressions fit into the @code{insert-buffer}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5774 function like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5775
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5776 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5777 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5778 (defun insert-buffer (buffer)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5779 "@var{documentation}@dots{}"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5780 (interactive "*bInsert buffer:@: ")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5781 (or @dots{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5782 @dots{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5783 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5784 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5785 (let (@var{varlist})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5786 @var{body-of-}@code{let}@dots{} )
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5787 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5788 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5789
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5790 To understand how the @code{or} expression ensures that the argument
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5791 @code{buffer} is bound to a buffer and not to the name of a buffer, it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5792 is first necessary to understand the @code{or} function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5793
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5794 Before doing this, let me rewrite this part of the function using
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5795 @code{if} so that you can see what is done in a manner that will be familiar.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5796
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5797 @node if & or, Insert or, insert-buffer body, insert-buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5798 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5799 @subsection @code{insert-buffer} With an @code{if} Instead of an @code{or}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5801 The job to be done is to make sure the value of @code{buffer} is a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5802 buffer itself and not the name of a buffer. If the value is the name,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5803 then the buffer itself must be got.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5804
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5805 You can imagine yourself at a conference where an usher is wandering
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5806 around holding a list with your name on it and looking for you: the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5807 usher is ``bound'' to your name, not to you; but when the usher finds
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5808 you and takes your arm, the usher becomes ``bound'' to you.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5809
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5810 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5811 In Lisp, you might describe this situation like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5812
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5813 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5814 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5815 (if (not (holding-on-to-guest))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5816 (find-and-take-arm-of-guest))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5817 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5818 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5819
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5820 We want to do the same thing with a buffer---if we do not have the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5821 buffer itself, we want to get it.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5822
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5823 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5824 Using a predicate called @code{bufferp} that tells us whether we have a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5825 buffer (rather than its name), we can write the code like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5826
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5827 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5828 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5829 (if (not (bufferp buffer)) ; @r{if-part}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5830 (setq buffer (get-buffer buffer))) ; @r{then-part}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5831 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5832 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5833
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5834 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5835 Here, the true-or-false-test of the @code{if} expression is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5836 @w{@code{(not (bufferp buffer))}}; and the then-part is the expression
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5837 @w{@code{(setq buffer (get-buffer buffer))}}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5838
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5839 In the test, the function @code{bufferp} returns true if its argument is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5840 a buffer---but false if its argument is the name of the buffer. (The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5841 last character of the function name @code{bufferp} is the character
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5842 @samp{p}; as we saw earlier, such use of @samp{p} is a convention that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5843 indicates that the function is a predicate, which is a term that means
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5844 that the function will determine whether some property is true or false.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5845 @xref{Wrong Type of Argument, , Using the Wrong Type Object as an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5846 Argument}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5847
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5848 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5849 The function @code{not} precedes the expression @code{(bufferp buffer)},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5850 so the true-or-false-test looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5851
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5852 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5853 (not (bufferp buffer))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5854 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5855
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5856 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5857 @code{not} is a function that returns true if its argument is false
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5858 and false if its argument is true. So if @code{(bufferp buffer)}
73587
c84b73607df3 Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73554
diff changeset
5859 returns true, the @code{not} expression returns false and vice-verse:
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5860 what is ``not true'' is false and what is ``not false'' is true.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5861
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5862 Using this test, the @code{if} expression works as follows: when the
50621
0e3a9e34f995 Thanks to Hugo Gayosso, fix minor typos.
Robert J. Chassell <bob@rattlesnake.com>
parents: 47559
diff changeset
5863 value of the variable @code{buffer} is actually a buffer rather than
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5864 its name, the true-or-false-test returns false and the @code{if}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5865 expression does not evaluate the then-part. This is fine, since we do
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5866 not need to do anything to the variable @code{buffer} if it really is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5867 a buffer.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5868
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5869 On the other hand, when the value of @code{buffer} is not a buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5870 itself, but the name of a buffer, the true-or-false-test returns true
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5871 and the then-part of the expression is evaluated. In this case, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5872 then-part is @code{(setq buffer (get-buffer buffer))}. This
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5873 expression uses the @code{get-buffer} function to return an actual
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5874 buffer itself, given its name. The @code{setq} then sets the variable
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5875 @code{buffer} to the value of the buffer itself, replacing its previous
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5876 value (which was the name of the buffer).
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5877
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5878 @node Insert or, Insert let, if & or, insert-buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5879 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5880 @subsection The @code{or} in the Body
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5881
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5882 The purpose of the @code{or} expression in the @code{insert-buffer}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5883 function is to ensure that the argument @code{buffer} is bound to a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5884 buffer and not just to the name of a buffer. The previous section shows
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5885 how the job could have been done using an @code{if} expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5886 However, the @code{insert-buffer} function actually uses @code{or}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5887 To understand this, it is necessary to understand how @code{or} works.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5888
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5889 @findex or
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5890 An @code{or} function can have any number of arguments. It evaluates
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5891 each argument in turn and returns the value of the first of its
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5892 arguments that is not @code{nil}. Also, and this is a crucial feature
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5893 of @code{or}, it does not evaluate any subsequent arguments after
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5894 returning the first non-@code{nil} value.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5895
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5896 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5897 The @code{or} expression looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5898
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5899 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5900 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5901 (or (bufferp buffer)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5902 (setq buffer (get-buffer buffer)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5903 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5904 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5905
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5906 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5907 The first argument to @code{or} is the expression @code{(bufferp buffer)}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5908 This expression returns true (a non-@code{nil} value) if the buffer is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5909 actually a buffer, and not just the name of a buffer. In the @code{or}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5910 expression, if this is the case, the @code{or} expression returns this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5911 true value and does not evaluate the next expression---and this is fine
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5912 with us, since we do not want to do anything to the value of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5913 @code{buffer} if it really is a buffer.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5914
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5915 On the other hand, if the value of @code{(bufferp buffer)} is @code{nil},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5916 which it will be if the value of @code{buffer} is the name of a buffer,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5917 the Lisp interpreter evaluates the next element of the @code{or}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5918 expression. This is the expression @code{(setq buffer (get-buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5919 buffer))}. This expression returns a non-@code{nil} value, which
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5920 is the value to which it sets the variable @code{buffer}---and this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5921 value is a buffer itself, not the name of a buffer.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5922
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5923 The result of all this is that the symbol @code{buffer} is always
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5924 bound to a buffer itself rather than to the name of a buffer. All
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5925 this is necessary because the @code{set-buffer} function in a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5926 following line only works with a buffer itself, not with the name to a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5927 buffer.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5928
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5929 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5930 Incidentally, using @code{or}, the situation with the usher would be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5931 written like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5932
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5933 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5934 (or (holding-on-to-guest) (find-and-take-arm-of-guest))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5935 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5936
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
5937 @node Insert let, New insert-buffer , Insert or, insert-buffer
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5938 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5939 @subsection The @code{let} Expression in @code{insert-buffer}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5940
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5941 After ensuring that the variable @code{buffer} refers to a buffer itself
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5942 and not just to the name of a buffer, the @code{insert-buffer function}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5943 continues with a @code{let} expression. This specifies three local
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5944 variables, @code{start}, @code{end}, and @code{newmark} and binds them
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5945 to the initial value @code{nil}. These variables are used inside the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5946 remainder of the @code{let} and temporarily hide any other occurrence of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5947 variables of the same name in Emacs until the end of the @code{let}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5948
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5949 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5950 The body of the @code{let} contains two @code{save-excursion}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5951 expressions. First, we will look at the inner @code{save-excursion}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5952 expression in detail. The expression looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5953
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5954 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5955 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5956 (save-excursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5957 (set-buffer buffer)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5958 (setq start (point-min) end (point-max)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5959 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5960 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5961
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5962 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5963 The expression @code{(set-buffer buffer)} changes Emacs' attention
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5964 from the current buffer to the one from which the text will copied.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5965 In that buffer, the variables @code{start} and @code{end} are set to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5966 the beginning and end of the buffer, using the commands
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5967 @code{point-min} and @code{point-max}. Note that we have here an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5968 illustration of how @code{setq} is able to set two variables in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5969 same expression. The first argument of @code{setq} is set to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5970 value of its second, and its third argument is set to the value of its
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5971 fourth.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5972
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5973 After the body of the inner @code{save-excursion} is evaluated, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5974 @code{save-excursion} restores the original buffer, but @code{start} and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5975 @code{end} remain set to the values of the beginning and end of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5976 buffer from which the text will be copied.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5977
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5978 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5979 The outer @code{save-excursion} expression looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5980
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5981 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5982 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5983 (save-excursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5984 (@var{inner-}@code{save-excursion}@var{-expression}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5985 (@var{go-to-new-buffer-and-set-}@code{start}@var{-and-}@code{end})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5986 (insert-buffer-substring buffer start end)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5987 (setq newmark (point)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5988 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5989 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5990
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5991 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5992 The @code{insert-buffer-substring} function copies the text
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5993 @emph{into} the current buffer @emph{from} the region indicated by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5994 @code{start} and @code{end} in @code{buffer}. Since the whole of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5995 second buffer lies between @code{start} and @code{end}, the whole of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5996 the second buffer is copied into the buffer you are editing. Next,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5997 the value of point, which will be at the end of the inserted text, is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5998 recorded in the variable @code{newmark}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5999
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6000 After the body of the outer @code{save-excursion} is evaluated, point
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6001 and mark are relocated to their original places.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6002
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6003 However, it is convenient to locate a mark at the end of the newly
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6004 inserted text and locate point at its beginning. The @code{newmark}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6005 variable records the end of the inserted text. In the last line of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6006 the @code{let} expression, the @code{(push-mark newmark)} expression
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6007 function sets a mark to this location. (The previous location of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6008 mark is still accessible; it is recorded on the mark ring and you can
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6009 go back to it with @kbd{C-u C-@key{SPC}}.) Meanwhile, point is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6010 located at the beginning of the inserted text, which is where it was
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
6011 before you called the insert function, the position of which was saved
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
6012 by the first @code{save-excursion}.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6013
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6014 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6015 The whole @code{let} expression looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6016
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6017 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6018 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6019 (let (start end newmark)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6020 (save-excursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6021 (save-excursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6022 (set-buffer buffer)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6023 (setq start (point-min) end (point-max)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6024 (insert-buffer-substring buffer start end)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6025 (setq newmark (point)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6026 (push-mark newmark))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6027 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6028 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6029
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6030 Like the @code{append-to-buffer} function, the @code{insert-buffer}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6031 function uses @code{let}, @code{save-excursion}, and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6032 @code{set-buffer}. In addition, the function illustrates one way to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6033 use @code{or}. All these functions are building blocks that we will
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6034 find and use again and again.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6035
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6036 @node New insert-buffer , , Insert let, insert-buffer
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6037 @comment node-name, next, previous, up
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6038 @subsection New Body for @code{insert-buffer}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6039 @findex insert-buffer, new version body
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6040 @findex new version body for insert-buffer
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6041
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6042 The body in the GNU Emacs 22 version is more confusing than the original.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6043
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6044 @need 1250
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6045 It consists of two expressions,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6046
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6047 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6048 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6049 (push-mark
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6050 (save-excursion
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6051 (insert-buffer-substring (get-buffer buffer))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6052 (point)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6053
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6054 nil
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6055 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6056 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6057
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6058 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6059 except, and this is what confuses novices, very important work is done
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6060 inside the @code{push-mark} expression.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6061
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6062 The @code{get-buffer} function returns a buffer with the name
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6063 provided. You will note that the function is @emph{not} called
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6064 @code{get-buffer-create}; it does not create a buffer if one does not
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6065 already exist. The buffer returned by @code{get-buffer}, an existing
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6066 buffer, is passed to @code{insert-buffer-substring}, which inserts the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6067 whole of the buffer (since you did not specify anything else).
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6068
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6069 The location into which the buffer is inserted is recorded by
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6070 @code{push-mark}. Then the function returns @code{nil}, the value of
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6071 its last command. Put another way, the @code{insert-buffer} function
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6072 exists only to produce a side effect, inserting another buffer, not to
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6073 return any value.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6074
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6075 @node beginning-of-buffer, Second Buffer Related Review, insert-buffer, More Complex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6076 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6077 @section Complete Definition of @code{beginning-of-buffer}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6078 @findex beginning-of-buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6079
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6080 The basic structure of the @code{beginning-of-buffer} function has
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6081 already been discussed. (@xref{simplified-beginning-of-buffer, , A
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6082 Simplified @code{beginning-of-buffer} Definition}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6083 This section describes the complex part of the definition.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6084
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6085 As previously described, when invoked without an argument,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6086 @code{beginning-of-buffer} moves the cursor to the beginning of the
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6087 buffer (in truth, the beginning of the accessible portion of the
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6088 buffer), leaving the mark at the previous position. However, when the
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6089 command is invoked with a number between one and ten, the function
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6090 considers that number to be a fraction of the length of the buffer,
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6091 measured in tenths, and Emacs moves the cursor that fraction of the
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6092 way from the beginning of the buffer. Thus, you can either call this
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6093 function with the key command @kbd{M-<}, which will move the cursor to
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6094 the beginning of the buffer, or with a key command such as @kbd{C-u 7
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6095 M-<} which will move the cursor to a point 70% of the way through the
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6096 buffer. If a number bigger than ten is used for the argument, it
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6097 moves to the end of the buffer.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6098
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6099 The @code{beginning-of-buffer} function can be called with or without an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6100 argument. The use of the argument is optional.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6101
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6102 @menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6103 * Optional Arguments::
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6104 * beginning-of-buffer opt arg::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6105 * beginning-of-buffer complete::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6106 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6107
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6108 @node Optional Arguments, beginning-of-buffer opt arg, beginning-of-buffer, beginning-of-buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6109 @subsection Optional Arguments
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6110
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6111 Unless told otherwise, Lisp expects that a function with an argument in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6112 its function definition will be called with a value for that argument.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6113 If that does not happen, you get an error and a message that says
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6114 @samp{Wrong number of arguments}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6115
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6116 @cindex Optional arguments
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6117 @cindex Keyword
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6118 @findex optional
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6119 However, optional arguments are a feature of Lisp: a particular
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6120 @dfn{keyword} is used to tell the Lisp interpreter that an argument is
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6121 optional. The keyword is @code{&optional}. (The @samp{&} in front of
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6122 @samp{optional} is part of the keyword.) In a function definition, if
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6123 an argument follows the keyword @code{&optional}, no value need be
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6124 passed to that argument when the function is called.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6125
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6126 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6127 The first line of the function definition of @code{beginning-of-buffer}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6128 therefore looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6129
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6130 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6131 (defun beginning-of-buffer (&optional arg)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6132 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6133
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6134 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6135 In outline, the whole function looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6136
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6137 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6138 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6139 (defun beginning-of-buffer (&optional arg)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6140 "@var{documentation}@dots{}"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6141 (interactive "P")
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6142 (or (@var{is-the-argument-a-cons-cell} arg)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6143 (and @var{are-both-transient-mark-mode-and-mark-active-true})
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6144 (push-mark))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6145 (let (@var{determine-size-and-set-it})
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6146 (goto-char
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6147 (@var{if-there-is-an-argument}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6148 @var{figure-out-where-to-go}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6149 @var{else-go-to}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6150 (point-min))))
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6151 @var{do-nicety}
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6152 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6153 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6154
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6155 The function is similar to the @code{simplified-beginning-of-buffer}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6156 function except that the @code{interactive} expression has @code{"P"}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6157 as an argument and the @code{goto-char} function is followed by an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6158 if-then-else expression that figures out where to put the cursor if
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6159 there is an argument that is not a cons cell.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6160
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6161 (Since I do not explain a cons cell for many more chapters, please
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6162 consider ignoring the function @code{consp}. @xref{List
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6163 Implementation, , How Lists are Implemented}, and @ref{Cons Cell Type,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6164 , Cons Cell and List Types, elisp, The GNU Emacs Lisp Reference
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6165 Manual}.)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6166
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6167 The @code{"P"} in the @code{interactive} expression tells Emacs to
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6168 pass a prefix argument, if there is one, to the function in raw form.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6169 A prefix argument is made by typing the @key{META} key followed by a
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6170 number, or by typing @kbd{C-u} and then a number. (If you don't type
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6171 a number, @kbd{C-u} defaults to a cons cell with a 4. A lowercase
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6172 @code{"p"} in the @code{interactive} expression causes the function to
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6173 convert a prefix arg to a number.)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6174
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6175 The true-or-false-test of the @code{if} expression looks complex, but
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6176 it is not: it checks whether @code{arg} has a value that is not
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6177 @code{nil} and whether it is a cons cell. (That is what @code{consp}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6178 does; it checks whether its argument is a cons cell.) If @code{arg}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6179 has a value that is not @code{nil} (and is not a cons cell), which
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6180 will be the case if @code{beginning-of-buffer} is called with a
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6181 numeric argument, then this true-or-false-test will return true and
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6182 the then-part of the @code{if} expression will be evaluated. On the
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6183 other hand, if @code{beginning-of-buffer} is not called with an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6184 argument, the value of @code{arg} will be @code{nil} and the else-part
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6185 of the @code{if} expression will be evaluated. The else-part is
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6186 simply @code{point-min}, and when this is the outcome, the whole
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6187 @code{goto-char} expression is @code{(goto-char (point-min))}, which
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6188 is how we saw the @code{beginning-of-buffer} function in its
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6189 simplified form.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6190
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6191 @node beginning-of-buffer opt arg, beginning-of-buffer complete, Optional Arguments, beginning-of-buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6192 @subsection @code{beginning-of-buffer} with an Argument
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6193
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6194 When @code{beginning-of-buffer} is called with an argument, an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6195 expression is evaluated which calculates what value to pass to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6196 @code{goto-char}. This expression is rather complicated at first sight.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6197 It includes an inner @code{if} expression and much arithmetic. It looks
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6198 like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6199
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6200 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6201 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6202 (if (> (buffer-size) 10000)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6203 ;; @r{Avoid overflow for large buffer sizes!}
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6204 (* (prefix-numeric-value arg)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6205 (/ size 10))
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6206 (/
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6207 (+ 10
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6208 (*
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6209 size (prefix-numeric-value arg))) 10)))
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6210 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6211 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6212
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6213 @menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6214 * Disentangle beginning-of-buffer::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6215 * Large buffer case::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6216 * Small buffer case::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6217 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6218
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6219 @node Disentangle beginning-of-buffer, Large buffer case, beginning-of-buffer opt arg, beginning-of-buffer opt arg
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6220 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6221 @unnumberedsubsubsec Disentangle @code{beginning-of-buffer}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6222 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6223
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6224 Like other complex-looking expressions, the conditional expression
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6225 within @code{beginning-of-buffer} can be disentangled by looking at it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6226 as parts of a template, in this case, the template for an if-then-else
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6227 expression. In skeletal form, the expression looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6228
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6229 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6230 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6231 (if (@var{buffer-is-large}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6232 @var{divide-buffer-size-by-10-and-multiply-by-arg}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6233 @var{else-use-alternate-calculation}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6234 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6235 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6236
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6237 The true-or-false-test of this inner @code{if} expression checks the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6238 size of the buffer. The reason for this is that the old Version 18
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6239 Emacs used numbers that are no bigger than eight million or so
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6240 and in the computation that followed, the programmer feared that Emacs
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6241 might try to use over-large numbers if the buffer were large. The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6242 term `overflow', mentioned in the comment, means numbers that are over
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6243 large. Version 21 Emacs uses larger numbers, but this code has not
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6244 been touched, if only because people now look at buffers that are far,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6245 far larger than ever before.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6246
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6247 There are two cases: if the buffer is large and if it is not.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6248
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6249 @node Large buffer case, Small buffer case, Disentangle beginning-of-buffer, beginning-of-buffer opt arg
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6250 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6251 @unnumberedsubsubsec What happens in a large buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6252
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6253 In @code{beginning-of-buffer}, the inner @code{if} expression tests
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6254 whether the size of the buffer is greater than 10,000 characters. To do
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6255 this, it uses the @code{>} function and the computation of @code{size}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6256 that comes from the let expression.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6257
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6258 In the old days, the function @code{buffer-size} was used. Not only
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6259 was that function called several times, it gave the size of the whole
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6260 buffer, not the accessible part. The computation makes much more
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6261 sense when it handles just the accessible part. (@xref{Narrowing &
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6262 Widening, , Narrowing and Widening}, for more information on focusing
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6263 attention to an `accessible' part.)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6264
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6265 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6266 The line looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6267
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6268 @smallexample
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6269 (if (> size 10000)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6270 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6271
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6272 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6273 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6274 When the buffer is large, the then-part of the @code{if} expression is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6275 evaluated. It reads like this (after formatting for easy reading):
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6276
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6277 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6278 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6279 (*
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6280 (prefix-numeric-value arg)
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6281 (/ size 10))
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6282 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6283 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6284
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6285 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6286 This expression is a multiplication, with two arguments to the function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6287 @code{*}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6288
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6289 The first argument is @code{(prefix-numeric-value arg)}. When
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6290 @code{"P"} is used as the argument for @code{interactive}, the value
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6291 passed to the function as its argument is passed a ``raw prefix
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6292 argument'', and not a number. (It is a number in a list.) To perform
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6293 the arithmetic, a conversion is necessary, and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6294 @code{prefix-numeric-value} does the job.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6295
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6296 @findex / @r{(division)}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6297 @cindex Division
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6298 The second argument is @code{(/ size 10)}. This expression divides
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6299 the numeric value by ten --- the numeric value of the size of the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6300 accessible portion of the buffer. This produces a number that tells
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6301 how many characters make up one tenth of the buffer size. (In Lisp,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6302 @code{/} is used for division, just as @code{*} is used for
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6303 multiplication.)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6304
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6305 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6306 In the multiplication expression as a whole, this amount is multiplied
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6307 by the value of the prefix argument---the multiplication looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6308
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6309 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6310 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6311 (* @var{numeric-value-of-prefix-arg}
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6312 @var{number-of-characters-in-one-tenth-of-the-accessible-buffer})
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6313 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6314 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6315
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6316 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6317 If, for example, the prefix argument is @samp{7}, the one-tenth value
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6318 will be multiplied by 7 to give a position 70% of the way through.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6319
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6320 @need 1200
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6321 The result of all this is that if the accessible portion of the buffer
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6322 is large, the @code{goto-char} expression reads like this:
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6323
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6324 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6325 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6326 (goto-char (* (prefix-numeric-value arg)
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6327 (/ size 10)))
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6328 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6329 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6330
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6331 This puts the cursor where we want it.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6332
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6333 @node Small buffer case, , Large buffer case, beginning-of-buffer opt arg
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6334 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6335 @unnumberedsubsubsec What happens in a small buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6336
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6337 If the buffer contains fewer than 10,000 characters, a slightly
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6338 different computation is performed. You might think this is not
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6339 necessary, since the first computation could do the job. However, in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6340 a small buffer, the first method may not put the cursor on exactly the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6341 desired line; the second method does a better job.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6342
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6343 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6344 The code looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6345
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6346 @c Keep this on one line.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6347 @smallexample
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6348 (/ (+ 10 (* size (prefix-numeric-value arg))) 10))
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6349 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6350
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6351 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6352 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6353 This is code in which you figure out what happens by discovering how the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6354 functions are embedded in parentheses. It is easier to read if you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6355 reformat it with each expression indented more deeply than its
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6356 enclosing expression:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6357
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6358 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6359 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6360 (/
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6361 (+ 10
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6362 (*
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6363 size
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6364 (prefix-numeric-value arg)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6365 10))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6366 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6367 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6368
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6369 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6370 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6371 Looking at parentheses, we see that the innermost operation is
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6372 @code{(prefix-numeric-value arg)}, which converts the raw argument to
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6373 a number. In the following expression, this number is multiplied by
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6374 the size of the accessible portion of the buffer:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6375
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6376 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6377 (* size (prefix-numeric-value arg))
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6378 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6379
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6380 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6381 This multiplication creates a number that may be larger than the size of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6382 the buffer---seven times larger if the argument is 7, for example. Ten
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6383 is then added to this number and finally the large number is divided by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6384 ten to provide a value that is one character larger than the percentage
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6385 position in the buffer.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6386
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6387 The number that results from all this is passed to @code{goto-char} and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6388 the cursor is moved to that point.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6389
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
6390 @need 1500
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6391 @node beginning-of-buffer complete, , beginning-of-buffer opt arg, beginning-of-buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6392 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6393 @subsection The Complete @code{beginning-of-buffer}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6394
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
6395 @need 1000
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6396 Here is the complete text of the @code{beginning-of-buffer} function:
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
6397 @sp 1
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6398
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6399 @c In GNU Emacs 22
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6400 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6401 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6402 (defun beginning-of-buffer (&optional arg)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6403 "Move point to the beginning of the buffer;
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6404 leave mark at previous position.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6405 With \\[universal-argument] prefix,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6406 do not set mark at previous position.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6407 With numeric arg N,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6408 put point N/10 of the way from the beginning.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6409
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6410 If the buffer is narrowed,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6411 this command uses the beginning and size
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6412 of the accessible part of the buffer.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6413 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6414
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6415 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6416 Don't use this command in Lisp programs!
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6417 \(goto-char (point-min)) is faster
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6418 and avoids clobbering the mark."
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6419 (interactive "P")
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6420 (or (consp arg)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6421 (and transient-mark-mode mark-active)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6422 (push-mark))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6423 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6424 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6425 (let ((size (- (point-max) (point-min))))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6426 (goto-char (if (and arg (not (consp arg)))
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6427 (+ (point-min)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6428 (if (> size 10000)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6429 ;; Avoid overflow for large buffer sizes!
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6430 (* (prefix-numeric-value arg)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6431 (/ size 10))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6432 (/ (+ 10 (* size (prefix-numeric-value arg))) 10)))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6433 (point-min))))
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6434 (if arg (forward-line 1)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6435 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6436 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6437
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6438 @ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6439 From before GNU Emacs 22
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6440 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6441 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6442 (defun beginning-of-buffer (&optional arg)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6443 "Move point to the beginning of the buffer;
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6444 leave mark at previous position.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6445 With arg N, put point N/10 of the way
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6446 from the true beginning.
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
6447 @end group
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
6448 @group
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6449 Don't use this in Lisp programs!
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6450 \(goto-char (point-min)) is faster
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6451 and does not set the mark."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6452 (interactive "P")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6453 (push-mark)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6454 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6455 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6456 (goto-char
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6457 (if arg
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6458 (if (> (buffer-size) 10000)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6459 ;; @r{Avoid overflow for large buffer sizes!}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6460 (* (prefix-numeric-value arg)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6461 (/ (buffer-size) 10))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6462 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6463 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6464 (/ (+ 10 (* (buffer-size)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6465 (prefix-numeric-value arg)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6466 10))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6467 (point-min)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6468 (if arg (forward-line 1)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6469 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6470 @end smallexample
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6471 @end ignore
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6472
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6473 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6474 Except for two small points, the previous discussion shows how this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6475 function works. The first point deals with a detail in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6476 documentation string, and the second point concerns the last line of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6477 the function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6478
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6479 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6480 In the documentation string, there is reference to an expression:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6481
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6482 @smallexample
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6483 \\[universal-argument]
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6484 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6485
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6486 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6487 A @samp{\\} is used before the first square bracket of this
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6488 expression. This @samp{\\} tells the Lisp interpreter to substitute
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6489 whatever key is currently bound to the @samp{[@dots{}]}. In the case
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6490 of @code{universal-argument}, that is usually @kbd{C-u}, but it might
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6491 be different. (@xref{Documentation Tips, , Tips for Documentation
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6492 Strings, elisp, The GNU Emacs Lisp Reference Manual}, for more
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6493 information.)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6494
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6495 @need 1200
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6496 Finally, the last line of the @code{beginning-of-buffer} command says
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6497 to move point to the beginning of the next line if the command is
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6498 invoked with an argument:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6499
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6500 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6501 (if arg (forward-line 1)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6502 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6503
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6504 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6505 This puts the cursor at the beginning of the first line after the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6506 appropriate tenths position in the buffer. This is a flourish that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6507 means that the cursor is always located @emph{at least} the requested
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6508 tenths of the way through the buffer, which is a nicety that is,
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6509 perhaps, not necessary, but which, if it did not occur, would be sure
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6510 to draw complaints.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6511
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6512 On the other hand, it also means that if you specify the command with
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6513 a @kbd{C-u}, but without a number, that is to say, if the `raw prefix
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6514 argument' is simply a cons cell, then the command puts you at the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6515 beginning of the second line @dots{} I don't know whether this is
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6516 intended or whether no one has dealt with the code to avoid this
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6517 happening.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6518
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6519 @node Second Buffer Related Review, optional Exercise, beginning-of-buffer, More Complex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6520 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6521 @section Review
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6522
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6523 Here is a brief summary of some of the topics covered in this chapter.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6524
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6525 @table @code
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6526 @item or
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6527 Evaluate each argument in sequence, and return the value of the first
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6528 argument that is not @code{nil}; if none return a value that is not
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6529 @code{nil}, return @code{nil}. In brief, return the first true value
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6530 of the arguments; return a true value if one @emph{or} any of the
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6531 others are true.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6532
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6533 @item and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6534 Evaluate each argument in sequence, and if any are @code{nil}, return
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6535 @code{nil}; if none are @code{nil}, return the value of the last
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6536 argument. In brief, return a true value only if all the arguments are
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6537 true; return a true value if one @emph{and} each of the others is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6538 true.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6539
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6540 @item &optional
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6541 A keyword used to indicate that an argument to a function definition
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6542 is optional; this means that the function can be evaluated without the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6543 argument, if desired.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6544
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6545 @item prefix-numeric-value
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6546 Convert the `raw prefix argument' produced by @code{(interactive
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6547 "P")} to a numeric value.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6548
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6549 @item forward-line
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6550 Move point forward to the beginning of the next line, or if the argument
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6551 is greater than one, forward that many lines. If it can't move as far
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6552 forward as it is supposed to, @code{forward-line} goes forward as far as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6553 it can and then returns a count of the number of additional lines it was
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6554 supposed to move but couldn't.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6555
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6556 @item erase-buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6557 Delete the entire contents of the current buffer.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6558
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6559 @item bufferp
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6560 Return @code{t} if its argument is a buffer; otherwise return @code{nil}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6561 @end table
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6562
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6563 @node optional Exercise, , Second Buffer Related Review, More Complex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6564 @section @code{optional} Argument Exercise
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6565
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6566 Write an interactive function with an optional argument that tests
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
6567 whether its argument, a number, is greater than or equal to, or else,
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
6568 less than the value of @code{fill-column}, and tells you which, in a
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
6569 message. However, if you do not pass an argument to the function, use
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
6570 56 as a default value.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6571
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6572 @node Narrowing & Widening, car cdr & cons, More Complex, Top
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6573 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6574 @chapter Narrowing and Widening
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6575 @cindex Focusing attention (narrowing)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6576 @cindex Narrowing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6577 @cindex Widening
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6578
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6579 Narrowing is a feature of Emacs that makes it possible for you to focus
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6580 on a specific part of a buffer, and work without accidentally changing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6581 other parts. Narrowing is normally disabled since it can confuse
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6582 novices.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6583
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6584 @menu
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6585 * Narrowing advantages::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6586 * save-restriction::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6587 * what-line::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6588 * narrow Exercise::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6589 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6590
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6591 @node Narrowing advantages, save-restriction, Narrowing & Widening, Narrowing & Widening
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6592 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6593 @unnumberedsec The Advantages of Narrowing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6594 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6595
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6596 With narrowing, the rest of a buffer is made invisible, as if it weren't
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6597 there. This is an advantage if, for example, you want to replace a word
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6598 in one part of a buffer but not in another: you narrow to the part you want
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6599 and the replacement is carried out only in that section, not in the rest
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6600 of the buffer. Searches will only work within a narrowed region, not
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6601 outside of one, so if you are fixing a part of a document, you can keep
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6602 yourself from accidentally finding parts you do not need to fix by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6603 narrowing just to the region you want.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6604 (The key binding for @code{narrow-to-region} is @kbd{C-x n n}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6605
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6606 However, narrowing does make the rest of the buffer invisible, which
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6607 can scare people who inadvertently invoke narrowing and think they
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6608 have deleted a part of their file. Moreover, the @code{undo} command
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6609 (which is usually bound to @kbd{C-x u}) does not turn off narrowing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6610 (nor should it), so people can become quite desperate if they do not
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6611 know that they can return the rest of a buffer to visibility with the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6612 @code{widen} command.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6613 (The key binding for @code{widen} is @kbd{C-x n w}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6614
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6615 Narrowing is just as useful to the Lisp interpreter as to a human.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6616 Often, an Emacs Lisp function is designed to work on just part of a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6617 buffer; or conversely, an Emacs Lisp function needs to work on all of a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6618 buffer that has been narrowed. The @code{what-line} function, for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6619 example, removes the narrowing from a buffer, if it has any narrowing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6620 and when it has finished its job, restores the narrowing to what it was.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6621 On the other hand, the @code{count-lines} function, which is called by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6622 @code{what-line}, uses narrowing to restrict itself to just that portion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6623 of the buffer in which it is interested and then restores the previous
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6624 situation.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6625
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6626 @node save-restriction, what-line, Narrowing advantages, Narrowing & Widening
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6627 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6628 @section The @code{save-restriction} Special Form
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6629 @findex save-restriction
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6630
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6631 In Emacs Lisp, you can use the @code{save-restriction} special form to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6632 keep track of whatever narrowing is in effect, if any. When the Lisp
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6633 interpreter meets with @code{save-restriction}, it executes the code
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6634 in the body of the @code{save-restriction} expression, and then undoes
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6635 any changes to narrowing that the code caused. If, for example, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6636 buffer is narrowed and the code that follows @code{save-restriction}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6637 gets rid of the narrowing, @code{save-restriction} returns the buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6638 to its narrowed region afterwards. In the @code{what-line} command,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6639 any narrowing the buffer may have is undone by the @code{widen}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6640 command that immediately follows the @code{save-restriction} command.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6641 Any original narrowing is restored just before the completion of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6642 function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6643
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6644 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6645 The template for a @code{save-restriction} expression is simple:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6646
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6647 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6648 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6649 (save-restriction
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6650 @var{body}@dots{} )
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6651 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6652 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6653
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6654 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6655 The body of the @code{save-restriction} is one or more expressions that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6656 will be evaluated in sequence by the Lisp interpreter.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6657
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6658 Finally, a point to note: when you use both @code{save-excursion} and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6659 @code{save-restriction}, one right after the other, you should use
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6660 @code{save-excursion} outermost. If you write them in reverse order,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6661 you may fail to record narrowing in the buffer to which Emacs switches
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6662 after calling @code{save-excursion}. Thus, when written together,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6663 @code{save-excursion} and @code{save-restriction} should be written
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6664 like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6665
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6666 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6667 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6668 (save-excursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6669 (save-restriction
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6670 @var{body}@dots{}))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6671 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6672 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6673
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6674 In other circumstances, when not written together, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6675 @code{save-excursion} and @code{save-restriction} special forms must
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6676 be written in the order appropriate to the function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6677
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6678 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6679 For example,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6680
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6681 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6682 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6683 (save-restriction
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6684 (widen)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6685 (save-excursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6686 @var{body}@dots{}))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6687 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6688 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6689
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6690 @ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6691 Emacs 22
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6692 /usr/local/src/emacs/lisp/simple.el
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6693
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6694 (defun what-line ()
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6695 "Print the current buffer line number and narrowed line number of point."
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6696 (interactive)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6697 (let ((start (point-min))
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6698 (n (line-number-at-pos)))
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6699 (if (= start 1)
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6700 (message "Line %d" n)
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6701 (save-excursion
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6702 (save-restriction
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6703 (widen)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6704 (message "line %d (narrowed line %d)"
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6705 (+ n (line-number-at-pos start) -1) n))))))
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6706
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6707 (defun line-number-at-pos (&optional pos)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6708 "Return (narrowed) buffer line number at position POS.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6709 If POS is nil, use current buffer location.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6710 Counting starts at (point-min), so the value refers
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6711 to the contents of the accessible portion of the buffer."
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6712 (let ((opoint (or pos (point))) start)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6713 (save-excursion
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6714 (goto-char (point-min))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6715 (setq start (point))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6716 (goto-char opoint)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6717 (forward-line 0)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6718 (1+ (count-lines start (point))))))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6719
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6720 (defun count-lines (start end)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6721 "Return number of lines between START and END.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6722 This is usually the number of newlines between them,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6723 but can be one more if START is not equal to END
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6724 and the greater of them is not at the start of a line."
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6725 (save-excursion
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6726 (save-restriction
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6727 (narrow-to-region start end)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6728 (goto-char (point-min))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6729 (if (eq selective-display t)
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6730 (save-match-data
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6731 (let ((done 0))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6732 (while (re-search-forward "[\n\C-m]" nil t 40)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6733 (setq done (+ 40 done)))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6734 (while (re-search-forward "[\n\C-m]" nil t 1)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6735 (setq done (+ 1 done)))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6736 (goto-char (point-max))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6737 (if (and (/= start end)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6738 (not (bolp)))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6739 (1+ done)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6740 done)))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6741 (- (buffer-size) (forward-line (buffer-size)))))))
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6742 @end ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6743
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6744 @node what-line, narrow Exercise, save-restriction, Narrowing & Widening
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6745 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6746 @section @code{what-line}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6747 @findex what-line
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6748 @cindex Widening, example of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6749
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6750 The @code{what-line} command tells you the number of the line in which
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6751 the cursor is located. The function illustrates the use of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6752 @code{save-restriction} and @code{save-excursion} commands. Here is the
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
6753 original text of the function:
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6754
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6755 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6756 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6757 (defun what-line ()
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6758 "Print the current line number (in the buffer) of point."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6759 (interactive)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6760 (save-restriction
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6761 (widen)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6762 (save-excursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6763 (beginning-of-line)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6764 (message "Line %d"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6765 (1+ (count-lines 1 (point)))))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6766 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6767 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6768
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
6769 (In recent versions of GNU Emacs, the @code{what-line} function has
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
6770 been expanded to tell you your line number in a narrowed buffer as
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
6771 well as your line number in a widened buffer. The recent version is
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
6772 more complex than the version shown here. If you feel adventurous,
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
6773 you might want to look at it after figuring out how this version
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6774 works. You will probably need to use @kbd{C-h f}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6775 (@code{describe-function}). The newer version uses a conditional to
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6776 determine whether the buffer has been narrowed.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6777
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6778 (Also, it uses @code{line-number-at-pos}, which among other simple
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6779 expressions, such as @code{(goto-char (point-min))}, moves point to
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6780 the beginning of the current line with @code{(forward-line 0)} rather
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6781 than @code{beginning-of-line}.)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6782
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6783 The @code{what-line} function as shown here has a documentation line
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6784 and is interactive, as you would expect. The next two lines use the
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
6785 functions @code{save-restriction} and @code{widen}.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6786
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6787 The @code{save-restriction} special form notes whatever narrowing is in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6788 effect, if any, in the current buffer and restores that narrowing after
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6789 the code in the body of the @code{save-restriction} has been evaluated.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6790
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6791 The @code{save-restriction} special form is followed by @code{widen}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6792 This function undoes any narrowing the current buffer may have had
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6793 when @code{what-line} was called. (The narrowing that was there is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6794 the narrowing that @code{save-restriction} remembers.) This widening
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6795 makes it possible for the line counting commands to count from the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6796 beginning of the buffer. Otherwise, they would have been limited to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6797 counting within the accessible region. Any original narrowing is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6798 restored just before the completion of the function by the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6799 @code{save-restriction} special form.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6801 The call to @code{widen} is followed by @code{save-excursion}, which
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6802 saves the location of the cursor (i.e., of point) and of the mark, and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6803 restores them after the code in the body of the @code{save-excursion}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6804 uses the @code{beginning-of-line} function to move point.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6805
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6806 (Note that the @code{(widen)} expression comes between the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6807 @code{save-restriction} and @code{save-excursion} special forms. When
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6808 you write the two @code{save- @dots{}} expressions in sequence, write
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6809 @code{save-excursion} outermost.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6810
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6811 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6812 The last two lines of the @code{what-line} function are functions to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6813 count the number of lines in the buffer and then print the number in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6814 echo area.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6815
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6816 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6817 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6818 (message "Line %d"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6819 (1+ (count-lines 1 (point)))))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6820 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6821 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6822
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6823 The @code{message} function prints a one-line message at the bottom of
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6824 the Emacs screen. The first argument is inside of quotation marks and
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6825 is printed as a string of characters. However, it may contain a
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6826 @samp{%d} expression to print a following argument. @samp{%d} prints
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6827 the argument as a decimal, so the message will say something such as
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6828 @samp{Line 243}.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6829
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6830 @need 1200
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6831 The number that is printed in place of the @samp{%d} is computed by the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6832 last line of the function:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6833
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6834 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6835 (1+ (count-lines 1 (point)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6836 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6837
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6838 @ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6839 GNU Emacs 22
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6840
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6841 (defun count-lines (start end)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6842 "Return number of lines between START and END.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6843 This is usually the number of newlines between them,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6844 but can be one more if START is not equal to END
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6845 and the greater of them is not at the start of a line."
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6846 (save-excursion
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6847 (save-restriction
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6848 (narrow-to-region start end)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6849 (goto-char (point-min))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6850 (if (eq selective-display t)
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6851 (save-match-data
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6852 (let ((done 0))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6853 (while (re-search-forward "[\n\C-m]" nil t 40)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6854 (setq done (+ 40 done)))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6855 (while (re-search-forward "[\n\C-m]" nil t 1)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6856 (setq done (+ 1 done)))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6857 (goto-char (point-max))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6858 (if (and (/= start end)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6859 (not (bolp)))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6860 (1+ done)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6861 done)))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6862 (- (buffer-size) (forward-line (buffer-size)))))))
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6863 @end ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6864
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6865 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6866 What this does is count the lines from the first position of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6867 buffer, indicated by the @code{1}, up to @code{(point)}, and then add
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6868 one to that number. (The @code{1+} function adds one to its
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6869 argument.) We add one to it because line 2 has only one line before
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6870 it, and @code{count-lines} counts only the lines @emph{before} the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6871 current line.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6872
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6873 After @code{count-lines} has done its job, and the message has been
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6874 printed in the echo area, the @code{save-excursion} restores point and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6875 mark to their original positions; and @code{save-restriction} restores
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6876 the original narrowing, if any.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6877
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6878 @node narrow Exercise, , what-line, Narrowing & Widening
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6879 @section Exercise with Narrowing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6880
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6881 Write a function that will display the first 60 characters of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6882 current buffer, even if you have narrowed the buffer to its latter
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
6883 half so that the first line is inaccessible. Restore point, mark, and
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
6884 narrowing. For this exercise, you need to use a whole potpourri of
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
6885 functions, including @code{save-restriction}, @code{widen},
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
6886 @code{goto-char}, @code{point-min}, @code{message}, and
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
6887 @code{buffer-substring}.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
6888
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
6889 @cindex Properties, mention of @code{buffer-substring-no-properties}
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
6890 (@code{buffer-substring} is a previously unmentioned function you will
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
6891 have to investigate yourself; or perhaps you will have to use
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6892 @code{buffer-substring-no-properties} or
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6893 @code{filter-buffer-substring} @dots{}, yet other functions. Text
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6894 properties are a feature otherwise not discussed here. @xref{Text
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6895 Properties, , Text Properties, elisp, The GNU Emacs Lisp Reference
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6896 Manual}.)
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6897
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6898 Additionally, do you really need @code{goto-char} or @code{point-min}?
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
6899 Or can you write the function without them?
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6900
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6901 @node car cdr & cons, Cutting & Storing Text, Narrowing & Widening, Top
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6902 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6903 @chapter @code{car}, @code{cdr}, @code{cons}: Fundamental Functions
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6904 @findex car, @r{introduced}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6905 @findex cdr, @r{introduced}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6906
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6907 In Lisp, @code{car}, @code{cdr}, and @code{cons} are fundamental
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6908 functions. The @code{cons} function is used to construct lists, and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6909 the @code{car} and @code{cdr} functions are used to take them apart.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6910
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6911 In the walk through of the @code{copy-region-as-kill} function, we
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6912 will see @code{cons} as well as two variants on @code{cdr},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6913 namely, @code{setcdr} and @code{nthcdr}. (@xref{copy-region-as-kill}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6914
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6915 @menu
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6916 * Strange Names::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6917 * car & cdr::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6918 * cons::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6919 * nthcdr::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6920 * nth::
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6921 * setcar::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
6922 * setcdr::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6923 * cons Exercise::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6924 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6925
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6926 @node Strange Names, car & cdr, car cdr & cons, car cdr & cons
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6927 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6928 @unnumberedsec Strange Names
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6929 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6930
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6931 The name of the @code{cons} function is not unreasonable: it is an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6932 abbreviation of the word `construct'. The origins of the names for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6933 @code{car} and @code{cdr}, on the other hand, are esoteric: @code{car}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6934 is an acronym from the phrase `Contents of the Address part of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6935 Register'; and @code{cdr} (pronounced `could-er') is an acronym from
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6936 the phrase `Contents of the Decrement part of the Register'. These
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6937 phrases refer to specific pieces of hardware on the very early
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6938 computer on which the original Lisp was developed. Besides being
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6939 obsolete, the phrases have been completely irrelevant for more than 25
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6940 years to anyone thinking about Lisp. Nonetheless, although a few
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6941 brave scholars have begun to use more reasonable names for these
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6942 functions, the old terms are still in use. In particular, since the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6943 terms are used in the Emacs Lisp source code, we will use them in this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6944 introduction.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6945
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6946 @node car & cdr, cons, Strange Names, car cdr & cons
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6947 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6948 @section @code{car} and @code{cdr}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6949
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6950 The @sc{car} of a list is, quite simply, the first item in the list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6951 Thus the @sc{car} of the list @code{(rose violet daisy buttercup)} is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6952 @code{rose}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6953
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6954 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6955 If you are reading this in Info in GNU Emacs, you can see this by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6956 evaluating the following:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6957
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6958 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6959 (car '(rose violet daisy buttercup))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6960 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6961
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6962 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6963 After evaluating the expression, @code{rose} will appear in the echo
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6964 area.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6965
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6966 Clearly, a more reasonable name for the @code{car} function would be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6967 @code{first} and this is often suggested.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6968
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6969 @code{car} does not remove the first item from the list; it only reports
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6970 what it is. After @code{car} has been applied to a list, the list is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6971 still the same as it was. In the jargon, @code{car} is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6972 `non-destructive'. This feature turns out to be important.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6973
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6974 The @sc{cdr} of a list is the rest of the list, that is, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6975 @code{cdr} function returns the part of the list that follows the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6976 first item. Thus, while the @sc{car} of the list @code{'(rose violet
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6977 daisy buttercup)} is @code{rose}, the rest of the list, the value
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6978 returned by the @code{cdr} function, is @code{(violet daisy
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6979 buttercup)}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6980
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
6981 @need 800
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6982 You can see this by evaluating the following in the usual way:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6983
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6984 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6985 (cdr '(rose violet daisy buttercup))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6986 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6987
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6988 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6989 When you evaluate this, @code{(violet daisy buttercup)} will appear in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6990 the echo area.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6991
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6992 Like @code{car}, @code{cdr} does not remove any elements from the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6993 list---it just returns a report of what the second and subsequent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6994 elements are.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6995
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6996 Incidentally, in the example, the list of flowers is quoted. If it were
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6997 not, the Lisp interpreter would try to evaluate the list by calling
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6998 @code{rose} as a function. In this example, we do not want to do that.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6999
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7000 Clearly, a more reasonable name for @code{cdr} would be @code{rest}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7001
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7002 (There is a lesson here: when you name new functions, consider very
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7003 carefully what you are doing, since you may be stuck with the names
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7004 for far longer than you expect. The reason this document perpetuates
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7005 these names is that the Emacs Lisp source code uses them, and if I did
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7006 not use them, you would have a hard time reading the code; but do,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7007 please, try to avoid using these terms yourself. The people who come
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7008 after you will be grateful to you.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7009
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7010 When @code{car} and @code{cdr} are applied to a list made up of symbols,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7011 such as the list @code{(pine fir oak maple)}, the element of the list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7012 returned by the function @code{car} is the symbol @code{pine} without
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7013 any parentheses around it. @code{pine} is the first element in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7014 list. However, the @sc{cdr} of the list is a list itself, @code{(fir
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7015 oak maple)}, as you can see by evaluating the following expressions in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7016 the usual way:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7017
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7018 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7019 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7020 (car '(pine fir oak maple))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7021
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7022 (cdr '(pine fir oak maple))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7023 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7024 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7025
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7026 On the other hand, in a list of lists, the first element is itself a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7027 list. @code{car} returns this first element as a list. For example,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7028 the following list contains three sub-lists, a list of carnivores, a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7029 list of herbivores and a list of sea mammals:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7030
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7031 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7032 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7033 (car '((lion tiger cheetah)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7034 (gazelle antelope zebra)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7035 (whale dolphin seal)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7036 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7037 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7038
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7039 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7040 In this example, the first element or @sc{car} of the list is the list of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7041 carnivores, @code{(lion tiger cheetah)}, and the rest of the list is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7042 @code{((gazelle antelope zebra) (whale dolphin seal))}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7043
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7044 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7045 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7046 (cdr '((lion tiger cheetah)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7047 (gazelle antelope zebra)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7048 (whale dolphin seal)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7049 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7050 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7051
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7052 It is worth saying again that @code{car} and @code{cdr} are
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7053 non-destructive---that is, they do not modify or change lists to which
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7054 they are applied. This is very important for how they are used.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7055
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7056 Also, in the first chapter, in the discussion about atoms, I said that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7057 in Lisp, ``certain kinds of atom, such as an array, can be separated
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7058 into parts; but the mechanism for doing this is different from the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7059 mechanism for splitting a list. As far as Lisp is concerned, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7060 atoms of a list are unsplittable.'' (@xref{Lisp Atoms}.) The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7061 @code{car} and @code{cdr} functions are used for splitting lists and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7062 are considered fundamental to Lisp. Since they cannot split or gain
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7063 access to the parts of an array, an array is considered an atom.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7064 Conversely, the other fundamental function, @code{cons}, can put
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7065 together or construct a list, but not an array. (Arrays are handled
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7066 by array-specific functions. @xref{Arrays, , Arrays, elisp, The GNU
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7067 Emacs Lisp Reference Manual}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7068
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7069 @node cons, nthcdr, car & cdr, car cdr & cons
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7070 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7071 @section @code{cons}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7072 @findex cons, @r{introduced}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7073
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7074 The @code{cons} function constructs lists; it is the inverse of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7075 @code{car} and @code{cdr}. For example, @code{cons} can be used to make
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7076 a four element list from the three element list, @code{(fir oak maple)}:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7077
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7078 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7079 (cons 'pine '(fir oak maple))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7080 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7081
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7082 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7083 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7084 After evaluating this list, you will see
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7085
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7086 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7087 (pine fir oak maple)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7088 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7089
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7090 @noindent
45663
046819540e6d Fix typos, clarify language.
Robert J. Chassell <bob@rattlesnake.com>
parents: 44899
diff changeset
7091 appear in the echo area. @code{cons} causes the creation of a new
046819540e6d Fix typos, clarify language.
Robert J. Chassell <bob@rattlesnake.com>
parents: 44899
diff changeset
7092 list in which the element is followed by the elements of the original
046819540e6d Fix typos, clarify language.
Robert J. Chassell <bob@rattlesnake.com>
parents: 44899
diff changeset
7093 list.
046819540e6d Fix typos, clarify language.
Robert J. Chassell <bob@rattlesnake.com>
parents: 44899
diff changeset
7094
046819540e6d Fix typos, clarify language.
Robert J. Chassell <bob@rattlesnake.com>
parents: 44899
diff changeset
7095 We often say that `@code{cons} puts a new element at the beginning of
046819540e6d Fix typos, clarify language.
Robert J. Chassell <bob@rattlesnake.com>
parents: 44899
diff changeset
7096 a list; it attaches or pushes elements onto the list', but this
046819540e6d Fix typos, clarify language.
Robert J. Chassell <bob@rattlesnake.com>
parents: 44899
diff changeset
7097 phrasing can be misleading, since @code{cons} does not change an
046819540e6d Fix typos, clarify language.
Robert J. Chassell <bob@rattlesnake.com>
parents: 44899
diff changeset
7098 existing list, but creates a new one.
046819540e6d Fix typos, clarify language.
Robert J. Chassell <bob@rattlesnake.com>
parents: 44899
diff changeset
7099
046819540e6d Fix typos, clarify language.
Robert J. Chassell <bob@rattlesnake.com>
parents: 44899
diff changeset
7100 Like @code{car} and @code{cdr}, @code{cons} is non-destructive.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7101
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7102 @menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7103 * Build a list::
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7104 * length::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7105 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7106
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7107 @node Build a list, length, cons, cons
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7108 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7109 @unnumberedsubsec Build a list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7110 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7111
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7112 @code{cons} must have a list to attach to.@footnote{Actually, you can
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7113 @code{cons} an element to an atom to produce a dotted pair. Dotted
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7114 pairs are not discussed here; see @ref{Dotted Pair Notation, , Dotted
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7115 Pair Notation, elisp, The GNU Emacs Lisp Reference Manual}.} You
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7116 cannot start from absolutely nothing. If you are building a list, you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7117 need to provide at least an empty list at the beginning. Here is a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7118 series of @code{cons} expressions that build up a list of flowers. If
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7119 you are reading this in Info in GNU Emacs, you can evaluate each of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7120 the expressions in the usual way; the value is printed in this text
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7121 after @samp{@result{}}, which you may read as `evaluates to'.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7122
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7123 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7124 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7125 (cons 'buttercup ())
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7126 @result{} (buttercup)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7127 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7128
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7129 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7130 (cons 'daisy '(buttercup))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7131 @result{} (daisy buttercup)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7132 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7133
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7134 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7135 (cons 'violet '(daisy buttercup))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7136 @result{} (violet daisy buttercup)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7137 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7138
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7139 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7140 (cons 'rose '(violet daisy buttercup))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7141 @result{} (rose violet daisy buttercup)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7142 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7143 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7144
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7145 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7146 In the first example, the empty list is shown as @code{()} and a list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7147 made up of @code{buttercup} followed by the empty list is constructed.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7148 As you can see, the empty list is not shown in the list that was
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7149 constructed. All that you see is @code{(buttercup)}. The empty list is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7150 not counted as an element of a list because there is nothing in an empty
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7151 list. Generally speaking, an empty list is invisible.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7152
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7153 The second example, @code{(cons 'daisy '(buttercup))} constructs a new,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7154 two element list by putting @code{daisy} in front of @code{buttercup};
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7155 and the third example constructs a three element list by putting
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7156 @code{violet} in front of @code{daisy} and @code{buttercup}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7157
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7158 @node length, , Build a list, cons
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7159 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7160 @subsection Find the Length of a List: @code{length}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7161 @findex length
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7162
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7163 You can find out how many elements there are in a list by using the Lisp
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7164 function @code{length}, as in the following examples:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7165
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7166 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7167 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7168 (length '(buttercup))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7169 @result{} 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7170 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7171
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7172 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7173 (length '(daisy buttercup))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7174 @result{} 2
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7175 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7176
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7177 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7178 (length (cons 'violet '(daisy buttercup)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7179 @result{} 3
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7180 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7181 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7182
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7183 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7184 In the third example, the @code{cons} function is used to construct a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7185 three element list which is then passed to the @code{length} function as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7186 its argument.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7187
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7188 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7189 We can also use @code{length} to count the number of elements in an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7190 empty list:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7191
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7192 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7193 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7194 (length ())
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7195 @result{} 0
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7196 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7197 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7198
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7199 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7200 As you would expect, the number of elements in an empty list is zero.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7201
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7202 An interesting experiment is to find out what happens if you try to find
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7203 the length of no list at all; that is, if you try to call @code{length}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7204 without giving it an argument, not even an empty list:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7205
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7206 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7207 (length )
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7208 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7209
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7210 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7211 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7212 What you see, if you evaluate this, is the error message
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7213
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7214 @smallexample
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7215 Lisp error: (wrong-number-of-arguments length 0)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7216 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7217
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7218 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7219 This means that the function receives the wrong number of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7220 arguments, zero, when it expects some other number of arguments. In
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7221 this case, one argument is expected, the argument being a list whose
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7222 length the function is measuring. (Note that @emph{one} list is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7223 @emph{one} argument, even if the list has many elements inside it.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7224
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7225 The part of the error message that says @samp{length} is the name of
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7226 the function.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7227
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7228 @ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7229 @code{length} is still a subroutine, but you need C-h f to discover that.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7230
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7231 In an earlier version:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7232 This is written with a special notation, @samp{#<subr},
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7233 that indicates that the function @code{length} is one of the primitive
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7234 functions written in C rather than in Emacs Lisp. (@samp{subr} is an
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7235 abbreviation for `subroutine'.) @xref{What Is a Function, , What Is a
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7236 Function?, elisp , The GNU Emacs Lisp Reference Manual}, for more
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7237 about subroutines.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7238 @end ignore
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7239
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7240 @node nthcdr, nth, cons, car cdr & cons
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7241 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7242 @section @code{nthcdr}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7243 @findex nthcdr
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7244
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7245 The @code{nthcdr} function is associated with the @code{cdr} function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7246 What it does is take the @sc{cdr} of a list repeatedly.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7247
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7248 If you take the @sc{cdr} of the list @code{(pine fir
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7249 oak maple)}, you will be returned the list @code{(fir oak maple)}. If you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7250 repeat this on what was returned, you will be returned the list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7251 @code{(oak maple)}. (Of course, repeated @sc{cdr}ing on the original
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7252 list will just give you the original @sc{cdr} since the function does
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7253 not change the list. You need to evaluate the @sc{cdr} of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7254 @sc{cdr} and so on.) If you continue this, eventually you will be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7255 returned an empty list, which in this case, instead of being shown as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7256 @code{()} is shown as @code{nil}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7257
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7258 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7259 For review, here is a series of repeated @sc{cdr}s, the text following
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7260 the @samp{@result{}} shows what is returned.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7261
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7262 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7263 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7264 (cdr '(pine fir oak maple))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7265 @result{}(fir oak maple)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7266 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7267
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7268 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7269 (cdr '(fir oak maple))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7270 @result{} (oak maple)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7271 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7272
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7273 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7274 (cdr '(oak maple))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7275 @result{}(maple)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7276 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7277
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7278 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7279 (cdr '(maple))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7280 @result{} nil
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7281 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7282
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7283 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7284 (cdr 'nil)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7285 @result{} nil
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7286 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7287
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7288 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7289 (cdr ())
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7290 @result{} nil
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7291 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7292 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7293
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7294 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7295 You can also do several @sc{cdr}s without printing the values in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7296 between, like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7297
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7298 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7299 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7300 (cdr (cdr '(pine fir oak maple)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7301 @result{} (oak maple)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7302 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7303 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7304
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7305 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7306 In this example, the Lisp interpreter evaluates the innermost list first.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7307 The innermost list is quoted, so it just passes the list as it is to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7308 innermost @code{cdr}. This @code{cdr} passes a list made up of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7309 second and subsequent elements of the list to the outermost @code{cdr},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7310 which produces a list composed of the third and subsequent elements of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7311 the original list. In this example, the @code{cdr} function is repeated
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7312 and returns a list that consists of the original list without its
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7313 first two elements.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7314
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7315 The @code{nthcdr} function does the same as repeating the call to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7316 @code{cdr}. In the following example, the argument 2 is passed to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7317 function @code{nthcdr}, along with the list, and the value returned is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7318 the list without its first two items, which is exactly the same
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7319 as repeating @code{cdr} twice on the list:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7320
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7321 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7322 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7323 (nthcdr 2 '(pine fir oak maple))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7324 @result{} (oak maple)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7325 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7326 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7327
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7328 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7329 Using the original four element list, we can see what happens when
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7330 various numeric arguments are passed to @code{nthcdr}, including 0, 1,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7331 and 5:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7332
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7333 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7334 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7335 ;; @r{Leave the list as it was.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7336 (nthcdr 0 '(pine fir oak maple))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7337 @result{} (pine fir oak maple)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7338 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7339
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7340 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7341 ;; @r{Return a copy without the first element.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7342 (nthcdr 1 '(pine fir oak maple))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7343 @result{} (fir oak maple)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7344 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7345
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7346 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7347 ;; @r{Return a copy of the list without three elements.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7348 (nthcdr 3 '(pine fir oak maple))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7349 @result{} (maple)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7350 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7351
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7352 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7353 ;; @r{Return a copy lacking all four elements.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7354 (nthcdr 4 '(pine fir oak maple))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7355 @result{} nil
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7356 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7357
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7358 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7359 ;; @r{Return a copy lacking all elements.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7360 (nthcdr 5 '(pine fir oak maple))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7361 @result{} nil
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7362 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7363 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7364
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7365 @node nth, setcar, nthcdr, car cdr & cons
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7366 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7367 @section @code{nth}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7368 @findex nth
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7369
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7370 The @code{nthcdr} function takes the @sc{cdr} of a list repeatedly.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7371 The @code{nth} function takes the @sc{car} of the result returned by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7372 @code{nthcdr}. It returns the Nth element of the list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7373
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7374 @need 1500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7375 Thus, if it were not defined in C for speed, the definition of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7376 @code{nth} would be:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7377
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7378 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7379 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7380 (defun nth (n list)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7381 "Returns the Nth element of LIST.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7382 N counts from zero. If LIST is not that long, nil is returned."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7383 (car (nthcdr n list)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7384 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7385 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7386
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7387 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7388 (Originally, @code{nth} was defined in Emacs Lisp in @file{subr.el},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7389 but its definition was redone in C in the 1980s.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7390
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7391 The @code{nth} function returns a single element of a list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7392 This can be very convenient.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7393
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7394 Note that the elements are numbered from zero, not one. That is to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7395 say, the first element of a list, its @sc{car} is the zeroth element.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7396 This is called `zero-based' counting and often bothers people who
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7397 are accustomed to the first element in a list being number one, which
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7398 is `one-based'.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7399
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7400 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7401 For example:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7402
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7403 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7404 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7405 (nth 0 '("one" "two" "three"))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7406 @result{} "one"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7407
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7408 (nth 1 '("one" "two" "three"))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7409 @result{} "two"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7410 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7411 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7412
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7413 It is worth mentioning that @code{nth}, like @code{nthcdr} and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7414 @code{cdr}, does not change the original list---the function is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7415 non-destructive. This is in sharp contrast to the @code{setcar} and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7416 @code{setcdr} functions.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7417
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7418 @node setcar, setcdr, nth, car cdr & cons
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7419 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7420 @section @code{setcar}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7421 @findex setcar
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7422
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7423 As you might guess from their names, the @code{setcar} and @code{setcdr}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7424 functions set the @sc{car} or the @sc{cdr} of a list to a new value.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7425 They actually change the original list, unlike @code{car} and @code{cdr}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7426 which leave the original list as it was. One way to find out how this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7427 works is to experiment. We will start with the @code{setcar} function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7428
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7429 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7430 First, we can make a list and then set the value of a variable to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7431 list, using the @code{setq} function. Here is a list of animals:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7432
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7433 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7434 (setq animals '(antelope giraffe lion tiger))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7435 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7436
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7437 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7438 If you are reading this in Info inside of GNU Emacs, you can evaluate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7439 this expression in the usual fashion, by positioning the cursor after
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7440 the expression and typing @kbd{C-x C-e}. (I'm doing this right here
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7441 as I write this. This is one of the advantages of having the
73587
c84b73607df3 Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73554
diff changeset
7442 interpreter built into the computing environment. Incidentally, when
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7443 there is nothing on the line after the final parentheses, such as a
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7444 comment, point can be on the next line. Thus, if your cursor is in
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7445 the first column of the next line, you do not need to move it.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7446 Indeed, Emacs permits any amount of white space after the final
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7447 parenthesis.)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7448
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7449 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7450 When we evaluate the variable @code{animals}, we see that it is bound to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7451 the list @code{(antelope giraffe lion tiger)}:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7452
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7453 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7454 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7455 animals
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7456 @result{} (antelope giraffe lion tiger)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7457 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7458 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7459
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7460 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7461 Put another way, the variable @code{animals} points to the list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7462 @code{(antelope giraffe lion tiger)}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7463
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7464 Next, evaluate the function @code{setcar} while passing it two
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7465 arguments, the variable @code{animals} and the quoted symbol
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7466 @code{hippopotamus}; this is done by writing the three element list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7467 @code{(setcar animals 'hippopotamus)} and then evaluating it in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7468 usual fashion:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7469
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7470 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7471 (setcar animals 'hippopotamus)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7472 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7473
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7474 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7475 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7476 After evaluating this expression, evaluate the variable @code{animals}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7477 again. You will see that the list of animals has changed:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7478
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7479 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7480 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7481 animals
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7482 @result{} (hippopotamus giraffe lion tiger)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7483 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7484 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7485
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7486 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7487 The first element on the list, @code{antelope} is replaced by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7488 @code{hippopotamus}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7489
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7490 So we can see that @code{setcar} did not add a new element to the list
70909
02b9c43722d2 (setcar): replace an antelope rather than
David Kastrup <dak@gnu.org>
parents: 70725
diff changeset
7491 as @code{cons} would have; it replaced @code{antelope} with
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7492 @code{hippopotamus}; it @emph{changed} the list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7493
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7494 @node setcdr, cons Exercise, setcar, car cdr & cons
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7495 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7496 @section @code{setcdr}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7497 @findex setcdr
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7498
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7499 The @code{setcdr} function is similar to the @code{setcar} function,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7500 except that the function replaces the second and subsequent elements of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7501 a list rather than the first element.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7502
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
7503 (To see how to change the last element of a list, look ahead to
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
7504 @ref{kill-new function, , The @code{kill-new} function}, which uses
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
7505 the @code{nthcdr} and @code{setcdr} functions.)
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
7506
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7507 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7508 To see how this works, set the value of the variable to a list of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7509 domesticated animals by evaluating the following expression:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7510
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7511 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7512 (setq domesticated-animals '(horse cow sheep goat))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7513 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7514
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7515 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7516 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7517 If you now evaluate the list, you will be returned the list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7518 @code{(horse cow sheep goat)}:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7519
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7520 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7521 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7522 domesticated-animals
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7523 @result{} (horse cow sheep goat)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7524 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7525 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7526
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7527 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7528 Next, evaluate @code{setcdr} with two arguments, the name of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7529 variable which has a list as its value, and the list to which the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7530 @sc{cdr} of the first list will be set;
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7531
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7532 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7533 (setcdr domesticated-animals '(cat dog))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7534 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7535
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7536 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7537 If you evaluate this expression, the list @code{(cat dog)} will appear
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7538 in the echo area. This is the value returned by the function. The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7539 result we are interested in is the ``side effect'', which we can see by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7540 evaluating the variable @code{domesticated-animals}:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7541
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7542 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7543 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7544 domesticated-animals
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7545 @result{} (horse cat dog)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7546 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7547 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7548
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7549 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7550 Indeed, the list is changed from @code{(horse cow sheep goat)} to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7551 @code{(horse cat dog)}. The @sc{cdr} of the list is changed from
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7552 @code{(cow sheep goat)} to @code{(cat dog)}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7553
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7554 @node cons Exercise, , setcdr, car cdr & cons
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7555 @section Exercise
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7556
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7557 Construct a list of four birds by evaluating several expressions with
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7558 @code{cons}. Find out what happens when you @code{cons} a list onto
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7559 itself. Replace the first element of the list of four birds with a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7560 fish. Replace the rest of that list with a list of other fish.
44899
ebddb2618c17 Fixed typographic errors.
Robert J. Chassell <bob@rattlesnake.com>
parents: 43431
diff changeset
7561
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7562 @node Cutting & Storing Text, List Implementation, car cdr & cons, Top
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7563 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7564 @chapter Cutting and Storing Text
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7565 @cindex Cutting and storing text
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7566 @cindex Storing and cutting text
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7567 @cindex Killing text
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7568 @cindex Clipping text
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7569 @cindex Erasing text
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7570 @cindex Deleting text
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7571
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7572 Whenever you cut or clip text out of a buffer with a `kill' command in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7573 GNU Emacs, it is stored in a list and you can bring it back with a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7574 `yank' command.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7575
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7576 (The use of the word `kill' in Emacs for processes which specifically
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7577 @emph{do not} destroy the values of the entities is an unfortunate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7578 historical accident. A much more appropriate word would be `clip' since
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7579 that is what the kill commands do; they clip text out of a buffer and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7580 put it into storage from which it can be brought back. I have often
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7581 been tempted to replace globally all occurrences of `kill' in the Emacs
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7582 sources with `clip' and all occurrences of `killed' with `clipped'.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7583
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7584 @menu
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7585 * Storing Text::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7586 * zap-to-char::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7587 * kill-region::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7588 * copy-region-as-kill::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7589 * Digression into C::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7590 * defvar::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7591 * cons & search-fwd Review::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7592 * search Exercises::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7593 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7594
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7595 @node Storing Text, zap-to-char, Cutting & Storing Text, Cutting & Storing Text
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7596 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7597 @unnumberedsec Storing Text in a List
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7598 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7599
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7600 When text is cut out of a buffer, it is stored on a list. Successive
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7601 pieces of text are stored on the list successively, so the list might
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7602 look like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7603
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7604 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7605 ("a piece of text" "previous piece")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7606 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7607
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7608 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7609 @noindent
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7610 The function @code{cons} can be used to create a new list from a piece
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7611 of text (an `atom', to use the jargon) and an existing list, like
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7612 this:
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7613
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7614 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7615 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7616 (cons "another piece"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7617 '("a piece of text" "previous piece"))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7618 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7619 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7620
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7621 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7622 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7623 If you evaluate this expression, a list of three elements will appear in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7624 the echo area:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7625
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7626 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7627 ("another piece" "a piece of text" "previous piece")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7628 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7629
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7630 With the @code{car} and @code{nthcdr} functions, you can retrieve
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7631 whichever piece of text you want. For example, in the following code,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7632 @code{nthcdr 1 @dots{}} returns the list with the first item removed;
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7633 and the @code{car} returns the first element of that remainder---the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7634 second element of the original list:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7635
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7636 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7637 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7638 (car (nthcdr 1 '("another piece"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7639 "a piece of text"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7640 "previous piece")))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7641 @result{} "a piece of text"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7642 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7643 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7644
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7645 The actual functions in Emacs are more complex than this, of course.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7646 The code for cutting and retrieving text has to be written so that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7647 Emacs can figure out which element in the list you want---the first,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7648 second, third, or whatever. In addition, when you get to the end of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7649 the list, Emacs should give you the first element of the list, rather
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7650 than nothing at all.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7651
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7652 The list that holds the pieces of text is called the @dfn{kill ring}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7653 This chapter leads up to a description of the kill ring and how it is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7654 used by first tracing how the @code{zap-to-char} function works. This
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7655 function uses (or `calls') a function that invokes a function that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7656 manipulates the kill ring. Thus, before reaching the mountains, we
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7657 climb the foothills.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7658
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7659 A subsequent chapter describes how text that is cut from the buffer is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7660 retrieved. @xref{Yanking, , Yanking Text Back}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7661
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7662 @node zap-to-char, kill-region, Storing Text, Cutting & Storing Text
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7663 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7664 @section @code{zap-to-char}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7665 @findex zap-to-char
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7666
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
7667 The @code{zap-to-char} function changed little between GNU Emacs
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7668 version 19 and GNU Emacs version 22. However, @code{zap-to-char}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7669 calls another function, @code{kill-region}, which enjoyed a major
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7670 rewrite.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7671
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7672 The @code{kill-region} function in Emacs 19 is complex, but does not
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7673 use code that is important at this time. We will skip it.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7674
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7675 The @code{kill-region} function in Emacs 22 is easier to read than the
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7676 same function in Emacs 19 and introduces a very important concept,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7677 that of error handling. We will walk through the function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7678
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7679 But first, let us look at the interactive @code{zap-to-char} function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7680
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7681 @menu
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7682 * Complete zap-to-char::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7683 * zap-to-char interactive::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7684 * zap-to-char body::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7685 * search-forward::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7686 * progn::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7687 * Summing up zap-to-char::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7688 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7689
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7690 @node Complete zap-to-char, zap-to-char interactive, zap-to-char, zap-to-char
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7691 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7692 @unnumberedsubsec The Complete @code{zap-to-char} Implementation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7693 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7694
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
7695 The @code{zap-to-char} function removes the text in the region between
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
7696 the location of the cursor (i.e., of point) up to and including the
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
7697 next occurrence of a specified character. The text that
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
7698 @code{zap-to-char} removes is put in the kill ring; and it can be
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
7699 retrieved from the kill ring by typing @kbd{C-y} (@code{yank}). If
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
7700 the command is given an argument, it removes text through that number
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
7701 of occurrences. Thus, if the cursor were at the beginning of this
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
7702 sentence and the character were @samp{s}, @samp{Thus} would be
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
7703 removed. If the argument were two, @samp{Thus, if the curs} would be
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
7704 removed, up to and including the @samp{s} in @samp{cursor}.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7705
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7706 If the specified character is not found, @code{zap-to-char} will say
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7707 ``Search failed'', tell you the character you typed, and not remove
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7708 any text.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7709
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7710 In order to determine how much text to remove, @code{zap-to-char} uses
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7711 a search function. Searches are used extensively in code that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7712 manipulates text, and we will focus attention on them as well as on the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7713 deletion command.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7714
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7715 @ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7716 @c GNU Emacs version 19
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7717 (defun zap-to-char (arg char) ; version 19 implementation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7718 "Kill up to and including ARG'th occurrence of CHAR.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7719 Goes backward if ARG is negative; error if CHAR not found."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7720 (interactive "*p\ncZap to char: ")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7721 (kill-region (point)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7722 (progn
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7723 (search-forward
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7724 (char-to-string char) nil nil arg)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7725 (point))))
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7726 @end ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7727
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7728 @need 1250
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7729 Here is the complete text of the version 22 implementation of the function:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7730
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7731 @c GNU Emacs 22
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7732 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7733 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7734 (defun zap-to-char (arg char)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7735 "Kill up to and including ARG'th occurrence of CHAR.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7736 Case is ignored if `case-fold-search' is non-nil in the current buffer.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7737 Goes backward if ARG is negative; error if CHAR not found."
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7738 (interactive "p\ncZap to char: ")
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7739 (if (char-table-p translation-table-for-input)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7740 (setq char (or (aref translation-table-for-input char) char)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7741 (kill-region (point) (progn
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
7742 (search-forward (char-to-string char) nil nil arg)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
7743 (point))))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
7744 @end group
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
7745 @end smallexample
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
7746
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
7747 The documentation is thorough. You do need to know the jargon meaning
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
7748 of the word `kill'.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7749
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7750 @node zap-to-char interactive, zap-to-char body, Complete zap-to-char, zap-to-char
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7751 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7752 @subsection The @code{interactive} Expression
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7753
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7754 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7755 The interactive expression in the @code{zap-to-char} command looks like
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7756 this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7757
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7758 @smallexample
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7759 (interactive "p\ncZap to char: ")
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7760 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7761
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7762 The part within quotation marks, @code{"p\ncZap to char:@: "}, specifies
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7763 two different things. First, and most simply, is the @samp{p}.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7764 This part is separated from the next part by a newline, @samp{\n}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7765 The @samp{p} means that the first argument to the function will be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7766 passed the value of a `processed prefix'. The prefix argument is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7767 passed by typing @kbd{C-u} and a number, or @kbd{M-} and a number. If
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7768 the function is called interactively without a prefix, 1 is passed to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7769 this argument.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7770
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7771 The second part of @code{"p\ncZap to char:@: "} is
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7772 @samp{cZap to char:@: }. In this part, the lower case @samp{c}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7773 indicates that @code{interactive} expects a prompt and that the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7774 argument will be a character. The prompt follows the @samp{c} and is
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7775 the string @samp{Zap to char:@: } (with a space after the colon to
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7776 make it look good).
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7777
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7778 What all this does is prepare the arguments to @code{zap-to-char} so they
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7779 are of the right type, and give the user a prompt.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7780
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7781 In a read-only buffer, the @code{zap-to-char} function copies the text
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7782 to the kill ring, but does not remove it. The echo area displays a
73587
c84b73607df3 Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73554
diff changeset
7783 message saying that the buffer is read-only. Also, the terminal may
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7784 beep or blink at you.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7785
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7786 @node zap-to-char body, search-forward, zap-to-char interactive, zap-to-char
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7787 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7788 @subsection The Body of @code{zap-to-char}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7789
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7790 The body of the @code{zap-to-char} function contains the code that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7791 kills (that is, removes) the text in the region from the current
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7792 position of the cursor up to and including the specified character.
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7793
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7794 The first part of the code looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7795
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7796 @smallexample
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7797 (if (char-table-p translation-table-for-input)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7798 (setq char (or (aref translation-table-for-input char) char)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7799 (kill-region (point) (progn
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7800 (search-forward (char-to-string char) nil nil arg)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7801 (point)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7802 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7803
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7804 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7805 @code{char-table-p} is an hitherto unseen function. It determines
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7806 whether its argument is a character table. When it is, it sets the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7807 character passed to @code{zap-to-char} to one of them, if that
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7808 character exists, or to the character itself. (This becomes important
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7809 for certain characters in non-European languages. The @code{aref}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7810 function extracts an element from an array. It is an array-specific
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7811 function that is not described in this document. @xref{Arrays, ,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7812 Arrays, elisp, The GNU Emacs Lisp Reference Manual}.)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7813
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7814 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7815 @code{(point)} is the current position of the cursor.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7816
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7817 The next part of the code is an expression using @code{progn}. The body
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7818 of the @code{progn} consists of calls to @code{search-forward} and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7819 @code{point}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7820
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7821 It is easier to understand how @code{progn} works after learning about
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7822 @code{search-forward}, so we will look at @code{search-forward} and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7823 then at @code{progn}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7824
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7825 @node search-forward, progn, zap-to-char body, zap-to-char
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7826 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7827 @subsection The @code{search-forward} Function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7828 @findex search-forward
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7829
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7830 The @code{search-forward} function is used to locate the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7831 zapped-for-character in @code{zap-to-char}. If the search is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7832 successful, @code{search-forward} leaves point immediately after the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7833 last character in the target string. (In @code{zap-to-char}, the
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7834 target string is just one character long. @code{zap-to-char} uses the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7835 function @code{char-to-string} to ensure that the computer treats that
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7836 character as a string.) If the search is backwards,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7837 @code{search-forward} leaves point just before the first character in
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7838 the target. Also, @code{search-forward} returns @code{t} for true.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7839 (Moving point is therefore a `side effect'.)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7840
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7841 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7842 In @code{zap-to-char}, the @code{search-forward} function looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7843
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7844 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7845 (search-forward (char-to-string char) nil nil arg)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7846 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7847
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7848 The @code{search-forward} function takes four arguments:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7849
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7850 @enumerate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7851 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7852 The first argument is the target, what is searched for. This must be a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7853 string, such as @samp{"z"}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7854
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7855 As it happens, the argument passed to @code{zap-to-char} is a single
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7856 character. Because of the way computers are built, the Lisp
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7857 interpreter may treat a single character as being different from a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7858 string of characters. Inside the computer, a single character has a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7859 different electronic format than a string of one character. (A single
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7860 character can often be recorded in the computer using exactly one
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7861 byte; but a string may be longer, and the computer needs to be ready
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7862 for this.) Since the @code{search-forward} function searches for a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7863 string, the character that the @code{zap-to-char} function receives as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7864 its argument must be converted inside the computer from one format to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7865 the other; otherwise the @code{search-forward} function will fail.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7866 The @code{char-to-string} function is used to make this conversion.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7867
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7868 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7869 The second argument bounds the search; it is specified as a position in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7870 the buffer. In this case, the search can go to the end of the buffer,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7871 so no bound is set and the second argument is @code{nil}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7872
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7873 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7874 The third argument tells the function what it should do if the search
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7875 fails---it can signal an error (and print a message) or it can return
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7876 @code{nil}. A @code{nil} as the third argument causes the function to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7877 signal an error when the search fails.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7878
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7879 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7880 The fourth argument to @code{search-forward} is the repeat count---how
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7881 many occurrences of the string to look for. This argument is optional
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7882 and if the function is called without a repeat count, this argument is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7883 passed the value 1. If this argument is negative, the search goes
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7884 backwards.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7885 @end enumerate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7886
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7887 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7888 In template form, a @code{search-forward} expression looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7889
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7890 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7891 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7892 (search-forward "@var{target-string}"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7893 @var{limit-of-search}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7894 @var{what-to-do-if-search-fails}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7895 @var{repeat-count})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7896 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7897 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7898
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7899 We will look at @code{progn} next.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7900
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7901 @node progn, Summing up zap-to-char, search-forward, zap-to-char
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7902 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7903 @subsection The @code{progn} Special Form
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7904 @findex progn
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7905
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7906 @code{progn} is a special form that causes each of its arguments to be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7907 evaluated in sequence and then returns the value of the last one. The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7908 preceding expressions are evaluated only for the side effects they
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7909 perform. The values produced by them are discarded.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7910
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7911 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7912 The template for a @code{progn} expression is very simple:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7913
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7914 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7915 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7916 (progn
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7917 @var{body}@dots{})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7918 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7919 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7920
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7921 In @code{zap-to-char}, the @code{progn} expression has to do two things:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7922 put point in exactly the right position; and return the location of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7923 point so that @code{kill-region} will know how far to kill to.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7924
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7925 The first argument to the @code{progn} is @code{search-forward}. When
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7926 @code{search-forward} finds the string, the function leaves point
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7927 immediately after the last character in the target string. (In this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7928 case the target string is just one character long.) If the search is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7929 backwards, @code{search-forward} leaves point just before the first
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7930 character in the target. The movement of point is a side effect.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7931
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7932 The second and last argument to @code{progn} is the expression
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7933 @code{(point)}. This expression returns the value of point, which in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7934 this case will be the location to which it has been moved by
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7935 @code{search-forward}. (In the source, a line that tells the function
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7936 to go to the previous character, if it is going forward, was commented
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7937 out in 1999; I don't remember whether that feature or mis-feature was
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7938 ever a part of the distributed source.) The value of @code{point} is
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7939 returned by the @code{progn} expression and is passed to
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7940 @code{kill-region} as @code{kill-region}'s second argument.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7941
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7942 @node Summing up zap-to-char, , progn, zap-to-char
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7943 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7944 @subsection Summing up @code{zap-to-char}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7945
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7946 Now that we have seen how @code{search-forward} and @code{progn} work,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7947 we can see how the @code{zap-to-char} function works as a whole.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7948
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7949 The first argument to @code{kill-region} is the position of the cursor
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7950 when the @code{zap-to-char} command is given---the value of point at
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7951 that time. Within the @code{progn}, the search function then moves
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7952 point to just after the zapped-to-character and @code{point} returns the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7953 value of this location. The @code{kill-region} function puts together
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7954 these two values of point, the first one as the beginning of the region
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7955 and the second one as the end of the region, and removes the region.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7956
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7957 The @code{progn} special form is necessary because the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7958 @code{kill-region} command takes two arguments; and it would fail if
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7959 @code{search-forward} and @code{point} expressions were written in
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7960 sequence as two additional arguments. The @code{progn} expression is
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7961 a single argument to @code{kill-region} and returns the one value that
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7962 @code{kill-region} needs for its second argument.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7963
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7964 @node kill-region, copy-region-as-kill, zap-to-char, Cutting & Storing Text
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7965 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7966 @section @code{kill-region}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7967 @findex kill-region
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7968
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7969 The @code{zap-to-char} function uses the @code{kill-region} function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7970 This function clips text from a region and copies that text to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7971 the kill ring, from which it may be retrieved.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7972
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7973 @ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7974 GNU Emacs 22:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7975
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7976 (defun kill-region (beg end &optional yank-handler)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7977 "Kill (\"cut\") text between point and mark.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7978 This deletes the text from the buffer and saves it in the kill ring.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7979 The command \\[yank] can retrieve it from there.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7980 \(If you want to kill and then yank immediately, use \\[kill-ring-save].)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7981
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7982 If you want to append the killed region to the last killed text,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7983 use \\[append-next-kill] before \\[kill-region].
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7984
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7985 If the buffer is read-only, Emacs will beep and refrain from deleting
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7986 the text, but put the text in the kill ring anyway. This means that
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7987 you can use the killing commands to copy text from a read-only buffer.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7988
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7989 This is the primitive for programs to kill text (as opposed to deleting it).
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7990 Supply two arguments, character positions indicating the stretch of text
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7991 to be killed.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7992 Any command that calls this function is a \"kill command\".
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7993 If the previous command was also a kill command,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7994 the text killed this time appends to the text killed last time
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7995 to make one entry in the kill ring.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7996
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7997 In Lisp code, optional third arg YANK-HANDLER, if non-nil,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7998 specifies the yank-handler text property to be set on the killed
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
7999 text. See `insert-for-yank'."
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8000 ;; Pass point first, then mark, because the order matters
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8001 ;; when calling kill-append.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8002 (interactive (list (point) (mark)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8003 (unless (and beg end)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8004 (error "The mark is not set now, so there is no region"))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8005 (condition-case nil
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8006 (let ((string (filter-buffer-substring beg end t)))
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8007 (when string ;STRING is nil if BEG = END
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8008 ;; Add that string to the kill ring, one way or another.
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8009 (if (eq last-command 'kill-region)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8010 (kill-append string (< end beg) yank-handler)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8011 (kill-new string nil yank-handler)))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8012 (when (or string (eq last-command 'kill-region))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8013 (setq this-command 'kill-region))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8014 nil)
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8015 ((buffer-read-only text-read-only)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8016 ;; The code above failed because the buffer, or some of the characters
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8017 ;; in the region, are read-only.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8018 ;; We should beep, in case the user just isn't aware of this.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8019 ;; However, there's no harm in putting
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8020 ;; the region's text in the kill ring, anyway.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8021 (copy-region-as-kill beg end)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8022 ;; Set this-command now, so it will be set even if we get an error.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8023 (setq this-command 'kill-region)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8024 ;; This should barf, if appropriate, and give us the correct error.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8025 (if kill-read-only-ok
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8026 (progn (message "Read only text copied to kill ring") nil)
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8027 ;; Signal an error if the buffer is read-only.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8028 (barf-if-buffer-read-only)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8029 ;; If the buffer isn't read-only, the text is.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8030 (signal 'text-read-only (list (current-buffer)))))))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8031 @end ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8032
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8033 The Emacs 22 version of that function uses @code{condition-case} and
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8034 @code{copy-region-as-kill}, both of which we will explain.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8035 @code{condition-case} is an important special form.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8036
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8037 In essence, the @code{kill-region} function calls
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8038 @code{condition-case}, which takes three arguments. In this function,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8039 the first argument does nothing. The second argument contains the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8040 code that does the work when all goes well. The third argument
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8041 contains the code that is called in the event of an error.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8042
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8043 @menu
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8044 * Complete kill-region::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8045 * condition-case::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8046 * Lisp macro::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8047 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8048
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8049 @node Complete kill-region, condition-case, kill-region, kill-region
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8050 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8051 @unnumberedsubsec The Complete @code{kill-region} Definition
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8052 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8053
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8054 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8055 We will go through the @code{condition-case} code in a moment. First,
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8056 let us look at the definition of @code{kill-region}, with comments
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8057 added:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8058
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8059 @c GNU Emacs 22:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8060 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8061 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8062 (defun kill-region (beg end)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8063 "Kill (\"cut\") text between point and mark.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8064 This deletes the text from the buffer and saves it in the kill ring.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8065 The command \\[yank] can retrieve it from there. @dots{} "
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8066 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8067
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8068 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8069 ;; @bullet{} Since order matters, pass point first.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8070 (interactive (list (point) (mark)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8071 ;; @bullet{} And tell us if we cannot cut the text.
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8072 ;; `unless' is an `if' without a then-part.
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8073 (unless (and beg end)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8074 (error "The mark is not set now, so there is no region"))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8075 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8076
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8077 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8078 ;; @bullet{} `condition-case' takes three arguments.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8079 ;; If the first argument is nil, as it is here,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8080 ;; information about the error signal is not
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8081 ;; stored for use by another function.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8082 (condition-case nil
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8083 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8084
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8085 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8086 ;; @bullet{} The second argument to `condition-case' tells the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8087 ;; Lisp interpreter what to do when all goes well.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8088 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8089
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8090 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8091 ;; It starts with a `let' function that extracts the string
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8092 ;; and tests whether it exists. If so (that is what the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8093 ;; `when' checks), it calls an `if' function that determines
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8094 ;; whether the previous command was another call to
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8095 ;; `kill-region'; if it was, then the new text is appended to
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8096 ;; the previous text; if not, then a different function,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8097 ;; `kill-new', is called.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8098 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8099
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8100 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8101 ;; The `kill-append' function concatenates the new string and
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8102 ;; the old. The `kill-new' function inserts text into a new
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8103 ;; item in the kill ring.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8104 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8105
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8106 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8107 ;; `when' is an `if' without an else-part. The second `when'
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8108 ;; again checks whether the current string exists; in
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8109 ;; addition, it checks whether the previous command was
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8110 ;; another call to `kill-region'. If one or the other
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8111 ;; condition is true, then it sets the current command to
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8112 ;; be `kill-region'.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8113 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8114 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8115 (let ((string (filter-buffer-substring beg end t)))
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8116 (when string ;STRING is nil if BEG = END
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8117 ;; Add that string to the kill ring, one way or another.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8118 (if (eq last-command 'kill-region)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8119 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8120 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8121 ;; @minus{} `yank-handler' is an optional argument to
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8122 ;; `kill-region' that tells the `kill-append' and
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8123 ;; `kill-new' functions how deal with properties
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8124 ;; added to the text, such as `bold' or `italics'.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8125 (kill-append string (< end beg) yank-handler)
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8126 (kill-new string nil yank-handler)))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8127 (when (or string (eq last-command 'kill-region))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8128 (setq this-command 'kill-region))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8129 nil)
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8130 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8131
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8132 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8133 ;; @bullet{} The third argument to `condition-case' tells the interpreter
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8134 ;; what to do with an error.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8135 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8136 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8137 ;; The third argument has a conditions part and a body part.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8138 ;; If the conditions are met (in this case,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8139 ;; if text or buffer are read-only)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8140 ;; then the body is executed.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8141 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8142 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8143 ;; The first part of the third argument is the following:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8144 ((buffer-read-only text-read-only) ;; the if-part
73587
c84b73607df3 Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73554
diff changeset
8145 ;; @dots{} the then-part
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8146 (copy-region-as-kill beg end)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8147 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8148 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8149 ;; Next, also as part of the then-part, set this-command, so
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8150 ;; it will be set in an error
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8151 (setq this-command 'kill-region)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8152 ;; Finally, in the then-part, send a message if you may copy
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8153 ;; the text to the kill ring without signally an error, but
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8154 ;; don't if you may not.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8155 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8156 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8157 (if kill-read-only-ok
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8158 (progn (message "Read only text copied to kill ring") nil)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8159 (barf-if-buffer-read-only)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8160 ;; If the buffer isn't read-only, the text is.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8161 (signal 'text-read-only (list (current-buffer)))))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8162 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8163 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8164
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8165 @ignore
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8166 @c v 21
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8167 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8168 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8169 (defun kill-region (beg end)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8170 "Kill between point and mark.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8171 The text is deleted but saved in the kill ring."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8172 (interactive "r")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8173 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8174
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8175 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8176 ;; 1. `condition-case' takes three arguments.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8177 ;; If the first argument is nil, as it is here,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8178 ;; information about the error signal is not
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8179 ;; stored for use by another function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8180 (condition-case nil
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8181 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8182
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8183 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8184 ;; 2. The second argument to `condition-case'
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8185 ;; tells the Lisp interpreter what to do when all goes well.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8186 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8187
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8188 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8189 ;; The `delete-and-extract-region' function usually does the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8190 ;; work. If the beginning and ending of the region are both
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8191 ;; the same, then the variable `string' will be empty, or nil
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8192 (let ((string (delete-and-extract-region beg end)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8193 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8194
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8195 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8196 ;; `when' is an `if' clause that cannot take an `else-part'.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8197 ;; Emacs normally sets the value of `last-command' to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8198 ;; previous command.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8199 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8200 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8201 ;; `kill-append' concatenates the new string and the old.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8202 ;; `kill-new' inserts text into a new item in the kill ring.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8203 (when string
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8204 (if (eq last-command 'kill-region)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8205 ;; if true, prepend string
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8206 (kill-append string (< end beg))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8207 (kill-new string)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8208 (setq this-command 'kill-region))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8209 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8210
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8211 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8212 ;; 3. The third argument to `condition-case' tells the interpreter
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8213 ;; what to do with an error.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8214 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8215 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8216 ;; The third argument has a conditions part and a body part.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8217 ;; If the conditions are met (in this case,
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8218 ;; if text or buffer are read-only)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8219 ;; then the body is executed.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8220 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8221 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8222 ((buffer-read-only text-read-only) ;; this is the if-part
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8223 ;; then...
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8224 (copy-region-as-kill beg end)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8225 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8226 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8227 (if kill-read-only-ok ;; usually this variable is nil
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8228 (message "Read only text copied to kill ring")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8229 ;; or else, signal an error if the buffer is read-only;
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8230 (barf-if-buffer-read-only)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8231 ;; and, in any case, signal that the text is read-only.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8232 (signal 'text-read-only (list (current-buffer)))))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8233 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8234 @end smallexample
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8235 @end ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8236
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8237 @node condition-case, Lisp macro, Complete kill-region, kill-region
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8238 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8239 @subsection @code{condition-case}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8240 @findex condition-case
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8241
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8242 As we have seen earlier (@pxref{Making Errors, , Generate an Error
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8243 Message}), when the Emacs Lisp interpreter has trouble evaluating an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8244 expression, it provides you with help; in the jargon, this is called
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8245 ``signaling an error''. Usually, the computer stops the program and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8246 shows you a message.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8247
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8248 However, some programs undertake complicated actions. They should not
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8249 simply stop on an error. In the @code{kill-region} function, the most
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8250 likely error is that you will try to kill text that is read-only and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8251 cannot be removed. So the @code{kill-region} function contains code
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8252 to handle this circumstance. This code, which makes up the body of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8253 the @code{kill-region} function, is inside of a @code{condition-case}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8254 special form.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8255
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8256 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8257 The template for @code{condition-case} looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8258
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8259 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8260 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8261 (condition-case
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8262 @var{var}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8263 @var{bodyform}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8264 @var{error-handler}@dots{})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8265 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8266 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8267
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8268 The second argument, @var{bodyform}, is straightforward. The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8269 @code{condition-case} special form causes the Lisp interpreter to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8270 evaluate the code in @var{bodyform}. If no error occurs, the special
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8271 form returns the code's value and produces the side-effects, if any.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8272
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8273 In short, the @var{bodyform} part of a @code{condition-case}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8274 expression determines what should happen when everything works
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8275 correctly.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8276
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8277 However, if an error occurs, among its other actions, the function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8278 generating the error signal will define one or more error condition
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8279 names.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8280
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8281 An error handler is the third argument to @code{condition case}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8282 An error handler has two parts, a @var{condition-name} and a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8283 @var{body}. If the @var{condition-name} part of an error handler
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8284 matches a condition name generated by an error, then the @var{body}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8285 part of the error handler is run.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8286
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8287 As you will expect, the @var{condition-name} part of an error handler
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8288 may be either a single condition name or a list of condition names.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8289
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8290 Also, a complete @code{condition-case} expression may contain more
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8291 than one error handler. When an error occurs, the first applicable
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8292 handler is run.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8293
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8294 Lastly, the first argument to the @code{condition-case} expression,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8295 the @var{var} argument, is sometimes bound to a variable that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8296 contains information about the error. However, if that argument is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8297 nil, as is the case in @code{kill-region}, that information is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8298 discarded.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8299
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8300 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8301 In brief, in the @code{kill-region} function, the code
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8302 @code{condition-case} works like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8303
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8304 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8305 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8306 @var{If no errors}, @var{run only this code}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8307 @var{but}, @var{if errors}, @var{run this other code}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8308 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8309 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8310
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8311 @ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8312 2006 Oct 24
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8313 In Emacs 22,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8314 copy-region-as-kill is short, 12 lines, and uses
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8315 filter-buffer-substring, which is longer, 39 lines
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8316 and has delete-and-extract-region in it.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8317 delete-and-extract-region is written in C.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8318
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8319 see Initializing a Variable with @code{defvar}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8320 this is line 8054
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8321 Initializing a Variable with @code{defvar} includes line 8350
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8322 @end ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8323
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8324 @node Lisp macro, , condition-case, kill-region
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8325 @comment node-name, next, previous, up
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8326 @subsection Lisp macro
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8327 @cindex Macro, lisp
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8328 @cindex Lisp macro
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8329
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8330 The part of the @code{condition-case} expression that is evaluated in
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8331 the expectation that all goes well has a @code{when}. The code uses
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8332 @code{when} to determine whether the @code{string} variable points to
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8333 text that exists.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8334
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8335 A @code{when} expression is simply a programmers' convenience. It is
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8336 an @code{if} without the possibility of an else clause. In your mind,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8337 you can replace @code{when} with @code{if} and understand what goes
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8338 on. That is what the Lisp interpreter does.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8339
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8340 Technically speaking, @code{when} is a Lisp macro. A Lisp @dfn{macro}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8341 enables you to define new control constructs and other language
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8342 features. It tells the interpreter how to compute another Lisp
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8343 expression which will in turn compute the value. In this case, the
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8344 `other expression' is an @code{if} expression.
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8345
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8346 The @code{kill-region} function definition also has an @code{unless}
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8347 macro; it is the converse of @code{when}. The @code{unless} macro is
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8348 an @code{if} without a then clause
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8349
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8350 For more about Lisp macros, see @ref{Macros, , Macros, elisp, The GNU
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8351 Emacs Lisp Reference Manual}. The C programming language also
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8352 provides macros. These are different, but also useful.
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8353
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8354 @ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8355 We will briefly look at C macros in
45663
046819540e6d Fix typos, clarify language.
Robert J. Chassell <bob@rattlesnake.com>
parents: 44899
diff changeset
8356 @ref{Digression into C}.
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8357 @end ignore
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8358
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8359 @need 1200
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8360 Regarding the @code{when} macro, in the @code{condition-case}
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8361 expression, when the string has content, then another conditional
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8362 expression is executed. This is an @code{if} with both a then-part
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8363 and an else-part.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8364
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8365 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8366 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8367 (if (eq last-command 'kill-region)
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8368 (kill-append string (< end beg) yank-handler)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8369 (kill-new string nil yank-handler))
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8370 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8371 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8372
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8373 The then-part is evaluated if the previous command was another call to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8374 @code{kill-region}; if not, the else-part is evaluated.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8375
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8376 @code{yank-handler} is an optional argument to @code{kill-region} that
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8377 tells the @code{kill-append} and @code{kill-new} functions how deal
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8378 with properties added to the text, such as `bold' or `italics'.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8379
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8380 @code{last-command} is a variable that comes with Emacs that we have
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8381 not seen before. Normally, whenever a function is executed, Emacs
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8382 sets the value of @code{last-command} to the previous command.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8383
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8384 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8385 In this segment of the definition, the @code{if} expression checks
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8386 whether the previous command was @code{kill-region}. If it was,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8387
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8388 @smallexample
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8389 (kill-append string (< end beg) yank-handler)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8390 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8391
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8392 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8393 concatenates a copy of the newly clipped text to the just previously
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8394 clipped text in the kill ring.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8395
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8396 @node copy-region-as-kill, Digression into C, kill-region, Cutting & Storing Text
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8397 @comment node-name, next, previous, up
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8398 @section @code{copy-region-as-kill}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8399 @findex copy-region-as-kill
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8400 @findex nthcdr
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8401
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8402 The @code{copy-region-as-kill} function copies a region of text from a
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8403 buffer and (via either @code{kill-append} or @code{kill-new}) saves it
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8404 in the @code{kill-ring}.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8405
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8406 If you call @code{copy-region-as-kill} immediately after a
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8407 @code{kill-region} command, Emacs appends the newly copied text to the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8408 previously copied text. This means that if you yank back the text, you
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8409 get it all, from both this and the previous operation. On the other
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8410 hand, if some other command precedes the @code{copy-region-as-kill},
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8411 the function copies the text into a separate entry in the kill ring.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8412
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8413 @menu
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8414 * Complete copy-region-as-kill::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8415 * copy-region-as-kill body::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8416 @end menu
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8417
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8418 @node Complete copy-region-as-kill, copy-region-as-kill body, copy-region-as-kill, copy-region-as-kill
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8419 @ifnottex
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8420 @unnumberedsubsec The complete @code{copy-region-as-kill} function definition
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8421 @end ifnottex
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8422
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8423 @need 1200
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8424 Here is the complete text of the version 22 @code{copy-region-as-kill}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8425 function:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8426
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8427 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8428 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8429 (defun copy-region-as-kill (beg end)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8430 "Save the region as if killed, but don't kill it.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8431 In Transient Mark mode, deactivate the mark.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8432 If `interprogram-cut-function' is non-nil, also save the text for a window
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8433 system cut and paste."
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8434 (interactive "r")
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8435 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8436 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8437 (if (eq last-command 'kill-region)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8438 (kill-append (filter-buffer-substring beg end) (< end beg))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8439 (kill-new (filter-buffer-substring beg end)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8440 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8441 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8442 (if transient-mark-mode
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8443 (setq deactivate-mark t))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8444 nil)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8445 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8446 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8447
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8448 @need 800
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8449 As usual, this function can be divided into its component parts:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8450
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8451 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8452 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8453 (defun copy-region-as-kill (@var{argument-list})
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8454 "@var{documentation}@dots{}"
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8455 (interactive "r")
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8456 @var{body}@dots{})
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8457 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8458 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8459
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8460 The arguments are @code{beg} and @code{end} and the function is
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8461 interactive with @code{"r"}, so the two arguments must refer to the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8462 beginning and end of the region. If you have been reading though this
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8463 document from the beginning, understanding these parts of a function is
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8464 almost becoming routine.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8465
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8466 The documentation is somewhat confusing unless you remember that the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8467 word `kill' has a meaning different from usual. The `Transient Mark'
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8468 and @code{interprogram-cut-function} comments explain certain
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8469 side-effects.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8470
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8471 After you once set a mark, a buffer always contains a region. If you
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8472 wish, you can use Transient Mark mode to highlight the region
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8473 temporarily. (No one wants to highlight the region all the time, so
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8474 Transient Mark mode highlights it only at appropriate times. Many
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8475 people turn off Transient Mark mode, so the region is never
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8476 highlighted.)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8477
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8478 Also, a windowing system allows you to copy, cut, and paste among
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8479 different programs. In the X windowing system, for example, the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8480 @code{interprogram-cut-function} function is @code{x-select-text},
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8481 which works with the windowing system's equivalent of the Emacs kill
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8482 ring.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8483
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8484 The body of the @code{copy-region-as-kill} function starts with an
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8485 @code{if} clause. What this clause does is distinguish between two
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8486 different situations: whether or not this command is executed
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8487 immediately after a previous @code{kill-region} command. In the first
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8488 case, the new region is appended to the previously copied text.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8489 Otherwise, it is inserted into the beginning of the kill ring as a
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8490 separate piece of text from the previous piece.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8491
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8492 The last two lines of the function prevent the region from lighting up
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8493 if Transient Mark mode is turned on.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8494
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8495 The body of @code{copy-region-as-kill} merits discussion in detail.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8496
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8497 @node copy-region-as-kill body, , Complete copy-region-as-kill, copy-region-as-kill
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8498 @comment node-name, next, previous, up
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8499 @subsection The Body of @code{copy-region-as-kill}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8500
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8501 The @code{copy-region-as-kill} function works in much the same way as
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8502 the @code{kill-region} function. Both are written so that two or more
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8503 kills in a row combine their text into a single entry. If you yank
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8504 back the text from the kill ring, you get it all in one piece.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8505 Moreover, kills that kill forward from the current position of the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8506 cursor are added to the end of the previously copied text and commands
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8507 that copy text backwards add it to the beginning of the previously
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8508 copied text. This way, the words in the text stay in the proper
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8509 order.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8510
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8511 Like @code{kill-region}, the @code{copy-region-as-kill} function makes
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8512 use of the @code{last-command} variable that keeps track of the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8513 previous Emacs command.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8514
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8515 @menu
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8516 * last-command & this-command::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8517 * kill-append function::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8518 * kill-new function::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8519 @end menu
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8520
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8521 @node last-command & this-command, kill-append function, copy-region-as-kill body, copy-region-as-kill body
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8522 @ifnottex
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8523 @unnumberedsubsubsec @code{last-command} and @code{this-command}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8524 @end ifnottex
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8525
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8526 Normally, whenever a function is executed, Emacs sets the value of
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8527 @code{this-command} to the function being executed (which in this case
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8528 would be @code{copy-region-as-kill}). At the same time, Emacs sets
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8529 the value of @code{last-command} to the previous value of
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8530 @code{this-command}.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8531
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8532 In the first part of the body of the @code{copy-region-as-kill}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8533 function, an @code{if} expression determines whether the value of
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8534 @code{last-command} is @code{kill-region}. If so, the then-part of
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8535 the @code{if} expression is evaluated; it uses the @code{kill-append}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8536 function to concatenate the text copied at this call to the function
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8537 with the text already in the first element (the @sc{car}) of the kill
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8538 ring. On the other hand, if the value of @code{last-command} is not
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8539 @code{kill-region}, then the @code{copy-region-as-kill} function
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8540 attaches a new element to the kill ring using the @code{kill-new}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8541 function.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8542
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8543 @need 1250
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8544 The @code{if} expression reads as follows; it uses @code{eq}:
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8545
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8546 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8547 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8548 (if (eq last-command 'kill-region)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8549 ;; @r{then-part}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8550 (kill-append (filter-buffer-substring beg end) (< end beg))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8551 ;; @r{else-part}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8552 (kill-new (filter-buffer-substring beg end)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8553 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8554 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8555
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8556 @findex filter-buffer-substring
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8557 (The @code{filter-buffer-substring} function returns a filtered
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8558 substring of the buffer, if any. Optionally---the arguments are not
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8559 here, so neither is done---the function may delete the initial text or
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8560 return the text without its properties; this function is a replacement
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8561 for the older @code{buffer-substring} function, which came before text
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8562 properties were implemented.)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8563
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8564 @findex eq @r{(example of use)}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8565 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8566 The @code{eq} function tests whether its first argument is the same Lisp
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8567 object as its second argument. The @code{eq} function is similar to the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8568 @code{equal} function in that it is used to test for equality, but
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8569 differs in that it determines whether two representations are actually
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8570 the same object inside the computer, but with different names.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8571 @code{equal} determines whether the structure and contents of two
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8572 expressions are the same.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8573
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8574 If the previous command was @code{kill-region}, then the Emacs Lisp
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8575 interpreter calls the @code{kill-append} function
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8576
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8577 @node kill-append function, kill-new function, last-command & this-command, copy-region-as-kill body
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8578 @unnumberedsubsubsec The @code{kill-append} function
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8579 @findex kill-append
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8580
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8581 @need 800
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8582 The @code{kill-append} function looks like this:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8583
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8584 @c in GNU Emacs 22
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8585 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8586 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8587 (defun kill-append (string before-p &optional yank-handler)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8588 "Append STRING to the end of the latest kill in the kill ring.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8589 If BEFORE-P is non-nil, prepend STRING to the kill.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8590 @dots{} "
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8591 (let* ((cur (car kill-ring)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8592 (kill-new (if before-p (concat string cur) (concat cur string))
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8593 (or (= (length cur) 0)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8594 (equal yank-handler
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8595 (get-text-property 0 'yank-handler cur)))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8596 yank-handler)))
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8597 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8598 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8599
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8600 @ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8601 was:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8602 (defun kill-append (string before-p)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8603 "Append STRING to the end of the latest kill in the kill ring.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8604 If BEFORE-P is non-nil, prepend STRING to the kill.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8605 If `interprogram-cut-function' is set, pass the resulting kill to
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8606 it."
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8607 (kill-new (if before-p
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8608 (concat string (car kill-ring))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8609 (concat (car kill-ring) string))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8610 t))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8611 @end ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8612
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8613 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8614 The @code{kill-append} function is fairly straightforward. It uses
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8615 the @code{kill-new} function, which we will discuss in more detail in
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8616 a moment.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8617
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8618 (Also, the function provides an optional argument called
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8619 @code{yank-handler}; when invoked, this argument tells the function
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8620 how to deal with properties added to the text, such as `bold' or
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8621 `italics'.)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8622
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8623 @c !!! bug in GNU Emacs 22 version of kill-append ?
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8624 It has a @code{let*} function to set the value of the first element of
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8625 the kill ring to @code{cur}. (I do not know why the function does not
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8626 use @code{let} instead; only one value is set in the expression.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8627 Perhaps this is a bug that produces no problems?)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8628
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8629 Consider the conditional that is one of the two arguments to
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8630 @code{kill-new}. It uses @code{concat} to concatenate the new text to
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8631 the @sc{car} of the kill ring. Whether it prepends or appends the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8632 text depends on the results of an @code{if} expression:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8633
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8634 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8635 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8636 (if before-p ; @r{if-part}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8637 (concat string cur) ; @r{then-part}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8638 (concat cur string)) ; @r{else-part}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8639 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8640 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8641
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8642 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8643 If the region being killed is before the region that was killed in the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8644 last command, then it should be prepended before the material that was
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8645 saved in the previous kill; and conversely, if the killed text follows
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8646 what was just killed, it should be appended after the previous text.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8647 The @code{if} expression depends on the predicate @code{before-p} to
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8648 decide whether the newly saved text should be put before or after the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8649 previously saved text.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8650
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8651 The symbol @code{before-p} is the name of one of the arguments to
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8652 @code{kill-append}. When the @code{kill-append} function is
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8653 evaluated, it is bound to the value returned by evaluating the actual
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8654 argument. In this case, this is the expression @code{(< end beg)}.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8655 This expression does not directly determine whether the killed text in
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8656 this command is located before or after the kill text of the last
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8657 command; what it does is determine whether the value of the variable
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8658 @code{end} is less than the value of the variable @code{beg}. If it
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8659 is, it means that the user is most likely heading towards the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8660 beginning of the buffer. Also, the result of evaluating the predicate
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8661 expression, @code{(< end beg)}, will be true and the text will be
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8662 prepended before the previous text. On the other hand, if the value of
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8663 the variable @code{end} is greater than the value of the variable
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8664 @code{beg}, the text will be appended after the previous text.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8665
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8666 @need 800
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8667 When the newly saved text will be prepended, then the string with the new
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8668 text will be concatenated before the old text:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8669
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8670 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8671 (concat string cur)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8672 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8673
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8674 @need 1200
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8675 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8676 But if the text will be appended, it will be concatenated
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8677 after the old text:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8678
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8679 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8680 (concat cur string))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8681 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8682
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8683 To understand how this works, we first need to review the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8684 @code{concat} function. The @code{concat} function links together or
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8685 unites two strings of text. The result is a string. For example:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8686
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8687 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8688 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8689 (concat "abc" "def")
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8690 @result{} "abcdef"
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8691 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8692
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8693 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8694 (concat "new "
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8695 (car '("first element" "second element")))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8696 @result{} "new first element"
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8697
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8698 (concat (car
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8699 '("first element" "second element")) " modified")
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8700 @result{} "first element modified"
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8701 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8702 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8703
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8704 We can now make sense of @code{kill-append}: it modifies the contents
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8705 of the kill ring. The kill ring is a list, each element of which is
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8706 saved text. The @code{kill-append} function uses the @code{kill-new}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8707 function which in turn uses the @code{setcar} function.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8708
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8709 @node kill-new function, , kill-append function, copy-region-as-kill body
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8710 @unnumberedsubsubsec The @code{kill-new} function
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8711 @findex kill-new
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8712
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8713 @c in GNU Emacs 22, additional documentation to kill-new:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8714 @ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8715 Optional third arguments YANK-HANDLER controls how the STRING is later
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8716 inserted into a buffer; see `insert-for-yank' for details.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8717 When a yank handler is specified, STRING must be non-empty (the yank
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8718 handler, if non-nil, is stored as a `yank-handler' text property on STRING).
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8719
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8720 When the yank handler has a non-nil PARAM element, the original STRING
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8721 argument is not used by `insert-for-yank'. However, since Lisp code
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8722 may access and use elements from the kill ring directly, the STRING
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8723 argument should still be a \"useful\" string for such uses."
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8724 @end ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8725 @need 1200
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8726 The @code{kill-new} function looks like this:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8727
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8728 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8729 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8730 (defun kill-new (string &optional replace yank-handler)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8731 "Make STRING the latest kill in the kill ring.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8732 Set `kill-ring-yank-pointer' to point to it.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8733
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8734 If `interprogram-cut-function' is non-nil, apply it to STRING.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8735 Optional second argument REPLACE non-nil means that STRING will replace
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8736 the front of the kill ring, rather than being added to the list.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8737 @dots{}"
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8738 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8739 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8740 (if (> (length string) 0)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8741 (if yank-handler
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8742 (put-text-property 0 (length string)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8743 'yank-handler yank-handler string))
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8744 (if yank-handler
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8745 (signal 'args-out-of-range
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8746 (list string "yank-handler specified for empty string"))))
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8747 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8748 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8749 (if (fboundp 'menu-bar-update-yank-menu)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8750 (menu-bar-update-yank-menu string (and replace (car kill-ring))))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8751 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8752 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8753 (if (and replace kill-ring)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8754 (setcar kill-ring string)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8755 (push string kill-ring)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8756 (if (> (length kill-ring) kill-ring-max)
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8757 (setcdr (nthcdr (1- kill-ring-max) kill-ring) nil)))
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8758 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8759 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8760 (setq kill-ring-yank-pointer kill-ring)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8761 (if interprogram-cut-function
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8762 (funcall interprogram-cut-function string (not replace))))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8763 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8764 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8765 @ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8766 was:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8767 (defun kill-new (string &optional replace)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8768 "Make STRING the latest kill in the kill ring.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8769 Set the kill-ring-yank pointer to point to it.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8770 If `interprogram-cut-function' is non-nil, apply it to STRING.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8771 Optional second argument REPLACE non-nil means that STRING will replace
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8772 the front of the kill ring, rather than being added to the list."
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8773 (and (fboundp 'menu-bar-update-yank-menu)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8774 (menu-bar-update-yank-menu string (and replace (car kill-ring))))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8775 (if (and replace kill-ring)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8776 (setcar kill-ring string)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8777 (setq kill-ring (cons string kill-ring))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8778 (if (> (length kill-ring) kill-ring-max)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8779 (setcdr (nthcdr (1- kill-ring-max) kill-ring) nil)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8780 (setq kill-ring-yank-pointer kill-ring)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8781 (if interprogram-cut-function
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8782 (funcall interprogram-cut-function string (not replace))))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8783 @end ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8784
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8785 (Notice that the function is not interactive.)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8786
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8787 As usual, we can look at this function in parts.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8788
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8789 The function definition has an optional @code{yank-handler} argument,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8790 which when invoked tells the function how to deal with properties
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8791 added to the text, such as `bold' or `italics'. We will skip that.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8792
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8793 @need 1200
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8794 The first line of the documentation makes sense:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8795
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8796 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8797 Make STRING the latest kill in the kill ring.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8798 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8799
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8800 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8801 Let's skip over the rest of the documentation for the moment.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8802
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
8803 @noindent
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8804 Also, let's skip over the initial @code{if} expression and those lines
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8805 of code involving @code{menu-bar-update-yank-menu}. We will explain
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8806 them below.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8807
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8808 @need 1200
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8809 The critical lines are these:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8810
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8811 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8812 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8813 (if (and replace kill-ring)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8814 ;; @r{then}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8815 (setcar kill-ring string)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8816 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8817 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8818 ;; @r{else}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8819 (push string kill-ring)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8820 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8821 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8822 (setq kill-ring (cons string kill-ring))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8823 (if (> (length kill-ring) kill-ring-max)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8824 ;; @r{avoid overly long kill ring}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8825 (setcdr (nthcdr (1- kill-ring-max) kill-ring) nil)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8826 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8827 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8828 (setq kill-ring-yank-pointer kill-ring)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8829 (if interprogram-cut-function
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8830 (funcall interprogram-cut-function string (not replace))))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8831 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8832 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8833
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8834 The conditional test is @w{@code{(and replace kill-ring)}}.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8835 This will be true when two conditions are met: the kill ring has
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8836 something in it, and the @code{replace} variable is true.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8837
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8838 @need 1250
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8839 When the @code{kill-append} function sets @code{replace} to be true
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8840 and when the kill ring has at least one item in it, the @code{setcar}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8841 expression is executed:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8842
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8843 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8844 (setcar kill-ring string)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8845 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8846
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8847 The @code{setcar} function actually changes the first element of the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8848 @code{kill-ring} list to the value of @code{string}. It replaces the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8849 first element.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8850
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8851 @need 1250
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8852 On the other hand, if the kill ring is empty, or replace is false, the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8853 else-part of the condition is executed:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8854
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8855 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8856 (push string kill-ring)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8857 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8858
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8859 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8860 @need 1250
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8861 @code{push} puts its first argument onto the second. It is similar to
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8862 the older
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8863
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8864 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8865 (setq kill-ring (cons string kill-ring))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8866 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8867
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8868 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8869 @need 1250
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8870 or the newer
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8871
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8872 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8873 (add-to-list kill-ring string)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8874 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8875
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8876 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8877 When it is false, the expression first constructs a new version of the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8878 kill ring by prepending @code{string} to the existing kill ring as a
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8879 new element (that is what the @code{push} does). Then it executes a
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8880 second @code{if} clause. This second @code{if} clause keeps the kill
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8881 ring from growing too long.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8882
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8883 Let's look at these two expressions in order.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8884
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8885 The @code{push} line of the else-part sets the new value of the kill
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8886 ring to what results from adding the string being killed to the old
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8887 kill ring.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8888
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8889 We can see how this works with an example.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8890
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8891 @need 800
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8892 First,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8893
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8894 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8895 (setq example-list '("here is a clause" "another clause"))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8896 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8897
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8898 @need 1200
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8899 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8900 After evaluating this expression with @kbd{C-x C-e}, you can evaluate
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8901 @code{example-list} and see what it returns:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8902
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8903 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8904 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8905 example-list
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8906 @result{} ("here is a clause" "another clause")
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8907 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8908 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8909
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8910 @need 1200
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8911 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8912 Now, we can add a new element on to this list by evaluating the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8913 following expression:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8914 @findex push, @r{example}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8915
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8916 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8917 (push "a third clause" example-list)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8918 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8919
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8920 @need 800
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8921 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8922 When we evaluate @code{example-list}, we find its value is:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8923
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8924 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8925 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8926 example-list
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8927 @result{} ("a third clause" "here is a clause" "another clause")
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8928 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8929 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8930
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8931 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8932 Thus, the third clause is added to the list by @code{push}.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8933
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8934 @need 1200
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8935 Now for the second part of the @code{if} clause. This expression
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8936 keeps the kill ring from growing too long. It looks like this:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8937
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8938 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8939 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8940 (if (> (length kill-ring) kill-ring-max)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8941 (setcdr (nthcdr (1- kill-ring-max) kill-ring) nil))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8942 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8943 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8944
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8945 The code checks whether the length of the kill ring is greater than
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8946 the maximum permitted length. This is the value of
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8947 @code{kill-ring-max} (which is 60, by default). If the length of the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8948 kill ring is too long, then this code sets the last element of the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8949 kill ring to @code{nil}. It does this by using two functions,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8950 @code{nthcdr} and @code{setcdr}.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8951
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8952 We looked at @code{setcdr} earlier (@pxref{setcdr, , @code{setcdr}}).
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8953 It sets the @sc{cdr} of a list, just as @code{setcar} sets the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8954 @sc{car} of a list. In this case, however, @code{setcdr} will not be
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8955 setting the @sc{cdr} of the whole kill ring; the @code{nthcdr}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8956 function is used to cause it to set the @sc{cdr} of the next to last
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8957 element of the kill ring---this means that since the @sc{cdr} of the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8958 next to last element is the last element of the kill ring, it will set
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8959 the last element of the kill ring.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8960
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8961 @findex nthcdr, @r{example}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8962 The @code{nthcdr} function works by repeatedly taking the @sc{cdr} of a
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8963 list---it takes the @sc{cdr} of the @sc{cdr} of the @sc{cdr}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8964 @dots{} It does this @var{N} times and returns the results.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8965 (@xref{nthcdr, , @code{nthcdr}}.)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8966
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8967 @findex setcdr, @r{example}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8968 Thus, if we had a four element list that was supposed to be three
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8969 elements long, we could set the @sc{cdr} of the next to last element
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
8970 to @code{nil}, and thereby shorten the list. (If you set the last
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8971 element to some other value than @code{nil}, which you could do, then
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8972 you would not have shortened the list. @xref{setcdr, ,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8973 @code{setcdr}}.)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8974
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8975 You can see shortening by evaluating the following three expressions
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8976 in turn. First set the value of @code{trees} to @code{(maple oak pine
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8977 birch)}, then set the @sc{cdr} of its second @sc{cdr} to @code{nil}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8978 and then find the value of @code{trees}:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8979
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8980 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8981 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8982 (setq trees '(maple oak pine birch))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8983 @result{} (maple oak pine birch)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8984 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8985
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8986 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8987 (setcdr (nthcdr 2 trees) nil)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8988 @result{} nil
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8989
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8990 trees
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8991 @result{} (maple oak pine)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8992 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8993 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8994
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8995 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8996 (The value returned by the @code{setcdr} expression is @code{nil} since
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8997 that is what the @sc{cdr} is set to.)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8998
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
8999 To repeat, in @code{kill-new}, the @code{nthcdr} function takes the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9000 @sc{cdr} a number of times that is one less than the maximum permitted
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9001 size of the kill ring and @code{setcdr} sets the @sc{cdr} of that
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9002 element (which will be the rest of the elements in the kill ring) to
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9003 @code{nil}. This prevents the kill ring from growing too long.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9004
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9005 @need 800
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9006 The next to last expression in the @code{kill-new} function is
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9007
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9008 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9009 (setq kill-ring-yank-pointer kill-ring)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9010 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9011
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9012 The @code{kill-ring-yank-pointer} is a global variable that is set to be
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9013 the @code{kill-ring}.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9014
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9015 Even though the @code{kill-ring-yank-pointer} is called a
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9016 @samp{pointer}, it is a variable just like the kill ring. However, the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9017 name has been chosen to help humans understand how the variable is used.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9018
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9019 @need 1200
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9020 Now, to return to an early expression in the body of the function:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9021
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9022 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9023 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9024 (if (fboundp 'menu-bar-update-yank-menu)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9025 (menu-bar-update-yank-menu string (and replace (car kill-ring))))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9026 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9027 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9028
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9029 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9030 It starts with an @code{if} expression
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9031
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9032 In this case, the expression tests first to see whether
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9033 @code{menu-bar-update-yank-menu} exists as a function, and if so,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9034 calls it. The @code{fboundp} function returns true if the symbol it
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9035 is testing has a function definition that `is not void'. If the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9036 symbol's function definition were void, we would receive an error
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9037 message, as we did when we created errors intentionally (@pxref{Making
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9038 Errors, , Generate an Error Message}).
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9039
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9040 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9041 The then-part contains an expression whose first element is the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9042 function @code{and}.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9043
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9044 @findex and
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9045 The @code{and} special form evaluates each of its arguments until one
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9046 of the arguments returns a value of @code{nil}, in which case the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9047 @code{and} expression returns @code{nil}; however, if none of the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9048 arguments returns a value of @code{nil}, the value resulting from
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9049 evaluating the last argument is returned. (Since such a value is not
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9050 @code{nil}, it is considered true in Emacs Lisp.) In other words, an
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9051 @code{and} expression returns a true value only if all its arguments
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9052 are true. (@xref{Second Buffer Related Review}.)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9053
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9054 The expression determines whether the second argument to
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9055 @code{menu-bar-update-yank-menu} is true or not.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9056 @ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9057 ;; If we're supposed to be extending an existing string, and that
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9058 ;; string really is at the front of the menu, then update it in place.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9059 @end ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9060
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9061 @code{menu-bar-update-yank-menu} is one of the functions that make it
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9062 possible to use the `Select and Paste' menu in the Edit item of a menu
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9063 bar; using a mouse, you can look at the various pieces of text you
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9064 have saved and select one piece to paste.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9065
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9066 The last expression in the @code{kill-new} function adds the newly
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9067 copied string to whatever facility exists for copying and pasting
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9068 among different programs running in a windowing system. In the X
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9069 Windowing system, for example, the @code{x-select-text} function takes
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9070 the string and stores it in memory operated by X. You can paste the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9071 string in another program, such as an Xterm.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9072
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9073 @need 1200
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9074 The expression looks like this:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9075
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9076 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9077 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9078 (if interprogram-cut-function
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9079 (funcall interprogram-cut-function string (not replace))))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9080 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9081 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9082
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9083 If an @code{interprogram-cut-function} exists, then Emacs executes
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9084 @code{funcall}, which in turn calls its first argument as a function
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9085 and passes the remaining arguments to it. (Incidentally, as far as I
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9086 can see, this @code{if} expression could be replaced by an @code{and}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9087 expression similar to the one in the first part of the function.)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9088
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9089 We are not going to discuss windowing systems and other programs
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9090 further, but merely note that this is a mechanism that enables GNU
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9091 Emacs to work easily and well with other programs.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9092
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9093 This code for placing text in the kill ring, either concatenated with
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9094 an existing element or as a new element, leads us to the code for
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9095 bringing back text that has been cut out of the buffer---the yank
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9096 commands. However, before discussing the yank commands, it is better
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9097 to learn how lists are implemented in a computer. This will make
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
9098 clear such mysteries as the use of the term `pointer'. But before
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
9099 that, we will digress into C.
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9100
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9101 @ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9102 @c is this true in Emacs 22? Does not seems to be
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9103
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9104 (If the @w{@code{(< end beg))}}
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9105 expression is true, @code{kill-append} prepends the string to the just
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9106 previously clipped text. For a detailed discussion, see
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9107 @ref{kill-append function, , The @code{kill-append} function}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9108
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9109 If you then yank back the text, i.e., `paste' it, you get both
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9110 pieces of text at once. That way, if you delete two words in a row,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9111 and then yank them back, you get both words, in their proper order,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9112 with one yank. (The @w{@code{(< end beg))}} expression makes sure the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9113 order is correct.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9114
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9115 On the other hand, if the previous command is not @code{kill-region},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9116 then the @code{kill-new} function is called, which adds the text to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9117 the kill ring as the latest item, and sets the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9118 @code{kill-ring-yank-pointer} variable to point to it.
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9119 @end ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9120 @ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9121
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9122 @c Evidently, changed for Emacs 22. The zap-to-char command does not
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9123 @c use the delete-and-extract-region function
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9124
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9125 2006 Oct 26, the Digression into C is now OK but should come after
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9126 copy-region-as-kill and filter-buffer-substring
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9127
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9128 2006 Oct 24
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9129 In Emacs 22,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9130 copy-region-as-kill is short, 12 lines, and uses
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9131 filter-buffer-substring, which is longer, 39 lines
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9132 and has delete-and-extract-region in it.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9133 delete-and-extract-region is written in C.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9134
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9135 see Initializing a Variable with @code{defvar}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9136 @end ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9137
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9138 @node Digression into C, defvar, copy-region-as-kill, Cutting & Storing Text
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9139 @comment node-name, next, previous, up
45663
046819540e6d Fix typos, clarify language.
Robert J. Chassell <bob@rattlesnake.com>
parents: 44899
diff changeset
9140 @section Digression into C
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9141 @findex delete-and-extract-region
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9142 @cindex C, a digression into
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9143 @cindex Digression into C
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9144
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9145 The @code{copy-region-as-kill} function (@pxref{copy-region-as-kill, ,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9146 @code{copy-region-as-kill}}) uses the @code{filter-buffer-substring}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9147 function, which in turn uses the @code{delete-and-extract-region}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9148 function. It removes the contents of a region and you cannot get them
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9149 back.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9150
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9151 Unlike the other code discussed here, the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9152 @code{delete-and-extract-region} function is not written in Emacs
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9153 Lisp; it is written in C and is one of the primitives of the GNU Emacs
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9154 system. Since it is very simple, I will digress briefly from Lisp and
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9155 describe it here.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9156
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9157 @c GNU Emacs 22 in /usr/local/src/emacs/src/editfns.c
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9158 @c the DEFUN for buffer-substring-no-properties
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9159
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9160 @need 1500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9161 Like many of the other Emacs primitives,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9162 @code{delete-and-extract-region} is written as an instance of a C
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9163 macro, a macro being a template for code. The complete macro looks
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9164 like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9165
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9166 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9167 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9168 DEFUN ("buffer-substring-no-properties", Fbuffer_substring_no_properties,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9169 Sbuffer_substring_no_properties, 2, 2, 0,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9170 doc: /* Return the characters of part of the buffer,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9171 without the text properties.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9172 The two arguments START and END are character positions;
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9173 they can be in either order. */)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9174 (start, end)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9175 Lisp_Object start, end;
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9176 @{
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9177 register int b, e;
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9178
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9179 validate_region (&start, &end);
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9180 b = XINT (start);
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9181 e = XINT (end);
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9182
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9183 return make_buffer_string (b, e, 0);
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9184 @}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9185 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9186 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9187
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9188 Without going into the details of the macro writing process, let me
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9189 point out that this macro starts with the word @code{DEFUN}. The word
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9190 @code{DEFUN} was chosen since the code serves the same purpose as
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9191 @code{defun} does in Lisp. (The @code{DEFUN} C macro is defined in
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9192 @file{emacs/src/lisp.h}.)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9193
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9194 The word @code{DEFUN} is followed by seven parts inside of
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9195 parentheses:
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9196
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9197 @itemize @bullet
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9198 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9199 The first part is the name given to the function in Lisp,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9200 @code{delete-and-extract-region}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9201
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9202 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9203 The second part is the name of the function in C,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9204 @code{Fdelete_and_extract_region}. By convention, it starts with
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9205 @samp{F}. Since C does not use hyphens in names, underscores are used
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9206 instead.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9207
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9208 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9209 The third part is the name for the C constant structure that records
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9210 information on this function for internal use. It is the name of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9211 function in C but begins with an @samp{S} instead of an @samp{F}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9212
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9213 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9214 The fourth and fifth parts specify the minimum and maximum number of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9215 arguments the function can have. This function demands exactly 2
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9216 arguments.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9217
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9218 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9219 The sixth part is nearly like the argument that follows the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9220 @code{interactive} declaration in a function written in Lisp: a letter
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9221 followed, perhaps, by a prompt. The only difference from the Lisp is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9222 when the macro is called with no arguments. Then you write a @code{0}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9223 (which is a `null string'), as in this macro.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9224
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9225 If you were to specify arguments, you would place them between
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9226 quotation marks. The C macro for @code{goto-char} includes
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9227 @code{"NGoto char: "} in this position to indicate that the function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9228 expects a raw prefix, in this case, a numerical location in a buffer,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9229 and provides a prompt.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9230
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9231 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9232 The seventh part is a documentation string, just like the one for a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9233 function written in Emacs Lisp, except that every newline must be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9234 written explicitly as @samp{\n} followed by a backslash and carriage
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9235 return.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9236
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9237 @need 1000
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9238 Thus, the first two lines of documentation for @code{goto-char} are
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9239 written like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9240
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9241 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9242 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9243 "Set point to POSITION, a number or marker.\n\
73607
95562bf680a2 Fix unbalanced quotes.
Juri Linkov <juri@jurta.org>
parents: 73597
diff changeset
9244 Beginning of buffer is position (point-min), end is (point-max)."
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9245 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9246 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9247 @end itemize
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9248
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9249 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9250 In a C macro, the formal parameters come next, with a statement of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9251 what kind of object they are, followed by what might be called the `body'
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9252 of the macro. For @code{delete-and-extract-region} the `body'
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9253 consists of the following four lines:
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9254
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9255 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9256 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9257 validate_region (&start, &end);
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9258 if (XINT (start) == XINT (end))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9259 return build_string ("");
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9260 return del_range_1 (XINT (start), XINT (end), 1, 1);
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9261 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9262 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9263
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9264 The @code{validate_region} function checks whether the values
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9265 passed as the beginning and end of the region are the proper type and
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9266 are within range. If the beginning and end positions are the same,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9267 then return and empty string.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9268
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9269 The @code{del_range_1} function actually deletes the text. It is a
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9270 complex function we will not look into. It updates the buffer and
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9271 does other things. However, it is worth looking at the two arguments
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9272 passed to @code{del_range}. These are @w{@code{XINT (start)}} and
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9273 @w{@code{XINT (end)}}.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9274
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9275 As far as the C language is concerned, @code{start} and @code{end} are
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9276 two integers that mark the beginning and end of the region to be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9277 deleted@footnote{More precisely, and requiring more expert knowledge
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9278 to understand, the two integers are of type `Lisp_Object', which can
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9279 also be a C union instead of an integer type.}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9280
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9281 In early versions of Emacs, these two numbers were thirty-two bits
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9282 long, but the code is slowly being generalized to handle other
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9283 lengths. Three of the available bits are used to specify the type of
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9284 information; the remaining bits are used as `content'.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9285
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9286 @samp{XINT} is a C macro that extracts the relevant number from the
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9287 longer collection of bits; the three other bits are discarded.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9288
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9289 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9290 The command in @code{delete-and-extract-region} looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9291
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9292 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9293 del_range_1 (XINT (start), XINT (end), 1, 1);
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9294 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9295
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9296 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9297 It deletes the region between the beginning position, @code{start},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9298 and the ending position, @code{end}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9299
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9300 From the point of view of the person writing Lisp, Emacs is all very
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9301 simple; but hidden underneath is a great deal of complexity to make it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9302 all work.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9303
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9304 @node defvar, cons & search-fwd Review, Digression into C, Cutting & Storing Text
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9305 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9306 @section Initializing a Variable with @code{defvar}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9307 @findex defvar
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9308 @cindex Initializing a variable
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9309 @cindex Variable initialization
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9310
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9311 @ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9312 2006 Oct 24
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9313 In Emacs 22,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9314 copy-region-as-kill is short, 12 lines, and uses
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9315 filter-buffer-substring, which is longer, 39 lines
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9316 and has delete-and-extract-region in it.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9317 delete-and-extract-region is written in C.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9318
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9319 see Initializing a Variable with @code{defvar}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9320
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9321 @end ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9322
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9323 The @code{copy-region-as-kill} function is written in Emacs Lisp. Two
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9324 functions within it, @code{kill-append} and @code{kill-new}, copy a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9325 region in a buffer and save it in a variable called the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9326 @code{kill-ring}. This section describes how the @code{kill-ring}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9327 variable is created and initialized using the @code{defvar} special
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9328 form.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9329
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9330 (Again we note that the term @code{kill-ring} is a misnomer. The text
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9331 that is clipped out of the buffer can be brought back; it is not a ring
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9332 of corpses, but a ring of resurrectable text.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9333
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9334 In Emacs Lisp, a variable such as the @code{kill-ring} is created and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9335 given an initial value by using the @code{defvar} special form. The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9336 name comes from ``define variable''.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9337
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9338 The @code{defvar} special form is similar to @code{setq} in that it sets
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9339 the value of a variable. It is unlike @code{setq} in two ways: first,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9340 it only sets the value of the variable if the variable does not already
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9341 have a value. If the variable already has a value, @code{defvar} does
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9342 not override the existing value. Second, @code{defvar} has a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9343 documentation string.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9344
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9345 (Another special form, @code{defcustom}, is designed for variables
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9346 that people customize. It has more features than @code{defvar}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9347 (@xref{defcustom, , Setting Variables with @code{defcustom}}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9348
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9349 @menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9350 * See variable current value::
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9351 * defvar and asterisk::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9352 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9353
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9354 @node See variable current value, defvar and asterisk, defvar, defvar
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9355 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9356 @unnumberedsubsec Seeing the Current Value of a Variable
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9357 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9358
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9359 You can see the current value of a variable, any variable, by using
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9360 the @code{describe-variable} function, which is usually invoked by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9361 typing @kbd{C-h v}. If you type @kbd{C-h v} and then @code{kill-ring}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9362 (followed by @key{RET}) when prompted, you will see what is in your
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9363 current kill ring---this may be quite a lot! Conversely, if you have
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9364 been doing nothing this Emacs session except read this document, you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9365 may have nothing in it. Also, you will see the documentation for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9366 @code{kill-ring}:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9367
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9368 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9369 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9370 Documentation:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9371 List of killed text sequences.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9372 Since the kill ring is supposed to interact nicely with cut-and-paste
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9373 facilities offered by window systems, use of this variable should
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9374 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9375 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9376 interact nicely with `interprogram-cut-function' and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9377 `interprogram-paste-function'. The functions `kill-new',
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9378 `kill-append', and `current-kill' are supposed to implement this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9379 interaction; you may want to use them instead of manipulating the kill
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9380 ring directly.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9381 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9382 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9383
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9384 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9385 The kill ring is defined by a @code{defvar} in the following way:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9386
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9387 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9388 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9389 (defvar kill-ring nil
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9390 "List of killed text sequences.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9391 @dots{}")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9392 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9393 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9394
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9395 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9396 In this variable definition, the variable is given an initial value of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9397 @code{nil}, which makes sense, since if you have saved nothing, you want
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9398 nothing back if you give a @code{yank} command. The documentation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9399 string is written just like the documentation string of a @code{defun}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9400 As with the documentation string of the @code{defun}, the first line of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9401 the documentation should be a complete sentence, since some commands,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9402 like @code{apropos}, print only the first line of documentation.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9403 Succeeding lines should not be indented; otherwise they look odd when
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9404 you use @kbd{C-h v} (@code{describe-variable}).
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9405
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9406 @node defvar and asterisk, , See variable current value, defvar
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9407 @subsection @code{defvar} and an asterisk
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9408 @findex defvar @r{for a user customizable variable}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9409 @findex defvar @r{with an asterisk}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9410
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9411 In the past, Emacs used the @code{defvar} special form both for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9412 internal variables that you would not expect a user to change and for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9413 variables that you do expect a user to change. Although you can still
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9414 use @code{defvar} for user customizable variables, please use
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9415 @code{defcustom} instead, since that special form provides a path into
53099
0d765aaa0e44 In node defvar and asterisk, following suggestions by Juri Linkov
Robert J. Chassell <bob@rattlesnake.com>
parents: 53086
diff changeset
9416 the Customization commands. (@xref{defcustom, , Specifying Variables
0d765aaa0e44 In node defvar and asterisk, following suggestions by Juri Linkov
Robert J. Chassell <bob@rattlesnake.com>
parents: 53086
diff changeset
9417 using @code{defcustom}}.)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9418
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9419 When you specified a variable using the @code{defvar} special form,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9420 you could distinguish a readily settable variable from others by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9421 typing an asterisk, @samp{*}, in the first column of its documentation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9422 string. For example:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9423
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9424 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9425 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9426 (defvar shell-command-default-error-buffer nil
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9427 "*Buffer name for `shell-command' @dots{} error output.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9428 @dots{} ")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9429 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9430 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9431
53099
0d765aaa0e44 In node defvar and asterisk, following suggestions by Juri Linkov
Robert J. Chassell <bob@rattlesnake.com>
parents: 53086
diff changeset
9432 @findex set-variable
0d765aaa0e44 In node defvar and asterisk, following suggestions by Juri Linkov
Robert J. Chassell <bob@rattlesnake.com>
parents: 53086
diff changeset
9433 @noindent
0d765aaa0e44 In node defvar and asterisk, following suggestions by Juri Linkov
Robert J. Chassell <bob@rattlesnake.com>
parents: 53086
diff changeset
9434 You could (and still can) use the @code{set-variable} command to
0d765aaa0e44 In node defvar and asterisk, following suggestions by Juri Linkov
Robert J. Chassell <bob@rattlesnake.com>
parents: 53086
diff changeset
9435 change the value of @code{shell-command-default-error-buffer}
0d765aaa0e44 In node defvar and asterisk, following suggestions by Juri Linkov
Robert J. Chassell <bob@rattlesnake.com>
parents: 53086
diff changeset
9436 temporarily. However, options set using @code{set-variable} are set
0d765aaa0e44 In node defvar and asterisk, following suggestions by Juri Linkov
Robert J. Chassell <bob@rattlesnake.com>
parents: 53086
diff changeset
9437 only for the duration of your editing session. The new values are not
0d765aaa0e44 In node defvar and asterisk, following suggestions by Juri Linkov
Robert J. Chassell <bob@rattlesnake.com>
parents: 53086
diff changeset
9438 saved between sessions. Each time Emacs starts, it reads the original
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9439 value, unless you change the value within your @file{.emacs} file,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9440 either by setting it manually or by using @code{customize}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9441 @xref{Emacs Initialization, , Your @file{.emacs} File}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9442
53099
0d765aaa0e44 In node defvar and asterisk, following suggestions by Juri Linkov
Robert J. Chassell <bob@rattlesnake.com>
parents: 53086
diff changeset
9443 For me, the major use of the @code{set-variable} command is to suggest
0d765aaa0e44 In node defvar and asterisk, following suggestions by Juri Linkov
Robert J. Chassell <bob@rattlesnake.com>
parents: 53086
diff changeset
9444 variables that I might want to set in my @file{.emacs} file. There
0d765aaa0e44 In node defvar and asterisk, following suggestions by Juri Linkov
Robert J. Chassell <bob@rattlesnake.com>
parents: 53086
diff changeset
9445 are now more than 700 such variables --- far too many to remember
0d765aaa0e44 In node defvar and asterisk, following suggestions by Juri Linkov
Robert J. Chassell <bob@rattlesnake.com>
parents: 53086
diff changeset
9446 readily. Fortunately, you can press @key{TAB} after calling the
0d765aaa0e44 In node defvar and asterisk, following suggestions by Juri Linkov
Robert J. Chassell <bob@rattlesnake.com>
parents: 53086
diff changeset
9447 @code{M-x set-variable} command to see the list of variables.
0d765aaa0e44 In node defvar and asterisk, following suggestions by Juri Linkov
Robert J. Chassell <bob@rattlesnake.com>
parents: 53086
diff changeset
9448 (@xref{Examining, , Examining and Setting Variables, emacs,
0d765aaa0e44 In node defvar and asterisk, following suggestions by Juri Linkov
Robert J. Chassell <bob@rattlesnake.com>
parents: 53086
diff changeset
9449 The GNU Emacs Manual}.)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9450
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9451 @need 1250
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9452 @node cons & search-fwd Review, search Exercises, defvar, Cutting & Storing Text
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9453 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9454 @section Review
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9455
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9456 Here is a brief summary of some recently introduced functions.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9457
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9458 @table @code
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9459 @item car
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9460 @itemx cdr
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9461 @code{car} returns the first element of a list; @code{cdr} returns the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9462 second and subsequent elements of a list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9463
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9464 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9465 For example:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9466
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9467 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9468 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9469 (car '(1 2 3 4 5 6 7))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9470 @result{} 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9471 (cdr '(1 2 3 4 5 6 7))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9472 @result{} (2 3 4 5 6 7)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9473 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9474 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9475
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9476 @item cons
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9477 @code{cons} constructs a list by prepending its first argument to its
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9478 second argument.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9479
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9480 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9481 For example:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9482
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9483 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9484 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9485 (cons 1 '(2 3 4))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9486 @result{} (1 2 3 4)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9487 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9488 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9489
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
9490 @item funcall
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
9491 @code{funcall} evaluates its first argument as a function. It passes
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
9492 its remaining arguments to its first argument.
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
9493
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9494 @item nthcdr
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9495 Return the result of taking @sc{cdr} `n' times on a list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9496 @iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9497 The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9498 @tex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9499 $n^{th}$
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9500 @end tex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9501 @code{cdr}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9502 @end iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9503 The `rest of the rest', as it were.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9504
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9505 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9506 For example:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9507
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9508 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9509 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9510 (nthcdr 3 '(1 2 3 4 5 6 7))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9511 @result{} (4 5 6 7)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9512 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9513 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9514
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9515 @item setcar
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9516 @itemx setcdr
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9517 @code{setcar} changes the first element of a list; @code{setcdr}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9518 changes the second and subsequent elements of a list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9519
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9520 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9521 For example:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9522
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9523 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9524 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9525 (setq triple '(1 2 3))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9526
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9527 (setcar triple '37)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9528
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9529 triple
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9530 @result{} (37 2 3)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9531
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9532 (setcdr triple '("foo" "bar"))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9533
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9534 triple
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9535 @result{} (37 "foo" "bar")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9536 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9537 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9538
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9539 @item progn
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9540 Evaluate each argument in sequence and then return the value of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9541 last.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9542
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9543 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9544 For example:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9545
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9546 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9547 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9548 (progn 1 2 3 4)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9549 @result{} 4
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9550 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9551 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9552
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9553 @item save-restriction
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9554 Record whatever narrowing is in effect in the current buffer, if any,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9555 and restore that narrowing after evaluating the arguments.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9556
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9557 @item search-forward
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
9558 Search for a string, and if the string is found, move point. With a
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
9559 regular expression, use the similar @code{re-search-forward}.
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
9560 (@xref{Regexp Search, , Regular Expression Searches}, for an
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
9561 explanation of regular expression patterns and searches.)
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
9562
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
9563 @need 1250
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
9564 @noindent
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
9565 @code{search-forward} and @code{re-search-forward} take four
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
9566 arguments:
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9567
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9568 @enumerate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9569 @item
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
9570 The string or regular expression to search for.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9571
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9572 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9573 Optionally, the limit of the search.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9574
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9575 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9576 Optionally, what to do if the search fails, return @code{nil} or an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9577 error message.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9578
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9579 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9580 Optionally, how many times to repeat the search; if negative, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9581 search goes backwards.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9582 @end enumerate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9583
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9584 @item kill-region
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
9585 @itemx delete-and-extract-region
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9586 @itemx copy-region-as-kill
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9587
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9588 @code{kill-region} cuts the text between point and mark from the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9589 buffer and stores that text in the kill ring, so you can get it back
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9590 by yanking.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9591
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9592 @code{copy-region-as-kill} copies the text between point and mark into
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9593 the kill ring, from which you can get it by yanking. The function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9594 does not cut or remove the text from the buffer.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9595 @end table
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9596
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9597 @code{delete-and-extract-region} removes the text between point and
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9598 mark from the buffer and throws it away. You cannot get it back.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9599 (This is not an interactive command.)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9600
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9601 @need 1500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9602 @node search Exercises, , cons & search-fwd Review, Cutting & Storing Text
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9603 @section Searching Exercises
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9604
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9605 @itemize @bullet
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9606 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9607 Write an interactive function that searches for a string. If the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9608 search finds the string, leave point after it and display a message
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9609 that says ``Found!''. (Do not use @code{search-forward} for the name
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9610 of this function; if you do, you will overwrite the existing version of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9611 @code{search-forward} that comes with Emacs. Use a name such as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9612 @code{test-search} instead.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9613
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9614 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9615 Write a function that prints the third element of the kill ring in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9616 echo area, if any; if the kill ring does not contain a third element,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9617 print an appropriate message.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9618 @end itemize
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9619
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9620 @node List Implementation, Yanking, Cutting & Storing Text, Top
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9621 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9622 @chapter How Lists are Implemented
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9623 @cindex Lists in a computer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9624
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9625 In Lisp, atoms are recorded in a straightforward fashion; if the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9626 implementation is not straightforward in practice, it is, nonetheless,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9627 straightforward in theory. The atom @samp{rose}, for example, is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9628 recorded as the four contiguous letters @samp{r}, @samp{o}, @samp{s},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9629 @samp{e}. A list, on the other hand, is kept differently. The mechanism
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9630 is equally simple, but it takes a moment to get used to the idea. A
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9631 list is kept using a series of pairs of pointers. In the series, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9632 first pointer in each pair points to an atom or to another list, and the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9633 second pointer in each pair points to the next pair, or to the symbol
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9634 @code{nil}, which marks the end of the list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9635
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9636 A pointer itself is quite simply the electronic address of what is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9637 pointed to. Hence, a list is kept as a series of electronic addresses.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9638
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9639 @menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9640 * Lists diagrammed::
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
9641 * Symbols as Chest::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9642 * List Exercise::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9643 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9644
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9645 @node Lists diagrammed, Symbols as Chest, List Implementation, List Implementation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9646 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9647 @unnumberedsec Lists diagrammed
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9648 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9649
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9650 For example, the list @code{(rose violet buttercup)} has three elements,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9651 @samp{rose}, @samp{violet}, and @samp{buttercup}. In the computer, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9652 electronic address of @samp{rose} is recorded in a segment of computer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9653 memory along with the address that gives the electronic address of where
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9654 the atom @samp{violet} is located; and that address (the one that tells
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9655 where @samp{violet} is located) is kept along with an address that tells
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9656 where the address for the atom @samp{buttercup} is located.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9657
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9658 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9659 This sounds more complicated than it is and is easier seen in a diagram:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9660
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9661 @c clear print-postscript-figures
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9662 @c !!! cons-cell-diagram #1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9663 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9664 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9665 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9666 ___ ___ ___ ___ ___ ___
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9667 |___|___|--> |___|___|--> |___|___|--> nil
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9668 | | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9669 | | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9670 --> rose --> violet --> buttercup
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9671 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9672 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9673 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9674 @ifset print-postscript-figures
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9675 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9676 @tex
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
9677 @center @image{cons-1}
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9678 %%%% old method of including an image
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9679 % \input /usr/local/lib/tex/inputs/psfig.tex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9680 % \centerline{\psfig{figure=/usr/local/lib/emacs/man/cons-1.eps}}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9681 % \catcode`\@=0 %
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9682 @end tex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9683 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9684 @end ifset
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9685 @ifclear print-postscript-figures
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9686 @iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9687 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9688 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9689 ___ ___ ___ ___ ___ ___
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9690 |___|___|--> |___|___|--> |___|___|--> nil
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9691 | | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9692 | | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9693 --> rose --> violet --> buttercup
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9694 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9695 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9696 @end iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9697 @end ifclear
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9698
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9699 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9700 In the diagram, each box represents a word of computer memory that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9701 holds a Lisp object, usually in the form of a memory address. The boxes,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9702 i.e.@: the addresses, are in pairs. Each arrow points to what the address
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9703 is the address of, either an atom or another pair of addresses. The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9704 first box is the electronic address of @samp{rose} and the arrow points
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9705 to @samp{rose}; the second box is the address of the next pair of boxes,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9706 the first part of which is the address of @samp{violet} and the second
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9707 part of which is the address of the next pair. The very last box
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9708 points to the symbol @code{nil}, which marks the end of the list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9709
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9710 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9711 When a variable is set to a list with a function such as @code{setq},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9712 it stores the address of the first box in the variable. Thus,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9713 evaluation of the expression
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9714
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9715 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9716 (setq bouquet '(rose violet buttercup))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9717 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9718
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9719 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9720 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9721 creates a situation like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9722
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9723 @c cons-cell-diagram #2
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9724 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9725 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9726 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9727 bouquet
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9728 |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9729 | ___ ___ ___ ___ ___ ___
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9730 --> |___|___|--> |___|___|--> |___|___|--> nil
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9731 | | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9732 | | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9733 --> rose --> violet --> buttercup
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9734 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9735 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9736 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9737 @ifset print-postscript-figures
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9738 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9739 @tex
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
9740 @center @image{cons-2}
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9741 %%%% old method of including an image
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9742 % \input /usr/local/lib/tex/inputs/psfig.tex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9743 % \centerline{\psfig{figure=/usr/local/lib/emacs/man/cons-2.eps}}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9744 % \catcode`\@=0 %
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9745 @end tex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9746 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9747 @end ifset
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9748 @ifclear print-postscript-figures
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9749 @iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9750 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9751 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9752 bouquet
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9753 |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9754 | ___ ___ ___ ___ ___ ___
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9755 --> |___|___|--> |___|___|--> |___|___|--> nil
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9756 | | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9757 | | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9758 --> rose --> violet --> buttercup
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9759 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9760 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9761 @end iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9762 @end ifclear
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9763
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9764 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9765 In this example, the symbol @code{bouquet} holds the address of the first
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9766 pair of boxes.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9767
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9768 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9769 This same list can be illustrated in a different sort of box notation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9770 like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9771
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9772 @c cons-cell-diagram #2a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9773 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9774 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9775 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9776 bouquet
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9777 |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9778 | -------------- --------------- ----------------
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9779 | | car | cdr | | car | cdr | | car | cdr |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9780 -->| rose | o------->| violet | o------->| butter- | nil |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9781 | | | | | | | cup | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9782 -------------- --------------- ----------------
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9783 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9784 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9785 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9786 @ifset print-postscript-figures
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9787 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9788 @tex
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
9789 @center @image{cons-2a}
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9790 %%%% old method of including an image
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9791 % \input /usr/local/lib/tex/inputs/psfig.tex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9792 % \centerline{\psfig{figure=/usr/local/lib/emacs/man/cons-2a.eps}}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9793 % \catcode`\@=0 %
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9794 @end tex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9795 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9796 @end ifset
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9797 @ifclear print-postscript-figures
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9798 @iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9799 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9800 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9801 bouquet
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9802 |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9803 | -------------- --------------- ----------------
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9804 | | car | cdr | | car | cdr | | car | cdr |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9805 -->| rose | o------->| violet | o------->| butter- | nil |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9806 | | | | | | | cup | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9807 -------------- --------------- ----------------
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9808 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9809 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9810 @end iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9811 @end ifclear
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9812
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9813 (Symbols consist of more than pairs of addresses, but the structure of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9814 a symbol is made up of addresses. Indeed, the symbol @code{bouquet}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9815 consists of a group of address-boxes, one of which is the address of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9816 the printed word @samp{bouquet}, a second of which is the address of a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9817 function definition attached to the symbol, if any, a third of which
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9818 is the address of the first pair of address-boxes for the list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9819 @code{(rose violet buttercup)}, and so on. Here we are showing that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9820 the symbol's third address-box points to the first pair of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9821 address-boxes for the list.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9822
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9823 If a symbol is set to the @sc{cdr} of a list, the list itself is not
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9824 changed; the symbol simply has an address further down the list. (In
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9825 the jargon, @sc{car} and @sc{cdr} are `non-destructive'.) Thus,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9826 evaluation of the following expression
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9827
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9828 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9829 (setq flowers (cdr bouquet))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9830 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9831
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9832 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9833 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9834 produces this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9835
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9836 @c cons-cell-diagram #3
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9837 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9838 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9839 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9840 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9841 bouquet flowers
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9842 | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9843 | ___ ___ | ___ ___ ___ ___
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9844 --> | | | --> | | | | | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9845 |___|___|----> |___|___|--> |___|___|--> nil
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9846 | | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9847 | | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9848 --> rose --> violet --> buttercup
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9849 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9850 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9851 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9852 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9853 @ifset print-postscript-figures
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9854 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9855 @tex
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
9856 @center @image{cons-3}
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9857 %%%% old method of including an image
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9858 % \input /usr/local/lib/tex/inputs/psfig.tex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9859 % \centerline{\psfig{figure=/usr/local/lib/emacs/man/cons-3.eps}}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9860 % \catcode`\@=0 %
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9861 @end tex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9862 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9863 @end ifset
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9864 @ifclear print-postscript-figures
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9865 @iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9866 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9867 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9868 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9869 bouquet flowers
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9870 | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9871 | ___ ___ | ___ ___ ___ ___
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9872 --> | | | --> | | | | | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9873 |___|___|----> |___|___|--> |___|___|--> nil
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9874 | | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9875 | | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9876 --> rose --> violet --> buttercup
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9877 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9878 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9879 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9880 @end iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9881 @end ifclear
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9882
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9883 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9884 The value of @code{flowers} is @code{(violet buttercup)}, which is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9885 to say, the symbol @code{flowers} holds the address of the pair of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9886 address-boxes, the first of which holds the address of @code{violet},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9887 and the second of which holds the address of @code{buttercup}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9888
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9889 A pair of address-boxes is called a @dfn{cons cell} or @dfn{dotted
53067
92487270aa3e On behalf of Kevin Ryde <user42@zip.com.au>: Corrections
Robert J. Chassell <bob@rattlesnake.com>
parents: 52401
diff changeset
9890 pair}. @xref{Cons Cell Type, , Cons Cell and List Types, elisp, The GNU Emacs Lisp
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9891 Reference Manual}, and @ref{Dotted Pair Notation, , Dotted Pair
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9892 Notation, elisp, The GNU Emacs Lisp Reference Manual}, for more
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9893 information about cons cells and dotted pairs.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9894
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9895 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9896 The function @code{cons} adds a new pair of addresses to the front of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9897 a series of addresses like that shown above. For example, evaluating
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9898 the expression
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9899
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9900 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9901 (setq bouquet (cons 'lily bouquet))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9902 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9903
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9904 @need 1500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9905 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9906 produces:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9907
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9908 @c cons-cell-diagram #4
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9909 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9910 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9911 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9912 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9913 bouquet flowers
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9914 | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9915 | ___ ___ ___ ___ | ___ ___ ___ ___
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9916 --> | | | | | | --> | | | | | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9917 |___|___|----> |___|___|----> |___|___|---->|___|___|--> nil
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9918 | | | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9919 | | | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9920 --> lily --> rose --> violet --> buttercup
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9921 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9922 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9923 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9924 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9925 @ifset print-postscript-figures
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9926 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9927 @tex
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
9928 @center @image{cons-4}
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9929 %%%% old method of including an image
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9930 % \input /usr/local/lib/tex/inputs/psfig.tex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9931 % \centerline{\psfig{figure=/usr/local/lib/emacs/man/cons-4.eps}}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9932 % \catcode`\@=0 %
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9933 @end tex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9934 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9935 @end ifset
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9936 @ifclear print-postscript-figures
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9937 @iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9938 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9939 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9940 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9941 bouquet flowers
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9942 | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9943 | ___ ___ ___ ___ | ___ ___ ___ ___
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9944 --> | | | | | | --> | | | | | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9945 |___|___|----> |___|___|----> |___|___|---->|___|___|--> nil
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9946 | | | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9947 | | | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9948 --> lily --> rose --> violet --> buttercup
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9949 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9950 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9951 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9952 @end iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9953 @end ifclear
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9954
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9955 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9956 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9957 However, this does not change the value of the symbol
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9958 @code{flowers}, as you can see by evaluating the following,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9959
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9960 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9961 (eq (cdr (cdr bouquet)) flowers)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9962 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9963
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9964 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9965 which returns @code{t} for true.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9966
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9967 Until it is reset, @code{flowers} still has the value
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9968 @code{(violet buttercup)}; that is, it has the address of the cons
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9969 cell whose first address is of @code{violet}. Also, this does not
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9970 alter any of the pre-existing cons cells; they are all still there.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9971
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9972 Thus, in Lisp, to get the @sc{cdr} of a list, you just get the address
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9973 of the next cons cell in the series; to get the @sc{car} of a list,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9974 you get the address of the first element of the list; to @code{cons} a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9975 new element on a list, you add a new cons cell to the front of the list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9976 That is all there is to it! The underlying structure of Lisp is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9977 brilliantly simple!
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9978
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9979 And what does the last address in a series of cons cells refer to? It
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9980 is the address of the empty list, of @code{nil}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9981
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9982 In summary, when a Lisp variable is set to a value, it is provided with
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9983 the address of the list to which the variable refers.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9984
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9985 @node Symbols as Chest, List Exercise, Lists diagrammed, List Implementation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9986 @section Symbols as a Chest of Drawers
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9987 @cindex Symbols as a Chest of Drawers
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9988 @cindex Chest of Drawers, metaphor for a symbol
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9989 @cindex Drawers, Chest of, metaphor for a symbol
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9990
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9991 In an earlier section, I suggested that you might imagine a symbol as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9992 being a chest of drawers. The function definition is put in one
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9993 drawer, the value in another, and so on. What is put in the drawer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9994 holding the value can be changed without affecting the contents of the
73587
c84b73607df3 Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73554
diff changeset
9995 drawer holding the function definition, and vice-verse.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9996
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9997 Actually, what is put in each drawer is the address of the value or
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9998 function definition. It is as if you found an old chest in the attic,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9999 and in one of its drawers you found a map giving you directions to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10000 where the buried treasure lies.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10001
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10002 (In addition to its name, symbol definition, and variable value, a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10003 symbol has a `drawer' for a @dfn{property list} which can be used to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10004 record other information. Property lists are not discussed here; see
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10005 @ref{Property Lists, , Property Lists, elisp, The GNU Emacs Lisp
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10006 Reference Manual}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10007
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10008 @need 1500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10009 Here is a fanciful representation:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10010
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10011 @c chest-of-drawers diagram
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10012 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10013 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10014 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10015 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10016 Chest of Drawers Contents of Drawers
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10017
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10018 __ o0O0o __
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10019 / \
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10020 ---------------------
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10021 | directions to | [map to]
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10022 | symbol name | bouquet
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10023 | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10024 +---------------------+
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10025 | directions to |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10026 | symbol definition | [none]
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10027 | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10028 +---------------------+
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10029 | directions to | [map to]
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10030 | variable value | (rose violet buttercup)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10031 | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10032 +---------------------+
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10033 | directions to |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10034 | property list | [not described here]
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10035 | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10036 +---------------------+
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10037 |/ \|
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10038 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10039 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10040 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10041 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10042 @ifset print-postscript-figures
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10043 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10044 @tex
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
10045 @center @image{drawers}
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10046 %%%% old method of including an image
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10047 % \input /usr/local/lib/tex/inputs/psfig.tex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10048 % \centerline{\psfig{figure=/usr/local/lib/emacs/man/drawers.eps}}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10049 % \catcode`\@=0 %
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10050 @end tex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10051 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10052 @end ifset
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10053 @ifclear print-postscript-figures
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10054 @iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10055 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10056 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10057 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10058 Chest of Drawers Contents of Drawers
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10059
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10060 __ o0O0o __
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10061 / \
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10062 ---------------------
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10063 | directions to | [map to]
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10064 | symbol name | bouquet
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10065 | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10066 +---------------------+
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10067 | directions to |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10068 | symbol definition | [none]
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10069 | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10070 +---------------------+
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10071 | directions to | [map to]
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10072 | variable value | (rose violet buttercup)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10073 | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10074 +---------------------+
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10075 | directions to |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10076 | property list | [not described here]
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10077 | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10078 +---------------------+
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10079 |/ \|
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10080 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10081 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10082 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10083 @end iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10084 @end ifclear
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10085
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10086 @node List Exercise, , Symbols as Chest, List Implementation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10087 @section Exercise
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10088
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10089 Set @code{flowers} to @code{violet} and @code{buttercup}. Cons two
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10090 more flowers on to this list and set this new list to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10091 @code{more-flowers}. Set the @sc{car} of @code{flowers} to a fish.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10092 What does the @code{more-flowers} list now contain?
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10093
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10094 @node Yanking, Loops & Recursion, List Implementation, Top
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10095 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10096 @chapter Yanking Text Back
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10097 @findex yank
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10098 @cindex Text retrieval
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10099 @cindex Retrieving text
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10100 @cindex Pasting text
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10101
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10102 Whenever you cut text out of a buffer with a `kill' command in GNU Emacs,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10103 you can bring it back with a `yank' command. The text that is cut out of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10104 the buffer is put in the kill ring and the yank commands insert the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10105 appropriate contents of the kill ring back into a buffer (not necessarily
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10106 the original buffer).
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10107
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10108 A simple @kbd{C-y} (@code{yank}) command inserts the first item from
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10109 the kill ring into the current buffer. If the @kbd{C-y} command is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10110 followed immediately by @kbd{M-y}, the first element is replaced by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10111 the second element. Successive @kbd{M-y} commands replace the second
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10112 element with the third, fourth, or fifth element, and so on. When the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10113 last element in the kill ring is reached, it is replaced by the first
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10114 element and the cycle is repeated. (Thus the kill ring is called a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10115 `ring' rather than just a `list'. However, the actual data structure
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10116 that holds the text is a list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10117 @xref{Kill Ring, , Handling the Kill Ring}, for the details of how the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10118 list is handled as a ring.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10119
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10120 @menu
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10121 * Kill Ring Overview::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10122 * kill-ring-yank-pointer::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10123 * yank nthcdr Exercises::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10124 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10125
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10126 @node Kill Ring Overview, kill-ring-yank-pointer, Yanking, Yanking
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10127 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10128 @section Kill Ring Overview
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10129 @cindex Kill ring overview
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10130
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10131 The kill ring is a list of textual strings. This is what it looks like:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10132
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10133 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10134 ("some text" "a different piece of text" "yet more text")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10135 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10136
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10137 If this were the contents of my kill ring and I pressed @kbd{C-y}, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10138 string of characters saying @samp{some text} would be inserted in this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10139 buffer where my cursor is located.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10140
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10141 The @code{yank} command is also used for duplicating text by copying it.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10142 The copied text is not cut from the buffer, but a copy of it is put on the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10143 kill ring and is inserted by yanking it back.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10144
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10145 Three functions are used for bringing text back from the kill ring:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10146 @code{yank}, which is usually bound to @kbd{C-y}; @code{yank-pop},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10147 which is usually bound to @kbd{M-y}; and @code{rotate-yank-pointer},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10148 which is used by the two other functions.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10149
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10150 These functions refer to the kill ring through a variable called the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10151 @code{kill-ring-yank-pointer}. Indeed, the insertion code for both the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10152 @code{yank} and @code{yank-pop} functions is:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10153
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10154 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10155 (insert (car kill-ring-yank-pointer))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10156 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10157
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10158 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10159 (Well, no more. In GNU Emacs 22, the function has been replaced by
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10160 @code{insert-for-yank} which calls @code{insert-for-yank-1}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10161 repetitively for each @code{yank-handler} segment. In turn,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10162 @code{insert-for-yank-1} strips text properties from the inserted text
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10163 according to @code{yank-excluded-properties}. Otherwise, it is just
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10164 like @code{insert}. We will stick with plain @code{insert} since it
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10165 is easier to understand.)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10166
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10167 To begin to understand how @code{yank} and @code{yank-pop} work, it is
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
10168 first necessary to look at the @code{kill-ring-yank-pointer} variable.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10169
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10170 @node kill-ring-yank-pointer, yank nthcdr Exercises, Kill Ring Overview, Yanking
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10171 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10172 @section The @code{kill-ring-yank-pointer} Variable
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10173
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10174 @code{kill-ring-yank-pointer} is a variable, just as @code{kill-ring} is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10175 a variable. It points to something by being bound to the value of what
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10176 it points to, like any other Lisp variable.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10177
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10178 @need 1000
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10179 Thus, if the value of the kill ring is:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10180
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10181 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10182 ("some text" "a different piece of text" "yet more text")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10183 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10184
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10185 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10186 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10187 and the @code{kill-ring-yank-pointer} points to the second clause, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10188 value of @code{kill-ring-yank-pointer} is:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10189
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10190 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10191 ("a different piece of text" "yet more text")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10192 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10193
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10194 As explained in the previous chapter (@pxref{List Implementation}), the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10195 computer does not keep two different copies of the text being pointed to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10196 by both the @code{kill-ring} and the @code{kill-ring-yank-pointer}. The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10197 words ``a different piece of text'' and ``yet more text'' are not
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10198 duplicated. Instead, the two Lisp variables point to the same pieces of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10199 text. Here is a diagram:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10201 @c cons-cell-diagram #5
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10202 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10203 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10204 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10205 kill-ring kill-ring-yank-pointer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10206 | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10207 | ___ ___ | ___ ___ ___ ___
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10208 ---> | | | --> | | | | | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10209 |___|___|----> |___|___|--> |___|___|--> nil
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10210 | | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10211 | | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10212 | | --> "yet more text"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10213 | |
73607
95562bf680a2 Fix unbalanced quotes.
Juri Linkov <juri@jurta.org>
parents: 73597
diff changeset
10214 | --> "a different piece of text"
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10215 |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10216 --> "some text"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10217 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10218 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10219 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10220 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10221 @ifset print-postscript-figures
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10222 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10223 @tex
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
10224 @center @image{cons-5}
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10225 %%%% old method of including an image
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10226 % \input /usr/local/lib/tex/inputs/psfig.tex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10227 % \centerline{\psfig{figure=/usr/local/lib/emacs/man/cons-5.eps}}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10228 % \catcode`\@=0 %
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10229 @end tex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10230 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10231 @end ifset
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10232 @ifclear print-postscript-figures
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10233 @iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10234 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10235 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10236 kill-ring kill-ring-yank-pointer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10237 | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10238 | ___ ___ | ___ ___ ___ ___
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10239 ---> | | | --> | | | | | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10240 |___|___|----> |___|___|--> |___|___|--> nil
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10241 | | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10242 | | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10243 | | --> "yet more text"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10244 | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10245 | --> "a different piece of text
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10246 |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10247 --> "some text"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10248 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10249 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10250 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10251 @end iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10252 @end ifclear
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10253
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10254 Both the variable @code{kill-ring} and the variable
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10255 @code{kill-ring-yank-pointer} are pointers. But the kill ring itself is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10256 usually described as if it were actually what it is composed of. The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10257 @code{kill-ring} is spoken of as if it were the list rather than that it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10258 points to the list. Conversely, the @code{kill-ring-yank-pointer} is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10259 spoken of as pointing to a list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10260
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10261 These two ways of talking about the same thing sound confusing at first but
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10262 make sense on reflection. The kill ring is generally thought of as the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10263 complete structure of data that holds the information of what has recently
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10264 been cut out of the Emacs buffers. The @code{kill-ring-yank-pointer}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10265 on the other hand, serves to indicate---that is, to `point to'---that part
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10266 of the kill ring of which the first element (the @sc{car}) will be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10267 inserted.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10268
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10269 @ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10270 In GNU Emacs 22, the @code{kill-new} function calls
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10271
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10272 @code{(setq kill-ring-yank-pointer kill-ring)}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10273
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10274 (defun rotate-yank-pointer (arg)
73619
e8162495e1ae * emacs-lisp-intro.texi (kill-ring-yank-pointer): Revert addition
Robert J. Chassell <bob@rattlesnake.com>
parents: 73610
diff changeset
10275 "Rotate the yanking point in the kill ring.
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10276 With argument, rotate that many kills forward (or backward, if negative)."
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10277 (interactive "p")
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10278 (current-kill arg))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10279
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10280 (defun current-kill (n &optional do-not-move)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10281 "Rotate the yanking point by N places, and then return that kill.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10282 If N is zero, `interprogram-paste-function' is set, and calling it
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10283 returns a string, then that string is added to the front of the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10284 kill ring and returned as the latest kill.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10285 If optional arg DO-NOT-MOVE is non-nil, then don't actually move the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10286 yanking point; just return the Nth kill forward."
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10287 (let ((interprogram-paste (and (= n 0)
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
10288 interprogram-paste-function
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
10289 (funcall interprogram-paste-function))))
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10290 (if interprogram-paste
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
10291 (progn
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
10292 ;; Disable the interprogram cut function when we add the new
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
10293 ;; text to the kill ring, so Emacs doesn't try to own the
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
10294 ;; selection, with identical text.
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
10295 (let ((interprogram-cut-function nil))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
10296 (kill-new interprogram-paste))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
10297 interprogram-paste)
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10298 (or kill-ring (error "Kill ring is empty"))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10299 (let ((ARGth-kill-element
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
10300 (nthcdr (mod (- n (length kill-ring-yank-pointer))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
10301 (length kill-ring))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
10302 kill-ring)))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
10303 (or do-not-move
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
10304 (setq kill-ring-yank-pointer ARGth-kill-element))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
10305 (car ARGth-kill-element)))))
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10306
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10307 @end ignore
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10308
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10309 @need 1500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10310 @node yank nthcdr Exercises, , kill-ring-yank-pointer, Yanking
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10311 @section Exercises with @code{yank} and @code{nthcdr}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10312
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10313 @itemize @bullet
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10314 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10315 Using @kbd{C-h v} (@code{describe-variable}), look at the value of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10316 your kill ring. Add several items to your kill ring; look at its
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10317 value again. Using @kbd{M-y} (@code{yank-pop)}, move all the way
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10318 around the kill ring. How many items were in your kill ring? Find
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10319 the value of @code{kill-ring-max}. Was your kill ring full, or could
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10320 you have kept more blocks of text within it?
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10321
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10322 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10323 Using @code{nthcdr} and @code{car}, construct a series of expressions
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10324 to return the first, second, third, and fourth elements of a list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10325 @end itemize
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10326
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10327 @node Loops & Recursion, Regexp Search, Yanking, Top
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10328 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10329 @chapter Loops and Recursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10330 @cindex Loops and recursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10331 @cindex Recursion and loops
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10332 @cindex Repetition (loops)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10333
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10334 Emacs Lisp has two primary ways to cause an expression, or a series of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10335 expressions, to be evaluated repeatedly: one uses a @code{while}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10336 loop, and the other uses @dfn{recursion}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10337
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10338 Repetition can be very valuable. For example, to move forward four
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10339 sentences, you need only write a program that will move forward one
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10340 sentence and then repeat the process four times. Since a computer does
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10341 not get bored or tired, such repetitive action does not have the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10342 deleterious effects that excessive or the wrong kinds of repetition can
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10343 have on humans.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10344
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10345 People mostly write Emacs Lisp functions using @code{while} loops and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10346 their kin; but you can use recursion, which provides a very powerful
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10347 way to think about and then to solve problems@footnote{You can write
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10348 recursive functions to be frugal or wasteful of mental or computer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10349 resources; as it happens, methods that people find easy---that are
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10350 frugal of `mental resources'---sometimes use considerable computer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10351 resources. Emacs was designed to run on machines that we now consider
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10352 limited and its default settings are conservative. You may want to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10353 increase the values of @code{max-specpdl-size} and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10354 @code{max-lisp-eval-depth}. In my @file{.emacs} file, I set them to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10355 15 and 30 times their default value.}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10356
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10357 @menu
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10358 * while::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10359 * dolist dotimes::
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10360 * Recursion::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10361 * Looping exercise::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10362 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10363
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10364 @node while, dolist dotimes, Loops & Recursion, Loops & Recursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10365 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10366 @section @code{while}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10367 @cindex Loops
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10368 @findex while
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10369
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10370 The @code{while} special form tests whether the value returned by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10371 evaluating its first argument is true or false. This is similar to what
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10372 the Lisp interpreter does with an @code{if}; what the interpreter does
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10373 next, however, is different.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10374
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10375 In a @code{while} expression, if the value returned by evaluating the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10376 first argument is false, the Lisp interpreter skips the rest of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10377 expression (the @dfn{body} of the expression) and does not evaluate it.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10378 However, if the value is true, the Lisp interpreter evaluates the body
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10379 of the expression and then again tests whether the first argument to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10380 @code{while} is true or false. If the value returned by evaluating the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10381 first argument is again true, the Lisp interpreter again evaluates the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10382 body of the expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10383
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10384 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10385 The template for a @code{while} expression looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10386
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10387 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10388 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10389 (while @var{true-or-false-test}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10390 @var{body}@dots{})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10391 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10392 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10393
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10394 @menu
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10395 * Looping with while::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10396 * Loop Example::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10397 * print-elements-of-list::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10398 * Incrementing Loop::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10399 * Decrementing Loop::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10400 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10401
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10402 @node Looping with while, Loop Example, while, while
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10403 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10404 @unnumberedsubsec Looping with @code{while}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10405 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10406
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10407 So long as the true-or-false-test of the @code{while} expression
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10408 returns a true value when it is evaluated, the body is repeatedly
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10409 evaluated. This process is called a loop since the Lisp interpreter
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10410 repeats the same thing again and again, like an airplane doing a loop.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10411 When the result of evaluating the true-or-false-test is false, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10412 Lisp interpreter does not evaluate the rest of the @code{while}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10413 expression and `exits the loop'.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10414
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10415 Clearly, if the value returned by evaluating the first argument to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10416 @code{while} is always true, the body following will be evaluated
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10417 again and again @dots{} and again @dots{} forever. Conversely, if the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10418 value returned is never true, the expressions in the body will never
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10419 be evaluated. The craft of writing a @code{while} loop consists of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10420 choosing a mechanism such that the true-or-false-test returns true
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10421 just the number of times that you want the subsequent expressions to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10422 be evaluated, and then have the test return false.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10423
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10424 The value returned by evaluating a @code{while} is the value of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10425 true-or-false-test. An interesting consequence of this is that a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10426 @code{while} loop that evaluates without error will return @code{nil}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10427 or false regardless of whether it has looped 1 or 100 times or none at
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10428 all. A @code{while} expression that evaluates successfully never
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10429 returns a true value! What this means is that @code{while} is always
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10430 evaluated for its side effects, which is to say, the consequences of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10431 evaluating the expressions within the body of the @code{while} loop.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10432 This makes sense. It is not the mere act of looping that is desired,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10433 but the consequences of what happens when the expressions in the loop
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10434 are repeatedly evaluated.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10435
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10436 @node Loop Example, print-elements-of-list, Looping with while, while
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10437 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10438 @subsection A @code{while} Loop and a List
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10439
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10440 A common way to control a @code{while} loop is to test whether a list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10441 has any elements. If it does, the loop is repeated; but if it does not,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10442 the repetition is ended. Since this is an important technique, we will
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10443 create a short example to illustrate it.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10444
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10445 A simple way to test whether a list has elements is to evaluate the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10446 list: if it has no elements, it is an empty list and will return the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10447 empty list, @code{()}, which is a synonym for @code{nil} or false. On
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10448 the other hand, a list with elements will return those elements when it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10449 is evaluated. Since Emacs Lisp considers as true any value that is not
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10450 @code{nil}, a list that returns elements will test true in a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10451 @code{while} loop.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10452
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10453 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10454 For example, you can set the variable @code{empty-list} to @code{nil} by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10455 evaluating the following @code{setq} expression:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10456
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10457 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10458 (setq empty-list ())
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10459 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10460
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10461 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10462 After evaluating the @code{setq} expression, you can evaluate the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10463 variable @code{empty-list} in the usual way, by placing the cursor after
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10464 the symbol and typing @kbd{C-x C-e}; @code{nil} will appear in your
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10465 echo area:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10466
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10467 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10468 empty-list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10469 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10470
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10471 On the other hand, if you set a variable to be a list with elements, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10472 list will appear when you evaluate the variable, as you can see by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10473 evaluating the following two expressions:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10474
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10475 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10476 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10477 (setq animals '(gazelle giraffe lion tiger))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10478
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10479 animals
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10480 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10481 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10482
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10483 Thus, to create a @code{while} loop that tests whether there are any
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10484 items in the list @code{animals}, the first part of the loop will be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10485 written like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10486
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10487 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10488 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10489 (while animals
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10490 @dots{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10491 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10492 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10493
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10494 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10495 When the @code{while} tests its first argument, the variable
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10496 @code{animals} is evaluated. It returns a list. So long as the list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10497 has elements, the @code{while} considers the results of the test to be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10498 true; but when the list is empty, it considers the results of the test
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10499 to be false.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10501 To prevent the @code{while} loop from running forever, some mechanism
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10502 needs to be provided to empty the list eventually. An oft-used
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10503 technique is to have one of the subsequent forms in the @code{while}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10504 expression set the value of the list to be the @sc{cdr} of the list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10505 Each time the @code{cdr} function is evaluated, the list will be made
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10506 shorter, until eventually only the empty list will be left. At this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10507 point, the test of the @code{while} loop will return false, and the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10508 arguments to the @code{while} will no longer be evaluated.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10509
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10510 For example, the list of animals bound to the variable @code{animals}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10511 can be set to be the @sc{cdr} of the original list with the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10512 following expression:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10513
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10514 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10515 (setq animals (cdr animals))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10516 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10517
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10518 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10519 If you have evaluated the previous expressions and then evaluate this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10520 expression, you will see @code{(giraffe lion tiger)} appear in the echo
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10521 area. If you evaluate the expression again, @code{(lion tiger)} will
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10522 appear in the echo area. If you evaluate it again and yet again,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10523 @code{(tiger)} appears and then the empty list, shown by @code{nil}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10524
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10525 A template for a @code{while} loop that uses the @code{cdr} function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10526 repeatedly to cause the true-or-false-test eventually to test false
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10527 looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10528
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10529 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10530 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10531 (while @var{test-whether-list-is-empty}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10532 @var{body}@dots{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10533 @var{set-list-to-cdr-of-list})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10534 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10535 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10536
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10537 This test and use of @code{cdr} can be put together in a function that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10538 goes through a list and prints each element of the list on a line of its
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10539 own.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10540
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10541 @node print-elements-of-list, Incrementing Loop, Loop Example, while
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10542 @subsection An Example: @code{print-elements-of-list}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10543 @findex print-elements-of-list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10544
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10545 The @code{print-elements-of-list} function illustrates a @code{while}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10546 loop with a list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10547
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10548 @cindex @file{*scratch*} buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10549 The function requires several lines for its output. If you are
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10550 reading this in a recent instance of GNU Emacs,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10551 @c GNU Emacs 21, GNU Emacs 22, or a later version,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10552 you can evaluate the following expression inside of Info, as usual.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10553
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10554 If you are using an earlier version of Emacs, you need to copy the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10555 necessary expressions to your @file{*scratch*} buffer and evaluate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10556 them there. This is because the echo area had only one line in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10557 earlier versions.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10558
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10559 You can copy the expressions by marking the beginning of the region
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10560 with @kbd{C-@key{SPC}} (@code{set-mark-command}), moving the cursor to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10561 the end of the region and then copying the region using @kbd{M-w}
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10562 (@code{kill-ring-save}, which calls @code{copy-region-as-kill} and
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10563 then provides visual feedback). In the @file{*scratch*}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10564 buffer, you can yank the expressions back by typing @kbd{C-y}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10565 (@code{yank}).
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10566
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10567 After you have copied the expressions to the @file{*scratch*} buffer,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10568 evaluate each expression in turn. Be sure to evaluate the last
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10569 expression, @code{(print-elements-of-list animals)}, by typing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10570 @kbd{C-u C-x C-e}, that is, by giving an argument to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10571 @code{eval-last-sexp}. This will cause the result of the evaluation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10572 to be printed in the @file{*scratch*} buffer instead of being printed
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10573 in the echo area. (Otherwise you will see something like this in your
45663
046819540e6d Fix typos, clarify language.
Robert J. Chassell <bob@rattlesnake.com>
parents: 44899
diff changeset
10574 echo area: @code{^Jgazelle^J^Jgiraffe^J^Jlion^J^Jtiger^Jnil}, in which
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10575 each @samp{^J} stands for a `newline'.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10576
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10577 @need 1500
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10578 In a recent instance of GNU Emacs, you can evaluate these expressions
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10579 directly in the Info buffer, and the echo area will grow to show the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10580 results.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10581
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10582 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10583 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10584 (setq animals '(gazelle giraffe lion tiger))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10585
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10586 (defun print-elements-of-list (list)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10587 "Print each element of LIST on a line of its own."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10588 (while list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10589 (print (car list))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10590 (setq list (cdr list))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10591
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10592 (print-elements-of-list animals)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10593 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10594 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10595
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10596 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10597 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10598 When you evaluate the three expressions in sequence, you will see
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10599 this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10600
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10601 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10602 @group
45663
046819540e6d Fix typos, clarify language.
Robert J. Chassell <bob@rattlesnake.com>
parents: 44899
diff changeset
10603 gazelle
046819540e6d Fix typos, clarify language.
Robert J. Chassell <bob@rattlesnake.com>
parents: 44899
diff changeset
10604
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10605 giraffe
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10606
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10607 lion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10608
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10609 tiger
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10610 nil
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10611 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10612 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10613
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10614 Each element of the list is printed on a line of its own (that is what
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10615 the function @code{print} does) and then the value returned by the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10616 function is printed. Since the last expression in the function is the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10617 @code{while} loop, and since @code{while} loops always return
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10618 @code{nil}, a @code{nil} is printed after the last element of the list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10619
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10620 @node Incrementing Loop, Decrementing Loop, print-elements-of-list, while
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10621 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10622 @subsection A Loop with an Incrementing Counter
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10623
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10624 A loop is not useful unless it stops when it ought. Besides
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10625 controlling a loop with a list, a common way of stopping a loop is to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10626 write the first argument as a test that returns false when the correct
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10627 number of repetitions are complete. This means that the loop must
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10628 have a counter---an expression that counts how many times the loop
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10629 repeats itself.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10630
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10631 The test can be an expression such as @code{(< count desired-number)}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10632 which returns @code{t} for true if the value of @code{count} is less
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10633 than the @code{desired-number} of repetitions and @code{nil} for false if
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10634 the value of @code{count} is equal to or is greater than the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10635 @code{desired-number}. The expression that increments the count can be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10636 a simple @code{setq} such as @code{(setq count (1+ count))}, where
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10637 @code{1+} is a built-in function in Emacs Lisp that adds 1 to its
42506
d918430979ea Put @w{...} around an expression with a poor printed copy page break.
Robert J. Chassell <bob@rattlesnake.com>
parents: 42109
diff changeset
10638 argument. (The expression @w{@code{(1+ count)}} has the same result as
42562
fb149efd0c72 Follow law precisely: four digits for all dates in copyright lines.
Robert J. Chassell <bob@rattlesnake.com>
parents: 42506
diff changeset
10639 @w{@code{(+ count 1)}}, but is easier for a human to read.)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10640
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10641 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10642 The template for a @code{while} loop controlled by an incrementing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10643 counter looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10644
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10645 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10646 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10647 @var{set-count-to-initial-value}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10648 (while (< count desired-number) ; @r{true-or-false-test}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10649 @var{body}@dots{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10650 (setq count (1+ count))) ; @r{incrementer}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10651 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10652 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10653
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10654 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10655 Note that you need to set the initial value of @code{count}; usually it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10656 is set to 1.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10657
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10658 @menu
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10659 * Incrementing Example::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10660 * Inc Example parts::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10661 * Inc Example altogether::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10662 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10663
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10664 @node Incrementing Example, Inc Example parts, Incrementing Loop, Incrementing Loop
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10665 @unnumberedsubsubsec Example with incrementing counter
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10666
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10667 Suppose you are playing on the beach and decide to make a triangle of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10668 pebbles, putting one pebble in the first row, two in the second row,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10669 three in the third row and so on, like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10670
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10671 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10672 @c pebble diagram
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10673 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10674 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10675 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10676 *
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10677 * *
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10678 * * *
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10679 * * * *
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10680 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10681 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10682 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10683 @iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10684 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10685 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10686 @bullet{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10687 @bullet{} @bullet{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10688 @bullet{} @bullet{} @bullet{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10689 @bullet{} @bullet{} @bullet{} @bullet{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10690 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10691 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10692 @end iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10693 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10694
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10695 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10696 (About 2500 years ago, Pythagoras and others developed the beginnings of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10697 number theory by considering questions such as this.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10698
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10699 Suppose you want to know how many pebbles you will need to make a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10700 triangle with 7 rows?
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10701
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10702 Clearly, what you need to do is add up the numbers from 1 to 7. There
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10703 are two ways to do this; start with the smallest number, one, and add up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10704 the list in sequence, 1, 2, 3, 4 and so on; or start with the largest
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10705 number and add the list going down: 7, 6, 5, 4 and so on. Because both
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10706 mechanisms illustrate common ways of writing @code{while} loops, we will
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10707 create two examples, one counting up and the other counting down. In
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10708 this first example, we will start with 1 and add 2, 3, 4 and so on.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10709
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10710 If you are just adding up a short list of numbers, the easiest way to do
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10711 it is to add up all the numbers at once. However, if you do not know
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10712 ahead of time how many numbers your list will have, or if you want to be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10713 prepared for a very long list, then you need to design your addition so
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10714 that what you do is repeat a simple process many times instead of doing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10715 a more complex process once.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10716
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10717 For example, instead of adding up all the pebbles all at once, what you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10718 can do is add the number of pebbles in the first row, 1, to the number
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10719 in the second row, 2, and then add the total of those two rows to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10720 third row, 3. Then you can add the number in the fourth row, 4, to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10721 total of the first three rows; and so on.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10722
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10723 The critical characteristic of the process is that each repetitive
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10724 action is simple. In this case, at each step we add only two numbers,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10725 the number of pebbles in the row and the total already found. This
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10726 process of adding two numbers is repeated again and again until the last
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10727 row has been added to the total of all the preceding rows. In a more
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10728 complex loop the repetitive action might not be so simple, but it will
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10729 be simpler than doing everything all at once.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10730
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10731 @node Inc Example parts, Inc Example altogether, Incrementing Example, Incrementing Loop
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10732 @unnumberedsubsubsec The parts of the function definition
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10733
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10734 The preceding analysis gives us the bones of our function definition:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10735 first, we will need a variable that we can call @code{total} that will
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10736 be the total number of pebbles. This will be the value returned by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10737 the function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10738
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10739 Second, we know that the function will require an argument: this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10740 argument will be the total number of rows in the triangle. It can be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10741 called @code{number-of-rows}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10742
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10743 Finally, we need a variable to use as a counter. We could call this
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10744 variable @code{counter}, but a better name is @code{row-number}. That
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10745 is because what the counter does in this function is count rows, and a
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10746 program should be written to be as understandable as possible.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10747
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10748 When the Lisp interpreter first starts evaluating the expressions in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10749 function, the value of @code{total} should be set to zero, since we have
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10750 not added anything to it. Then the function should add the number of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10751 pebbles in the first row to the total, and then add the number of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10752 pebbles in the second to the total, and then add the number of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10753 pebbles in the third row to the total, and so on, until there are no
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10754 more rows left to add.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10755
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10756 Both @code{total} and @code{row-number} are used only inside the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10757 function, so they can be declared as local variables with @code{let}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10758 and given initial values. Clearly, the initial value for @code{total}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10759 should be 0. The initial value of @code{row-number} should be 1,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10760 since we start with the first row. This means that the @code{let}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10761 statement will look like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10762
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10763 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10764 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10765 (let ((total 0)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10766 (row-number 1))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10767 @var{body}@dots{})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10768 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10769 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10770
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10771 After the internal variables are declared and bound to their initial
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10772 values, we can begin the @code{while} loop. The expression that serves
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10773 as the test should return a value of @code{t} for true so long as the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10774 @code{row-number} is less than or equal to the @code{number-of-rows}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10775 (If the expression tests true only so long as the row number is less
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10776 than the number of rows in the triangle, the last row will never be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10777 added to the total; hence the row number has to be either less than or
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10778 equal to the number of rows.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10779
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10780 @need 1500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10781 @findex <= @r{(less than or equal)}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10782 Lisp provides the @code{<=} function that returns true if the value of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10783 its first argument is less than or equal to the value of its second
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10784 argument and false otherwise. So the expression that the @code{while}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10785 will evaluate as its test should look like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10786
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10787 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10788 (<= row-number number-of-rows)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10789 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10790
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10791 The total number of pebbles can be found by repeatedly adding the number
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10792 of pebbles in a row to the total already found. Since the number of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10793 pebbles in the row is equal to the row number, the total can be found by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10794 adding the row number to the total. (Clearly, in a more complex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10795 situation, the number of pebbles in the row might be related to the row
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10796 number in a more complicated way; if this were the case, the row number
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10797 would be replaced by the appropriate expression.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10798
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10799 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10800 (setq total (+ total row-number))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10801 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10802
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10803 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10804 What this does is set the new value of @code{total} to be equal to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10805 sum of adding the number of pebbles in the row to the previous total.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10806
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10807 After setting the value of @code{total}, the conditions need to be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10808 established for the next repetition of the loop, if there is one. This
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10809 is done by incrementing the value of the @code{row-number} variable,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10810 which serves as a counter. After the @code{row-number} variable has
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10811 been incremented, the true-or-false-test at the beginning of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10812 @code{while} loop tests whether its value is still less than or equal to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10813 the value of the @code{number-of-rows} and if it is, adds the new value
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10814 of the @code{row-number} variable to the @code{total} of the previous
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10815 repetition of the loop.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10816
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10817 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10818 The built-in Emacs Lisp function @code{1+} adds 1 to a number, so the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10819 @code{row-number} variable can be incremented with this expression:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10820
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10821 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10822 (setq row-number (1+ row-number))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10823 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10824
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10825 @node Inc Example altogether, , Inc Example parts, Incrementing Loop
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10826 @unnumberedsubsubsec Putting the function definition together
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10827
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10828 We have created the parts for the function definition; now we need to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10829 put them together.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10830
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10831 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10832 First, the contents of the @code{while} expression:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10833
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10834 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10835 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10836 (while (<= row-number number-of-rows) ; @r{true-or-false-test}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10837 (setq total (+ total row-number))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10838 (setq row-number (1+ row-number))) ; @r{incrementer}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10839 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10840 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10841
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10842 Along with the @code{let} expression varlist, this very nearly
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10843 completes the body of the function definition. However, it requires
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10844 one final element, the need for which is somewhat subtle.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10845
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10846 The final touch is to place the variable @code{total} on a line by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10847 itself after the @code{while} expression. Otherwise, the value returned
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10848 by the whole function is the value of the last expression that is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10849 evaluated in the body of the @code{let}, and this is the value
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10850 returned by the @code{while}, which is always @code{nil}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10851
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10852 This may not be evident at first sight. It almost looks as if the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10853 incrementing expression is the last expression of the whole function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10854 But that expression is part of the body of the @code{while}; it is the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10855 last element of the list that starts with the symbol @code{while}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10856 Moreover, the whole of the @code{while} loop is a list within the body
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10857 of the @code{let}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10858
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10859 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10860 In outline, the function will look like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10861
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10862 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10863 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10864 (defun @var{name-of-function} (@var{argument-list})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10865 "@var{documentation}@dots{}"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10866 (let (@var{varlist})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10867 (while (@var{true-or-false-test})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10868 @var{body-of-while}@dots{} )
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10869 @dots{} )) ; @r{Need final expression here.}
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10870 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10871 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10872
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10873 The result of evaluating the @code{let} is what is going to be returned
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10874 by the @code{defun} since the @code{let} is not embedded within any
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10875 containing list, except for the @code{defun} as a whole. However, if
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10876 the @code{while} is the last element of the @code{let} expression, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10877 function will always return @code{nil}. This is not what we want!
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10878 Instead, what we want is the value of the variable @code{total}. This
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10879 is returned by simply placing the symbol as the last element of the list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10880 starting with @code{let}. It gets evaluated after the preceding
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10881 elements of the list are evaluated, which means it gets evaluated after
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10882 it has been assigned the correct value for the total.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10883
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10884 It may be easier to see this by printing the list starting with
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10885 @code{let} all on one line. This format makes it evident that the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10886 @var{varlist} and @code{while} expressions are the second and third
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10887 elements of the list starting with @code{let}, and the @code{total} is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10888 the last element:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10889
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10890 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10891 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10892 (let (@var{varlist}) (while (@var{true-or-false-test}) @var{body-of-while}@dots{} ) total)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10893 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10894 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10895
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10896 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10897 Putting everything together, the @code{triangle} function definition
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10898 looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10899
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10900 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10901 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10902 (defun triangle (number-of-rows) ; @r{Version with}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10903 ; @r{ incrementing counter.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10904 "Add up the number of pebbles in a triangle.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10905 The first row has one pebble, the second row two pebbles,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10906 the third row three pebbles, and so on.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10907 The argument is NUMBER-OF-ROWS."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10908 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10909 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10910 (let ((total 0)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10911 (row-number 1))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10912 (while (<= row-number number-of-rows)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10913 (setq total (+ total row-number))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10914 (setq row-number (1+ row-number)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10915 total))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10916 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10917 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10918
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10919 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10920 After you have installed @code{triangle} by evaluating the function, you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10921 can try it out. Here are two examples:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10922
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10923 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10924 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10925 (triangle 4)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10926
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10927 (triangle 7)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10928 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10929 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10930
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10931 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10932 The sum of the first four numbers is 10 and the sum of the first seven
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10933 numbers is 28.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10934
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10935 @node Decrementing Loop, , Incrementing Loop, while
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10936 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10937 @subsection Loop with a Decrementing Counter
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10938
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10939 Another common way to write a @code{while} loop is to write the test
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10940 so that it determines whether a counter is greater than zero. So long
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10941 as the counter is greater than zero, the loop is repeated. But when
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10942 the counter is equal to or less than zero, the loop is stopped. For
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10943 this to work, the counter has to start out greater than zero and then
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10944 be made smaller and smaller by a form that is evaluated
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10945 repeatedly.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10946
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10947 The test will be an expression such as @code{(> counter 0)} which
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10948 returns @code{t} for true if the value of @code{counter} is greater
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10949 than zero, and @code{nil} for false if the value of @code{counter} is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10950 equal to or less than zero. The expression that makes the number
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10951 smaller and smaller can be a simple @code{setq} such as @code{(setq
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10952 counter (1- counter))}, where @code{1-} is a built-in function in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10953 Emacs Lisp that subtracts 1 from its argument.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10954
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10955 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10956 The template for a decrementing @code{while} loop looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10957
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10958 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10959 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10960 (while (> counter 0) ; @r{true-or-false-test}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10961 @var{body}@dots{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10962 (setq counter (1- counter))) ; @r{decrementer}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10963 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10964 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10965
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10966 @menu
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10967 * Decrementing Example::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10968 * Dec Example parts::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
10969 * Dec Example altogether::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10970 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10971
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10972 @node Decrementing Example, Dec Example parts, Decrementing Loop, Decrementing Loop
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10973 @unnumberedsubsubsec Example with decrementing counter
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10974
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10975 To illustrate a loop with a decrementing counter, we will rewrite the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10976 @code{triangle} function so the counter decreases to zero.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10977
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10978 This is the reverse of the earlier version of the function. In this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10979 case, to find out how many pebbles are needed to make a triangle with
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10980 3 rows, add the number of pebbles in the third row, 3, to the number
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10981 in the preceding row, 2, and then add the total of those two rows to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10982 the row that precedes them, which is 1.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10983
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10984 Likewise, to find the number of pebbles in a triangle with 7 rows, add
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10985 the number of pebbles in the seventh row, 7, to the number in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10986 preceding row, which is 6, and then add the total of those two rows to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10987 the row that precedes them, which is 5, and so on. As in the previous
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10988 example, each addition only involves adding two numbers, the total of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10989 the rows already added up and the number of pebbles in the row that is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10990 being added to the total. This process of adding two numbers is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10991 repeated again and again until there are no more pebbles to add.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10992
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10993 We know how many pebbles to start with: the number of pebbles in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10994 last row is equal to the number of rows. If the triangle has seven
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10995 rows, the number of pebbles in the last row is 7. Likewise, we know how
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10996 many pebbles are in the preceding row: it is one less than the number in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10997 the row.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10998
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10999 @node Dec Example parts, Dec Example altogether, Decrementing Example, Decrementing Loop
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11000 @unnumberedsubsubsec The parts of the function definition
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11001
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11002 We start with three variables: the total number of rows in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11003 triangle; the number of pebbles in a row; and the total number of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11004 pebbles, which is what we want to calculate. These variables can be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11005 named @code{number-of-rows}, @code{number-of-pebbles-in-row}, and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11006 @code{total}, respectively.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11007
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11008 Both @code{total} and @code{number-of-pebbles-in-row} are used only
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11009 inside the function and are declared with @code{let}. The initial
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11010 value of @code{total} should, of course, be zero. However, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11011 initial value of @code{number-of-pebbles-in-row} should be equal to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11012 the number of rows in the triangle, since the addition will start with
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11013 the longest row.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11014
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11015 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11016 This means that the beginning of the @code{let} expression will look
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11017 like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11018
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11019 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11020 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11021 (let ((total 0)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11022 (number-of-pebbles-in-row number-of-rows))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11023 @var{body}@dots{})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11024 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11025 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11026
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11027 The total number of pebbles can be found by repeatedly adding the number
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11028 of pebbles in a row to the total already found, that is, by repeatedly
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11029 evaluating the following expression:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11030
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11031 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11032 (setq total (+ total number-of-pebbles-in-row))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11033 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11034
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11035 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11036 After the @code{number-of-pebbles-in-row} is added to the @code{total},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11037 the @code{number-of-pebbles-in-row} should be decremented by one, since
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11038 the next time the loop repeats, the preceding row will be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11039 added to the total.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11040
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11041 The number of pebbles in a preceding row is one less than the number of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11042 pebbles in a row, so the built-in Emacs Lisp function @code{1-} can be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11043 used to compute the number of pebbles in the preceding row. This can be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11044 done with the following expression:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11045
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11046 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11047 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11048 (setq number-of-pebbles-in-row
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11049 (1- number-of-pebbles-in-row))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11050 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11051 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11052
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11053 Finally, we know that the @code{while} loop should stop making repeated
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11054 additions when there are no pebbles in a row. So the test for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11055 the @code{while} loop is simply:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11056
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11057 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11058 (while (> number-of-pebbles-in-row 0)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11059 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11060
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11061 @node Dec Example altogether, , Dec Example parts, Decrementing Loop
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11062 @unnumberedsubsubsec Putting the function definition together
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11063
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11064 We can put these expressions together to create a function definition
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11065 that works. However, on examination, we find that one of the local
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11066 variables is unneeded!
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11067
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11068 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11069 The function definition looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11070
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11071 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11072 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11073 ;;; @r{First subtractive version.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11074 (defun triangle (number-of-rows)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11075 "Add up the number of pebbles in a triangle."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11076 (let ((total 0)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11077 (number-of-pebbles-in-row number-of-rows))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11078 (while (> number-of-pebbles-in-row 0)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11079 (setq total (+ total number-of-pebbles-in-row))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11080 (setq number-of-pebbles-in-row
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11081 (1- number-of-pebbles-in-row)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11082 total))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11083 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11084 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11085
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11086 As written, this function works.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11087
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11088 However, we do not need @code{number-of-pebbles-in-row}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11089
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11090 @cindex Argument as local variable
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11091 When the @code{triangle} function is evaluated, the symbol
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11092 @code{number-of-rows} will be bound to a number, giving it an initial
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11093 value. That number can be changed in the body of the function as if
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11094 it were a local variable, without any fear that such a change will
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11095 effect the value of the variable outside of the function. This is a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11096 very useful characteristic of Lisp; it means that the variable
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11097 @code{number-of-rows} can be used anywhere in the function where
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11098 @code{number-of-pebbles-in-row} is used.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11099
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11100 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11101 Here is a second version of the function written a bit more cleanly:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11102
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11103 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11104 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11105 (defun triangle (number) ; @r{Second version.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11106 "Return sum of numbers 1 through NUMBER inclusive."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11107 (let ((total 0))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11108 (while (> number 0)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11109 (setq total (+ total number))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11110 (setq number (1- number)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11111 total))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11112 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11113 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11114
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11115 In brief, a properly written @code{while} loop will consist of three parts:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11116
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11117 @enumerate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11118 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11119 A test that will return false after the loop has repeated itself the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11120 correct number of times.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11121
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11122 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11123 An expression the evaluation of which will return the value desired
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11124 after being repeatedly evaluated.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11125
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11126 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11127 An expression to change the value passed to the true-or-false-test so
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11128 that the test returns false after the loop has repeated itself the right
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11129 number of times.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11130 @end enumerate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11131
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11132 @node dolist dotimes, Recursion, while, Loops & Recursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11133 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11134 @section Save your time: @code{dolist} and @code{dotimes}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11135
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11136 In addition to @code{while}, both @code{dolist} and @code{dotimes}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11137 provide for looping. Sometimes these are quicker to write than the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11138 equivalent @code{while} loop. Both are Lisp macros. (@xref{Macros, ,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11139 Macros, elisp, The GNU Emacs Lisp Reference Manual}. )
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11140
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11141 @code{dolist} works like a @code{while} loop that `@sc{cdr}s down a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11142 list': @code{dolist} automatically shortens the list each time it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11143 loops---takes the @sc{cdr} of the list---and binds the @sc{car} of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11144 each shorter version of the list to the first of its arguments.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11145
44899
ebddb2618c17 Fixed typographic errors.
Robert J. Chassell <bob@rattlesnake.com>
parents: 43431
diff changeset
11146 @code{dotimes} loops a specific number of times: you specify the number.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11147
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11148 @menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11149 * dolist::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11150 * dotimes::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11151 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11152
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11153 @node dolist, dotimes, dolist dotimes, dolist dotimes
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11154 @unnumberedsubsubsec The @code{dolist} Macro
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11155 @findex dolist
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11156
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11157 Suppose, for example, you want to reverse a list, so that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11158 ``first'' ``second'' ``third'' becomes ``third'' ``second'' ``first''.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11159
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11160 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11161 In practice, you would use the @code{reverse} function, like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11162
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11163 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11164 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11165 (setq animals '(gazelle giraffe lion tiger))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11166
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11167 (reverse animals)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11168 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11169 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11170
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11171 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11172 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11173 Here is how you could reverse the list using a @code{while} loop:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11174
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11175 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11176 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11177 (setq animals '(gazelle giraffe lion tiger))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11178
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11179 (defun reverse-list-with-while (list)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11180 "Using while, reverse the order of LIST."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11181 (let (value) ; make sure list starts empty
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11182 (while list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11183 (setq value (cons (car list) value))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11184 (setq list (cdr list)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11185 value))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11186
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11187 (reverse-list-with-while animals)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11188 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11189 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11190
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11191 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11192 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11193 And here is how you could use the @code{dolist} macro:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11194
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11195 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11196 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11197 (setq animals '(gazelle giraffe lion tiger))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11198
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11199 (defun reverse-list-with-dolist (list)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11200 "Using dolist, reverse the order of LIST."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11201 (let (value) ; make sure list starts empty
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11202 (dolist (element list value)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11203 (setq value (cons element value)))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11204
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11205 (reverse-list-with-dolist animals)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11206 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11207 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11208
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11209 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11210 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11211 In Info, you can place your cursor after the closing parenthesis of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11212 each expression and type @kbd{C-x C-e}; in each case, you should see
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11213
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11214 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11215 (tiger lion giraffe gazelle)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11216 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11217
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11218 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11219 in the echo area.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11220
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11221 For this example, the existing @code{reverse} function is obviously best.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11222 The @code{while} loop is just like our first example (@pxref{Loop
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11223 Example, , A @code{while} Loop and a List}). The @code{while} first
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11224 checks whether the list has elements; if so, it constructs a new list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11225 by adding the first element of the list to the existing list (which in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11226 the first iteration of the loop is @code{nil}). Since the second
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11227 element is prepended in front of the first element, and the third
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11228 element is prepended in front of the second element, the list is reversed.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11229
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11230 In the expression using a @code{while} loop,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11231 the @w{@code{(setq list (cdr list))}}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11232 expression shortens the list, so the @code{while} loop eventually
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11233 stops. In addition, it provides the @code{cons} expression with a new
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11234 first element by creating a new and shorter list at each repetition of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11235 the loop.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11236
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11237 The @code{dolist} expression does very much the same as the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11238 @code{while} expression, except that the @code{dolist} macro does some
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11239 of the work you have to do when writing a @code{while} expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11240
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11241 Like a @code{while} loop, a @code{dolist} loops. What is different is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11242 that it automatically shortens the list each time it loops --- it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11243 `@sc{cdr}s down the list' on its own --- and it automatically binds
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11244 the @sc{car} of each shorter version of the list to the first of its
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11245 arguments.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11246
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11247 In the example, the @sc{car} of each shorter version of the list is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11248 referred to using the symbol @samp{element}, the list itself is called
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11249 @samp{list}, and the value returned is called @samp{value}. The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11250 remainder of the @code{dolist} expression is the body.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11251
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11252 The @code{dolist} expression binds the @sc{car} of each shorter
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11253 version of the list to @code{element} and then evaluates the body of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11254 the expression; and repeats the loop. The result is returned in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11255 @code{value}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11256
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11257 @node dotimes, , dolist, dolist dotimes
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11258 @unnumberedsubsubsec The @code{dotimes} Macro
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11259 @findex dotimes
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11260
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11261 The @code{dotimes} macro is similar to @code{dolist}, except that it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11262 loops a specific number of times.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11263
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11264 The first argument to @code{dotimes} is assigned the numbers 0, 1, 2
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11265 and so forth each time around the loop, and the value of the third
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11266 argument is returned. You need to provide the value of the second
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11267 argument, which is how many times the macro loops.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11268
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11269 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11270 For example, the following binds the numbers from 0 up to, but not
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11271 including, the number 3 to the first argument, @var{number}, and then
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11272 constructs a list of the three numbers. (The first number is 0, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11273 second number is 1, and the third number is 2; this makes a total of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11274 three numbers in all, starting with zero as the first number.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11275
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11276 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11277 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11278 (let (value) ; otherwise a value is a void variable
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11279 (dotimes (number 3 value)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11280 (setq value (cons number value))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11281
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11282 @result{} (2 1 0)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11283 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11284 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11285
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11286 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11287 @code{dotimes} returns @code{value}, so the way to use
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11288 @code{dotimes} is to operate on some expression @var{number} number of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11289 times and then return the result, either as a list or an atom.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11290
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11291 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11292 Here is an example of a @code{defun} that uses @code{dotimes} to add
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11293 up the number of pebbles in a triangle.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11294
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11295 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11296 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11297 (defun triangle-using-dotimes (number-of-rows)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11298 "Using dotimes, add up the number of pebbles in a triangle."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11299 (let ((total 0)) ; otherwise a total is a void variable
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11300 (dotimes (number number-of-rows total)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11301 (setq total (+ total (1+ number))))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11302
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11303 (triangle-using-dotimes 4)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11304 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11305 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11306
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11307 @node Recursion, Looping exercise, dolist dotimes, Loops & Recursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11308 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11309 @section Recursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11310 @cindex Recursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11311
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11312 A recursive function contains code that tells the Lisp interpreter to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11313 call a program that runs exactly like itself, but with slightly
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11314 different arguments. The code runs exactly the same because it has
45663
046819540e6d Fix typos, clarify language.
Robert J. Chassell <bob@rattlesnake.com>
parents: 44899
diff changeset
11315 the same name. However, even though the program has the same name, it
046819540e6d Fix typos, clarify language.
Robert J. Chassell <bob@rattlesnake.com>
parents: 44899
diff changeset
11316 is not the same entity. It is different. In the jargon, it is a
046819540e6d Fix typos, clarify language.
Robert J. Chassell <bob@rattlesnake.com>
parents: 44899
diff changeset
11317 different `instance'.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11318
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11319 Eventually, if the program is written correctly, the `slightly
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11320 different arguments' will become sufficiently different from the first
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11321 arguments that the final instance will stop.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11322
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11323 @menu
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
11324 * Building Robots::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
11325 * Recursive Definition Parts::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
11326 * Recursion with list::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11327 * Recursive triangle function::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11328 * Recursion with cond::
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
11329 * Recursive Patterns::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
11330 * No Deferment::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11331 * No deferment solution::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11332 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11333
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11334 @node Building Robots, Recursive Definition Parts, Recursion, Recursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11335 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11336 @subsection Building Robots: Extending the Metaphor
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11337 @cindex Building robots
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11338 @cindex Robots, building
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11339
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11340 It is sometimes helpful to think of a running program as a robot that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11341 does a job. In doing its job, a recursive function calls on a second
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11342 robot to help it. The second robot is identical to the first in every
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11343 way, except that the second robot helps the first and has been
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11344 passed different arguments than the first.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11345
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11346 In a recursive function, the second robot may call a third; and the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11347 third may call a fourth, and so on. Each of these is a different
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11348 entity; but all are clones.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11349
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11350 Since each robot has slightly different instructions---the arguments
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11351 will differ from one robot to the next---the last robot should know
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11352 when to stop.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11353
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11354 Let's expand on the metaphor in which a computer program is a robot.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11355
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11356 A function definition provides the blueprints for a robot. When you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11357 install a function definition, that is, when you evaluate a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11358 @code{defun} special form, you install the necessary equipment to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11359 build robots. It is as if you were in a factory, setting up an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11360 assembly line. Robots with the same name are built according to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11361 same blueprints. So they have, as it were, the same `model number',
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11362 but a different `serial number'.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11363
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11364 We often say that a recursive function `calls itself'. What we mean
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11365 is that the instructions in a recursive function cause the Lisp
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11366 interpreter to run a different function that has the same name and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11367 does the same job as the first, but with different arguments.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11368
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11369 It is important that the arguments differ from one instance to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11370 next; otherwise, the process will never stop.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11371
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11372 @node Recursive Definition Parts, Recursion with list, Building Robots, Recursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11373 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11374 @subsection The Parts of a Recursive Definition
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11375 @cindex Parts of a Recursive Definition
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11376 @cindex Recursive Definition Parts
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11377
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11378 A recursive function typically contains a conditional expression which
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11379 has three parts:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11380
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11381 @enumerate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11382 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11383 A true-or-false-test that determines whether the function is called
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11384 again, here called the @dfn{do-again-test}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11385
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11386 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11387 The name of the function. When this name is called, a new instance of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11388 the function---a new robot, as it were---is created and told what to do.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11389
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11390 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11391 An expression that returns a different value each time the function is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11392 called, here called the @dfn{next-step-expression}. Consequently, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11393 argument (or arguments) passed to the new instance of the function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11394 will be different from that passed to the previous instance. This
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11395 causes the conditional expression, the @dfn{do-again-test}, to test
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11396 false after the correct number of repetitions.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11397 @end enumerate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11398
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11399 Recursive functions can be much simpler than any other kind of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11400 function. Indeed, when people first start to use them, they often look
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11401 so mysteriously simple as to be incomprehensible. Like riding a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11402 bicycle, reading a recursive function definition takes a certain knack
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11403 which is hard at first but then seems simple.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11404
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11405 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11406 There are several different common recursive patterns. A very simple
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11407 pattern looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11408
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11409 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11410 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11411 (defun @var{name-of-recursive-function} (@var{argument-list})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11412 "@var{documentation}@dots{}"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11413 (if @var{do-again-test}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11414 @var{body}@dots{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11415 (@var{name-of-recursive-function}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11416 @var{next-step-expression})))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11417 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11418 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11419
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11420 Each time a recursive function is evaluated, a new instance of it is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11421 created and told what to do. The arguments tell the instance what to do.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11422
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11423 An argument is bound to the value of the next-step-expression. Each
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11424 instance runs with a different value of the next-step-expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11425
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11426 The value in the next-step-expression is used in the do-again-test.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11427
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11428 The value returned by the next-step-expression is passed to the new
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11429 instance of the function, which evaluates it (or some
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11430 transmogrification of it) to determine whether to continue or stop.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11431 The next-step-expression is designed so that the do-again-test returns
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11432 false when the function should no longer be repeated.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11433
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11434 The do-again-test is sometimes called the @dfn{stop condition},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11435 since it stops the repetitions when it tests false.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11436
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11437 @node Recursion with list, Recursive triangle function, Recursive Definition Parts, Recursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11438 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11439 @subsection Recursion with a List
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11440
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11441 The example of a @code{while} loop that printed the elements of a list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11442 of numbers can be written recursively. Here is the code, including
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11443 an expression to set the value of the variable @code{animals} to a list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11444
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
11445 If you are using GNU Emacs 20 or before, this example must be copied
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
11446 to the @file{*scratch*} buffer and each expression must be evaluated
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11447 there. Use @kbd{C-u C-x C-e} to evaluate the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11448 @code{(print-elements-recursively animals)} expression so that the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11449 results are printed in the buffer; otherwise the Lisp interpreter will
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11450 try to squeeze the results into the one line of the echo area.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11451
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11452 Also, place your cursor immediately after the last closing parenthesis
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11453 of the @code{print-elements-recursively} function, before the comment.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11454 Otherwise, the Lisp interpreter will try to evaluate the comment.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11455
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
11456 If you are using a more recent version of Emacs, you can evaluate this
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
11457 expression directly in Info.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11458
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11459 @findex print-elements-recursively
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11460 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11461 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11462 (setq animals '(gazelle giraffe lion tiger))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11463
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11464 (defun print-elements-recursively (list)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11465 "Print each element of LIST on a line of its own.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11466 Uses recursion."
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
11467 (when list ; @r{do-again-test}
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11468 (print (car list)) ; @r{body}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11469 (print-elements-recursively ; @r{recursive call}
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
11470 (cdr list)))) ; @r{next-step-expression}
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11471
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11472 (print-elements-recursively animals)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11473 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11474 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11475
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11476 The @code{print-elements-recursively} function first tests whether
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11477 there is any content in the list; if there is, the function prints the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11478 first element of the list, the @sc{car} of the list. Then the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11479 function `invokes itself', but gives itself as its argument, not the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11480 whole list, but the second and subsequent elements of the list, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11481 @sc{cdr} of the list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11482
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11483 Put another way, if the list is not empty, the function invokes
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11484 another instance of code that is similar to the initial code, but is a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11485 different thread of execution, with different arguments than the first
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11486 instance.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11487
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11488 Put in yet another way, if the list is not empty, the first robot
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11489 assemblies a second robot and tells it what to do; the second robot is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11490 a different individual from the first, but is the same model.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11491
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
11492 When the second evaluation occurs, the @code{when} expression is
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11493 evaluated and if true, prints the first element of the list it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11494 receives as its argument (which is the second element of the original
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11495 list). Then the function `calls itself' with the @sc{cdr} of the list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11496 it is invoked with, which (the second time around) is the @sc{cdr} of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11497 the @sc{cdr} of the original list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11498
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11499 Note that although we say that the function `calls itself', what we
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11500 mean is that the Lisp interpreter assembles and instructs a new
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11501 instance of the program. The new instance is a clone of the first,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11502 but is a separate individual.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11503
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11504 Each time the function `invokes itself', it invokes itself on a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11505 shorter version of the original list. It creates a new instance that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11506 works on a shorter list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11507
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11508 Eventually, the function invokes itself on an empty list. It creates
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11509 a new instance whose argument is @code{nil}. The conditional expression
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11510 tests the value of @code{list}. Since the value of @code{list} is
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
11511 @code{nil}, the @code{when} expression tests false so the then-part is
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11512 not evaluated. The function as a whole then returns @code{nil}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11513
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11514 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11515 When you evaluate @code{(print-elements-recursively animals)} in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11516 @file{*scratch*} buffer, you see this result:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11517
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11518 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11519 @group
45663
046819540e6d Fix typos, clarify language.
Robert J. Chassell <bob@rattlesnake.com>
parents: 44899
diff changeset
11520 gazelle
046819540e6d Fix typos, clarify language.
Robert J. Chassell <bob@rattlesnake.com>
parents: 44899
diff changeset
11521
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11522 giraffe
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11523
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11524 lion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11525
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11526 tiger
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11527 nil
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11528 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11529 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11530
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
11531 @need 2000
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11532 @node Recursive triangle function, Recursion with cond, Recursion with list, Recursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11533 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11534 @subsection Recursion in Place of a Counter
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11535 @findex triangle-recursively
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11536
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11537 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11538 The @code{triangle} function described in a previous section can also
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11539 be written recursively. It looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11540
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11541 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11542 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11543 (defun triangle-recursively (number)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11544 "Return the sum of the numbers 1 through NUMBER inclusive.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11545 Uses recursion."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11546 (if (= number 1) ; @r{do-again-test}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11547 1 ; @r{then-part}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11548 (+ number ; @r{else-part}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11549 (triangle-recursively ; @r{recursive call}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11550 (1- number))))) ; @r{next-step-expression}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11551
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11552 (triangle-recursively 7)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11553 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11554 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11555
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11556 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11557 You can install this function by evaluating it and then try it by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11558 evaluating @code{(triangle-recursively 7)}. (Remember to put your
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11559 cursor immediately after the last parenthesis of the function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11560 definition, before the comment.) The function evaluates to 28.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11561
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11562 To understand how this function works, let's consider what happens in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11563 various cases when the function is passed 1, 2, 3, or 4 as the value of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11564 its argument.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11565
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11566 @menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11567 * Recursive Example arg of 1 or 2::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11568 * Recursive Example arg of 3 or 4::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11569 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11570
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11571 @node Recursive Example arg of 1 or 2, Recursive Example arg of 3 or 4, Recursive triangle function, Recursive triangle function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11572 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11573 @unnumberedsubsubsec An argument of 1 or 2
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11574 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11575
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11576 First, what happens if the value of the argument is 1?
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11577
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11578 The function has an @code{if} expression after the documentation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11579 string. It tests whether the value of @code{number} is equal to 1; if
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11580 so, Emacs evaluates the then-part of the @code{if} expression, which
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11581 returns the number 1 as the value of the function. (A triangle with
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11582 one row has one pebble in it.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11583
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11584 Suppose, however, that the value of the argument is 2. In this case,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11585 Emacs evaluates the else-part of the @code{if} expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11586
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11587 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11588 The else-part consists of an addition, the recursive call to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11589 @code{triangle-recursively} and a decrementing action; and it looks like
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11590 this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11591
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11592 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11593 (+ number (triangle-recursively (1- number)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11594 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11595
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11596 When Emacs evaluates this expression, the innermost expression is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11597 evaluated first; then the other parts in sequence. Here are the steps
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11598 in detail:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11599
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11600 @table @i
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11601 @item Step 1 @w{ } Evaluate the innermost expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11602
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11603 The innermost expression is @code{(1- number)} so Emacs decrements the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11604 value of @code{number} from 2 to 1.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11605
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11606 @item Step 2 @w{ } Evaluate the @code{triangle-recursively} function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11607
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11608 The Lisp interpreter creates an individual instance of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11609 @code{triangle-recursively}. It does not matter that this function is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11610 contained within itself. Emacs passes the result Step 1 as the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11611 argument used by this instance of the @code{triangle-recursively}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11612 function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11613
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11614 In this case, Emacs evaluates @code{triangle-recursively} with an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11615 argument of 1. This means that this evaluation of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11616 @code{triangle-recursively} returns 1.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11617
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11618 @item Step 3 @w{ } Evaluate the value of @code{number}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11619
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11620 The variable @code{number} is the second element of the list that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11621 starts with @code{+}; its value is 2.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11622
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11623 @item Step 4 @w{ } Evaluate the @code{+} expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11624
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11625 The @code{+} expression receives two arguments, the first
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11626 from the evaluation of @code{number} (Step 3) and the second from the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11627 evaluation of @code{triangle-recursively} (Step 2).
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11628
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11629 The result of the addition is the sum of 2 plus 1, and the number 3 is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11630 returned, which is correct. A triangle with two rows has three
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11631 pebbles in it.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11632 @end table
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11633
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11634 @node Recursive Example arg of 3 or 4, , Recursive Example arg of 1 or 2, Recursive triangle function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11635 @unnumberedsubsubsec An argument of 3 or 4
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11636
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11637 Suppose that @code{triangle-recursively} is called with an argument of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11638 3.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11639
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11640 @table @i
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11641 @item Step 1 @w{ } Evaluate the do-again-test.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11642
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11643 The @code{if} expression is evaluated first. This is the do-again
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11644 test and returns false, so the else-part of the @code{if} expression
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11645 is evaluated. (Note that in this example, the do-again-test causes
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11646 the function to call itself when it tests false, not when it tests
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11647 true.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11648
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11649 @item Step 2 @w{ } Evaluate the innermost expression of the else-part.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11650
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11651 The innermost expression of the else-part is evaluated, which decrements
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11652 3 to 2. This is the next-step-expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11653
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11654 @item Step 3 @w{ } Evaluate the @code{triangle-recursively} function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11655
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11656 The number 2 is passed to the @code{triangle-recursively} function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11657
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11658 We know what happens when Emacs evaluates @code{triangle-recursively} with
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11659 an argument of 2. After going through the sequence of actions described
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11660 earlier, it returns a value of 3. So that is what will happen here.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11661
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11662 @item Step 4 @w{ } Evaluate the addition.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11663
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11664 3 will be passed as an argument to the addition and will be added to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11665 number with which the function was called, which is 3.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11666 @end table
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11667
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11668 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11669 The value returned by the function as a whole will be 6.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11670
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11671 Now that we know what will happen when @code{triangle-recursively} is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11672 called with an argument of 3, it is evident what will happen if it is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11673 called with an argument of 4:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11674
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11675 @quotation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11676 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11677 In the recursive call, the evaluation of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11678
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11679 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11680 (triangle-recursively (1- 4))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11681 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11682
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11683 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11684 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11685 will return the value of evaluating
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11686
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11687 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11688 (triangle-recursively 3)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11689 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11690
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11691 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11692 which is 6 and this value will be added to 4 by the addition in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11693 third line.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11694 @end quotation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11695
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11696 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11697 The value returned by the function as a whole will be 10.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11698
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11699 Each time @code{triangle-recursively} is evaluated, it evaluates a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11700 version of itself---a different instance of itself---with a smaller
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11701 argument, until the argument is small enough so that it does not
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11702 evaluate itself.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11703
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11704 Note that this particular design for a recursive function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11705 requires that operations be deferred.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11706
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11707 Before @code{(triangle-recursively 7)} can calculate its answer, it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11708 must call @code{(triangle-recursively 6)}; and before
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11709 @code{(triangle-recursively 6)} can calculate its answer, it must call
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11710 @code{(triangle-recursively 5)}; and so on. That is to say, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11711 calculation that @code{(triangle-recursively 7)} makes must be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11712 deferred until @code{(triangle-recursively 6)} makes its calculation;
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11713 and @code{(triangle-recursively 6)} must defer until
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11714 @code{(triangle-recursively 5)} completes; and so on.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11715
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11716 If each of these instances of @code{triangle-recursively} are thought
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11717 of as different robots, the first robot must wait for the second to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11718 complete its job, which must wait until the third completes, and so
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11719 on.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11720
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11721 There is a way around this kind of waiting, which we will discuss in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11722 @ref{No Deferment, , Recursion without Deferments}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11723
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11724 @node Recursion with cond, Recursive Patterns, Recursive triangle function, Recursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11725 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11726 @subsection Recursion Example Using @code{cond}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11727 @findex cond
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11728
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11729 The version of @code{triangle-recursively} described earlier is written
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11730 with the @code{if} special form. It can also be written using another
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11731 special form called @code{cond}. The name of the special form
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11732 @code{cond} is an abbreviation of the word @samp{conditional}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11733
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11734 Although the @code{cond} special form is not used as often in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11735 Emacs Lisp sources as @code{if}, it is used often enough to justify
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11736 explaining it.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11737
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11738 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11739 The template for a @code{cond} expression looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11740
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11741 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11742 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11743 (cond
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11744 @var{body}@dots{})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11745 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11746 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11747
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11748 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11749 where the @var{body} is a series of lists.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11750
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11751 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11752 Written out more fully, the template looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11753
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11754 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11755 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11756 (cond
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11757 (@var{first-true-or-false-test} @var{first-consequent})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11758 (@var{second-true-or-false-test} @var{second-consequent})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11759 (@var{third-true-or-false-test} @var{third-consequent})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11760 @dots{})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11761 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11762 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11763
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11764 When the Lisp interpreter evaluates the @code{cond} expression, it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11765 evaluates the first element (the @sc{car} or true-or-false-test) of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11766 the first expression in a series of expressions within the body of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11767 @code{cond}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11768
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11769 If the true-or-false-test returns @code{nil} the rest of that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11770 expression, the consequent, is skipped and the true-or-false-test of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11771 next expression is evaluated. When an expression is found whose
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11772 true-or-false-test returns a value that is not @code{nil}, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11773 consequent of that expression is evaluated. The consequent can be one
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11774 or more expressions. If the consequent consists of more than one
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11775 expression, the expressions are evaluated in sequence and the value of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11776 the last one is returned. If the expression does not have a consequent,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11777 the value of the true-or-false-test is returned.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11778
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11779 If none of the true-or-false-tests test true, the @code{cond} expression
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11780 returns @code{nil}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11781
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11782 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11783 Written using @code{cond}, the @code{triangle} function looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11784
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11785 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11786 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11787 (defun triangle-using-cond (number)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11788 (cond ((<= number 0) 0)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11789 ((= number 1) 1)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11790 ((> number 1)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11791 (+ number (triangle-using-cond (1- number))))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11792 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11793 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11794
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11795 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11796 In this example, the @code{cond} returns 0 if the number is less than or
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11797 equal to 0, it returns 1 if the number is 1 and it evaluates @code{(+
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11798 number (triangle-using-cond (1- number)))} if the number is greater than
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11799 1.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11801 @node Recursive Patterns, No Deferment, Recursion with cond, Recursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11802 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11803 @subsection Recursive Patterns
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11804 @cindex Recursive Patterns
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11805
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11806 Here are three common recursive patterns. Each involves a list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11807 Recursion does not need to involve lists, but Lisp is designed for lists
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11808 and this provides a sense of its primal capabilities.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11809
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11810 @menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11811 * Every::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11812 * Accumulate::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11813 * Keep::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11814 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11815
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11816 @node Every, Accumulate, Recursive Patterns, Recursive Patterns
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11817 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11818 @unnumberedsubsubsec Recursive Pattern: @emph{every}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11819 @cindex Every, type of recursive pattern
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11820 @cindex Recursive pattern: every
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11821
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11822 In the @code{every} recursive pattern, an action is performed on every
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11823 element of a list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11824
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11825 @need 1500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11826 The basic pattern is:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11827
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11828 @itemize @bullet
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11829 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11830 If a list be empty, return @code{nil}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11831 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11832 Else, act on the beginning of the list (the @sc{car} of the list)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11833 @itemize @minus
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11834 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11835 through a recursive call by the function on the rest (the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11836 @sc{cdr}) of the list,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11837 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11838 and, optionally, combine the acted-on element, using @code{cons},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11839 with the results of acting on the rest.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11840 @end itemize
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11841 @end itemize
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11842
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11843 @need 1500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11844 Here is example:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11845
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11846 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11847 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11848 (defun square-each (numbers-list)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11849 "Square each of a NUMBERS LIST, recursively."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11850 (if (not numbers-list) ; do-again-test
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11851 nil
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11852 (cons
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11853 (* (car numbers-list) (car numbers-list))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11854 (square-each (cdr numbers-list))))) ; next-step-expression
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11855 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11856
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11857 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11858 (square-each '(1 2 3))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11859 @result{} (1 4 9)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11860 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11861 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11862
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11863 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11864 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11865 If @code{numbers-list} is empty, do nothing. But if it has content,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11866 construct a list combining the square of the first number in the list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11867 with the result of the recursive call.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11868
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11869 (The example follows the pattern exactly: @code{nil} is returned if
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11870 the numbers' list is empty. In practice, you would write the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11871 conditional so it carries out the action when the numbers' list is not
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11872 empty.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11873
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11874 The @code{print-elements-recursively} function (@pxref{Recursion with
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11875 list, , Recursion with a List}) is another example of an @code{every}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11876 pattern, except in this case, rather than bring the results together
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11877 using @code{cons}, we print each element of output.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11878
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11879 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11880 The @code{print-elements-recursively} function looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11881
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11882 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11883 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11884 (setq animals '(gazelle giraffe lion tiger))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11885 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11886
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11887 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11888 (defun print-elements-recursively (list)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11889 "Print each element of LIST on a line of its own.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11890 Uses recursion."
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
11891 (when list ; @r{do-again-test}
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11892 (print (car list)) ; @r{body}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11893 (print-elements-recursively ; @r{recursive call}
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
11894 (cdr list)))) ; @r{next-step-expression}
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11895
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11896 (print-elements-recursively animals)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11897 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11898 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11899
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11900 @need 1500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11901 The pattern for @code{print-elements-recursively} is:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11902
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11903 @itemize @bullet
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11904 @item
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
11905 When the list is empty, do nothing.
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
11906 @item
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
11907 But when the list has at least one element,
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11908 @itemize @minus
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11909 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11910 act on the beginning of the list (the @sc{car} of the list),
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11911 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11912 and make a recursive call on the rest (the @sc{cdr}) of the list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11913 @end itemize
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11914 @end itemize
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11915
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11916 @node Accumulate, Keep, Every, Recursive Patterns
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11917 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11918 @unnumberedsubsubsec Recursive Pattern: @emph{accumulate}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11919 @cindex Accumulate, type of recursive pattern
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11920 @cindex Recursive pattern: accumulate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11921
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11922 Another recursive pattern is called the @code{accumulate} pattern. In
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11923 the @code{accumulate} recursive pattern, an action is performed on
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11924 every element of a list and the result of that action is accumulated
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11925 with the results of performing the action on the other elements.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11926
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11927 This is very like the `every' pattern using @code{cons}, except that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11928 @code{cons} is not used, but some other combiner.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11929
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11930 @need 1500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11931 The pattern is:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11932
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11933 @itemize @bullet
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11934 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11935 If a list be empty, return zero or some other constant.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11936 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11937 Else, act on the beginning of the list (the @sc{car} of the list),
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11938 @itemize @minus
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11939 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11940 and combine that acted-on element, using @code{+} or
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11941 some other combining function, with
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11942 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11943 a recursive call by the function on the rest (the @sc{cdr}) of the list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11944 @end itemize
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11945 @end itemize
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11946
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11947 @need 1500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11948 Here is an example:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11949
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11950 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11951 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11952 (defun add-elements (numbers-list)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11953 "Add the elements of NUMBERS-LIST together."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11954 (if (not numbers-list)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11955 0
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11956 (+ (car numbers-list) (add-elements (cdr numbers-list)))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11957 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11958
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11959 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11960 (add-elements '(1 2 3 4))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11961 @result{} 10
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11962 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11963 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11964
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11965 @xref{Files List, , Making a List of Files}, for an example of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11966 accumulate pattern.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11967
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11968 @node Keep, , Accumulate, Recursive Patterns
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11969 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11970 @unnumberedsubsubsec Recursive Pattern: @emph{keep}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11971 @cindex Keep, type of recursive pattern
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11972 @cindex Recursive pattern: keep
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11973
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11974 A third recursive pattern is called the @code{keep} pattern.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11975 In the @code{keep} recursive pattern, each element of a list is tested;
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11976 the element is acted on and the results are kept only if the element
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11977 meets a criterion.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11978
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11979 Again, this is very like the `every' pattern, except the element is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11980 skipped unless it meets a criterion.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11981
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11982 @need 1500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11983 The pattern has three parts:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11984
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11985 @itemize @bullet
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11986 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11987 If a list be empty, return @code{nil}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11988 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11989 Else, if the beginning of the list (the @sc{car} of the list) passes
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11990 a test
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11991 @itemize @minus
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11992 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11993 act on that element and combine it, using @code{cons} with
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11994 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11995 a recursive call by the function on the rest (the @sc{cdr}) of the list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11996 @end itemize
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11997 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11998 Otherwise, if the beginning of the list (the @sc{car} of the list) fails
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11999 the test
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12000 @itemize @minus
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12001 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12002 skip on that element,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12003 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12004 and, recursively call the function on the rest (the @sc{cdr}) of the list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12005 @end itemize
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12006 @end itemize
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12007
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12008 @need 1500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12009 Here is an example that uses @code{cond}:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12010
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12011 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12012 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12013 (defun keep-three-letter-words (word-list)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12014 "Keep three letter words in WORD-LIST."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12015 (cond
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12016 ;; First do-again-test: stop-condition
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12017 ((not word-list) nil)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12018
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12019 ;; Second do-again-test: when to act
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12020 ((eq 3 (length (symbol-name (car word-list))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12021 ;; combine acted-on element with recursive call on shorter list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12022 (cons (car word-list) (keep-three-letter-words (cdr word-list))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12023
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12024 ;; Third do-again-test: when to skip element;
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12025 ;; recursively call shorter list with next-step expression
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
12026 (t (keep-three-letter-words (cdr word-list)))))
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12027 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12028
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12029 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12030 (keep-three-letter-words '(one two three four five six))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12031 @result{} (one two six)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12032 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12033 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12034
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12035 It goes without saying that you need not use @code{nil} as the test for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12036 when to stop; and you can, of course, combine these patterns.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12037
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12038 @node No Deferment, No deferment solution, Recursive Patterns, Recursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12039 @subsection Recursion without Deferments
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12040 @cindex Deferment in recursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12041 @cindex Recursion without Deferments
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12042
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12043 Let's consider again what happens with the @code{triangle-recursively}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12044 function. We will find that the intermediate calculations are
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12045 deferred until all can be done.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12046
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12047 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12048 Here is the function definition:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12049
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12050 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12051 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12052 (defun triangle-recursively (number)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12053 "Return the sum of the numbers 1 through NUMBER inclusive.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12054 Uses recursion."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12055 (if (= number 1) ; @r{do-again-test}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12056 1 ; @r{then-part}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12057 (+ number ; @r{else-part}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12058 (triangle-recursively ; @r{recursive call}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12059 (1- number))))) ; @r{next-step-expression}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12060 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12061 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12062
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12063 What happens when we call this function with a argument of 7?
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12064
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12065 The first instance of the @code{triangle-recursively} function adds
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12066 the number 7 to the value returned by a second instance of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12067 @code{triangle-recursively}, an instance that has been passed an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12068 argument of 6. That is to say, the first calculation is:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12069
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12070 @smallexample
45663
046819540e6d Fix typos, clarify language.
Robert J. Chassell <bob@rattlesnake.com>
parents: 44899
diff changeset
12071 (+ 7 (triangle-recursively 6))
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12072 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12073
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12074 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12075 The first instance of @code{triangle-recursively}---you may want to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12076 think of it as a little robot---cannot complete its job. It must hand
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12077 off the calculation for @code{(triangle-recursively 6)} to a second
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12078 instance of the program, to a second robot. This second individual is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12079 completely different from the first one; it is, in the jargon, a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12080 `different instantiation'. Or, put another way, it is a different
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12081 robot. It is the same model as the first; it calculates triangle
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12082 numbers recursively; but it has a different serial number.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12083
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12084 And what does @code{(triangle-recursively 6)} return? It returns the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12085 number 6 added to the value returned by evaluating
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12086 @code{triangle-recursively} with an argument of 5. Using the robot
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12087 metaphor, it asks yet another robot to help it.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12088
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12089 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12090 Now the total is:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12091
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12092 @smallexample
45663
046819540e6d Fix typos, clarify language.
Robert J. Chassell <bob@rattlesnake.com>
parents: 44899
diff changeset
12093 (+ 7 6 (triangle-recursively 5))
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12094 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12095
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12096 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12097 And what happens next?
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12098
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12099 @smallexample
45663
046819540e6d Fix typos, clarify language.
Robert J. Chassell <bob@rattlesnake.com>
parents: 44899
diff changeset
12100 (+ 7 6 5 (triangle-recursively 4))
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12101 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12102
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12103 Each time @code{triangle-recursively} is called, except for the last
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12104 time, it creates another instance of the program---another robot---and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12105 asks it to make a calculation.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12106
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12107 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12108 Eventually, the full addition is set up and performed:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12109
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12110 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12111 (+ 7 6 5 4 3 2 1)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12112 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12113
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12114 This design for the function defers the calculation of the first step
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12115 until the second can be done, and defers that until the third can be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12116 done, and so on. Each deferment means the computer must remember what
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12117 is being waited on. This is not a problem when there are only a few
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12118 steps, as in this example. But it can be a problem when there are
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12119 more steps.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12120
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12121 @node No deferment solution, , No Deferment, Recursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12122 @subsection No Deferment Solution
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12123 @cindex No deferment solution
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12124 @cindex Defermentless solution
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12125 @cindex Solution without deferment
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12126
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12127 The solution to the problem of deferred operations is to write in a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12128 manner that does not defer operations@footnote{The phrase @dfn{tail
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12129 recursive} is used to describe such a process, one that uses
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12130 `constant space'.}. This requires
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12131 writing to a different pattern, often one that involves writing two
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12132 function definitions, an `initialization' function and a `helper'
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12133 function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12134
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12135 The `initialization' function sets up the job; the `helper' function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12136 does the work.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12137
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12138 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12139 Here are the two function definitions for adding up numbers. They are
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12140 so simple, I find them hard to understand.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12141
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12142 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12143 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12144 (defun triangle-initialization (number)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12145 "Return the sum of the numbers 1 through NUMBER inclusive.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12146 This is the `initialization' component of a two function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12147 duo that uses recursion."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12148 (triangle-recursive-helper 0 0 number))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12149 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12150 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12151
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12152 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12153 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12154 (defun triangle-recursive-helper (sum counter number)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12155 "Return SUM, using COUNTER, through NUMBER inclusive.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12156 This is the `helper' component of a two function duo
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12157 that uses recursion."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12158 (if (> counter number)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12159 sum
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12160 (triangle-recursive-helper (+ sum counter) ; @r{sum}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12161 (1+ counter) ; @r{counter}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12162 number))) ; @r{number}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12163 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12164 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12165
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12166 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12167 Install both function definitions by evaluating them, then call
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12168 @code{triangle-initialization} with 2 rows:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12169
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12170 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12171 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12172 (triangle-initialization 2)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12173 @result{} 3
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12174 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12175 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12176
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12177 The `initialization' function calls the first instance of the `helper'
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12178 function with three arguments: zero, zero, and a number which is the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12179 number of rows in the triangle.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12180
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12181 The first two arguments passed to the `helper' function are
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12182 initialization values. These values are changed when
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12183 @code{triangle-recursive-helper} invokes new instances.@footnote{The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12184 jargon is mildly confusing: @code{triangle-recursive-helper} uses a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12185 process that is iterative in a procedure that is recursive. The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12186 process is called iterative because the computer need only record the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12187 three values, @code{sum}, @code{counter}, and @code{number}; the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12188 procedure is recursive because the function `calls itself'. On the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12189 other hand, both the process and the procedure used by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12190 @code{triangle-recursively} are called recursive. The word
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12191 `recursive' has different meanings in the two contexts.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12192
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12193 Let's see what happens when we have a triangle that has one row. (This
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12194 triangle will have one pebble in it!)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12195
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12196 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12197 @code{triangle-initialization} will call its helper with
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12198 the arguments @w{@code{0 0 1}}. That function will run the conditional
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12199 test whether @code{(> counter number)}:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12201 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12202 (> 0 1)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12203 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12204
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12205 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12206 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12207 and find that the result is false, so it will invoke
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12208 the else-part of the @code{if} clause:
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12209
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12210 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12211 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12212 (triangle-recursive-helper
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12213 (+ sum counter) ; @r{sum plus counter} @result{} @r{sum}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12214 (1+ counter) ; @r{increment counter} @result{} @r{counter}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12215 number) ; @r{number stays the same}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12216 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12217 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12218
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12219 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12220 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12221 which will first compute:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12222
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12223 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12224 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12225 (triangle-recursive-helper (+ 0 0) ; @r{sum}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12226 (1+ 0) ; @r{counter}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12227 1) ; @r{number}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12228 @exdent which is:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12229
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12230 (triangle-recursive-helper 0 1 1)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12231 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12232 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12233
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12234 Again, @code{(> counter number)} will be false, so again, the Lisp
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12235 interpreter will evaluate @code{triangle-recursive-helper}, creating a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12236 new instance with new arguments.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12237
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12238 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12239 This new instance will be;
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12240
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12241 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12242 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12243 (triangle-recursive-helper
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12244 (+ sum counter) ; @r{sum plus counter} @result{} @r{sum}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12245 (1+ counter) ; @r{increment counter} @result{} @r{counter}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12246 number) ; @r{number stays the same}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12247
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12248 @exdent which is:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12249
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12250 (triangle-recursive-helper 1 2 1)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12251 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12252 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12253
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12254 In this case, the @code{(> counter number)} test will be true! So the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12255 instance will return the value of the sum, which will be 1, as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12256 expected.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12257
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12258 Now, let's pass @code{triangle-initialization} an argument
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12259 of 2, to find out how many pebbles there are in a triangle with two rows.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12260
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12261 That function calls @code{(triangle-recursive-helper 0 0 2)}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12262
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12263 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12264 In stages, the instances called will be:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12265
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12266 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12267 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12268 @r{sum counter number}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12269 (triangle-recursive-helper 0 1 2)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12270
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12271 (triangle-recursive-helper 1 2 2)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12272
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12273 (triangle-recursive-helper 3 3 2)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12274 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12275 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12276
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12277 When the last instance is called, the @code{(> counter number)} test
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12278 will be true, so the instance will return the value of @code{sum},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12279 which will be 3.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12280
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12281 This kind of pattern helps when you are writing functions that can use
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12282 many resources in a computer.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12283
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12284 @need 1500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12285 @node Looping exercise, , Recursion, Loops & Recursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12286 @section Looping Exercise
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12287
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12288 @itemize @bullet
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12289 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12290 Write a function similar to @code{triangle} in which each row has a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12291 value which is the square of the row number. Use a @code{while} loop.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12292
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12293 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12294 Write a function similar to @code{triangle} that multiplies instead of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12295 adds the values.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12296
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12297 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12298 Rewrite these two functions recursively. Rewrite these functions
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12299 using @code{cond}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12300
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12301 @c comma in printed title causes problem in Info cross reference
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12302 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12303 Write a function for Texinfo mode that creates an index entry at the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12304 beginning of a paragraph for every @samp{@@dfn} within the paragraph.
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
12305 (In a Texinfo file, @samp{@@dfn} marks a definition. This book is
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
12306 written in Texinfo.)
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
12307
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
12308 Many of the functions you will need are described in two of the
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
12309 previous chapters, @ref{Cutting & Storing Text, , Cutting and Storing
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
12310 Text}, and @ref{Yanking, , Yanking Text Back}. If you use
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
12311 @code{forward-paragraph} to put the index entry at the beginning of
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
12312 the paragraph, you will have to use @w{@kbd{C-h f}}
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
12313 (@code{describe-function}) to find out how to make the command go
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
12314 backwards.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
12315
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
12316 For more information, see
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12317 @ifinfo
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
12318 @ref{Indicating, , Indicating Definitions, texinfo}.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12319 @end ifinfo
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12320 @ifhtml
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
12321 @ref{Indicating, , Indicating, texinfo, Texinfo Manual}, which goes to
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
12322 a Texinfo manual in the current directory. Or, if you are on the
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
12323 Internet, see
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12324 @uref{http://www.gnu.org/software/texinfo/manual/texinfo/}
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12325 @end ifhtml
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12326 @iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12327 ``Indicating Definitions, Commands, etc.'' in @cite{Texinfo, The GNU
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
12328 Documentation Format}.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12329 @end iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12330 @end itemize
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12331
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12332 @node Regexp Search, Counting Words, Loops & Recursion, Top
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12333 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12334 @chapter Regular Expression Searches
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12335 @cindex Searches, illustrating
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12336 @cindex Regular expression searches
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12337 @cindex Patterns, searching for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12338 @cindex Motion by sentence and paragraph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12339 @cindex Sentences, movement by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12340 @cindex Paragraphs, movement by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12341
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12342 Regular expression searches are used extensively in GNU Emacs. The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12343 two functions, @code{forward-sentence} and @code{forward-paragraph},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12344 illustrate these searches well. They use regular expressions to find
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12345 where to move point. The phrase `regular expression' is often written
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12346 as `regexp'.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12347
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12348 Regular expression searches are described in @ref{Regexp Search, ,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12349 Regular Expression Search, emacs, The GNU Emacs Manual}, as well as in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12350 @ref{Regular Expressions, , , elisp, The GNU Emacs Lisp Reference
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12351 Manual}. In writing this chapter, I am presuming that you have at
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12352 least a mild acquaintance with them. The major point to remember is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12353 that regular expressions permit you to search for patterns as well as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12354 for literal strings of characters. For example, the code in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12355 @code{forward-sentence} searches for the pattern of possible
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12356 characters that could mark the end of a sentence, and moves point to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12357 that spot.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12358
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12359 Before looking at the code for the @code{forward-sentence} function, it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12360 is worth considering what the pattern that marks the end of a sentence
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12361 must be. The pattern is discussed in the next section; following that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12362 is a description of the regular expression search function,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12363 @code{re-search-forward}. The @code{forward-sentence} function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12364 is described in the section following. Finally, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12365 @code{forward-paragraph} function is described in the last section of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12366 this chapter. @code{forward-paragraph} is a complex function that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12367 introduces several new features.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12368
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12369 @menu
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12370 * sentence-end::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12371 * re-search-forward::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12372 * forward-sentence::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12373 * forward-paragraph::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12374 * etags::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12375 * Regexp Review::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12376 * re-search Exercises::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12377 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12378
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12379 @node sentence-end, re-search-forward, Regexp Search, Regexp Search
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12380 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12381 @section The Regular Expression for @code{sentence-end}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12382 @findex sentence-end
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12383
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12384 The symbol @code{sentence-end} is bound to the pattern that marks the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12385 end of a sentence. What should this regular expression be?
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12386
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12387 Clearly, a sentence may be ended by a period, a question mark, or an
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
12388 exclamation mark. Indeed, in English, only clauses that end with one
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
12389 of those three characters should be considered the end of a sentence.
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
12390 This means that the pattern should include the character set:
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12391
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12392 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12393 [.?!]
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12394 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12395
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12396 However, we do not want @code{forward-sentence} merely to jump to a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12397 period, a question mark, or an exclamation mark, because such a character
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12398 might be used in the middle of a sentence. A period, for example, is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12399 used after abbreviations. So other information is needed.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12400
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12401 According to convention, you type two spaces after every sentence, but
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12402 only one space after a period, a question mark, or an exclamation mark in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12403 the body of a sentence. So a period, a question mark, or an exclamation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12404 mark followed by two spaces is a good indicator of an end of sentence.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12405 However, in a file, the two spaces may instead be a tab or the end of a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12406 line. This means that the regular expression should include these three
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12407 items as alternatives.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12408
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12409 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12410 This group of alternatives will look like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12411
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12412 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12413 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12414 \\($\\| \\| \\)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12415 ^ ^^
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12416 TAB SPC
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12417 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12418 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12419
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12420 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12421 Here, @samp{$} indicates the end of the line, and I have pointed out
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12422 where the tab and two spaces are inserted in the expression. Both are
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12423 inserted by putting the actual characters into the expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12424
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12425 Two backslashes, @samp{\\}, are required before the parentheses and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12426 vertical bars: the first backslash quotes the following backslash in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12427 Emacs; and the second indicates that the following character, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12428 parenthesis or the vertical bar, is special.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12429
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12430 @need 1000
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12431 Also, a sentence may be followed by one or more carriage returns, like
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12432 this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12433
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12434 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12435 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12436 [
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12437 ]*
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12438 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12439 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12440
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12441 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12442 Like tabs and spaces, a carriage return is inserted into a regular
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12443 expression by inserting it literally. The asterisk indicates that the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12444 @key{RET} is repeated zero or more times.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12445
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12446 But a sentence end does not consist only of a period, a question mark or
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12447 an exclamation mark followed by appropriate space: a closing quotation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12448 mark or a closing brace of some kind may precede the space. Indeed more
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12449 than one such mark or brace may precede the space. These require a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12450 expression that looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12451
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12452 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12453 []\"')@}]*
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12454 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12455
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12456 In this expression, the first @samp{]} is the first character in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12457 expression; the second character is @samp{"}, which is preceded by a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12458 @samp{\} to tell Emacs the @samp{"} is @emph{not} special. The last
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12459 three characters are @samp{'}, @samp{)}, and @samp{@}}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12460
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12461 All this suggests what the regular expression pattern for matching the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12462 end of a sentence should be; and, indeed, if we evaluate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12463 @code{sentence-end} we find that it returns the following value:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12464
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12465 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12466 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12467 sentence-end
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12468 @result{} "[.?!][]\"')@}]*\\($\\| \\| \\)[
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12469 ]*"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12470 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12471 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12472
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12473 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12474 (Well, not in GNU Emacs 22; that is because of an effort to make the
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
12475 process simpler and to handle more glyphs and languages. When the
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
12476 value of @code{sentence-end} is @code{nil}, then use the value defined
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
12477 by the function @code{sentence-end}. (Here is a use of the difference
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
12478 between a value and a function in Emacs Lisp.) The function returns a
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
12479 value constructed from the variables @code{sentence-end-base},
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12480 @code{sentence-end-double-space}, @code{sentence-end-without-period},
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12481 and @code{sentence-end-without-space}. The critical variable is
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12482 @code{sentence-end-base}; its global value is similar to the one
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12483 described above but it also contains two additional quotation marks.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12484 These have differing degrees of curliness. The
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12485 @code{sentence-end-without-period} variable, when true, tells Emacs
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12486 that a sentence may end without a period, such as text in Thai.)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12487
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12488 @ignore
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12489 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12490 (Note that here the @key{TAB}, two spaces, and @key{RET} are shown
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12491 literally in the pattern.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12492
73587
c84b73607df3 Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73554
diff changeset
12493 This regular expression can be deciphered as follows:
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12494
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12495 @table @code
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12496 @item [.?!]
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12497 The first part of the pattern is the three characters, a period, a question
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12498 mark and an exclamation mark, within square brackets. The pattern must
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12499 begin with one or other of these characters.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12501 @item []\"')@}]*
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12502 The second part of the pattern is the group of closing braces and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12503 quotation marks, which can appear zero or more times. These may follow
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12504 the period, question mark or exclamation mark. In a regular expression,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12505 the backslash, @samp{\}, followed by the double quotation mark,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12506 @samp{"}, indicates the class of string-quote characters. Usually, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12507 double quotation mark is the only character in this class. The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12508 asterisk, @samp{*}, indicates that the items in the previous group (the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12509 group surrounded by square brackets, @samp{[]}) may be repeated zero or
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12510 more times.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12511
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12512 @item \\($\\| \\| \\)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12513 The third part of the pattern is one or other of: either the end of a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12514 line, or two blank spaces, or a tab. The double back-slashes are used
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12515 to prevent Emacs from reading the parentheses and vertical bars as part
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12516 of the search pattern; the parentheses are used to mark the group and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12517 the vertical bars are used to indicated that the patterns to either side
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12518 of them are alternatives. The dollar sign is used to indicate the end
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12519 of a line and both the two spaces and the tab are each inserted as is to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12520 indicate what they are.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12521
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12522 @item [@key{RET}]*
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12523 Finally, the last part of the pattern indicates that the end of the line
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12524 or the whitespace following the period, question mark or exclamation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12525 mark may, but need not, be followed by one or more carriage returns. In
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12526 the pattern, the carriage return is inserted as an actual carriage
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12527 return between square brackets but here it is shown as @key{RET}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12528 @end table
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12529 @end ignore
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12530
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12531 @node re-search-forward, forward-sentence, sentence-end, Regexp Search
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12532 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12533 @section The @code{re-search-forward} Function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12534 @findex re-search-forward
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12535
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12536 The @code{re-search-forward} function is very like the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12537 @code{search-forward} function. (@xref{search-forward, , The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12538 @code{search-forward} Function}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12539
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12540 @code{re-search-forward} searches for a regular expression. If the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12541 search is successful, it leaves point immediately after the last
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12542 character in the target. If the search is backwards, it leaves point
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12543 just before the first character in the target. You may tell
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12544 @code{re-search-forward} to return @code{t} for true. (Moving point
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12545 is therefore a `side effect'.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12546
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12547 Like @code{search-forward}, the @code{re-search-forward} function takes
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12548 four arguments:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12549
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12550 @enumerate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12551 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12552 The first argument is the regular expression that the function searches
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12553 for. The regular expression will be a string between quotations marks.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12554
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12555 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12556 The optional second argument limits how far the function will search; it is a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12557 bound, which is specified as a position in the buffer.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12558
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12559 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12560 The optional third argument specifies how the function responds to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12561 failure: @code{nil} as the third argument causes the function to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12562 signal an error (and print a message) when the search fails; any other
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12563 value causes it to return @code{nil} if the search fails and @code{t}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12564 if the search succeeds.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12565
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12566 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12567 The optional fourth argument is the repeat count. A negative repeat
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12568 count causes @code{re-search-forward} to search backwards.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12569 @end enumerate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12570
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12571 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12572 The template for @code{re-search-forward} looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12573
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12574 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12575 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12576 (re-search-forward "@var{regular-expression}"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12577 @var{limit-of-search}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12578 @var{what-to-do-if-search-fails}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12579 @var{repeat-count})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12580 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12581 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12582
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12583 The second, third, and fourth arguments are optional. However, if you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12584 want to pass a value to either or both of the last two arguments, you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12585 must also pass a value to all the preceding arguments. Otherwise, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12586 Lisp interpreter will mistake which argument you are passing the value
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12587 to.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12588
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12589 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12590 In the @code{forward-sentence} function, the regular expression will be
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12591 the value of the variable @code{sentence-end}. In simple form, that is:
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12592
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12593 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12594 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12595 "[.?!][]\"')@}]*\\($\\| \\| \\)[
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12596 ]*"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12597 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12598 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12599
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12600 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12601 The limit of the search will be the end of the paragraph (since a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12602 sentence cannot go beyond a paragraph). If the search fails, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12603 function will return @code{nil}; and the repeat count will be provided
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12604 by the argument to the @code{forward-sentence} function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12605
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12606 @node forward-sentence, forward-paragraph, re-search-forward, Regexp Search
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12607 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12608 @section @code{forward-sentence}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12609 @findex forward-sentence
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12610
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12611 The command to move the cursor forward a sentence is a straightforward
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12612 illustration of how to use regular expression searches in Emacs Lisp.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12613 Indeed, the function looks longer and more complicated than it is; this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12614 is because the function is designed to go backwards as well as forwards;
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12615 and, optionally, over more than one sentence. The function is usually
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12616 bound to the key command @kbd{M-e}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12617
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12618 @menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12619 * Complete forward-sentence::
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12620 * fwd-sentence while loops::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12621 * fwd-sentence re-search::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12622 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12623
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12624 @node Complete forward-sentence, fwd-sentence while loops, forward-sentence, forward-sentence
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12625 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12626 @unnumberedsubsec Complete @code{forward-sentence} function definition
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12627 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12628
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12629 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12630 Here is the code for @code{forward-sentence}:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12631
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12632 @c in GNU Emacs 22
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12633 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12634 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12635 (defun forward-sentence (&optional arg)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12636 "Move forward to next `sentence-end'. With argument, repeat.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12637 With negative argument, move backward repeatedly to `sentence-beginning'.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12638
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12639 The variable `sentence-end' is a regular expression that matches ends of
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12640 sentences. Also, every paragraph boundary terminates sentences as well."
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12641 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12642 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12643 (interactive "p")
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12644 (or arg (setq arg 1))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12645 (let ((opoint (point))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12646 (sentence-end (sentence-end)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12647 (while (< arg 0)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12648 (let ((pos (point))
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12649 (par-beg (save-excursion (start-of-paragraph-text) (point))))
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12650 (if (and (re-search-backward sentence-end par-beg t)
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12651 (or (< (match-end 0) pos)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12652 (re-search-backward sentence-end par-beg t)))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12653 (goto-char (match-end 0))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12654 (goto-char par-beg)))
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12655 (setq arg (1+ arg)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12656 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12657 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12658 (while (> arg 0)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12659 (let ((par-end (save-excursion (end-of-paragraph-text) (point))))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12660 (if (re-search-forward sentence-end par-end t)
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12661 (skip-chars-backward " \t\n")
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12662 (goto-char par-end)))
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12663 (setq arg (1- arg)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12664 (constrain-to-field nil opoint t)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12665 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12666 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12667
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12668 @ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12669 GNU Emacs 21
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12670 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12671 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12672 (defun forward-sentence (&optional arg)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12673 "Move forward to next sentence-end. With argument, repeat.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12674 With negative argument, move backward repeatedly to sentence-beginning.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12675 Sentence ends are identified by the value of sentence-end
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12676 treated as a regular expression. Also, every paragraph boundary
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12677 terminates sentences as well."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12678 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12679 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12680 (interactive "p")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12681 (or arg (setq arg 1))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12682 (while (< arg 0)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12683 (let ((par-beg
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12684 (save-excursion (start-of-paragraph-text) (point))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12685 (if (re-search-backward
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12686 (concat sentence-end "[^ \t\n]") par-beg t)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12687 (goto-char (1- (match-end 0)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12688 (goto-char par-beg)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12689 (setq arg (1+ arg)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12690 (while (> arg 0)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12691 (let ((par-end
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12692 (save-excursion (end-of-paragraph-text) (point))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12693 (if (re-search-forward sentence-end par-end t)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12694 (skip-chars-backward " \t\n")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12695 (goto-char par-end)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12696 (setq arg (1- arg))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12697 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12698 @end smallexample
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12699 @end ignore
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12700
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12701 The function looks long at first sight and it is best to look at its
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12702 skeleton first, and then its muscle. The way to see the skeleton is to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12703 look at the expressions that start in the left-most columns:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12704
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12705 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12706 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12707 (defun forward-sentence (&optional arg)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12708 "@var{documentation}@dots{}"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12709 (interactive "p")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12710 (or arg (setq arg 1))
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12711 (let ((opoint (point)) (sentence-end (sentence-end)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12712 (while (< arg 0)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12713 (let ((pos (point))
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12714 (par-beg (save-excursion (start-of-paragraph-text) (point))))
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12715 @var{rest-of-body-of-while-loop-when-going-backwards}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12716 (while (> arg 0)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12717 (let ((par-end (save-excursion (end-of-paragraph-text) (point))))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12718 @var{rest-of-body-of-while-loop-when-going-forwards}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12719 @var{handle-forms-and-equivalent}
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12720 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12721 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12722
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12723 This looks much simpler! The function definition consists of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12724 documentation, an @code{interactive} expression, an @code{or}
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12725 expression, a @code{let} expression, and @code{while} loops.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12726
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12727 Let's look at each of these parts in turn.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12728
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12729 We note that the documentation is thorough and understandable.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12730
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12731 The function has an @code{interactive "p"} declaration. This means
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12732 that the processed prefix argument, if any, is passed to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12733 function as its argument. (This will be a number.) If the function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12734 is not passed an argument (it is optional) then the argument
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12735 @code{arg} will be bound to 1.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12736
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12737 When @code{forward-sentence} is called non-interactively without an
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12738 argument, @code{arg} is bound to @code{nil}. The @code{or} expression
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12739 handles this. What it does is either leave the value of @code{arg} as
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12740 it is, but only if @code{arg} is bound to a value; or it sets the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12741 value of @code{arg} to 1, in the case when @code{arg} is bound to
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12742 @code{nil}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12743
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12744 Next is a @code{let}. That specifies the values of two local
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12745 variables, @code{point} and @code{sentence-end}. The local value of
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12746 point, from before the search, is used in the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12747 @code{constrain-to-field} function which handles forms and
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12748 equivalents. The @code{sentence-end} variable is set by the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12749 @code{sentence-end} function.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12750
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12751 @node fwd-sentence while loops, fwd-sentence re-search, Complete forward-sentence, forward-sentence
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12752 @unnumberedsubsec The @code{while} loops
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12753
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12754 Two @code{while} loops follow. The first @code{while} has a
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12755 true-or-false-test that tests true if the prefix argument for
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12756 @code{forward-sentence} is a negative number. This is for going
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12757 backwards. The body of this loop is similar to the body of the second
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12758 @code{while} clause, but it is not exactly the same. We will skip
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12759 this @code{while} loop and concentrate on the second @code{while}
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12760 loop.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12761
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12762 @need 1500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12763 The second @code{while} loop is for moving point forward. Its skeleton
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12764 looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12765
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12766 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12767 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12768 (while (> arg 0) ; @r{true-or-false-test}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12769 (let @var{varlist}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12770 (if (@var{true-or-false-test})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12771 @var{then-part}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12772 @var{else-part}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12773 (setq arg (1- arg)))) ; @code{while} @r{loop decrementer}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12774 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12775 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12776
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12777 The @code{while} loop is of the decrementing kind.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12778 (@xref{Decrementing Loop, , A Loop with a Decrementing Counter}.) It
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12779 has a true-or-false-test that tests true so long as the counter (in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12780 this case, the variable @code{arg}) is greater than zero; and it has a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12781 decrementer that subtracts 1 from the value of the counter every time
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12782 the loop repeats.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12783
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12784 If no prefix argument is given to @code{forward-sentence}, which is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12785 the most common way the command is used, this @code{while} loop will
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12786 run once, since the value of @code{arg} will be 1.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12787
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12788 The body of the @code{while} loop consists of a @code{let} expression,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12789 which creates and binds a local variable, and has, as its body, an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12790 @code{if} expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12791
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12792 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12793 The body of the @code{while} loop looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12794
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12795 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12796 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12797 (let ((par-end
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12798 (save-excursion (end-of-paragraph-text) (point))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12799 (if (re-search-forward sentence-end par-end t)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12800 (skip-chars-backward " \t\n")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12801 (goto-char par-end)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12802 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12803 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12804
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12805 The @code{let} expression creates and binds the local variable
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12806 @code{par-end}. As we shall see, this local variable is designed to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12807 provide a bound or limit to the regular expression search. If the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12808 search fails to find a proper sentence ending in the paragraph, it will
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12809 stop on reaching the end of the paragraph.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12810
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12811 But first, let us examine how @code{par-end} is bound to the value of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12812 the end of the paragraph. What happens is that the @code{let} sets the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12813 value of @code{par-end} to the value returned when the Lisp interpreter
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12814 evaluates the expression
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12815
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12816 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12817 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12818 (save-excursion (end-of-paragraph-text) (point))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12819 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12820 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12821
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12822 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12823 In this expression, @code{(end-of-paragraph-text)} moves point to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12824 end of the paragraph, @code{(point)} returns the value of point, and then
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12825 @code{save-excursion} restores point to its original position. Thus,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12826 the @code{let} binds @code{par-end} to the value returned by the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12827 @code{save-excursion} expression, which is the position of the end of
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
12828 the paragraph. (The @code{end-of-paragraph-text} function uses
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12829 @code{forward-paragraph}, which we will discuss shortly.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12830
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12831 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12832 Emacs next evaluates the body of the @code{let}, which is an @code{if}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12833 expression that looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12834
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12835 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12836 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12837 (if (re-search-forward sentence-end par-end t) ; @r{if-part}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12838 (skip-chars-backward " \t\n") ; @r{then-part}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12839 (goto-char par-end))) ; @r{else-part}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12840 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12841 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12842
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12843 The @code{if} tests whether its first argument is true and if so,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12844 evaluates its then-part; otherwise, the Emacs Lisp interpreter
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12845 evaluates the else-part. The true-or-false-test of the @code{if}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12846 expression is the regular expression search.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12847
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12848 It may seem odd to have what looks like the `real work' of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12849 the @code{forward-sentence} function buried here, but this is a common
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12850 way this kind of operation is carried out in Lisp.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12851
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12852 @node fwd-sentence re-search, , fwd-sentence while loops, forward-sentence
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12853 @unnumberedsubsec The regular expression search
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12854
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12855 The @code{re-search-forward} function searches for the end of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12856 sentence, that is, for the pattern defined by the @code{sentence-end}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12857 regular expression. If the pattern is found---if the end of the sentence is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12858 found---then the @code{re-search-forward} function does two things:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12859
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12860 @enumerate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12861 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12862 The @code{re-search-forward} function carries out a side effect, which
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12863 is to move point to the end of the occurrence found.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12864
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12865 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12866 The @code{re-search-forward} function returns a value of true. This is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12867 the value received by the @code{if}, and means that the search was
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12868 successful.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12869 @end enumerate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12870
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12871 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12872 The side effect, the movement of point, is completed before the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12873 @code{if} function is handed the value returned by the successful
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12874 conclusion of the search.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12875
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12876 When the @code{if} function receives the value of true from a successful
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12877 call to @code{re-search-forward}, the @code{if} evaluates the then-part,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12878 which is the expression @code{(skip-chars-backward " \t\n")}. This
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12879 expression moves backwards over any blank spaces, tabs or carriage
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12880 returns until a printed character is found and then leaves point after
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12881 the character. Since point has already been moved to the end of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12882 pattern that marks the end of the sentence, this action leaves point
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12883 right after the closing printed character of the sentence, which is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12884 usually a period.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12885
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12886 On the other hand, if the @code{re-search-forward} function fails to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12887 find a pattern marking the end of the sentence, the function returns
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12888 false. The false then causes the @code{if} to evaluate its third
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12889 argument, which is @code{(goto-char par-end)}: it moves point to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12890 end of the paragraph.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12891
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12892 (And if the text is in a form or equivalent, and point may not move
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12893 fully, then the @code{constrain-to-field} function comes into play.)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12894
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12895 Regular expression searches are exceptionally useful and the pattern
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12896 illustrated by @code{re-search-forward}, in which the search is the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12897 test of an @code{if} expression, is handy. You will see or write code
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12898 incorporating this pattern often.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12899
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12900 @node forward-paragraph, etags, forward-sentence, Regexp Search
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12901 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12902 @section @code{forward-paragraph}: a Goldmine of Functions
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12903 @findex forward-paragraph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12904
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12905 @ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12906 @c in GNU Emacs 22
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12907 (defun forward-paragraph (&optional arg)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12908 "Move forward to end of paragraph.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12909 With argument ARG, do it ARG times;
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12910 a negative argument ARG = -N means move backward N paragraphs.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12911
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12912 A line which `paragraph-start' matches either separates paragraphs
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12913 \(if `paragraph-separate' matches it also) or is the first line of a paragraph.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12914 A paragraph end is the beginning of a line which is not part of the paragraph
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12915 to which the end of the previous line belongs, or the end of the buffer.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12916 Returns the count of paragraphs left to move."
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12917 (interactive "p")
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12918 (or arg (setq arg 1))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12919 (let* ((opoint (point))
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12920 (fill-prefix-regexp
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12921 (and fill-prefix (not (equal fill-prefix ""))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12922 (not paragraph-ignore-fill-prefix)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12923 (regexp-quote fill-prefix)))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12924 ;; Remove ^ from paragraph-start and paragraph-sep if they are there.
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12925 ;; These regexps shouldn't be anchored, because we look for them
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12926 ;; starting at the left-margin. This allows paragraph commands to
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12927 ;; work normally with indented text.
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12928 ;; This hack will not find problem cases like "whatever\\|^something".
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12929 (parstart (if (and (not (equal "" paragraph-start))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12930 (equal ?^ (aref paragraph-start 0)))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12931 (substring paragraph-start 1)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12932 paragraph-start))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12933 (parsep (if (and (not (equal "" paragraph-separate))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12934 (equal ?^ (aref paragraph-separate 0)))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12935 (substring paragraph-separate 1)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12936 paragraph-separate))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12937 (parsep
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12938 (if fill-prefix-regexp
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12939 (concat parsep "\\|"
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12940 fill-prefix-regexp "[ \t]*$")
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12941 parsep))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12942 ;; This is used for searching.
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12943 (sp-parstart (concat "^[ \t]*\\(?:" parstart "\\|" parsep "\\)"))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12944 start found-start)
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12945 (while (and (< arg 0) (not (bobp)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
12946 (if (and (not (looking-at parsep))
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12947 (re-search-backward "^\n" (max (1- (point)) (point-min)) t)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12948 (looking-at parsep))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12949 (setq arg (1+ arg))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12950 (setq start (point))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12951 ;; Move back over paragraph-separating lines.
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12952 (forward-char -1) (beginning-of-line)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12953 (while (and (not (bobp))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12954 (progn (move-to-left-margin)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12955 (looking-at parsep)))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12956 (forward-line -1))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12957 (if (bobp)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12958 nil
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12959 (setq arg (1+ arg))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12960 ;; Go to end of the previous (non-separating) line.
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12961 (end-of-line)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12962 ;; Search back for line that starts or separates paragraphs.
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12963 (if (if fill-prefix-regexp
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12964 ;; There is a fill prefix; it overrides parstart.
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12965 (let (multiple-lines)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12966 (while (and (progn (beginning-of-line) (not (bobp)))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12967 (progn (move-to-left-margin)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12968 (not (looking-at parsep)))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12969 (looking-at fill-prefix-regexp))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12970 (unless (= (point) start)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12971 (setq multiple-lines t))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12972 (forward-line -1))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12973 (move-to-left-margin)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12974 ;; This deleted code caused a long hanging-indent line
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12975 ;; not to be filled together with the following lines.
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12976 ;; ;; Don't move back over a line before the paragraph
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12977 ;; ;; which doesn't start with fill-prefix
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12978 ;; ;; unless that is the only line we've moved over.
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12979 ;; (and (not (looking-at fill-prefix-regexp))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12980 ;; multiple-lines
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12981 ;; (forward-line 1))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12982 (not (bobp)))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12983 (while (and (re-search-backward sp-parstart nil 1)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12984 (setq found-start t)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12985 ;; Found a candidate, but need to check if it is a
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12986 ;; REAL parstart.
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12987 (progn (setq start (point))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12988 (move-to-left-margin)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12989 (not (looking-at parsep)))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12990 (not (and (looking-at parstart)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12991 (or (not use-hard-newlines)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12992 (bobp)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12993 (get-text-property
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12994 (1- start) 'hard)))))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12995 (setq found-start nil)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12996 (goto-char start))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12997 found-start)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12998 ;; Found one.
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
12999 (progn
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
13000 ;; Move forward over paragraph separators.
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
13001 ;; We know this cannot reach the place we started
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
13002 ;; because we know we moved back over a non-separator.
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
13003 (while (and (not (eobp))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
13004 (progn (move-to-left-margin)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
13005 (looking-at parsep)))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
13006 (forward-line 1))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
13007 ;; If line before paragraph is just margin, back up to there.
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
13008 (end-of-line 0)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
13009 (if (> (current-column) (current-left-margin))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
13010 (forward-char 1)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
13011 (skip-chars-backward " \t")
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
13012 (if (not (bolp))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
13013 (forward-line 1))))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
13014 ;; No starter or separator line => use buffer beg.
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
13015 (goto-char (point-min))))))
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13016
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13017 (while (and (> arg 0) (not (eobp)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13018 ;; Move forward over separator lines...
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13019 (while (and (not (eobp))
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
13020 (progn (move-to-left-margin) (not (eobp)))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
13021 (looking-at parsep))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
13022 (forward-line 1))
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13023 (unless (eobp) (setq arg (1- arg)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13024 ;; ... and one more line.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13025 (forward-line 1)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13026 (if fill-prefix-regexp
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
13027 ;; There is a fill prefix; it overrides parstart.
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
13028 (while (and (not (eobp))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
13029 (progn (move-to-left-margin) (not (eobp)))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
13030 (not (looking-at parsep))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
13031 (looking-at fill-prefix-regexp))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
13032 (forward-line 1))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
13033 (while (and (re-search-forward sp-parstart nil 1)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
13034 (progn (setq start (match-beginning 0))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
13035 (goto-char start)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
13036 (not (eobp)))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
13037 (progn (move-to-left-margin)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
13038 (not (looking-at parsep)))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
13039 (or (not (looking-at parstart))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
13040 (and use-hard-newlines
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
13041 (not (get-text-property (1- start) 'hard)))))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
13042 (forward-char 1))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
13043 (if (< (point) (point-max))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
13044 (goto-char start))))
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13045 (constrain-to-field nil opoint t)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13046 ;; Return the number of steps that could not be done.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13047 arg))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13048 @end ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13049
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13050 The @code{forward-paragraph} function moves point forward to the end
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13051 of the paragraph. It is usually bound to @kbd{M-@}} and makes use of a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13052 number of functions that are important in themselves, including
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13053 @code{let*}, @code{match-beginning}, and @code{looking-at}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13054
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13055 The function definition for @code{forward-paragraph} is considerably
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13056 longer than the function definition for @code{forward-sentence}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13057 because it works with a paragraph, each line of which may begin with a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13058 fill prefix.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13059
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13060 A fill prefix consists of a string of characters that are repeated at
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13061 the beginning of each line. For example, in Lisp code, it is a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13062 convention to start each line of a paragraph-long comment with
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13063 @samp{;;; }. In Text mode, four blank spaces make up another common
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13064 fill prefix, creating an indented paragraph. (@xref{Fill Prefix, , ,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13065 emacs, The GNU Emacs Manual}, for more information about fill
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13066 prefixes.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13067
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13068 The existence of a fill prefix means that in addition to being able to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13069 find the end of a paragraph whose lines begin on the left-most
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13070 column, the @code{forward-paragraph} function must be able to find the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13071 end of a paragraph when all or many of the lines in the buffer begin
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13072 with the fill prefix.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13073
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13074 Moreover, it is sometimes practical to ignore a fill prefix that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13075 exists, especially when blank lines separate paragraphs.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13076 This is an added complication.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13077
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13078 @menu
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13079 * forward-paragraph in brief::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13080 * fwd-para let::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13081 * fwd-para while::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13082 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13083
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13084 @node forward-paragraph in brief, fwd-para let, forward-paragraph, forward-paragraph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13085 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13086 @unnumberedsubsec Shortened @code{forward-paragraph} function definition
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13087 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13088
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13089 Rather than print all of the @code{forward-paragraph} function, we
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13090 will only print parts of it. Read without preparation, the function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13091 can be daunting!
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13092
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13093 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13094 In outline, the function looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13095
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13096 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13097 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13098 (defun forward-paragraph (&optional arg)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13099 "@var{documentation}@dots{}"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13100 (interactive "p")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13101 (or arg (setq arg 1))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13102 (let*
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13103 @var{varlist}
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13104 (while (and (< arg 0) (not (bobp))) ; @r{backward-moving-code}
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13105 @dots{}
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13106 (while (and (> arg 0) (not (eobp))) ; @r{forward-moving-code}
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13107 @dots{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13108 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13109 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13110
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13111 The first parts of the function are routine: the function's argument
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13112 list consists of one optional argument. Documentation follows.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13113
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13114 The lower case @samp{p} in the @code{interactive} declaration means
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13115 that the processed prefix argument, if any, is passed to the function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13116 This will be a number, and is the repeat count of how many paragraphs
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13117 point will move. The @code{or} expression in the next line handles
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13118 the common case when no argument is passed to the function, which occurs
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13119 if the function is called from other code rather than interactively.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13120 This case was described earlier. (@xref{forward-sentence, The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13121 @code{forward-sentence} function}.) Now we reach the end of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13122 familiar part of this function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13123
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13124 @node fwd-para let, fwd-para while, forward-paragraph in brief, forward-paragraph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13125 @unnumberedsubsec The @code{let*} expression
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13126
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13127 The next line of the @code{forward-paragraph} function begins a
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13128 @code{let*} expression. This is a different than @code{let}. The
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13129 symbol is @code{let*} not @code{let}.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13130
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13131 The @code{let*} special form is like @code{let} except that Emacs sets
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13132 each variable in sequence, one after another, and variables in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13133 latter part of the varlist can make use of the values to which Emacs
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13134 set variables in the earlier part of the varlist.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13135
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13136 @ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13137 ( refappend save-excursion, , code save-excursion in code append-to-buffer .)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13138 @end ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13139
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13140 (@ref{append save-excursion, , @code{save-excursion} in @code{append-to-buffer}}.)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13141
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13142 In the @code{let*} expression in this function, Emacs binds a total of
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13143 seven variables: @code{opoint}, @code{fill-prefix-regexp},
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13144 @code{parstart}, @code{parsep}, @code{sp-parstart}, @code{start}, and
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13145 @code{found-start}.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13146
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13147 The variable @code{parsep} appears twice, first, to remove instances
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13148 of @samp{^}, and second, to handle fill prefixes.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13149
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13150 The variable @code{opoint} is just the value of @code{point}. As you
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13151 can guess, it is used in a @code{constrain-to-field} expression, just
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13152 as in @code{forward-sentence}.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13153
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13154 The variable @code{fill-prefix-regexp} is set to the value returned by
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13155 evaluating the following list:
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13156
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13157 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13158 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13159 (and fill-prefix
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13160 (not (equal fill-prefix ""))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13161 (not paragraph-ignore-fill-prefix)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13162 (regexp-quote fill-prefix))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13163 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13164 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13165
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13166 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13167 This is an expression whose first element is the @code{and} special form.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13168
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13169 As we learned earlier (@pxref{kill-new function, , The @code{kill-new}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13170 function}), the @code{and} special form evaluates each of its
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13171 arguments until one of the arguments returns a value of @code{nil}, in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13172 which case the @code{and} expression returns @code{nil}; however, if
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13173 none of the arguments returns a value of @code{nil}, the value
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13174 resulting from evaluating the last argument is returned. (Since such
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13175 a value is not @code{nil}, it is considered true in Lisp.) In other
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13176 words, an @code{and} expression returns a true value only if all its
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13177 arguments are true.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13178 @findex and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13179
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13180 In this case, the variable @code{fill-prefix-regexp} is bound to a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13181 non-@code{nil} value only if the following four expressions produce a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13182 true (i.e., a non-@code{nil}) value when they are evaluated; otherwise,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13183 @code{fill-prefix-regexp} is bound to @code{nil}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13184
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13185 @table @code
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13186 @item fill-prefix
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13187 When this variable is evaluated, the value of the fill prefix, if any,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13188 is returned. If there is no fill prefix, this variable returns
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13189 @code{nil}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13190
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13191 @item (not (equal fill-prefix "")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13192 This expression checks whether an existing fill prefix is an empty
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13193 string, that is, a string with no characters in it. An empty string is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13194 not a useful fill prefix.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13195
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13196 @item (not paragraph-ignore-fill-prefix)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13197 This expression returns @code{nil} if the variable
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13198 @code{paragraph-ignore-fill-prefix} has been turned on by being set to a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13199 true value such as @code{t}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13201 @item (regexp-quote fill-prefix)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13202 This is the last argument to the @code{and} special form. If all the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13203 arguments to the @code{and} are true, the value resulting from
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13204 evaluating this expression will be returned by the @code{and} expression
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13205 and bound to the variable @code{fill-prefix-regexp},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13206 @end table
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13207
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13208 @findex regexp-quote
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13209 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13210 The result of evaluating this @code{and} expression successfully is that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13211 @code{fill-prefix-regexp} will be bound to the value of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13212 @code{fill-prefix} as modified by the @code{regexp-quote} function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13213 What @code{regexp-quote} does is read a string and return a regular
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13214 expression that will exactly match the string and match nothing else.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13215 This means that @code{fill-prefix-regexp} will be set to a value that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13216 will exactly match the fill prefix if the fill prefix exists.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13217 Otherwise, the variable will be set to @code{nil}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13218
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13219 The next two local variables in the @code{let*} expression are
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13220 designed to remove instances of @samp{^} from @code{parstart} and
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
13221 @code{parsep}, the local variables which indicate the paragraph start
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
13222 and the paragraph separator. The next expression sets @code{parsep}
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13223 again. That is to handle fill prefixes.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13224
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13225 This is the setting that requires the definition call @code{let*}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13226 rather than @code{let}. The true-or-false-test for the @code{if}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13227 depends on whether the variable @code{fill-prefix-regexp} evaluates to
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13228 @code{nil} or some other value.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13229
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13230 If @code{fill-prefix-regexp} does not have a value, Emacs evaluates
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13231 the else-part of the @code{if} expression and binds @code{parsep} to
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13232 its local value. (@code{parsep} is a regular expression that matches
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13233 what separates paragraphs.)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13234
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13235 But if @code{fill-prefix-regexp} does have a value, Emacs evaluates
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13236 the then-part of the @code{if} expression and binds @code{parsep} to a
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13237 regular expression that includes the @code{fill-prefix-regexp} as part
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13238 of the pattern.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13239
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13240 Specifically, @code{parsep} is set to the original value of the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13241 paragraph separate regular expression concatenated with an alternative
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13242 expression that consists of the @code{fill-prefix-regexp} followed by
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13243 optional whitespace to the end of the line. The whitespace is defined
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13244 by @w{@code{"[ \t]*$"}}.) The @samp{\\|} defines this portion of the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13245 regexp as an alternative to @code{parsep}.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13246
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13247 According to a comment in the code, the next local variable,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13248 @code{sp-parstart}, is used for searching, and then the final two,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13249 @code{start} and @code{found-start}, are set to @code{nil}.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13251 Now we get into the body of the @code{let*}. The first part of the body
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13252 of the @code{let*} deals with the case when the function is given a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13253 negative argument and is therefore moving backwards. We will skip this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13254 section.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13255
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13256 @node fwd-para while, , fwd-para let, forward-paragraph
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13257 @unnumberedsubsec The forward motion @code{while} loop
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13258
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13259 The second part of the body of the @code{let*} deals with forward
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13260 motion. It is a @code{while} loop that repeats itself so long as the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13261 value of @code{arg} is greater than zero. In the most common use of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13262 the function, the value of the argument is 1, so the body of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13263 @code{while} loop is evaluated exactly once, and the cursor moves
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13264 forward one paragraph.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13265
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13266 @ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13267 (while (and (> arg 0) (not (eobp)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13268
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13269 ;; Move forward over separator lines...
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13270 (while (and (not (eobp))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13271 (progn (move-to-left-margin) (not (eobp)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13272 (looking-at parsep))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13273 (forward-line 1))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13274 (unless (eobp) (setq arg (1- arg)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13275 ;; ... and one more line.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13276 (forward-line 1)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13277
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13278 (if fill-prefix-regexp
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13279 ;; There is a fill prefix; it overrides parstart.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13280 (while (and (not (eobp))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13281 (progn (move-to-left-margin) (not (eobp)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13282 (not (looking-at parsep))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13283 (looking-at fill-prefix-regexp))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13284 (forward-line 1))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13285
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13286 (while (and (re-search-forward sp-parstart nil 1)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13287 (progn (setq start (match-beginning 0))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13288 (goto-char start)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13289 (not (eobp)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13290 (progn (move-to-left-margin)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13291 (not (looking-at parsep)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13292 (or (not (looking-at parstart))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13293 (and use-hard-newlines
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13294 (not (get-text-property (1- start) 'hard)))))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13295 (forward-char 1))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13296
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13297 (if (< (point) (point-max))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13298 (goto-char start))))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13299 @end ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13300
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13301 This part handles three situations: when point is between paragraphs,
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13302 when there is a fill prefix and when there is no fill prefix.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13303
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13304 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13305 The @code{while} loop looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13306
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13307 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13308 @group
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13309 ;; @r{going forwards and not at the end of the buffer}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13310 (while (and (> arg 0) (not (eobp)))
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13311
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13312 ;; @r{between paragraphs}
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13313 ;; Move forward over separator lines...
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13314 (while (and (not (eobp))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13315 (progn (move-to-left-margin) (not (eobp)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13316 (looking-at parsep))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13317 (forward-line 1))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13318 ;; @r{This decrements the loop}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13319 (unless (eobp) (setq arg (1- arg)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13320 ;; ... and one more line.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13321 (forward-line 1)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13322 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13323
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13324 @group
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13325 (if fill-prefix-regexp
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13326 ;; There is a fill prefix; it overrides parstart;
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13327 ;; we go forward line by line
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13328 (while (and (not (eobp))
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13329 (progn (move-to-left-margin) (not (eobp)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13330 (not (looking-at parsep))
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13331 (looking-at fill-prefix-regexp))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13332 (forward-line 1))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13333 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13334
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13335 @group
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13336 ;; There is no fill prefix;
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13337 ;; we go forward character by character
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13338 (while (and (re-search-forward sp-parstart nil 1)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13339 (progn (setq start (match-beginning 0))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13340 (goto-char start)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13341 (not (eobp)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13342 (progn (move-to-left-margin)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13343 (not (looking-at parsep)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13344 (or (not (looking-at parstart))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13345 (and use-hard-newlines
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13346 (not (get-text-property (1- start) 'hard)))))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13347 (forward-char 1))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13348 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13349
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13350 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13351 ;; and if there is no fill prefix and if we are not at the end,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13352 ;; go to whatever was found in the regular expression search
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13353 ;; for sp-parstart
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13354 (if (< (point) (point-max))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13355 (goto-char start))))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13356 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13357 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13358
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13359 @findex eobp
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13360 We can see that this is a decrementing counter @code{while} loop,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13361 using the expression @code{(setq arg (1- arg))} as the decrementer.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13362 That expression is not far from the @code{while}, but is hidden in
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13363 another Lisp macro, an @code{unless} macro. Unless we are at the end
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13364 of the buffer --- that is what the @code{eobp} function determines; it
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13365 is an abbreviation of @samp{End Of Buffer P} --- we decrease the value
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13366 of @code{arg} by one.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13367
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13368 (If we are at the end of the buffer, we cannot go forward any more and
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13369 the next loop of the @code{while} expression will test false since the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13370 test is an @code{and} with @code{(not (eobp))}. The @code{not}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13371 function means exactly as you expect; it is another name for
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13372 @code{null}, a function that returns true when its argument is false.)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13373
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13374 Interestingly, the loop count is not decremented until we leave the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13375 space between paragraphs, unless we come to the end of buffer or stop
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13376 seeing the local value of the paragraph separator.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13377
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13378 That second @code{while} also has a @code{(move-to-left-margin)}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13379 expression. The function is self-explanatory. It is inside a
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13380 @code{progn} expression and not the last element of its body, so it is
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13381 only invoked for its side effect, which is to move point to the left
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13382 margin of the current line.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13383
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13384 @findex looking-at
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13385 The @code{looking-at} function is also self-explanatory; it returns
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13386 true if the text after point matches the regular expression given as
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13387 its argument.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13388
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13389 The rest of the body of the loop looks difficult at first, but makes
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13390 sense as you come to understand it.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13391
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13392 @need 800
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13393 First consider what happens if there is a fill prefix:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13394
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13395 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13396 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13397 (if fill-prefix-regexp
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13398 ;; There is a fill prefix; it overrides parstart;
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13399 ;; we go forward line by line
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13400 (while (and (not (eobp))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13401 (progn (move-to-left-margin) (not (eobp)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13402 (not (looking-at parsep))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13403 (looking-at fill-prefix-regexp))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13404 (forward-line 1))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13405 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13406 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13407
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13408 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13409 This expression moves point forward line by line so long
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13410 as four conditions are true:
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13411
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13412 @enumerate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13413 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13414 Point is not at the end of the buffer.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13415
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13416 @item
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13417 We can move to the left margin of the text and are
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13418 not at the end of the buffer.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13419
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13420 @item
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13421 The text following point does not separate paragraphs.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13422
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13423 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13424 The pattern following point is the fill prefix regular expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13425 @end enumerate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13426
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13427 The last condition may be puzzling, until you remember that point was
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13428 moved to the beginning of the line early in the @code{forward-paragraph}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13429 function. This means that if the text has a fill prefix, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13430 @code{looking-at} function will see it.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13431
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13432 @need 1250
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13433 Consider what happens when there is no fill prefix.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13434
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13435 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13436 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13437 (while (and (re-search-forward sp-parstart nil 1)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13438 (progn (setq start (match-beginning 0))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13439 (goto-char start)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13440 (not (eobp)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13441 (progn (move-to-left-margin)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13442 (not (looking-at parsep)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13443 (or (not (looking-at parstart))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13444 (and use-hard-newlines
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13445 (not (get-text-property (1- start) 'hard)))))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13446 (forward-char 1))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13447 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13448 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13449
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13450 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13451 This @code{while} loop has us searching forward for
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13452 @code{sp-parstart}, which is the combination of possible whitespace
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13453 with a the local value of the start of a paragraph or of a paragraph
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13454 separator. (The latter two are within an expression starting
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13455 @code{\(?:} so that they are not referenced by the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13456 @code{match-beginning} function.)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13457
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13458 @need 800
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13459 The two expressions,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13460
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13461 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13462 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13463 (setq start (match-beginning 0))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13464 (goto-char start)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13465 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13466 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13467
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13468 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13469 mean go to the start of the text matched by the regular expression
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13470 search.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13471
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13472 The @code{(match-beginning 0)} expression is new. It returns a number
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13473 specifying the location of the start of the text that was matched by
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13474 the last search.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13475
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13476 The @code{match-beginning} function is used here because of a
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13477 characteristic of a forward search: a successful forward search,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13478 regardless of whether it is a plain search or a regular expression
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13479 search, moves point to the end of the text that is found. In this
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13480 case, a successful search moves point to the end of the pattern for
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13481 @code{sp-parstart}.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13482
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13483 However, we want to put point at the end of the current paragraph, not
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13484 somewhere else. Indeed, since the search possibly includes the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13485 paragraph separator, point may end up at the beginning of the next one
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13486 unless we use an expression that includes @code{match-beginning}.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13487
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13488 @findex match-beginning
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13489 When given an argument of 0, @code{match-beginning} returns the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13490 position that is the start of the text matched by the most recent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13491 search. In this case, the most recent search looks for
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13492 @code{sp-parstart}. The @code{(match-beginning 0)} expression returns
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13493 the beginning position of that pattern, rather than the end position
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13494 of that pattern.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13495
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13496 (Incidentally, when passed a positive number as an argument, the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13497 @code{match-beginning} function returns the location of point at that
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13498 parenthesized expression in the last search unless that parenthesized
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13499 expression begins with @code{\(?:}. I don't know why @code{\(?:}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13500 appears here since the argument is 0.)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13501
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13502 @need 1250
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13503 The last expression when there is no fill prefix is
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13504
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13505 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13506 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13507 (if (< (point) (point-max))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13508 (goto-char start))))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13509 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13510 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13511
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13512 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13513 This says that if there is no fill prefix and if we are not at the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13514 end, point should move to the beginning of whatever was found by the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13515 regular expression search for @code{sp-parstart}.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13516
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13517 The full definition for the @code{forward-paragraph} function not only
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13518 includes code for going forwards, but also code for going backwards.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13519
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13520 If you are reading this inside of GNU Emacs and you want to see the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13521 whole function, you can type @kbd{C-h f} (@code{describe-function})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13522 and the name of the function. This gives you the function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13523 documentation and the name of the library containing the function's
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13524 source. Place point over the name of the library and press the RET
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13525 key; you will be taken directly to the source. (Be sure to install
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13526 your sources! Without them, you are like a person who tries to drive
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13527 a car with his eyes shut!)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13528
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13529 @node etags, Regexp Review, forward-paragraph, Regexp Search
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13530 @section Create Your Own @file{TAGS} File
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13531 @findex etags
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13532 @cindex @file{TAGS} file, create own
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13533
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13534 Besides @kbd{C-h f} (@code{describe-function}), another way to see the
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
13535 source of a function is to type @kbd{M-.} (@code{find-tag}) and the
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13536 name of the function when prompted for it. This is a good habit to
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
13537 get into. The @kbd{M-.} (@code{find-tag}) command takes you directly
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
13538 to the source for a function, variable, or node. The function depends
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
13539 on tags tables to tell it where to go.
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
13540
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
13541 If the @code{find-tag} function first asks you for the name of a
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
13542 @file{TAGS} table, give it the name of a @file{TAGS} file such as
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13543 @file{/usr/local/src/emacs/src/TAGS}. (The exact path to your
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13544 @file{TAGS} file depends on how your copy of Emacs was installed. I
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13545 just told you the location that provides both my C and my Emacs Lisp
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13546 sources.)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13547
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13548 You can also create your own @file{TAGS} file for directories that
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13549 lack one.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13550
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13551 You often need to build and install tags tables yourself. They are
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13552 not built automatically. A tags table is called a @file{TAGS} file;
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13553 the name is in upper case letters.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13554
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13555 You can create a @file{TAGS} file by calling the @code{etags} program
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13556 that comes as a part of the Emacs distribution. Usually, @code{etags}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13557 is compiled and installed when Emacs is built. (@code{etags} is not
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13558 an Emacs Lisp function or a part of Emacs; it is a C program.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13559
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13560 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13561 To create a @file{TAGS} file, first switch to the directory in which
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13562 you want to create the file. In Emacs you can do this with the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13563 @kbd{M-x cd} command, or by visiting a file in the directory, or by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13564 listing the directory with @kbd{C-x d} (@code{dired}). Then run the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13565 compile command, with @w{@code{etags *.el}} as the command to execute
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13566
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13567 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13568 M-x compile RET etags *.el RET
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13569 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13570
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13571 @noindent
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
13572 to create a @file{TAGS} file for Emacs Lisp.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13573
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13574 For example, if you have a large number of files in your
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13575 @file{~/emacs} directory, as I do---I have 137 @file{.el} files in it,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13576 of which I load 12---you can create a @file{TAGS} file for the Emacs
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13577 Lisp files in that directory.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13578
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13579 @need 1250
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
13580 The @code{etags} program takes all the usual shell `wildcards'. For
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
13581 example, if you have two directories for which you want a single
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
13582 @file{TAGS} file, type @w{@code{etags *.el ../elisp/*.el}}, where
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
13583 @file{../elisp/} is the second directory:
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13584
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13585 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13586 M-x compile RET etags *.el ../elisp/*.el RET
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13587 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13588
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13589 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13590 Type
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13591
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13592 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13593 M-x compile RET etags --help RET
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13594 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13595
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13596 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13597 to see a list of the options accepted by @code{etags} as well as a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13598 list of supported languages.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13599
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13600 The @code{etags} program handles more than 20 languages, including
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
13601 Emacs Lisp, Common Lisp, Scheme, C, C++, Ada, Fortran, HTML, Java,
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
13602 LaTeX, Pascal, Perl, Postscript, Python, TeX, Texinfo, makefiles, and
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
13603 most assemblers. The program has no switches for specifying the
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
13604 language; it recognizes the language in an input file according to its
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
13605 file name and contents.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13606
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13607 @file{etags} is very helpful when you are writing code yourself and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13608 want to refer back to functions you have already written. Just run
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13609 @code{etags} again at intervals as you write new functions, so they
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13610 become part of the @file{TAGS} file.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13611
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13612 If you think an appropriate @file{TAGS} file already exists for what
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13613 you want, but do not know where it is, you can use the @code{locate}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13614 program to attempt to find it.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13615
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13616 Type @w{@kbd{M-x locate @key{RET} TAGS @key{RET}}} and Emacs will list
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13617 for you the full path names of all your @file{TAGS} files. On my
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13618 system, this command lists 34 @file{TAGS} files. On the other hand, a
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13619 `plain vanilla' system I recently installed did not contain any
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13620 @file{TAGS} files.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13621
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13622 If the tags table you want has been created, you can use the @code{M-x
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13623 visit-tags-table} command to specify it. Otherwise, you will need to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13624 create the tag table yourself and then use @code{M-x
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13625 visit-tags-table}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13626
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13627 @subsubheading Building Tags in the Emacs sources
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13628 @cindex Building Tags in the Emacs sources
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13629 @cindex Tags in the Emacs sources
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13630 @findex make tags
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13631
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13632 The GNU Emacs sources come with a @file{Makefile} that contains a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13633 sophisticated @code{etags} command that creates, collects, and merges
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13634 tags tables from all over the Emacs sources and puts the information
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
13635 into one @file{TAGS} file in the @file{src/} directory. (The
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
13636 @file{src/} directory is below the top level of your Emacs directory.)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13637
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13638 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13639 To build this @file{TAGS} file, go to the top level of your Emacs
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13640 source directory and run the compile command @code{make tags}:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13641
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13642 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13643 M-x compile RET make tags RET
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13644 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13645
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13646 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13647 (The @code{make tags} command works well with the GNU Emacs sources,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13648 as well as with some other source packages.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13649
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13650 For more information, see @ref{Tags, , Tag Tables, emacs, The GNU Emacs
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13651 Manual}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13652
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13653 @node Regexp Review, re-search Exercises, etags, Regexp Search
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13654 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13655 @section Review
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13656
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13657 Here is a brief summary of some recently introduced functions.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13658
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13659 @table @code
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13660 @item while
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13661 Repeatedly evaluate the body of the expression so long as the first
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13662 element of the body tests true. Then return @code{nil}. (The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13663 expression is evaluated only for its side effects.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13664
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13665 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13666 For example:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13667
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13668 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13669 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13670 (let ((foo 2))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13671 (while (> foo 0)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13672 (insert (format "foo is %d.\n" foo))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13673 (setq foo (1- foo))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13674
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13675 @result{} foo is 2.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13676 foo is 1.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13677 nil
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13678 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13679 @end smallexample
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13680
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13681 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13682 (The @code{insert} function inserts its arguments at point; the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13683 @code{format} function returns a string formatted from its arguments
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13684 the way @code{message} formats its arguments; @code{\n} produces a new
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13685 line.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13686
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13687 @item re-search-forward
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13688 Search for a pattern, and if the pattern is found, move point to rest
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13689 just after it.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13690
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13691 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13692 Takes four arguments, like @code{search-forward}:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13693
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13694 @enumerate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13695 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13696 A regular expression that specifies the pattern to search for.
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13697 (Remember to put quotation marks around this argument!)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13698
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13699 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13700 Optionally, the limit of the search.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13701
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13702 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13703 Optionally, what to do if the search fails, return @code{nil} or an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13704 error message.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13705
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13706 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13707 Optionally, how many times to repeat the search; if negative, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13708 search goes backwards.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13709 @end enumerate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13710
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13711 @item let*
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13712 Bind some variables locally to particular values,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13713 and then evaluate the remaining arguments, returning the value of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13714 last one. While binding the local variables, use the local values of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13715 variables bound earlier, if any.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13716
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13717 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13718 For example:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13719
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13720 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13721 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13722 (let* ((foo 7)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13723 (bar (* 3 foo)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13724 (message "`bar' is %d." bar))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13725 @result{} `bar' is 21.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13726 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13727 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13728
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13729 @item match-beginning
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13730 Return the position of the start of the text found by the last regular
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13731 expression search.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13732
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13733 @item looking-at
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13734 Return @code{t} for true if the text after point matches the argument,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13735 which should be a regular expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13736
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13737 @item eobp
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13738 Return @code{t} for true if point is at the end of the accessible part
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13739 of a buffer. The end of the accessible part is the end of the buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13740 if the buffer is not narrowed; it is the end of the narrowed part if
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13741 the buffer is narrowed.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13742 @end table
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13743
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13744 @need 1500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13745 @node re-search Exercises, , Regexp Review, Regexp Search
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13746 @section Exercises with @code{re-search-forward}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13747
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13748 @itemize @bullet
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13749 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13750 Write a function to search for a regular expression that matches two
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13751 or more blank lines in sequence.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13752
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13753 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13754 Write a function to search for duplicated words, such as `the the'.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13755 @xref{Regexps, , Syntax of Regular Expressions, emacs, The GNU Emacs
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13756 Manual}, for information on how to write a regexp (a regular
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13757 expression) to match a string that is composed of two identical
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13758 halves. You can devise several regexps; some are better than others.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13759 The function I use is described in an appendix, along with several
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13760 regexps. @xref{the-the, , @code{the-the} Duplicated Words Function}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13761 @end itemize
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13762
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13763 @node Counting Words, Words in a defun, Regexp Search, Top
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13764 @chapter Counting: Repetition and Regexps
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13765 @cindex Repetition for word counting
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13766 @cindex Regular expressions for word counting
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13767
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13768 Repetition and regular expression searches are powerful tools that you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13769 often use when you write code in Emacs Lisp. This chapter illustrates
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13770 the use of regular expression searches through the construction of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13771 word count commands using @code{while} loops and recursion.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13772
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13773 @menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13774 * Why Count Words::
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13775 * count-words-region::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13776 * recursive-count-words::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13777 * Counting Exercise::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13778 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13779
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13780 @node Why Count Words, count-words-region, Counting Words, Counting Words
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13781 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13782 @unnumberedsec Counting words
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13783 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13784
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13785 The standard Emacs distribution contains a function for counting the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13786 number of lines within a region. However, there is no corresponding
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13787 function for counting words.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13788
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13789 Certain types of writing ask you to count words. Thus, if you write
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13790 an essay, you may be limited to 800 words; if you write a novel, you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13791 may discipline yourself to write 1000 words a day. It seems odd to me
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13792 that Emacs lacks a word count command. Perhaps people use Emacs
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13793 mostly for code or types of documentation that do not require word
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13794 counts; or perhaps they restrict themselves to the operating system
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13795 word count command, @code{wc}. Alternatively, people may follow
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13796 the publishers' convention and compute a word count by dividing the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13797 number of characters in a document by five. In any event, here are
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13798 commands to count words.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13799
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13800 @node count-words-region, recursive-count-words, Why Count Words, Counting Words
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13801 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13802 @section The @code{count-words-region} Function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13803 @findex count-words-region
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13804
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13805 A word count command could count words in a line, paragraph, region,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13806 or buffer. What should the command cover? You could design the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13807 command to count the number of words in a complete buffer. However,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13808 the Emacs tradition encourages flexibility---you may want to count
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13809 words in just a section, rather than all of a buffer. So it makes
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13810 more sense to design the command to count the number of words in a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13811 region. Once you have a @code{count-words-region} command, you can,
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13812 if you wish, count words in a whole buffer by marking it with
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13813 @w{@kbd{C-x h}} (@code{mark-whole-buffer}).
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13814
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13815 Clearly, counting words is a repetitive act: starting from the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13816 beginning of the region, you count the first word, then the second
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13817 word, then the third word, and so on, until you reach the end of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13818 region. This means that word counting is ideally suited to recursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13819 or to a @code{while} loop.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13820
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13821 @menu
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13822 * Design count-words-region::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13823 * Whitespace Bug::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13824 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13825
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13826 @node Design count-words-region, Whitespace Bug, count-words-region, count-words-region
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13827 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13828 @unnumberedsubsec Designing @code{count-words-region}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13829 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13830
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13831 First, we will implement the word count command with a @code{while}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13832 loop, then with recursion. The command will, of course, be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13833 interactive.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13834
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13835 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13836 The template for an interactive function definition is, as always:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13837
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13838 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13839 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13840 (defun @var{name-of-function} (@var{argument-list})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13841 "@var{documentation}@dots{}"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13842 (@var{interactive-expression}@dots{})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13843 @var{body}@dots{})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13844 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13845 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13846
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13847 What we need to do is fill in the slots.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13848
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13849 The name of the function should be self-explanatory and similar to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13850 existing @code{count-lines-region} name. This makes the name easier
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13851 to remember. @code{count-words-region} is a good choice.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13852
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13853 The function counts words within a region. This means that the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13854 argument list must contain symbols that are bound to the two
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13855 positions, the beginning and end of the region. These two positions
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13856 can be called @samp{beginning} and @samp{end} respectively. The first
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13857 line of the documentation should be a single sentence, since that is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13858 all that is printed as documentation by a command such as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13859 @code{apropos}. The interactive expression will be of the form
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13860 @samp{(interactive "r")}, since that will cause Emacs to pass the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13861 beginning and end of the region to the function's argument list. All
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13862 this is routine.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13863
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13864 The body of the function needs to be written to do three tasks:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13865 first, to set up conditions under which the @code{while} loop can
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13866 count words, second, to run the @code{while} loop, and third, to send
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13867 a message to the user.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13868
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13869 When a user calls @code{count-words-region}, point may be at the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13870 beginning or the end of the region. However, the counting process
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13871 must start at the beginning of the region. This means we will want
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13872 to put point there if it is not already there. Executing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13873 @code{(goto-char beginning)} ensures this. Of course, we will want to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13874 return point to its expected position when the function finishes its
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13875 work. For this reason, the body must be enclosed in a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13876 @code{save-excursion} expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13877
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13878 The central part of the body of the function consists of a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13879 @code{while} loop in which one expression jumps point forward word by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13880 word, and another expression counts those jumps. The true-or-false-test
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13881 of the @code{while} loop should test true so long as point should jump
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13882 forward, and false when point is at the end of the region.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13883
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13884 We could use @code{(forward-word 1)} as the expression for moving point
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13885 forward word by word, but it is easier to see what Emacs identifies as a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13886 `word' if we use a regular expression search.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13887
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13888 A regular expression search that finds the pattern for which it is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13889 searching leaves point after the last character matched. This means
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13890 that a succession of successful word searches will move point forward
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13891 word by word.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13892
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13893 As a practical matter, we want the regular expression search to jump
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13894 over whitespace and punctuation between words as well as over the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13895 words themselves. A regexp that refuses to jump over interword
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13896 whitespace would never jump more than one word! This means that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13897 the regexp should include the whitespace and punctuation that follows
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13898 a word, if any, as well as the word itself. (A word may end a buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13899 and not have any following whitespace or punctuation, so that part of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13900 the regexp must be optional.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13901
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13902 Thus, what we want for the regexp is a pattern defining one or more
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13903 word constituent characters followed, optionally, by one or more
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13904 characters that are not word constituents. The regular expression for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13905 this is:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13906
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13907 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13908 \w+\W*
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13909 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13910
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13911 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13912 The buffer's syntax table determines which characters are and are not
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13913 word constituents. (@xref{Syntax, , What Constitutes a Word or
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13914 Symbol?}, for more about syntax. Also, see @ref{Syntax, Syntax, The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13915 Syntax Table, emacs, The GNU Emacs Manual}, and @ref{Syntax Tables, ,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13916 Syntax Tables, elisp, The GNU Emacs Lisp Reference Manual}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13917
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13918 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13919 The search expression looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13920
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13921 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13922 (re-search-forward "\\w+\\W*")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13923 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13924
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13925 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13926 (Note that paired backslashes precede the @samp{w} and @samp{W}. A
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13927 single backslash has special meaning to the Emacs Lisp interpreter.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13928 It indicates that the following character is interpreted differently
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
13929 than usual. For example, the two characters, @samp{\n}, stand for
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13930 @samp{newline}, rather than for a backslash followed by @samp{n}. Two
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
13931 backslashes in a row stand for an ordinary, `unspecial' backslash, so
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
13932 Emacs Lisp interpreter ends of seeing a single backslash followed by a
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
13933 letter. So it discovers the letter is special.)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13934
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13935 We need a counter to count how many words there are; this variable
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13936 must first be set to 0 and then incremented each time Emacs goes
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13937 around the @code{while} loop. The incrementing expression is simply:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13938
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13939 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13940 (setq count (1+ count))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13941 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13942
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13943 Finally, we want to tell the user how many words there are in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13944 region. The @code{message} function is intended for presenting this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13945 kind of information to the user. The message has to be phrased so
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13946 that it reads properly regardless of how many words there are in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13947 region: we don't want to say that ``there are 1 words in the region''.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13948 The conflict between singular and plural is ungrammatical. We can
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13949 solve this problem by using a conditional expression that evaluates
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13950 different messages depending on the number of words in the region.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13951 There are three possibilities: no words in the region, one word in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13952 region, and more than one word. This means that the @code{cond}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13953 special form is appropriate.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13954
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13955 @need 1500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13956 All this leads to the following function definition:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13957
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13958 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13959 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13960 ;;; @r{First version; has bugs!}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13961 (defun count-words-region (beginning end)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13962 "Print number of words in the region.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13963 Words are defined as at least one word-constituent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13964 character followed by at least one character that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13965 is not a word-constituent. The buffer's syntax
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13966 table determines which characters these are."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13967 (interactive "r")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13968 (message "Counting words in region ... ")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13969 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13970
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13971 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13972 ;;; @r{1. Set up appropriate conditions.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13973 (save-excursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13974 (goto-char beginning)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13975 (let ((count 0))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13976 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13977
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13978 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13979 ;;; @r{2. Run the} while @r{loop.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13980 (while (< (point) end)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13981 (re-search-forward "\\w+\\W*")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13982 (setq count (1+ count)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13983 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13984
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13985 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13986 ;;; @r{3. Send a message to the user.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13987 (cond ((zerop count)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13988 (message
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13989 "The region does NOT have any words."))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13990 ((= 1 count)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13991 (message
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13992 "The region has 1 word."))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13993 (t
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13994 (message
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13995 "The region has %d words." count))))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13996 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13997 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13998
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13999 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14000 As written, the function works, but not in all circumstances.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14001
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14002 @node Whitespace Bug, , Design count-words-region, count-words-region
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14003 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14004 @subsection The Whitespace Bug in @code{count-words-region}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14005
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14006 The @code{count-words-region} command described in the preceding
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14007 section has two bugs, or rather, one bug with two manifestations.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14008 First, if you mark a region containing only whitespace in the middle
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14009 of some text, the @code{count-words-region} command tells you that the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14010 region contains one word! Second, if you mark a region containing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14011 only whitespace at the end of the buffer or the accessible portion of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14012 a narrowed buffer, the command displays an error message that looks
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14013 like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14014
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14015 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14016 Search failed: "\\w+\\W*"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14017 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14018
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14019 If you are reading this in Info in GNU Emacs, you can test for these
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14020 bugs yourself.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14021
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14022 First, evaluate the function in the usual manner to install it.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14023 @ifinfo
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14024 Here is a copy of the definition. Place your cursor after the closing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14025 parenthesis and type @kbd{C-x C-e} to install it.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14026
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14027 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14028 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14029 ;; @r{First version; has bugs!}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14030 (defun count-words-region (beginning end)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14031 "Print number of words in the region.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14032 Words are defined as at least one word-constituent character followed
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14033 by at least one character that is not a word-constituent. The buffer's
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14034 syntax table determines which characters these are."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14035 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14036 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14037 (interactive "r")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14038 (message "Counting words in region ... ")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14039 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14040
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14041 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14042 ;;; @r{1. Set up appropriate conditions.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14043 (save-excursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14044 (goto-char beginning)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14045 (let ((count 0))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14046 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14047
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14048 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14049 ;;; @r{2. Run the} while @r{loop.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14050 (while (< (point) end)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14051 (re-search-forward "\\w+\\W*")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14052 (setq count (1+ count)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14053 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14054
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14055 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14056 ;;; @r{3. Send a message to the user.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14057 (cond ((zerop count)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14058 (message "The region does NOT have any words."))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14059 ((= 1 count) (message "The region has 1 word."))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14060 (t (message "The region has %d words." count))))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14061 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14062 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14063 @end ifinfo
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14064
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14065 @need 1000
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14066 If you wish, you can also install this keybinding by evaluating it:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14067
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14068 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14069 (global-set-key "\C-c=" 'count-words-region)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14070 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14071
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14072 To conduct the first test, set mark and point to the beginning and end
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14073 of the following line and then type @kbd{C-c =} (or @kbd{M-x
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14074 count-words-region} if you have not bound @kbd{C-c =}):
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14075
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14076 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14077 one two three
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14078 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14079
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14080 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14081 Emacs will tell you, correctly, that the region has three words.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14082
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14083 Repeat the test, but place mark at the beginning of the line and place
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14084 point just @emph{before} the word @samp{one}. Again type the command
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14085 @kbd{C-c =} (or @kbd{M-x count-words-region}). Emacs should tell you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14086 that the region has no words, since it is composed only of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14087 whitespace at the beginning of the line. But instead Emacs tells you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14088 that the region has one word!
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14089
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14090 For the third test, copy the sample line to the end of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14091 @file{*scratch*} buffer and then type several spaces at the end of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14092 line. Place mark right after the word @samp{three} and point at the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14093 end of line. (The end of the line will be the end of the buffer.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14094 Type @kbd{C-c =} (or @kbd{M-x count-words-region}) as you did before.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14095 Again, Emacs should tell you that the region has no words, since it is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14096 composed only of the whitespace at the end of the line. Instead,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14097 Emacs displays an error message saying @samp{Search failed}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14098
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14099 The two bugs stem from the same problem.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14100
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14101 Consider the first manifestation of the bug, in which the command
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14102 tells you that the whitespace at the beginning of the line contains
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14103 one word. What happens is this: The @code{M-x count-words-region}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14104 command moves point to the beginning of the region. The @code{while}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14105 tests whether the value of point is smaller than the value of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14106 @code{end}, which it is. Consequently, the regular expression search
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14107 looks for and finds the first word. It leaves point after the word.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14108 @code{count} is set to one. The @code{while} loop repeats; but this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14109 time the value of point is larger than the value of @code{end}, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14110 loop is exited; and the function displays a message saying the number
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14111 of words in the region is one. In brief, the regular expression
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14112 search looks for and finds the word even though it is outside
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14113 the marked region.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14114
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14115 In the second manifestation of the bug, the region is whitespace at
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14116 the end of the buffer. Emacs says @samp{Search failed}. What happens
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14117 is that the true-or-false-test in the @code{while} loop tests true, so
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14118 the search expression is executed. But since there are no more words
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14119 in the buffer, the search fails.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14120
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14121 In both manifestations of the bug, the search extends or attempts to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14122 extend outside of the region.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14123
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14124 The solution is to limit the search to the region---this is a fairly
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14125 simple action, but as you may have come to expect, it is not quite as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14126 simple as you might think.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14127
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14128 As we have seen, the @code{re-search-forward} function takes a search
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14129 pattern as its first argument. But in addition to this first,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14130 mandatory argument, it accepts three optional arguments. The optional
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14131 second argument bounds the search. The optional third argument, if
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14132 @code{t}, causes the function to return @code{nil} rather than signal
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14133 an error if the search fails. The optional fourth argument is a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14134 repeat count. (In Emacs, you can see a function's documentation by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14135 typing @kbd{C-h f}, the name of the function, and then @key{RET}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14136
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14137 In the @code{count-words-region} definition, the value of the end of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14138 the region is held by the variable @code{end} which is passed as an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14139 argument to the function. Thus, we can add @code{end} as an argument
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14140 to the regular expression search expression:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14141
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14142 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14143 (re-search-forward "\\w+\\W*" end)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14144 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14145
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14146 However, if you make only this change to the @code{count-words-region}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14147 definition and then test the new version of the definition on a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14148 stretch of whitespace, you will receive an error message saying
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14149 @samp{Search failed}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14150
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14151 What happens is this: the search is limited to the region, and fails
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14152 as you expect because there are no word-constituent characters in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14153 region. Since it fails, we receive an error message. But we do not
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14154 want to receive an error message in this case; we want to receive the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14155 message that "The region does NOT have any words."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14156
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14157 The solution to this problem is to provide @code{re-search-forward}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14158 with a third argument of @code{t}, which causes the function to return
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14159 @code{nil} rather than signal an error if the search fails.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14160
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14161 However, if you make this change and try it, you will see the message
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14162 ``Counting words in region ... '' and @dots{} you will keep on seeing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14163 that message @dots{}, until you type @kbd{C-g} (@code{keyboard-quit}).
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14164
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14165 Here is what happens: the search is limited to the region, as before,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14166 and it fails because there are no word-constituent characters in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14167 region, as expected. Consequently, the @code{re-search-forward}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14168 expression returns @code{nil}. It does nothing else. In particular,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14169 it does not move point, which it does as a side effect if it finds the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14170 search target. After the @code{re-search-forward} expression returns
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14171 @code{nil}, the next expression in the @code{while} loop is evaluated.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14172 This expression increments the count. Then the loop repeats. The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14173 true-or-false-test tests true because the value of point is still less
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14174 than the value of end, since the @code{re-search-forward} expression
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14175 did not move point. @dots{} and the cycle repeats @dots{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14176
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14177 The @code{count-words-region} definition requires yet another
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14178 modification, to cause the true-or-false-test of the @code{while} loop
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14179 to test false if the search fails. Put another way, there are two
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14180 conditions that must be satisfied in the true-or-false-test before the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14181 word count variable is incremented: point must still be within the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14182 region and the search expression must have found a word to count.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14183
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14184 Since both the first condition and the second condition must be true
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14185 together, the two expressions, the region test and the search
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14186 expression, can be joined with an @code{and} special form and embedded in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14187 the @code{while} loop as the true-or-false-test, like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14188
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14189 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14190 (and (< (point) end) (re-search-forward "\\w+\\W*" end t))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14191 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14192
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14193 @c colon in printed section title causes problem in Info cross reference
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14194 @c also trouble with an overfull hbox
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14195 @iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14196 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14197 (For information about @code{and}, see
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
14198 @ref{kill-new function, , The @code{kill-new} function}.)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14199 @end iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14200 @ifinfo
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14201 @noindent
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
14202 (@xref{kill-new function, , The @code{kill-new} function}, for
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
14203 information about @code{and}.)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14204 @end ifinfo
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14205
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14206 The @code{re-search-forward} expression returns @code{t} if the search
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14207 succeeds and as a side effect moves point. Consequently, as words are
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
14208 found, point is moved through the region. When the search expression
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
14209 fails to find another word, or when point reaches the end of the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
14210 region, the true-or-false-test tests false, the @code{while} loop
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
14211 exits, and the @code{count-words-region} function displays one or
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
14212 other of its messages.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14213
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14214 After incorporating these final changes, the @code{count-words-region}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14215 works without bugs (or at least, without bugs that I have found!).
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14216 Here is what it looks like:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14217
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14218 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14219 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14220 ;;; @r{Final version:} @code{while}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14221 (defun count-words-region (beginning end)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14222 "Print number of words in the region."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14223 (interactive "r")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14224 (message "Counting words in region ... ")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14225 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14226
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14227 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14228 ;;; @r{1. Set up appropriate conditions.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14229 (save-excursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14230 (let ((count 0))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14231 (goto-char beginning)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14232 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14233
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14234 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14235 ;;; @r{2. Run the} while @r{loop.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14236 (while (and (< (point) end)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14237 (re-search-forward "\\w+\\W*" end t))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14238 (setq count (1+ count)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14239 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14240
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14241 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14242 ;;; @r{3. Send a message to the user.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14243 (cond ((zerop count)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14244 (message
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14245 "The region does NOT have any words."))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14246 ((= 1 count)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14247 (message
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14248 "The region has 1 word."))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14249 (t
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14250 (message
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14251 "The region has %d words." count))))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14252 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14253 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14254
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14255 @node recursive-count-words, Counting Exercise, count-words-region, Counting Words
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14256 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14257 @section Count Words Recursively
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14258 @cindex Count words recursively
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14259 @cindex Recursively counting words
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14260 @cindex Words, counted recursively
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14261
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14262 You can write the function for counting words recursively as well as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14263 with a @code{while} loop. Let's see how this is done.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14264
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14265 First, we need to recognize that the @code{count-words-region}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14266 function has three jobs: it sets up the appropriate conditions for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14267 counting to occur; it counts the words in the region; and it sends a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14268 message to the user telling how many words there are.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14269
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14270 If we write a single recursive function to do everything, we will
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14271 receive a message for every recursive call. If the region contains 13
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14272 words, we will receive thirteen messages, one right after the other.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14273 We don't want this! Instead, we must write two functions to do the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14274 job, one of which (the recursive function) will be used inside of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14275 other. One function will set up the conditions and display the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14276 message; the other will return the word count.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14277
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14278 Let us start with the function that causes the message to be displayed.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14279 We can continue to call this @code{count-words-region}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14280
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14281 This is the function that the user will call. It will be interactive.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14282 Indeed, it will be similar to our previous versions of this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14283 function, except that it will call @code{recursive-count-words} to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14284 determine how many words are in the region.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14285
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14286 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14287 We can readily construct a template for this function, based on our
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14288 previous versions:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14289
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14290 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14291 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14292 ;; @r{Recursive version; uses regular expression search}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14293 (defun count-words-region (beginning end)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14294 "@var{documentation}@dots{}"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14295 (@var{interactive-expression}@dots{})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14296 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14297 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14298
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14299 ;;; @r{1. Set up appropriate conditions.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14300 (@var{explanatory message})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14301 (@var{set-up functions}@dots{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14302 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14303 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14304
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14305 ;;; @r{2. Count the words.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14306 @var{recursive call}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14307 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14308 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14309
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14310 ;;; @r{3. Send a message to the user.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14311 @var{message providing word count}))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14312 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14313 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14314
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14315 The definition looks straightforward, except that somehow the count
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14316 returned by the recursive call must be passed to the message
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14317 displaying the word count. A little thought suggests that this can be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14318 done by making use of a @code{let} expression: we can bind a variable
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14319 in the varlist of a @code{let} expression to the number of words in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14320 the region, as returned by the recursive call; and then the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14321 @code{cond} expression, using binding, can display the value to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14322 user.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14323
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14324 Often, one thinks of the binding within a @code{let} expression as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14325 somehow secondary to the `primary' work of a function. But in this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14326 case, what you might consider the `primary' job of the function,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14327 counting words, is done within the @code{let} expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14328
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14329 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14330 Using @code{let}, the function definition looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14331
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14332 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14333 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14334 (defun count-words-region (beginning end)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14335 "Print number of words in the region."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14336 (interactive "r")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14337 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14338
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14339 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14340 ;;; @r{1. Set up appropriate conditions.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14341 (message "Counting words in region ... ")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14342 (save-excursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14343 (goto-char beginning)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14344 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14345
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14346 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14347 ;;; @r{2. Count the words.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14348 (let ((count (recursive-count-words end)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14349 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14350
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14351 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14352 ;;; @r{3. Send a message to the user.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14353 (cond ((zerop count)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14354 (message
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14355 "The region does NOT have any words."))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14356 ((= 1 count)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14357 (message
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14358 "The region has 1 word."))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14359 (t
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14360 (message
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14361 "The region has %d words." count))))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14362 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14363 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14364
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14365 Next, we need to write the recursive counting function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14366
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14367 A recursive function has at least three parts: the `do-again-test', the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14368 `next-step-expression', and the recursive call.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14369
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14370 The do-again-test determines whether the function will or will not be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14371 called again. Since we are counting words in a region and can use a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14372 function that moves point forward for every word, the do-again-test
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14373 can check whether point is still within the region. The do-again-test
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14374 should find the value of point and determine whether point is before,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14375 at, or after the value of the end of the region. We can use the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14376 @code{point} function to locate point. Clearly, we must pass the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14377 value of the end of the region to the recursive counting function as an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14378 argument.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14379
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14380 In addition, the do-again-test should also test whether the search finds a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14381 word. If it does not, the function should not call itself again.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14382
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14383 The next-step-expression changes a value so that when the recursive
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14384 function is supposed to stop calling itself, it stops. More
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14385 precisely, the next-step-expression changes a value so that at the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14386 right time, the do-again-test stops the recursive function from
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14387 calling itself again. In this case, the next-step-expression can be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14388 the expression that moves point forward, word by word.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14389
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14390 The third part of a recursive function is the recursive call.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14391
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14392 Somewhere, also, we also need a part that does the `work' of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14393 function, a part that does the counting. A vital part!
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14394
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14395 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14396 But already, we have an outline of the recursive counting function:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14397
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14398 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14399 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14400 (defun recursive-count-words (region-end)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14401 "@var{documentation}@dots{}"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14402 @var{do-again-test}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14403 @var{next-step-expression}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14404 @var{recursive call})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14405 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14406 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14407
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14408 Now we need to fill in the slots. Let's start with the simplest cases
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14409 first: if point is at or beyond the end of the region, there cannot
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14410 be any words in the region, so the function should return zero.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14411 Likewise, if the search fails, there are no words to count, so the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14412 function should return zero.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14413
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14414 On the other hand, if point is within the region and the search
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14415 succeeds, the function should call itself again.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14416
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14417 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14418 Thus, the do-again-test should look like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14419
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14420 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14421 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14422 (and (< (point) region-end)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14423 (re-search-forward "\\w+\\W*" region-end t))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14424 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14425 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14426
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14427 Note that the search expression is part of the do-again-test---the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14428 function returns @code{t} if its search succeeds and @code{nil} if it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14429 fails. (@xref{Whitespace Bug, , The Whitespace Bug in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14430 @code{count-words-region}}, for an explanation of how
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14431 @code{re-search-forward} works.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14432
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14433 The do-again-test is the true-or-false test of an @code{if} clause.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14434 Clearly, if the do-again-test succeeds, the then-part of the @code{if}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14435 clause should call the function again; but if it fails, the else-part
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14436 should return zero since either point is outside the region or the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14437 search failed because there were no words to find.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14438
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14439 But before considering the recursive call, we need to consider the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14440 next-step-expression. What is it? Interestingly, it is the search
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14441 part of the do-again-test.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14442
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14443 In addition to returning @code{t} or @code{nil} for the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14444 do-again-test, @code{re-search-forward} moves point forward as a side
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14445 effect of a successful search. This is the action that changes the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14446 value of point so that the recursive function stops calling itself
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14447 when point completes its movement through the region. Consequently,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14448 the @code{re-search-forward} expression is the next-step-expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14449
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14450 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14451 In outline, then, the body of the @code{recursive-count-words}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14452 function looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14453
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14454 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14455 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14456 (if @var{do-again-test-and-next-step-combined}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14457 ;; @r{then}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14458 @var{recursive-call-returning-count}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14459 ;; @r{else}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14460 @var{return-zero})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14461 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14462 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14463
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14464 How to incorporate the mechanism that counts?
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14465
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14466 If you are not used to writing recursive functions, a question like
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14467 this can be troublesome. But it can and should be approached
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14468 systematically.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14469
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14470 We know that the counting mechanism should be associated in some way
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14471 with the recursive call. Indeed, since the next-step-expression moves
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14472 point forward by one word, and since a recursive call is made for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14473 each word, the counting mechanism must be an expression that adds one
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14474 to the value returned by a call to @code{recursive-count-words}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14475
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
14476 @need 800
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14477 Consider several cases:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14478
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14479 @itemize @bullet
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14480 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14481 If there are two words in the region, the function should return
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14482 a value resulting from adding one to the value returned when it counts
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14483 the first word, plus the number returned when it counts the remaining
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14484 words in the region, which in this case is one.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14485
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14486 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14487 If there is one word in the region, the function should return
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14488 a value resulting from adding one to the value returned when it counts
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14489 that word, plus the number returned when it counts the remaining
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14490 words in the region, which in this case is zero.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14491
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14492 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14493 If there are no words in the region, the function should return zero.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14494 @end itemize
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14495
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14496 From the sketch we can see that the else-part of the @code{if} returns
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14497 zero for the case of no words. This means that the then-part of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14498 @code{if} must return a value resulting from adding one to the value
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14499 returned from a count of the remaining words.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14501 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14502 The expression will look like this, where @code{1+} is a function that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14503 adds one to its argument.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14504
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14505 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14506 (1+ (recursive-count-words region-end))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14507 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14508
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14509 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14510 The whole @code{recursive-count-words} function will then look like
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14511 this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14512
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14513 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14514 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14515 (defun recursive-count-words (region-end)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14516 "@var{documentation}@dots{}"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14517
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14518 ;;; @r{1. do-again-test}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14519 (if (and (< (point) region-end)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14520 (re-search-forward "\\w+\\W*" region-end t))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14521 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14522
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14523 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14524 ;;; @r{2. then-part: the recursive call}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14525 (1+ (recursive-count-words region-end))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14526
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14527 ;;; @r{3. else-part}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14528 0))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14529 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14530 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14531
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14532 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14533 Let's examine how this works:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14534
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14535 If there are no words in the region, the else part of the @code{if}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14536 expression is evaluated and consequently the function returns zero.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14537
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14538 If there is one word in the region, the value of point is less than
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14539 the value of @code{region-end} and the search succeeds. In this case,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14540 the true-or-false-test of the @code{if} expression tests true, and the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14541 then-part of the @code{if} expression is evaluated. The counting
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14542 expression is evaluated. This expression returns a value (which will
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14543 be the value returned by the whole function) that is the sum of one
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14544 added to the value returned by a recursive call.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14545
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14546 Meanwhile, the next-step-expression has caused point to jump over the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14547 first (and in this case only) word in the region. This means that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14548 when @code{(recursive-count-words region-end)} is evaluated a second
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14549 time, as a result of the recursive call, the value of point will be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14550 equal to or greater than the value of region end. So this time,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14551 @code{recursive-count-words} will return zero. The zero will be added
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14552 to one, and the original evaluation of @code{recursive-count-words}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14553 will return one plus zero, which is one, which is the correct amount.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14554
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14555 Clearly, if there are two words in the region, the first call to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14556 @code{recursive-count-words} returns one added to the value returned
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14557 by calling @code{recursive-count-words} on a region containing the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14558 remaining word---that is, it adds one to one, producing two, which is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14559 the correct amount.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14560
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14561 Similarly, if there are three words in the region, the first call to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14562 @code{recursive-count-words} returns one added to the value returned
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14563 by calling @code{recursive-count-words} on a region containing the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14564 remaining two words---and so on and so on.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14565
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14566 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14567 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14568 With full documentation the two functions look like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14569
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14570 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14571 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14572 The recursive function:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14573
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14574 @findex recursive-count-words
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14575 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14576 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14577 (defun recursive-count-words (region-end)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14578 "Number of words between point and REGION-END."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14579 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14580
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14581 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14582 ;;; @r{1. do-again-test}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14583 (if (and (< (point) region-end)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14584 (re-search-forward "\\w+\\W*" region-end t))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14585 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14586
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14587 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14588 ;;; @r{2. then-part: the recursive call}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14589 (1+ (recursive-count-words region-end))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14590
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14591 ;;; @r{3. else-part}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14592 0))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14593 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14594 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14595
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14596 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14597 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14598 The wrapper:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14599
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14600 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14601 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14602 ;;; @r{Recursive version}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14603 (defun count-words-region (beginning end)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14604 "Print number of words in the region.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14605 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14606
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14607 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14608 Words are defined as at least one word-constituent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14609 character followed by at least one character that is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14610 not a word-constituent. The buffer's syntax table
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14611 determines which characters these are."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14612 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14613 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14614 (interactive "r")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14615 (message "Counting words in region ... ")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14616 (save-excursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14617 (goto-char beginning)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14618 (let ((count (recursive-count-words end)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14619 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14620 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14621 (cond ((zerop count)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14622 (message
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14623 "The region does NOT have any words."))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14624 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14625 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14626 ((= 1 count)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14627 (message "The region has 1 word."))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14628 (t
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14629 (message
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14630 "The region has %d words." count))))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14631 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14632 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14633
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14634 @node Counting Exercise, , recursive-count-words, Counting Words
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14635 @section Exercise: Counting Punctuation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14636
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14637 Using a @code{while} loop, write a function to count the number of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14638 punctuation marks in a region---period, comma, semicolon, colon,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14639 exclamation mark, and question mark. Do the same using recursion.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14640
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14641 @node Words in a defun, Readying a Graph, Counting Words, Top
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14642 @chapter Counting Words in a @code{defun}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14643 @cindex Counting words in a @code{defun}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14644 @cindex Word counting in a @code{defun}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14645
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14646 Our next project is to count the number of words in a function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14647 definition. Clearly, this can be done using some variant of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14648 @code{count-word-region}. @xref{Counting Words, , Counting Words:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14649 Repetition and Regexps}. If we are just going to count the words in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14650 one definition, it is easy enough to mark the definition with the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14651 @kbd{C-M-h} (@code{mark-defun}) command, and then call
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14652 @code{count-word-region}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14653
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14654 However, I am more ambitious: I want to count the words and symbols in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14655 every definition in the Emacs sources and then print a graph that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14656 shows how many functions there are of each length: how many contain 40
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14657 to 49 words or symbols, how many contain 50 to 59 words or symbols,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14658 and so on. I have often been curious how long a typical function is,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14659 and this will tell.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14660
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14661 @menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14662 * Divide and Conquer::
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
14663 * Words and Symbols::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
14664 * Syntax::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
14665 * count-words-in-defun::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
14666 * Several defuns::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
14667 * Find a File::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
14668 * lengths-list-file::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
14669 * Several files::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
14670 * Several files recursively::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
14671 * Prepare the data::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14672 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14673
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14674 @node Divide and Conquer, Words and Symbols, Words in a defun, Words in a defun
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14675 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14676 @unnumberedsec Divide and Conquer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14677 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14678
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14679 Described in one phrase, the histogram project is daunting; but
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14680 divided into numerous small steps, each of which we can take one at a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14681 time, the project becomes less fearsome. Let us consider what the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14682 steps must be:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14683
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14684 @itemize @bullet
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14685 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14686 First, write a function to count the words in one definition. This
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14687 includes the problem of handling symbols as well as words.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14688
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14689 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14690 Second, write a function to list the numbers of words in each function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14691 in a file. This function can use the @code{count-words-in-defun}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14692 function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14693
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14694 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14695 Third, write a function to list the numbers of words in each function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14696 in each of several files. This entails automatically finding the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14697 various files, switching to them, and counting the words in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14698 definitions within them.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14699
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14700 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14701 Fourth, write a function to convert the list of numbers that we
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14702 created in step three to a form that will be suitable for printing as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14703 a graph.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14704
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14705 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14706 Fifth, write a function to print the results as a graph.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14707 @end itemize
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14708
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14709 This is quite a project! But if we take each step slowly, it will not
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14710 be difficult.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14711
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14712 @node Words and Symbols, Syntax, Divide and Conquer, Words in a defun
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14713 @section What to Count?
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14714 @cindex Words and symbols in defun
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14715
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14716 When we first start thinking about how to count the words in a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14717 function definition, the first question is (or ought to be) what are
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14718 we going to count? When we speak of `words' with respect to a Lisp
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14719 function definition, we are actually speaking, in large part, of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14720 `symbols'. For example, the following @code{multiply-by-seven}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14721 function contains the five symbols @code{defun},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14722 @code{multiply-by-seven}, @code{number}, @code{*}, and @code{7}. In
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14723 addition, in the documentation string, it contains the four words
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14724 @samp{Multiply}, @samp{NUMBER}, @samp{by}, and @samp{seven}. The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14725 symbol @samp{number} is repeated, so the definition contains a total
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14726 of ten words and symbols.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14727
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14728 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14729 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14730 (defun multiply-by-seven (number)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14731 "Multiply NUMBER by seven."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14732 (* 7 number))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14733 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14734 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14735
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14736 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14737 However, if we mark the @code{multiply-by-seven} definition with
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14738 @kbd{C-M-h} (@code{mark-defun}), and then call
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14739 @code{count-words-region} on it, we will find that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14740 @code{count-words-region} claims the definition has eleven words, not
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14741 ten! Something is wrong!
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14742
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14743 The problem is twofold: @code{count-words-region} does not count the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14744 @samp{*} as a word, and it counts the single symbol,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14745 @code{multiply-by-seven}, as containing three words. The hyphens are
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14746 treated as if they were interword spaces rather than intraword
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14747 connectors: @samp{multiply-by-seven} is counted as if it were written
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14748 @samp{multiply by seven}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14749
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14750 The cause of this confusion is the regular expression search within
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14751 the @code{count-words-region} definition that moves point forward word
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14752 by word. In the canonical version of @code{count-words-region}, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14753 regexp is:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14754
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14755 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14756 "\\w+\\W*"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14757 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14758
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14759 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14760 This regular expression is a pattern defining one or more word
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14761 constituent characters possibly followed by one or more characters
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14762 that are not word constituents. What is meant by `word constituent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14763 characters' brings us to the issue of syntax, which is worth a section
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14764 of its own.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14765
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14766 @node Syntax, count-words-in-defun, Words and Symbols, Words in a defun
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14767 @section What Constitutes a Word or Symbol?
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14768 @cindex Syntax categories and tables
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14769
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14770 Emacs treats different characters as belonging to different
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14771 @dfn{syntax categories}. For example, the regular expression,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14772 @samp{\\w+}, is a pattern specifying one or more @emph{word
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14773 constituent} characters. Word constituent characters are members of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14774 one syntax category. Other syntax categories include the class of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14775 punctuation characters, such as the period and the comma, and the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14776 class of whitespace characters, such as the blank space and the tab
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14777 character. (For more information, see @ref{Syntax, Syntax, The Syntax
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14778 Table, emacs, The GNU Emacs Manual}, and @ref{Syntax Tables, , Syntax
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14779 Tables, elisp, The GNU Emacs Lisp Reference Manual}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14780
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14781 Syntax tables specify which characters belong to which categories.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14782 Usually, a hyphen is not specified as a `word constituent character'.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14783 Instead, it is specified as being in the `class of characters that are
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14784 part of symbol names but not words.' This means that the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14785 @code{count-words-region} function treats it in the same way it treats
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14786 an interword white space, which is why @code{count-words-region}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14787 counts @samp{multiply-by-seven} as three words.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14788
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14789 There are two ways to cause Emacs to count @samp{multiply-by-seven} as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14790 one symbol: modify the syntax table or modify the regular expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14791
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14792 We could redefine a hyphen as a word constituent character by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14793 modifying the syntax table that Emacs keeps for each mode. This
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14794 action would serve our purpose, except that a hyphen is merely the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14795 most common character within symbols that is not typically a word
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14796 constituent character; there are others, too.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14797
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14798 Alternatively, we can redefine the regular expression used in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14799 @code{count-words} definition so as to include symbols. This
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14800 procedure has the merit of clarity, but the task is a little tricky.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14801
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14802 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14803 The first part is simple enough: the pattern must match ``at least one
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14804 character that is a word or symbol constituent''. Thus:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14805
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14806 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14807 "\\(\\w\\|\\s_\\)+"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14808 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14809
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14810 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14811 The @samp{\\(} is the first part of the grouping construct that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14812 includes the @samp{\\w} and the @samp{\\s_} as alternatives, separated
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14813 by the @samp{\\|}. The @samp{\\w} matches any word-constituent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14814 character and the @samp{\\s_} matches any character that is part of a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14815 symbol name but not a word-constituent character. The @samp{+}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14816 following the group indicates that the word or symbol constituent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14817 characters must be matched at least once.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14818
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14819 However, the second part of the regexp is more difficult to design.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14820 What we want is to follow the first part with ``optionally one or more
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14821 characters that are not constituents of a word or symbol''. At first,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14822 I thought I could define this with the following:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14823
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14824 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14825 "\\(\\W\\|\\S_\\)*"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14826 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14827
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14828 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14829 The upper case @samp{W} and @samp{S} match characters that are
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14830 @emph{not} word or symbol constituents. Unfortunately, this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14831 expression matches any character that is either not a word constituent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14832 or not a symbol constituent. This matches any character!
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14833
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14834 I then noticed that every word or symbol in my test region was
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14835 followed by white space (blank space, tab, or newline). So I tried
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14836 placing a pattern to match one or more blank spaces after the pattern
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14837 for one or more word or symbol constituents. This failed, too. Words
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14838 and symbols are often separated by whitespace, but in actual code
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14839 parentheses may follow symbols and punctuation may follow words. So
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14840 finally, I designed a pattern in which the word or symbol constituents
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14841 are followed optionally by characters that are not white space and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14842 then followed optionally by white space.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14843
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14844 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14845 Here is the full regular expression:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14846
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14847 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14848 "\\(\\w\\|\\s_\\)+[^ \t\n]*[ \t\n]*"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14849 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14850
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14851 @node count-words-in-defun, Several defuns, Syntax, Words in a defun
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14852 @section The @code{count-words-in-defun} Function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14853 @cindex Counting words in a @code{defun}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14854
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14855 We have seen that there are several ways to write a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14856 @code{count-word-region} function. To write a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14857 @code{count-words-in-defun}, we need merely adapt one of these
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14858 versions.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14859
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14860 The version that uses a @code{while} loop is easy to understand, so I
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14861 am going to adapt that. Because @code{count-words-in-defun} will be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14862 part of a more complex program, it need not be interactive and it need
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14863 not display a message but just return the count. These considerations
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14864 simplify the definition a little.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14865
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14866 On the other hand, @code{count-words-in-defun} will be used within a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14867 buffer that contains function definitions. Consequently, it is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14868 reasonable to ask that the function determine whether it is called
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14869 when point is within a function definition, and if it is, to return
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14870 the count for that definition. This adds complexity to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14871 definition, but saves us from needing to pass arguments to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14872 function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14873
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14874 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14875 These considerations lead us to prepare the following template:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14876
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14877 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14878 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14879 (defun count-words-in-defun ()
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14880 "@var{documentation}@dots{}"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14881 (@var{set up}@dots{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14882 (@var{while loop}@dots{})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14883 @var{return count})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14884 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14885 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14886
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14887 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14888 As usual, our job is to fill in the slots.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14889
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14890 First, the set up.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14891
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14892 We are presuming that this function will be called within a buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14893 containing function definitions. Point will either be within a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14894 function definition or not. For @code{count-words-in-defun} to work,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14895 point must move to the beginning of the definition, a counter must
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14896 start at zero, and the counting loop must stop when point reaches the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14897 end of the definition.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14898
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14899 The @code{beginning-of-defun} function searches backwards for an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14900 opening delimiter such as a @samp{(} at the beginning of a line, and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14901 moves point to that position, or else to the limit of the search. In
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14902 practice, this means that @code{beginning-of-defun} moves point to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14903 beginning of an enclosing or preceding function definition, or else to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14904 the beginning of the buffer. We can use @code{beginning-of-defun} to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14905 place point where we wish to start.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14906
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14907 The @code{while} loop requires a counter to keep track of the words or
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14908 symbols being counted. A @code{let} expression can be used to create
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14909 a local variable for this purpose, and bind it to an initial value of zero.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14910
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14911 The @code{end-of-defun} function works like @code{beginning-of-defun}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14912 except that it moves point to the end of the definition.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14913 @code{end-of-defun} can be used as part of an expression that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14914 determines the position of the end of the definition.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14915
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14916 The set up for @code{count-words-in-defun} takes shape rapidly: first
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14917 we move point to the beginning of the definition, then we create a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14918 local variable to hold the count, and finally, we record the position
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14919 of the end of the definition so the @code{while} loop will know when to stop
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14920 looping.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14921
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14922 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14923 The code looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14924
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14925 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14926 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14927 (beginning-of-defun)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14928 (let ((count 0)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14929 (end (save-excursion (end-of-defun) (point))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14930 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14931 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14932
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14933 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14934 The code is simple. The only slight complication is likely to concern
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14935 @code{end}: it is bound to the position of the end of the definition
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14936 by a @code{save-excursion} expression that returns the value of point
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14937 after @code{end-of-defun} temporarily moves it to the end of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14938 definition.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14939
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14940 The second part of the @code{count-words-in-defun}, after the set up,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14941 is the @code{while} loop.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14942
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14943 The loop must contain an expression that jumps point forward word by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14944 word and symbol by symbol, and another expression that counts the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14945 jumps. The true-or-false-test for the @code{while} loop should test
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14946 true so long as point should jump forward, and false when point is at
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14947 the end of the definition. We have already redefined the regular
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14948 expression for this (@pxref{Syntax}), so the loop is straightforward:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14949
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14950 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14951 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14952 (while (and (< (point) end)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14953 (re-search-forward
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14954 "\\(\\w\\|\\s_\\)+[^ \t\n]*[ \t\n]*" end t)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14955 (setq count (1+ count)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14956 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14957 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14958
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14959 The third part of the function definition returns the count of words
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14960 and symbols. This part is the last expression within the body of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14961 @code{let} expression, and can be, very simply, the local variable
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14962 @code{count}, which when evaluated returns the count.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14963
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14964 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14965 Put together, the @code{count-words-in-defun} definition looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14966
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14967 @findex count-words-in-defun
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14968 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14969 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14970 (defun count-words-in-defun ()
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14971 "Return the number of words and symbols in a defun."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14972 (beginning-of-defun)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14973 (let ((count 0)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14974 (end (save-excursion (end-of-defun) (point))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14975 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14976 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14977 (while
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14978 (and (< (point) end)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14979 (re-search-forward
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14980 "\\(\\w\\|\\s_\\)+[^ \t\n]*[ \t\n]*"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14981 end t))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14982 (setq count (1+ count)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14983 count))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14984 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14985 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14986
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14987 How to test this? The function is not interactive, but it is easy to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14988 put a wrapper around the function to make it interactive; we can use
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14989 almost the same code as for the recursive version of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14990 @code{count-words-region}:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14991
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14992 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14993 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14994 ;;; @r{Interactive version.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14995 (defun count-words-defun ()
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14996 "Number of words and symbols in a function definition."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14997 (interactive)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14998 (message
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14999 "Counting words and symbols in function definition ... ")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15000 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15001 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15002 (let ((count (count-words-in-defun)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15003 (cond
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15004 ((zerop count)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15005 (message
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15006 "The definition does NOT have any words or symbols."))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15007 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15008 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15009 ((= 1 count)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15010 (message
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15011 "The definition has 1 word or symbol."))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15012 (t
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15013 (message
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15014 "The definition has %d words or symbols." count)))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15015 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15016 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15017
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15018 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15019 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15020 Let's re-use @kbd{C-c =} as a convenient keybinding:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15021
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15022 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15023 (global-set-key "\C-c=" 'count-words-defun)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15024 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15025
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15026 Now we can try out @code{count-words-defun}: install both
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15027 @code{count-words-in-defun} and @code{count-words-defun}, and set the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15028 keybinding, and then place the cursor within the following definition:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15029
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15030 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15031 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15032 (defun multiply-by-seven (number)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15033 "Multiply NUMBER by seven."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15034 (* 7 number))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15035 @result{} 10
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15036 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15037 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15038
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15039 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15040 Success! The definition has 10 words and symbols.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15041
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15042 The next problem is to count the numbers of words and symbols in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15043 several definitions within a single file.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15044
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15045 @node Several defuns, Find a File, count-words-in-defun, Words in a defun
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15046 @section Count Several @code{defuns} Within a File
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15047
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15048 A file such as @file{simple.el} may have a hundred or more function
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15049 definitions within it. Our long term goal is to collect statistics on
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15050 many files, but as a first step, our immediate goal is to collect
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15051 statistics on one file.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15052
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15053 The information will be a series of numbers, each number being the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15054 length of a function definition. We can store the numbers in a list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15055
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15056 We know that we will want to incorporate the information regarding one
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15057 file with information about many other files; this means that the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15058 function for counting definition lengths within one file need only
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15059 return the list of lengths. It need not and should not display any
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15060 messages.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15061
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15062 The word count commands contain one expression to jump point forward
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15063 word by word and another expression to count the jumps. The function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15064 to return the lengths of definitions can be designed to work the same
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15065 way, with one expression to jump point forward definition by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15066 definition and another expression to construct the lengths' list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15067
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15068 This statement of the problem makes it elementary to write the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15069 function definition. Clearly, we will start the count at the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15070 beginning of the file, so the first command will be @code{(goto-char
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15071 (point-min))}. Next, we start the @code{while} loop; and the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15072 true-or-false test of the loop can be a regular expression search for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15073 the next function definition---so long as the search succeeds, point
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15074 is moved forward and then the body of the loop is evaluated. The body
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15075 needs an expression that constructs the lengths' list. @code{cons},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15076 the list construction command, can be used to create the list. That
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15077 is almost all there is to it.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15078
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15079 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15080 Here is what this fragment of code looks like:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15081
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15082 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15083 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15084 (goto-char (point-min))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15085 (while (re-search-forward "^(defun" nil t)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15086 (setq lengths-list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15087 (cons (count-words-in-defun) lengths-list)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15088 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15089 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15090
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15091 What we have left out is the mechanism for finding the file that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15092 contains the function definitions.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15093
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15094 In previous examples, we either used this, the Info file, or we
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15095 switched back and forth to some other buffer, such as the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15096 @file{*scratch*} buffer.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15097
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15098 Finding a file is a new process that we have not yet discussed.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15099
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15100 @node Find a File, lengths-list-file, Several defuns, Words in a defun
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15101 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15102 @section Find a File
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15103 @cindex Find a File
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15104
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15105 To find a file in Emacs, you use the @kbd{C-x C-f} (@code{find-file})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15106 command. This command is almost, but not quite right for the lengths
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15107 problem.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15108
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15109 @need 1200
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15110 Let's look at the source for @code{find-file}:
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15111
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15112 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15113 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15114 (defun find-file (filename)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15115 "Edit file FILENAME.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15116 Switch to a buffer visiting file FILENAME,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15117 creating one if none already exists."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15118 (interactive "FFind file: ")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15119 (switch-to-buffer (find-file-noselect filename)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15120 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15121 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15122
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15123 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15124 (The most recent version of the @code{find-file} function definition
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
15125 permits you to specify optional wildcards to visit multiple files; that
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15126 makes the definition more complex and we will not discuss it here,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15127 since it is not relevant. You can see its source using either
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15128 @kbd{M-.} (@code{find-tag}) or @kbd{C-h f} (@code{describe-function}).)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15129
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15130 @ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15131 In Emacs 22
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15132 (defun find-file (filename &optional wildcards)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15133 "Edit file FILENAME.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15134 Switch to a buffer visiting file FILENAME,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15135 creating one if none already exists.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15136 Interactively, the default if you just type RET is the current directory,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15137 but the visited file name is available through the minibuffer history:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15138 type M-n to pull it into the minibuffer.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15139
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15140 Interactively, or if WILDCARDS is non-nil in a call from Lisp,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15141 expand wildcards (if any) and visit multiple files. You can
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15142 suppress wildcard expansion by setting `find-file-wildcards' to nil.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15143
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15144 To visit a file without any kind of conversion and without
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15145 automatically choosing a major mode, use \\[find-file-literally]."
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15146 (interactive (find-file-read-args "Find file: " nil))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15147 (let ((value (find-file-noselect filename nil nil wildcards)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15148 (if (listp value)
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
15149 (mapcar 'switch-to-buffer (nreverse value))
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15150 (switch-to-buffer value))))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15151 @end ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15152
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15153 The definition I am showing possesses short but complete documentation
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15154 and an interactive specification that prompts you for a file name when
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15155 you use the command interactively. The body of the definition
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15156 contains two functions, @code{find-file-noselect} and
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15157 @code{switch-to-buffer}.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15158
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15159 According to its documentation as shown by @kbd{C-h f} (the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15160 @code{describe-function} command), the @code{find-file-noselect}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15161 function reads the named file into a buffer and returns the buffer.
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15162 (Its most recent version includes an optional wildcards argument,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15163 too, as well as another to read a file literally and an other you
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15164 suppress warning messages. These optional arguments are irrelevant.)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15165
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15166 However, the @code{find-file-noselect} function does not select the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15167 buffer in which it puts the file. Emacs does not switch its attention
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
15168 (or yours if you are using @code{find-file-noselect}) to the selected
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15169 buffer. That is what @code{switch-to-buffer} does: it switches the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15170 buffer to which Emacs attention is directed; and it switches the
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15171 buffer displayed in the window to the new buffer. We have discussed
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15172 buffer switching elsewhere. (@xref{Switching Buffers}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15173
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15174 In this histogram project, we do not need to display each file on the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15175 screen as the program determines the length of each definition within
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15176 it. Instead of employing @code{switch-to-buffer}, we can work with
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15177 @code{set-buffer}, which redirects the attention of the computer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15178 program to a different buffer but does not redisplay it on the screen.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15179 So instead of calling on @code{find-file} to do the job, we must write
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15180 our own expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15181
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15182 The task is easy: use @code{find-file-noselect} and @code{set-buffer}.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15183
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15184 @node lengths-list-file, Several files, Find a File, Words in a defun
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15185 @section @code{lengths-list-file} in Detail
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15186
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15187 The core of the @code{lengths-list-file} function is a @code{while}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15188 loop containing a function to move point forward `defun by defun' and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15189 a function to count the number of words and symbols in each defun.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15190 This core must be surrounded by functions that do various other tasks,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15191 including finding the file, and ensuring that point starts out at the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15192 beginning of the file. The function definition looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15193 @findex lengths-list-file
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15194
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15195 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15196 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15197 (defun lengths-list-file (filename)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15198 "Return list of definitions' lengths within FILE.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15199 The returned list is a list of numbers.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15200 Each number is the number of words or
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15201 symbols in one function definition."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15202 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15203 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15204 (message "Working on `%s' ... " filename)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15205 (save-excursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15206 (let ((buffer (find-file-noselect filename))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15207 (lengths-list))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15208 (set-buffer buffer)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15209 (setq buffer-read-only t)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15210 (widen)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15211 (goto-char (point-min))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15212 (while (re-search-forward "^(defun" nil t)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15213 (setq lengths-list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15214 (cons (count-words-in-defun) lengths-list)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15215 (kill-buffer buffer)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15216 lengths-list)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15217 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15218 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15219
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15220 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15221 The function is passed one argument, the name of the file on which it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15222 will work. It has four lines of documentation, but no interactive
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15223 specification. Since people worry that a computer is broken if they
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15224 don't see anything going on, the first line of the body is a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15225 message.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15226
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15227 The next line contains a @code{save-excursion} that returns Emacs'
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15228 attention to the current buffer when the function completes. This is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15229 useful in case you embed this function in another function that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15230 presumes point is restored to the original buffer.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15231
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15232 In the varlist of the @code{let} expression, Emacs finds the file and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15233 binds the local variable @code{buffer} to the buffer containing the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15234 file. At the same time, Emacs creates @code{lengths-list} as a local
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15235 variable.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15236
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15237 Next, Emacs switches its attention to the buffer.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15238
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15239 In the following line, Emacs makes the buffer read-only. Ideally,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15240 this line is not necessary. None of the functions for counting words
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15241 and symbols in a function definition should change the buffer.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15242 Besides, the buffer is not going to be saved, even if it were changed.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15243 This line is entirely the consequence of great, perhaps excessive,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15244 caution. The reason for the caution is that this function and those
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
15245 it calls work on the sources for Emacs and it is inconvenient if they
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
15246 are inadvertently modified. It goes without saying that I did not
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
15247 realize a need for this line until an experiment went awry and started
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
15248 to modify my Emacs source files @dots{}
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15249
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15250 Next comes a call to widen the buffer if it is narrowed. This
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15251 function is usually not needed---Emacs creates a fresh buffer if none
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15252 already exists; but if a buffer visiting the file already exists Emacs
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15253 returns that one. In this case, the buffer may be narrowed and must
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15254 be widened. If we wanted to be fully `user-friendly', we would
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15255 arrange to save the restriction and the location of point, but we
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15256 won't.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15257
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15258 The @code{(goto-char (point-min))} expression moves point to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15259 beginning of the buffer.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15260
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15261 Then comes a @code{while} loop in which the `work' of the function is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15262 carried out. In the loop, Emacs determines the length of each
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15263 definition and constructs a lengths' list containing the information.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15264
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15265 Emacs kills the buffer after working through it. This is to save
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15266 space inside of Emacs. My version of GNU Emacs 19 contained over 300
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15267 source files of interest; GNU Emacs 22 contains over a thousand source
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15268 files. Another function will apply @code{lengths-list-file} to each
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15269 of the files.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15270
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15271 Finally, the last expression within the @code{let} expression is the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15272 @code{lengths-list} variable; its value is returned as the value of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15273 the whole function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15274
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15275 You can try this function by installing it in the usual fashion. Then
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15276 place your cursor after the following expression and type @kbd{C-x
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15277 C-e} (@code{eval-last-sexp}).
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15278
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
15279 @c !!! 22.1.1 lisp sources location here
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15280 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15281 (lengths-list-file
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
15282 "/usr/local/share/emacs/22.1.1/lisp/emacs-lisp/debug.el")
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15283 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15284
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15285 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15286 (You may need to change the pathname of the file; the one here is for
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
15287 GNU Emacs version 22.1.1. To change the expression, copy it to
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15288 the @file{*scratch*} buffer and edit it.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15289
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15290 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15291 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15292 (Also, to see the full length of the list, rather than a truncated
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15293 version, you may have to evaluate the following:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15294
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15295 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15296 (custom-set-variables '(eval-expression-print-length nil))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15297 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15298
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15299 @noindent
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
15300 (@xref{defcustom, , Specifying Variables using @code{defcustom}}.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15301 Then evaluate the @code{lengths-list-file} expression.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15302
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15303 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15304 The lengths' list for @file{debug.el} takes less than a second to
73587
c84b73607df3 Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73554
diff changeset
15305 produce and looks like this in GNU Emacs 22:
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15306
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15307 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15308 (83 113 105 144 289 22 30 97 48 89 25 52 52 88 28 29 77 49 43 290 232 587)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15309 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15310
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15311 @need 1500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15312 (Using my old machine, the version 19 lengths' list for @file{debug.el}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15313 took seven seconds to produce and looked like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15314
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15315 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15316 (75 41 80 62 20 45 44 68 45 12 34 235)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15317 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15318
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15319 (The newer version of @file{debug.el} contains more defuns than the
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15320 earlier one; and my new machine is much faster than the old one.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15321
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15322 Note that the length of the last definition in the file is first in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15323 the list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15324
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15325 @node Several files, Several files recursively, lengths-list-file, Words in a defun
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15326 @section Count Words in @code{defuns} in Different Files
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15327
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15328 In the previous section, we created a function that returns a list of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15329 the lengths of each definition in a file. Now, we want to define a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15330 function to return a master list of the lengths of the definitions in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15331 a list of files.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15332
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15333 Working on each of a list of files is a repetitious act, so we can use
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15334 either a @code{while} loop or recursion.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15335
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15336 @menu
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15337 * lengths-list-many-files::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15338 * append::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15339 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15340
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15341 @node lengths-list-many-files, append, Several files, Several files
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15342 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15343 @unnumberedsubsec Determine the lengths of @code{defuns}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15344 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15345
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15346 The design using a @code{while} loop is routine. The argument passed
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15347 the function is a list of files. As we saw earlier (@pxref{Loop
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15348 Example}), you can write a @code{while} loop so that the body of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15349 loop is evaluated if such a list contains elements, but to exit the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15350 loop if the list is empty. For this design to work, the body of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15351 loop must contain an expression that shortens the list each time the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15352 body is evaluated, so that eventually the list is empty. The usual
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15353 technique is to set the value of the list to the value of the @sc{cdr}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15354 of the list each time the body is evaluated.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15355
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15356 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15357 The template looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15358
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15359 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15360 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15361 (while @var{test-whether-list-is-empty}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15362 @var{body}@dots{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15363 @var{set-list-to-cdr-of-list})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15364 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15365 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15366
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15367 Also, we remember that a @code{while} loop returns @code{nil} (the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15368 result of evaluating the true-or-false-test), not the result of any
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15369 evaluation within its body. (The evaluations within the body of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15370 loop are done for their side effects.) However, the expression that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15371 sets the lengths' list is part of the body---and that is the value
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15372 that we want returned by the function as a whole. To do this, we
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15373 enclose the @code{while} loop within a @code{let} expression, and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15374 arrange that the last element of the @code{let} expression contains
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15375 the value of the lengths' list. (@xref{Incrementing Example, , Loop
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15376 Example with an Incrementing Counter}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15377
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15378 @findex lengths-list-many-files
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15379 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15380 These considerations lead us directly to the function itself:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15381
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15382 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15383 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15384 ;;; @r{Use @code{while} loop.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15385 (defun lengths-list-many-files (list-of-files)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15386 "Return list of lengths of defuns in LIST-OF-FILES."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15387 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15388 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15389 (let (lengths-list)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15390
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15391 ;;; @r{true-or-false-test}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15392 (while list-of-files
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15393 (setq lengths-list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15394 (append
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15395 lengths-list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15396
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15397 ;;; @r{Generate a lengths' list.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15398 (lengths-list-file
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15399 (expand-file-name (car list-of-files)))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15400 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15401
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15402 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15403 ;;; @r{Make files' list shorter.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15404 (setq list-of-files (cdr list-of-files)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15405
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15406 ;;; @r{Return final value of lengths' list.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15407 lengths-list))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15408 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15409 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15410
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15411 @code{expand-file-name} is a built-in function that converts a file
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
15412 name to the absolute, long, path name form. The function employs the
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
15413 name of the directory in which the function is called.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15414
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
15415 @c !!! 22.1.1 lisp sources location here
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15416 @need 1500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15417 Thus, if @code{expand-file-name} is called on @code{debug.el} when
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15418 Emacs is visiting the
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
15419 @file{/usr/local/share/emacs/22.1.1/lisp/emacs-lisp/} directory,
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15420
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15421 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15422 debug.el
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15423 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15424
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15425 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15426 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15427 becomes
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15428
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
15429 @c !!! 22.1.1 lisp sources location here
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
15430 @smallexample
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
15431 /usr/local/share/emacs/22.1.1/lisp/emacs-lisp/debug.el
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15432 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15433
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15434 The only other new element of this function definition is the as yet
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15435 unstudied function @code{append}, which merits a short section for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15436 itself.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15437
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15438 @node append, , lengths-list-many-files, Several files
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15439 @subsection The @code{append} Function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15440
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15441 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15442 The @code{append} function attaches one list to another. Thus,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15443
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15444 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15445 (append '(1 2 3 4) '(5 6 7 8))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15446 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15447
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15448 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15449 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15450 produces the list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15451
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15452 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15453 (1 2 3 4 5 6 7 8)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15454 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15455
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15456 This is exactly how we want to attach two lengths' lists produced by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15457 @code{lengths-list-file} to each other. The results contrast with
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15458 @code{cons},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15459
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15460 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15461 (cons '(1 2 3 4) '(5 6 7 8))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15462 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15463
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15464 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15465 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15466 which constructs a new list in which the first argument to @code{cons}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15467 becomes the first element of the new list:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15468
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15469 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15470 ((1 2 3 4) 5 6 7 8)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15471 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15472
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15473 @node Several files recursively, Prepare the data, Several files, Words in a defun
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15474 @section Recursively Count Words in Different Files
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15475
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15476 Besides a @code{while} loop, you can work on each of a list of files
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15477 with recursion. A recursive version of @code{lengths-list-many-files}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15478 is short and simple.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15479
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15480 The recursive function has the usual parts: the `do-again-test', the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15481 `next-step-expression', and the recursive call. The `do-again-test'
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15482 determines whether the function should call itself again, which it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15483 will do if the @code{list-of-files} contains any remaining elements;
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15484 the `next-step-expression' resets the @code{list-of-files} to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15485 @sc{cdr} of itself, so eventually the list will be empty; and the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15486 recursive call calls itself on the shorter list. The complete
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15487 function is shorter than this description!
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15488 @findex recursive-lengths-list-many-files
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15489
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15490 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15491 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15492 (defun recursive-lengths-list-many-files (list-of-files)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15493 "Return list of lengths of each defun in LIST-OF-FILES."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15494 (if list-of-files ; @r{do-again-test}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15495 (append
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15496 (lengths-list-file
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15497 (expand-file-name (car list-of-files)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15498 (recursive-lengths-list-many-files
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15499 (cdr list-of-files)))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15500 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15501 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15502
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15503 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15504 In a sentence, the function returns the lengths' list for the first of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15505 the @code{list-of-files} appended to the result of calling itself on
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15506 the rest of the @code{list-of-files}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15507
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15508 Here is a test of @code{recursive-lengths-list-many-files}, along with
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15509 the results of running @code{lengths-list-file} on each of the files
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15510 individually.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15511
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15512 Install @code{recursive-lengths-list-many-files} and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15513 @code{lengths-list-file}, if necessary, and then evaluate the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15514 following expressions. You may need to change the files' pathnames;
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15515 those here work when this Info file and the Emacs sources are located
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15516 in their customary places. To change the expressions, copy them to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15517 the @file{*scratch*} buffer, edit them, and then evaluate them.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15518
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15519 The results are shown after the @samp{@result{}}. (These results are
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
15520 for files from Emacs Version 22.1.1; files from other versions of
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15521 Emacs may produce different results.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15522
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
15523 @c !!! 22.1.1 lisp sources location here
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
15524 @smallexample
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
15525 @group
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
15526 (cd "/usr/local/share/emacs/22.1.1/")
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15527
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15528 (lengths-list-file "./lisp/macros.el")
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15529 @result{} (283 263 480 90)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15530 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15531
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15532 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15533 (lengths-list-file "./lisp/mail/mailalias.el")
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15534 @result{} (38 32 29 95 178 180 321 218 324)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15535 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15536
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15537 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15538 (lengths-list-file "./lisp/makesum.el")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15539 @result{} (85 181)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15540 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15541
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15542 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15543 (recursive-lengths-list-many-files
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15544 '("./lisp/macros.el"
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15545 "./lisp/mail/mailalias.el"
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15546 "./lisp/makesum.el"))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15547 @result{} (283 263 480 90 38 32 29 95 178 180 321 218 324 85 181)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15548 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15549 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15550
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15551 The @code{recursive-lengths-list-many-files} function produces the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15552 output we want.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15553
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15554 The next step is to prepare the data in the list for display in a graph.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15555
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15556 @node Prepare the data, , Several files recursively, Words in a defun
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15557 @section Prepare the Data for Display in a Graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15558
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15559 The @code{recursive-lengths-list-many-files} function returns a list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15560 of numbers. Each number records the length of a function definition.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15561 What we need to do now is transform this data into a list of numbers
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15562 suitable for generating a graph. The new list will tell how many
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15563 functions definitions contain less than 10 words and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15564 symbols, how many contain between 10 and 19 words and symbols, how
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15565 many contain between 20 and 29 words and symbols, and so on.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15566
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15567 In brief, we need to go through the lengths' list produced by the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15568 @code{recursive-lengths-list-many-files} function and count the number
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15569 of defuns within each range of lengths, and produce a list of those
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15570 numbers.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15571
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15572 Based on what we have done before, we can readily foresee that it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15573 should not be too hard to write a function that `@sc{cdr}s' down the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15574 lengths' list, looks at each element, determines which length range it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15575 is in, and increments a counter for that range.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15576
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15577 However, before beginning to write such a function, we should consider
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15578 the advantages of sorting the lengths' list first, so the numbers are
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15579 ordered from smallest to largest. First, sorting will make it easier
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15580 to count the numbers in each range, since two adjacent numbers will
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15581 either be in the same length range or in adjacent ranges. Second, by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15582 inspecting a sorted list, we can discover the highest and lowest
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15583 number, and thereby determine the largest and smallest length range
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15584 that we will need.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15585
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15586 @menu
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15587 * Sorting::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15588 * Files List::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15589 * Counting function definitions::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15590 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15591
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15592 @node Sorting, Files List, Prepare the data, Prepare the data
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15593 @subsection Sorting Lists
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15594 @findex sort
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15595
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15596 Emacs contains a function to sort lists, called (as you might guess)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15597 @code{sort}. The @code{sort} function takes two arguments, the list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15598 to be sorted, and a predicate that determines whether the first of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15599 two list elements is ``less'' than the second.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15600
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15601 As we saw earlier (@pxref{Wrong Type of Argument, , Using the Wrong
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15602 Type Object as an Argument}), a predicate is a function that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15603 determines whether some property is true or false. The @code{sort}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15604 function will reorder a list according to whatever property the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15605 predicate uses; this means that @code{sort} can be used to sort
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15606 non-numeric lists by non-numeric criteria---it can, for example,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15607 alphabetize a list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15608
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15609 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15610 The @code{<} function is used when sorting a numeric list. For example,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15611
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15612 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15613 (sort '(4 8 21 17 33 7 21 7) '<)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15614 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15615
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15616 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15617 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15618 produces this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15619
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15620 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15621 (4 7 7 8 17 21 21 33)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15622 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15623
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15624 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15625 (Note that in this example, both the arguments are quoted so that the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15626 symbols are not evaluated before being passed to @code{sort} as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15627 arguments.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15628
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15629 Sorting the list returned by the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15630 @code{recursive-lengths-list-many-files} function is straightforward;
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15631 it uses the @code{<} function:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15632
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15633 @ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15634 2006 Oct 29
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15635 In GNU Emacs 22, eval
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15636 (progn
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15637 (cd "/usr/local/share/emacs/22.0.50/")
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15638 (sort
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15639 (recursive-lengths-list-many-files
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15640 '("./lisp/macros.el"
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15641 "./lisp/mail/mailalias.el"
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15642 "./lisp/makesum.el"))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15643 '<))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15644
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15645 @end ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15646
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15647 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15648 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15649 (sort
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15650 (recursive-lengths-list-many-files
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15651 '("./lisp/macros.el"
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15652 "./lisp/mailalias.el"
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15653 "./lisp/makesum.el"))
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
15654 '<)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15655 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15656 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15657
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15658 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15659 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15660 which produces:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15661
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15662 @smallexample
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15663 (29 32 38 85 90 95 178 180 181 218 263 283 321 324 480)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15664 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15665
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15666 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15667 (Note that in this example, the first argument to @code{sort} is not
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15668 quoted, since the expression must be evaluated so as to produce the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15669 list that is passed to @code{sort}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15670
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15671 @node Files List, Counting function definitions, Sorting, Prepare the data
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15672 @subsection Making a List of Files
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15673
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15674 The @code{recursive-lengths-list-many-files} function requires a list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15675 of files as its argument. For our test examples, we constructed such
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15676 a list by hand; but the Emacs Lisp source directory is too large for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15677 us to do for that. Instead, we will write a function to do the job
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15678 for us. In this function, we will use both a @code{while} loop and a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15679 recursive call.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15680
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15681 @findex directory-files
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15682 We did not have to write a function like this for older versions of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15683 GNU Emacs, since they placed all the @samp{.el} files in one
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15684 directory. Instead, we were able to use the @code{directory-files}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15685 function, which lists the names of files that match a specified
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15686 pattern within a single directory.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15687
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15688 However, recent versions of Emacs place Emacs Lisp files in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15689 sub-directories of the top level @file{lisp} directory. This
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15690 re-arrangement eases navigation. For example, all the mail related
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15691 files are in a @file{lisp} sub-directory called @file{mail}. But at
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15692 the same time, this arrangement forces us to create a file listing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15693 function that descends into the sub-directories.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15694
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15695 @findex files-in-below-directory
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15696 We can create this function, called @code{files-in-below-directory},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15697 using familiar functions such as @code{car}, @code{nthcdr}, and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15698 @code{substring} in conjunction with an existing function called
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15699 @code{directory-files-and-attributes}. This latter function not only
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15700 lists all the filenames in a directory, including the names
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15701 of sub-directories, but also their attributes.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15702
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15703 To restate our goal: to create a function that will enable us
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15704 to feed filenames to @code{recursive-lengths-list-many-files}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15705 as a list that looks like this (but with more elements):
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15706
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15707 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15708 @group
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15709 ("./lisp/macros.el"
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15710 "./lisp/mail/rmail.el"
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15711 "./lisp/makesum.el")
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15712 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15713 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15714
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15715 The @code{directory-files-and-attributes} function returns a list of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15716 lists. Each of the lists within the main list consists of 13
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15717 elements. The first element is a string that contains the name of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15718 file -- which, in GNU/Linux, may be a `directory file', that is to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15719 say, a file with the special attributes of a directory. The second
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15720 element of the list is @code{t} for a directory, a string
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15721 for symbolic link (the string is the name linked to), or @code{nil}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15722
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15723 For example, the first @samp{.el} file in the @file{lisp/} directory
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15724 is @file{abbrev.el}. Its name is
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
15725 @file{/usr/local/share/emacs/22.1.1/lisp/abbrev.el} and it is not a
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15726 directory or a symbolic link.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15727
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15728 @need 1000
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15729 This is how @code{directory-files-and-attributes} lists that file and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15730 its attributes:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15731
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15732 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15733 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15734 ("abbrev.el"
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15735 nil
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15736 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15737 1000
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15738 100
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15739 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15740 @group
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15741 (17733 259)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15742 (17491 28834)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15743 (17596 62124)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15744 13157
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15745 "-rw-rw-r--"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15746 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15747 @group
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15748 nil
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15749 2971624
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15750 773)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15751 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15752 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15753
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15754 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15755 On the other hand, @file{mail/} is a directory within the @file{lisp/}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15756 directory. The beginning of its listing looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15757
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15758 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15759 @group
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15760 ("mail"
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15761 t
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15762 @dots{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15763 )
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15764 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15765 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15766
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15767 (To learn about the different attributes, look at the documentation of
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15768 @code{file-attributes}. Bear in mind that the @code{file-attributes}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15769 function does not list the filename, so its first element is
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15770 @code{directory-files-and-attributes}'s second element.)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15771
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15772 We will want our new function, @code{files-in-below-directory}, to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15773 list the @samp{.el} files in the directory it is told to check, and in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15774 any directories below that directory.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15775
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15776 This gives us a hint on how to construct
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15777 @code{files-in-below-directory}: within a directory, the function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15778 should add @samp{.el} filenames to a list; and if, within a directory,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15779 the function comes upon a sub-directory, it should go into that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15780 sub-directory and repeat its actions.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15781
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15782 However, we should note that every directory contains a name that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15783 refers to itself, called @file{.}, (``dot'') and a name that refers to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15784 its parent directory, called @file{..} (``double dot''). (In
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15785 @file{/}, the root directory, @file{..} refers to itself, since
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15786 @file{/} has no parent.) Clearly, we do not want our
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15787 @code{files-in-below-directory} function to enter those directories,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15788 since they always lead us, directly or indirectly, to the current
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15789 directory.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15790
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15791 Consequently, our @code{files-in-below-directory} function must do
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15792 several tasks:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15793
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15794 @itemize @bullet
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15795 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15796 Check to see whether it is looking at a filename that ends in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15797 @samp{.el}; and if so, add its name to a list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15798
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15799 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15800 Check to see whether it is looking at a filename that is the name of a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15801 directory; and if so,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15802
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15803 @itemize @minus
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15804 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15805 Check to see whether it is looking at @file{.} or @file{..}; and if
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15806 so skip it.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15807
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15808 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15809 Or else, go into that directory and repeat the process.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15810 @end itemize
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15811 @end itemize
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15812
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15813 Let's write a function definition to do these tasks. We will use a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15814 @code{while} loop to move from one filename to another within a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15815 directory, checking what needs to be done; and we will use a recursive
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15816 call to repeat the actions on each sub-directory. The recursive
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15817 pattern is `accumulate'
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15818 (@pxref{Accumulate, , Recursive Pattern: @emph{accumulate}}),
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15819 using @code{append} as the combiner.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15820
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15821 @ignore
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15822 (directory-files "/usr/local/src/emacs/lisp/" t "\\.el$")
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15823 (shell-command "find /usr/local/src/emacs/lisp/ -name '*.el'")
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15824
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
15825 (directory-files "/usr/local/share/emacs/22.1.1/lisp/" t "\\.el$")
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
15826 (shell-command "find /usr/local/share/emacs/22.1.1/lisp/ -name '*.el'")
73680
a171b46b168c Replace 22.0.100 with 22.1.100.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73619
diff changeset
15827 @end ignore
a171b46b168c Replace 22.0.100 with 22.1.100.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73619
diff changeset
15828
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
15829 @c /usr/local/share/emacs/22.1.1/lisp/
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15830
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15831 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15832 Here is the function:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15833
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15834 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15835 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15836 (defun files-in-below-directory (directory)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15837 "List the .el files in DIRECTORY and in its sub-directories."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15838 ;; Although the function will be used non-interactively,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15839 ;; it will be easier to test if we make it interactive.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15840 ;; The directory will have a name such as
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
15841 ;; "/usr/local/share/emacs/22.1.1/lisp/"
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15842 (interactive "DDirectory name: ")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15843 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15844 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15845 (let (el-files-list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15846 (current-directory-list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15847 (directory-files-and-attributes directory t)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15848 ;; while we are in the current directory
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15849 (while current-directory-list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15850 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15851 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15852 (cond
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15853 ;; check to see whether filename ends in `.el'
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15854 ;; and if so, append its name to a list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15855 ((equal ".el" (substring (car (car current-directory-list)) -3))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15856 (setq el-files-list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15857 (cons (car (car current-directory-list)) el-files-list)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15858 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15859 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15860 ;; check whether filename is that of a directory
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15861 ((eq t (car (cdr (car current-directory-list))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15862 ;; decide whether to skip or recurse
57460
a60664800358 Remove trailing whitespace from file.
Robert J. Chassell <bob@rattlesnake.com>
parents: 57459
diff changeset
15863 (if
57459
dc60b5774fad (files-in-below-directory): remove unneeded `or' expression that looks
Robert J. Chassell <bob@rattlesnake.com>
parents: 57378
diff changeset
15864 (equal "."
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15865 (substring (car (car current-directory-list)) -1))
57459
dc60b5774fad (files-in-below-directory): remove unneeded `or' expression that looks
Robert J. Chassell <bob@rattlesnake.com>
parents: 57378
diff changeset
15866 ;; then do nothing since filename is that of
dc60b5774fad (files-in-below-directory): remove unneeded `or' expression that looks
Robert J. Chassell <bob@rattlesnake.com>
parents: 57378
diff changeset
15867 ;; current directory or parent, "." or ".."
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15868 ()
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15869 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15870 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15871 ;; else descend into the directory and repeat the process
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15872 (setq el-files-list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15873 (append
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15874 (files-in-below-directory
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15875 (car (car current-directory-list)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15876 el-files-list)))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15877 ;; move to the next filename in the list; this also
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15878 ;; shortens the list so the while loop eventually comes to an end
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15879 (setq current-directory-list (cdr current-directory-list)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15880 ;; return the filenames
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15881 el-files-list))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15882 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15883 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15884
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15885 @c (files-in-below-directory "/usr/local/src/emacs/lisp/")
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
15886 @c (files-in-below-directory "/usr/local/share/emacs/22.1.1/lisp/")
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15887
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15888 The @code{files-in-below-directory} @code{directory-files} function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15889 takes one argument, the name of a directory.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15890
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15891 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15892 Thus, on my system,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15893
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15894 @c (length (files-in-below-directory "/usr/local/src/emacs/lisp/"))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15895
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
15896 @c !!! 22.1.1 lisp sources location here
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15897 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15898 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15899 (length
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
15900 (files-in-below-directory "/usr/local/share/emacs/22.1.1/lisp/"))
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15901 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15902 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15903
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15904 @noindent
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
15905 tells me that in and below my Lisp sources directory are 1031
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
15906 @samp{.el} files.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15907
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15908 @code{files-in-below-directory} returns a list in reverse alphabetical
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15909 order. An expression to sort the list in alphabetical order looks
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15910 like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15911
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15912 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15913 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15914 (sort
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
15915 (files-in-below-directory "/usr/local/share/emacs/22.1.1/lisp/")
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15916 'string-lessp)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15917 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15918 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15919
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15920 @ignore
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15921 (defun test ()
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15922 "Test how long it takes to find lengths of all sorted elisp defuns."
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15923 (insert "\n" (current-time-string) "\n")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15924 (sit-for 0)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15925 (sort
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15926 (recursive-lengths-list-many-files
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
15927 (files-in-below-directory "/usr/local/src/emacs/lisp/"))
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15928 '<)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15929 (insert (format "%s" (current-time-string))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15930 @end ignore
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15931
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15932 @node Counting function definitions, , Files List, Prepare the data
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15933 @subsection Counting function definitions
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15934
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15935 Our immediate goal is to generate a list that tells us how many
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15936 function definitions contain fewer than 10 words and symbols, how many
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15937 contain between 10 and 19 words and symbols, how many contain between
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15938 20 and 29 words and symbols, and so on.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15939
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15940 With a sorted list of numbers, this is easy: count how many elements
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15941 of the list are smaller than 10, then, after moving past the numbers
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15942 just counted, count how many are smaller than 20, then, after moving
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15943 past the numbers just counted, count how many are smaller than 30, and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15944 so on. Each of the numbers, 10, 20, 30, 40, and the like, is one
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15945 larger than the top of that range. We can call the list of such
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15946 numbers the @code{top-of-ranges} list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15947
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15948 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15949 If we wished, we could generate this list automatically, but it is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15950 simpler to write a list manually. Here it is:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15951 @vindex top-of-ranges
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15952
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15953 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15954 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15955 (defvar top-of-ranges
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15956 '(10 20 30 40 50
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15957 60 70 80 90 100
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15958 110 120 130 140 150
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15959 160 170 180 190 200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15960 210 220 230 240 250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15961 260 270 280 290 300)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15962 "List specifying ranges for `defuns-per-range'.")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15963 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15964 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15965
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15966 To change the ranges, we edit this list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15967
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15968 Next, we need to write the function that creates the list of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15969 number of definitions within each range. Clearly, this function must
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15970 take the @code{sorted-lengths} and the @code{top-of-ranges} lists
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15971 as arguments.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15972
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15973 The @code{defuns-per-range} function must do two things again and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15974 again: it must count the number of definitions within a range
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15975 specified by the current top-of-range value; and it must shift to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15976 next higher value in the @code{top-of-ranges} list after counting the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15977 number of definitions in the current range. Since each of these
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15978 actions is repetitive, we can use @code{while} loops for the job.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15979 One loop counts the number of definitions in the range defined by the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15980 current top-of-range value, and the other loop selects each of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15981 top-of-range values in turn.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15982
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15983 Several entries of the @code{sorted-lengths} list are counted for each
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15984 range; this means that the loop for the @code{sorted-lengths} list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15985 will be inside the loop for the @code{top-of-ranges} list, like a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15986 small gear inside a big gear.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15987
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15988 The inner loop counts the number of definitions within the range. It
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15989 is a simple counting loop of the type we have seen before.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15990 (@xref{Incrementing Loop, , A loop with an incrementing counter}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15991 The true-or-false test of the loop tests whether the value from the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15992 @code{sorted-lengths} list is smaller than the current value of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15993 top of the range. If it is, the function increments the counter and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15994 tests the next value from the @code{sorted-lengths} list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15995
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15996 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15997 The inner loop looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15998
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15999 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16000 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16001 (while @var{length-element-smaller-than-top-of-range}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16002 (setq number-within-range (1+ number-within-range))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16003 (setq sorted-lengths (cdr sorted-lengths)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16004 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16005 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16006
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16007 The outer loop must start with the lowest value of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16008 @code{top-of-ranges} list, and then be set to each of the succeeding
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16009 higher values in turn. This can be done with a loop like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16010
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16011 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16012 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16013 (while top-of-ranges
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16014 @var{body-of-loop}@dots{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16015 (setq top-of-ranges (cdr top-of-ranges)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16016 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16017 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16018
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16019 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16020 Put together, the two loops look like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16021
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16022 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16023 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16024 (while top-of-ranges
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16025
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16026 ;; @r{Count the number of elements within the current range.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16027 (while @var{length-element-smaller-than-top-of-range}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16028 (setq number-within-range (1+ number-within-range))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16029 (setq sorted-lengths (cdr sorted-lengths)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16030
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16031 ;; @r{Move to next range.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16032 (setq top-of-ranges (cdr top-of-ranges)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16033 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16034 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16035
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16036 In addition, in each circuit of the outer loop, Emacs should record
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16037 the number of definitions within that range (the value of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16038 @code{number-within-range}) in a list. We can use @code{cons} for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16039 this purpose. (@xref{cons, , @code{cons}}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16040
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16041 The @code{cons} function works fine, except that the list it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16042 constructs will contain the number of definitions for the highest
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16043 range at its beginning and the number of definitions for the lowest
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16044 range at its end. This is because @code{cons} attaches new elements
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16045 of the list to the beginning of the list, and since the two loops are
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16046 working their way through the lengths' list from the lower end first,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16047 the @code{defuns-per-range-list} will end up largest number first.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16048 But we will want to print our graph with smallest values first and the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16049 larger later. The solution is to reverse the order of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16050 @code{defuns-per-range-list}. We can do this using the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16051 @code{nreverse} function, which reverses the order of a list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16052 @findex nreverse
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16053
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16054 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16055 For example,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16056
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16057 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16058 (nreverse '(1 2 3 4))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16059 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16060
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16061 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16062 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16063 produces:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16064
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16065 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16066 (4 3 2 1)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16067 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16068
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16069 Note that the @code{nreverse} function is ``destructive''---that is,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16070 it changes the list to which it is applied; this contrasts with the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16071 @code{car} and @code{cdr} functions, which are non-destructive. In
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16072 this case, we do not want the original @code{defuns-per-range-list},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16073 so it does not matter that it is destroyed. (The @code{reverse}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16074 function provides a reversed copy of a list, leaving the original list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16075 as is.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16076 @findex reverse
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16077
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16078 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16079 Put all together, the @code{defuns-per-range} looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16080
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16081 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16082 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16083 (defun defuns-per-range (sorted-lengths top-of-ranges)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16084 "SORTED-LENGTHS defuns in each TOP-OF-RANGES range."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16085 (let ((top-of-range (car top-of-ranges))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16086 (number-within-range 0)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16087 defuns-per-range-list)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16088 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16089
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16090 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16091 ;; @r{Outer loop.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16092 (while top-of-ranges
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16093 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16094
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16095 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16096 ;; @r{Inner loop.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16097 (while (and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16098 ;; @r{Need number for numeric test.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16099 (car sorted-lengths)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16100 (< (car sorted-lengths) top-of-range))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16101 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16102
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16103 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16104 ;; @r{Count number of definitions within current range.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16105 (setq number-within-range (1+ number-within-range))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16106 (setq sorted-lengths (cdr sorted-lengths)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16107
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16108 ;; @r{Exit inner loop but remain within outer loop.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16109 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16110
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16111 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16112 (setq defuns-per-range-list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16113 (cons number-within-range defuns-per-range-list))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16114 (setq number-within-range 0) ; @r{Reset count to zero.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16115 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16116
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16117 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16118 ;; @r{Move to next range.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16119 (setq top-of-ranges (cdr top-of-ranges))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16120 ;; @r{Specify next top of range value.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16121 (setq top-of-range (car top-of-ranges)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16122 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16123
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16124 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16125 ;; @r{Exit outer loop and count the number of defuns larger than}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16126 ;; @r{ the largest top-of-range value.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16127 (setq defuns-per-range-list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16128 (cons
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16129 (length sorted-lengths)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16130 defuns-per-range-list))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16131 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16132
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16133 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16134 ;; @r{Return a list of the number of definitions within each range,}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16135 ;; @r{ smallest to largest.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16136 (nreverse defuns-per-range-list)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16137 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16138 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16139
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16140 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16141 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16142 The function is straightforward except for one subtle feature. The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16143 true-or-false test of the inner loop looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16144
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16145 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16146 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16147 (and (car sorted-lengths)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16148 (< (car sorted-lengths) top-of-range))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16149 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16150 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16151
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16152 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16153 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16154 instead of like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16155
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16156 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16157 (< (car sorted-lengths) top-of-range)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16158 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16159
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16160 The purpose of the test is to determine whether the first item in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16161 @code{sorted-lengths} list is less than the value of the top of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16162 range.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16163
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16164 The simple version of the test works fine unless the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16165 @code{sorted-lengths} list has a @code{nil} value. In that case, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16166 @code{(car sorted-lengths)} expression function returns
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16167 @code{nil}. The @code{<} function cannot compare a number to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16168 @code{nil}, which is an empty list, so Emacs signals an error and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16169 stops the function from attempting to continue to execute.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16170
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16171 The @code{sorted-lengths} list always becomes @code{nil} when the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16172 counter reaches the end of the list. This means that any attempt to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16173 use the @code{defuns-per-range} function with the simple version of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16174 the test will fail.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16175
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16176 We solve the problem by using the @code{(car sorted-lengths)}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16177 expression in conjunction with the @code{and} expression. The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16178 @code{(car sorted-lengths)} expression returns a non-@code{nil}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16179 value so long as the list has at least one number within it, but
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16180 returns @code{nil} if the list is empty. The @code{and} expression
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16181 first evaluates the @code{(car sorted-lengths)} expression, and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16182 if it is @code{nil}, returns false @emph{without} evaluating the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16183 @code{<} expression. But if the @code{(car sorted-lengths)}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16184 expression returns a non-@code{nil} value, the @code{and} expression
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16185 evaluates the @code{<} expression, and returns that value as the value
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16186 of the @code{and} expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16187
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16188 @c colon in printed section title causes problem in Info cross reference
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16189 This way, we avoid an error.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16190 @iftex
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16191 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16192 (For information about @code{and}, see
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16193 @ref{kill-new function, , The @code{kill-new} function}.)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16194 @end iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16195 @ifinfo
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16196 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16197 (@xref{kill-new function, , The @code{kill-new} function}, for
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16198 information about @code{and}.)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16199 @end ifinfo
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16201 Here is a short test of the @code{defuns-per-range} function. First,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16202 evaluate the expression that binds (a shortened)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16203 @code{top-of-ranges} list to the list of values, then evaluate the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16204 expression for binding the @code{sorted-lengths} list, and then
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16205 evaluate the @code{defuns-per-range} function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16206
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16207 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16208 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16209 ;; @r{(Shorter list than we will use later.)}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16210 (setq top-of-ranges
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16211 '(110 120 130 140 150
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16212 160 170 180 190 200))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16213
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16214 (setq sorted-lengths
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16215 '(85 86 110 116 122 129 154 176 179 200 265 300 300))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16216
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16217 (defuns-per-range sorted-lengths top-of-ranges)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16218 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16219 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16220
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16221 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16222 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16223 The list returned looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16224
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16225 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16226 (2 2 2 0 0 1 0 2 0 0 4)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16227 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16228
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16229 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16230 Indeed, there are two elements of the @code{sorted-lengths} list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16231 smaller than 110, two elements between 110 and 119, two elements
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16232 between 120 and 129, and so on. There are four elements with a value
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16233 of 200 or larger.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16234
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16235 @c The next step is to turn this numbers' list into a graph.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16236 @node Readying a Graph, Emacs Initialization, Words in a defun, Top
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16237 @chapter Readying a Graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16238 @cindex Readying a graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16239 @cindex Graph prototype
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16240 @cindex Prototype graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16241 @cindex Body of graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16242
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16243 Our goal is to construct a graph showing the numbers of function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16244 definitions of various lengths in the Emacs lisp sources.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16245
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16246 As a practical matter, if you were creating a graph, you would
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16247 probably use a program such as @code{gnuplot} to do the job.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16248 (@code{gnuplot} is nicely integrated into GNU Emacs.) In this case,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16249 however, we create one from scratch, and in the process we will
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16250 re-acquaint ourselves with some of what we learned before and learn
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16251 more.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16252
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16253 In this chapter, we will first write a simple graph printing function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16254 This first definition will be a @dfn{prototype}, a rapidly written
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16255 function that enables us to reconnoiter this unknown graph-making
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16256 territory. We will discover dragons, or find that they are myth.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16257 After scouting the terrain, we will feel more confident and enhance
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16258 the function to label the axes automatically.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16259
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16260 @menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16261 * Columns of a graph::
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16262 * graph-body-print::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16263 * recursive-graph-body-print::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16264 * Printed Axes::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16265 * Line Graph Exercise::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16266 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16267
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16268 @node Columns of a graph, graph-body-print, Readying a Graph, Readying a Graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16269 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16270 @unnumberedsec Printing the Columns of a Graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16271 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16272
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16273 Since Emacs is designed to be flexible and work with all kinds of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16274 terminals, including character-only terminals, the graph will need to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16275 be made from one of the `typewriter' symbols. An asterisk will do; as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16276 we enhance the graph-printing function, we can make the choice of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16277 symbol a user option.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16278
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16279 We can call this function @code{graph-body-print}; it will take a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16280 @code{numbers-list} as its only argument. At this stage, we will not
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16281 label the graph, but only print its body.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16282
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16283 The @code{graph-body-print} function inserts a vertical column of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16284 asterisks for each element in the @code{numbers-list}. The height of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16285 each line is determined by the value of that element of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16286 @code{numbers-list}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16287
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16288 Inserting columns is a repetitive act; that means that this function can
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16289 be written either with a @code{while} loop or recursively.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16290
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16291 Our first challenge is to discover how to print a column of asterisks.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16292 Usually, in Emacs, we print characters onto a screen horizontally,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16293 line by line, by typing. We have two routes we can follow: write our
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16294 own column-insertion function or discover whether one exists in Emacs.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16295
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16296 To see whether there is one in Emacs, we can use the @kbd{M-x apropos}
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16297 command. This command is like the @kbd{C-h a} (@code{command-apropos})
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16298 command, except that the latter finds only those functions that are
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16299 commands. The @kbd{M-x apropos} command lists all symbols that match
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16300 a regular expression, including functions that are not interactive.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16301 @findex apropos
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16302
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16303 What we want to look for is some command that prints or inserts
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16304 columns. Very likely, the name of the function will contain either
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16305 the word `print' or the word `insert' or the word `column'.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16306 Therefore, we can simply type @kbd{M-x apropos RET
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16307 print\|insert\|column RET} and look at the result. On my system, this
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16308 command once too takes quite some time, and then produced a list of 79
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16309 functions and variables. Now it does not take much time at all and
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16310 produces a list of 211 functions and variables. Scanning down the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16311 list, the only function that looks as if it might do the job is
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16312 @code{insert-rectangle}.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16313
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16314 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16315 Indeed, this is the function we want; its documentation says:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16316
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16317 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16318 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16319 insert-rectangle:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16320 Insert text of RECTANGLE with upper left corner at point.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16321 RECTANGLE's first line is inserted at point,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16322 its second line is inserted at a point vertically under point, etc.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16323 RECTANGLE should be a list of strings.
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16324 After this command, the mark is at the upper left corner
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16325 and point is at the lower right corner.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16326 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16327 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16328
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16329 We can run a quick test, to make sure it does what we expect of it.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16330
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16331 Here is the result of placing the cursor after the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16332 @code{insert-rectangle} expression and typing @kbd{C-u C-x C-e}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16333 (@code{eval-last-sexp}). The function inserts the strings
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16334 @samp{"first"}, @samp{"second"}, and @samp{"third"} at and below
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16335 point. Also the function returns @code{nil}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16336
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16337 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16338 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16339 (insert-rectangle '("first" "second" "third"))first
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16340 second
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16341 thirdnil
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16342 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16343 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16344
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16345 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16346 Of course, we won't be inserting the text of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16347 @code{insert-rectangle} expression itself into the buffer in which we
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16348 are making the graph, but will call the function from our program. We
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16349 shall, however, have to make sure that point is in the buffer at the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16350 place where the @code{insert-rectangle} function will insert its
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16351 column of strings.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16352
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16353 If you are reading this in Info, you can see how this works by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16354 switching to another buffer, such as the @file{*scratch*} buffer,
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16355 placing point somewhere in the buffer, typing @kbd{M-:}, typing the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16356 @code{insert-rectangle} expression into the minibuffer at the prompt,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16357 and then typing @key{RET}. This causes Emacs to evaluate the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16358 expression in the minibuffer, but to use as the value of point the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16359 position of point in the @file{*scratch*} buffer. (@kbd{M-:} is the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16360 keybinding for @code{eval-expression}. Also, @code{nil} does not
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16361 appear in the @file{*scratch*} buffer since the expression is
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16362 evaluated in the minibuffer.)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16363
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16364 We find when we do this that point ends up at the end of the last
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16365 inserted line---that is to say, this function moves point as a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16366 side-effect. If we were to repeat the command, with point at this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16367 position, the next insertion would be below and to the right of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16368 previous insertion. We don't want this! If we are going to make a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16369 bar graph, the columns need to be beside each other.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16370
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16371 So we discover that each cycle of the column-inserting @code{while}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16372 loop must reposition point to the place we want it, and that place
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16373 will be at the top, not the bottom, of the column. Moreover, we
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16374 remember that when we print a graph, we do not expect all the columns
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16375 to be the same height. This means that the top of each column may be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16376 at a different height from the previous one. We cannot simply
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16377 reposition point to the same line each time, but moved over to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16378 right---or perhaps we can@dots{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16379
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16380 We are planning to make the columns of the bar graph out of asterisks.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16381 The number of asterisks in the column is the number specified by the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16382 current element of the @code{numbers-list}. We need to construct a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16383 list of asterisks of the right length for each call to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16384 @code{insert-rectangle}. If this list consists solely of the requisite
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16385 number of asterisks, then we will have position point the right number
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16386 of lines above the base for the graph to print correctly. This could
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16387 be difficult.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16388
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16389 Alternatively, if we can figure out some way to pass
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16390 @code{insert-rectangle} a list of the same length each time, then we
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16391 can place point on the same line each time, but move it over one
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16392 column to the right for each new column. If we do this, however, some
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16393 of the entries in the list passed to @code{insert-rectangle} must be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16394 blanks rather than asterisks. For example, if the maximum height of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16395 the graph is 5, but the height of the column is 3, then
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16396 @code{insert-rectangle} requires an argument that looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16397
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16398 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16399 (" " " " "*" "*" "*")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16400 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16401
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16402 This last proposal is not so difficult, so long as we can determine
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16403 the column height. There are two ways for us to specify the column
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16404 height: we can arbitrarily state what it will be, which would work
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16405 fine for graphs of that height; or we can search through the list of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16406 numbers and use the maximum height of the list as the maximum height
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16407 of the graph. If the latter operation were difficult, then the former
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16408 procedure would be easiest, but there is a function built into Emacs
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16409 that determines the maximum of its arguments. We can use that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16410 function. The function is called @code{max} and it returns the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16411 largest of all its arguments, which must be numbers. Thus, for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16412 example,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16413
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16414 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16415 (max 3 4 6 5 7 3)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16416 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16417
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16418 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16419 returns 7. (A corresponding function called @code{min} returns the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16420 smallest of all its arguments.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16421 @findex max
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16422 @findex min
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16423
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16424 However, we cannot simply call @code{max} on the @code{numbers-list};
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16425 the @code{max} function expects numbers as its argument, not a list of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16426 numbers. Thus, the following expression,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16427
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16428 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16429 (max '(3 4 6 5 7 3))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16430 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16431
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16432 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16433 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16434 produces the following error message;
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16435
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16436 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16437 Wrong type of argument: number-or-marker-p, (3 4 6 5 7 3)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16438 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16439
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16440 @findex apply
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16441 We need a function that passes a list of arguments to a function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16442 This function is @code{apply}. This function `applies' its first
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16443 argument (a function) to its remaining arguments, the last of which
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16444 may be a list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16445
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16446 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16447 For example,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16448
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16449 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16450 (apply 'max 3 4 7 3 '(4 8 5))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16451 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16452
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16453 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16454 returns 8.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16455
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16456 (Incidentally, I don't know how you would learn of this function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16457 without a book such as this. It is possible to discover other
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16458 functions, like @code{search-forward} or @code{insert-rectangle}, by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16459 guessing at a part of their names and then using @code{apropos}. Even
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16460 though its base in metaphor is clear---`apply' its first argument to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16461 the rest---I doubt a novice would come up with that particular word
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16462 when using @code{apropos} or other aid. Of course, I could be wrong;
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16463 after all, the function was first named by someone who had to invent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16464 it.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16465
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16466 The second and subsequent arguments to @code{apply} are optional, so
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16467 we can use @code{apply} to call a function and pass the elements of a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16468 list to it, like this, which also returns 8:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16469
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16470 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16471 (apply 'max '(4 8 5))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16472 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16473
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16474 This latter way is how we will use @code{apply}. The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16475 @code{recursive-lengths-list-many-files} function returns a numbers'
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16476 list to which we can apply @code{max} (we could also apply @code{max} to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16477 the sorted numbers' list; it does not matter whether the list is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16478 sorted or not.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16479
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16480 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16481 Hence, the operation for finding the maximum height of the graph is this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16482
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16483 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16484 (setq max-graph-height (apply 'max numbers-list))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16485 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16486
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16487 Now we can return to the question of how to create a list of strings
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16488 for a column of the graph. Told the maximum height of the graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16489 and the number of asterisks that should appear in the column, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16490 function should return a list of strings for the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16491 @code{insert-rectangle} command to insert.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16492
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16493 Each column is made up of asterisks or blanks. Since the function is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16494 passed the value of the height of the column and the number of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16495 asterisks in the column, the number of blanks can be found by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16496 subtracting the number of asterisks from the height of the column.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16497 Given the number of blanks and the number of asterisks, two
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16498 @code{while} loops can be used to construct the list:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16499
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16500 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16501 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16502 ;;; @r{First version.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16503 (defun column-of-graph (max-graph-height actual-height)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16504 "Return list of strings that is one column of a graph."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16505 (let ((insert-list nil)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16506 (number-of-top-blanks
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16507 (- max-graph-height actual-height)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16508 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16509
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16510 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16511 ;; @r{Fill in asterisks.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16512 (while (> actual-height 0)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16513 (setq insert-list (cons "*" insert-list))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16514 (setq actual-height (1- actual-height)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16515 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16516
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16517 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16518 ;; @r{Fill in blanks.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16519 (while (> number-of-top-blanks 0)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16520 (setq insert-list (cons " " insert-list))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16521 (setq number-of-top-blanks
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16522 (1- number-of-top-blanks)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16523 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16524
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16525 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16526 ;; @r{Return whole list.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16527 insert-list))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16528 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16529 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16530
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16531 If you install this function and then evaluate the following
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16532 expression you will see that it returns the list as desired:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16533
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16534 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16535 (column-of-graph 5 3)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16536 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16537
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16538 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16539 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16540 returns
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16541
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16542 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16543 (" " " " "*" "*" "*")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16544 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16545
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16546 As written, @code{column-of-graph} contains a major flaw: the symbols
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16547 used for the blank and for the marked entries in the column are
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16548 `hard-coded' as a space and asterisk. This is fine for a prototype,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16549 but you, or another user, may wish to use other symbols. For example,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16550 in testing the graph function, you many want to use a period in place
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16551 of the space, to make sure the point is being repositioned properly
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16552 each time the @code{insert-rectangle} function is called; or you might
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16553 want to substitute a @samp{+} sign or other symbol for the asterisk.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16554 You might even want to make a graph-column that is more than one
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16555 display column wide. The program should be more flexible. The way to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16556 do that is to replace the blank and the asterisk with two variables
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16557 that we can call @code{graph-blank} and @code{graph-symbol} and define
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16558 those variables separately.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16559
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16560 Also, the documentation is not well written. These considerations
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16561 lead us to the second version of the function:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16562
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16563 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16564 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16565 (defvar graph-symbol "*"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16566 "String used as symbol in graph, usually an asterisk.")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16567 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16568
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16569 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16570 (defvar graph-blank " "
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16571 "String used as blank in graph, usually a blank space.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16572 graph-blank must be the same number of columns wide
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16573 as graph-symbol.")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16574 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16575 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16576
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16577 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16578 (For an explanation of @code{defvar}, see
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16579 @ref{defvar, , Initializing a Variable with @code{defvar}}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16580
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16581 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16582 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16583 ;;; @r{Second version.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16584 (defun column-of-graph (max-graph-height actual-height)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16585 "Return MAX-GRAPH-HEIGHT strings; ACTUAL-HEIGHT are graph-symbols.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16586
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16587 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16588 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16589 The graph-symbols are contiguous entries at the end
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16590 of the list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16591 The list will be inserted as one column of a graph.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16592 The strings are either graph-blank or graph-symbol."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16593 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16594
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16595 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16596 (let ((insert-list nil)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16597 (number-of-top-blanks
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16598 (- max-graph-height actual-height)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16599 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16600
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16601 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16602 ;; @r{Fill in @code{graph-symbols}.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16603 (while (> actual-height 0)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16604 (setq insert-list (cons graph-symbol insert-list))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16605 (setq actual-height (1- actual-height)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16606 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16607
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16608 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16609 ;; @r{Fill in @code{graph-blanks}.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16610 (while (> number-of-top-blanks 0)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16611 (setq insert-list (cons graph-blank insert-list))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16612 (setq number-of-top-blanks
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16613 (1- number-of-top-blanks)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16614
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16615 ;; @r{Return whole list.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16616 insert-list))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16617 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16618 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16619
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16620 If we wished, we could rewrite @code{column-of-graph} a third time to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16621 provide optionally for a line graph as well as for a bar graph. This
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16622 would not be hard to do. One way to think of a line graph is that it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16623 is no more than a bar graph in which the part of each bar that is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16624 below the top is blank. To construct a column for a line graph, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16625 function first constructs a list of blanks that is one shorter than
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16626 the value, then it uses @code{cons} to attach a graph symbol to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16627 list; then it uses @code{cons} again to attach the `top blanks' to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16628 the list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16629
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16630 It is easy to see how to write such a function, but since we don't
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16631 need it, we will not do it. But the job could be done, and if it were
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16632 done, it would be done with @code{column-of-graph}. Even more
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16633 important, it is worth noting that few changes would have to be made
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16634 anywhere else. The enhancement, if we ever wish to make it, is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16635 simple.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16636
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16637 Now, finally, we come to our first actual graph printing function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16638 This prints the body of a graph, not the labels for the vertical and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16639 horizontal axes, so we can call this @code{graph-body-print}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16640
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16641 @node graph-body-print, recursive-graph-body-print, Columns of a graph, Readying a Graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16642 @section The @code{graph-body-print} Function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16643 @findex graph-body-print
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16644
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16645 After our preparation in the preceding section, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16646 @code{graph-body-print} function is straightforward. The function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16647 will print column after column of asterisks and blanks, using the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16648 elements of a numbers' list to specify the number of asterisks in each
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16649 column. This is a repetitive act, which means we can use a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16650 decrementing @code{while} loop or recursive function for the job. In
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16651 this section, we will write the definition using a @code{while} loop.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16652
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16653 The @code{column-of-graph} function requires the height of the graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16654 as an argument, so we should determine and record that as a local variable.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16655
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16656 This leads us to the following template for the @code{while} loop
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16657 version of this function:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16658
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16659 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16660 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16661 (defun graph-body-print (numbers-list)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16662 "@var{documentation}@dots{}"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16663 (let ((height @dots{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16664 @dots{}))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16665 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16666
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16667 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16668 (while numbers-list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16669 @var{insert-columns-and-reposition-point}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16670 (setq numbers-list (cdr numbers-list)))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16671 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16672 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16673
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16674 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16675 We need to fill in the slots of the template.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16676
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16677 Clearly, we can use the @code{(apply 'max numbers-list)} expression to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16678 determine the height of the graph.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16679
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16680 The @code{while} loop will cycle through the @code{numbers-list} one
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16681 element at a time. As it is shortened by the @code{(setq numbers-list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16682 (cdr numbers-list))} expression, the @sc{car} of each instance of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16683 list is the value of the argument for @code{column-of-graph}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16684
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16685 At each cycle of the @code{while} loop, the @code{insert-rectangle}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16686 function inserts the list returned by @code{column-of-graph}. Since
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16687 the @code{insert-rectangle} function moves point to the lower right of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16688 the inserted rectangle, we need to save the location of point at the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16689 time the rectangle is inserted, move back to that position after the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16690 rectangle is inserted, and then move horizontally to the next place
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16691 from which @code{insert-rectangle} is called.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16692
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16693 If the inserted columns are one character wide, as they will be if
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16694 single blanks and asterisks are used, the repositioning command is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16695 simply @code{(forward-char 1)}; however, the width of a column may be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16696 greater than one. This means that the repositioning command should be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16697 written @code{(forward-char symbol-width)}. The @code{symbol-width}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16698 itself is the length of a @code{graph-blank} and can be found using
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16699 the expression @code{(length graph-blank)}. The best place to bind
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16700 the @code{symbol-width} variable to the value of the width of graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16701 column is in the varlist of the @code{let} expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16702
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16703 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16704 These considerations lead to the following function definition:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16705
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16706 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16707 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16708 (defun graph-body-print (numbers-list)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16709 "Print a bar graph of the NUMBERS-LIST.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16710 The numbers-list consists of the Y-axis values."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16711
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16712 (let ((height (apply 'max numbers-list))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16713 (symbol-width (length graph-blank))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16714 from-position)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16715 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16716
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16717 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16718 (while numbers-list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16719 (setq from-position (point))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16720 (insert-rectangle
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16721 (column-of-graph height (car numbers-list)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16722 (goto-char from-position)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16723 (forward-char symbol-width)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16724 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16725 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16726 ;; @r{Draw graph column by column.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16727 (sit-for 0)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16728 (setq numbers-list (cdr numbers-list)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16729 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16730 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16731 ;; @r{Place point for X axis labels.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16732 (forward-line height)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16733 (insert "\n")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16734 ))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16735 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16736 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16737
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16738 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16739 The one unexpected expression in this function is the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16740 @w{@code{(sit-for 0)}} expression in the @code{while} loop. This
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16741 expression makes the graph printing operation more interesting to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16742 watch than it would be otherwise. The expression causes Emacs to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16743 `sit' or do nothing for a zero length of time and then redraw the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16744 screen. Placed here, it causes Emacs to redraw the screen column by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16745 column. Without it, Emacs would not redraw the screen until the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16746 function exits.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16747
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16748 We can test @code{graph-body-print} with a short list of numbers.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16749
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16750 @enumerate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16751 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16752 Install @code{graph-symbol}, @code{graph-blank},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16753 @code{column-of-graph}, which are in
41499
f2ffeff1bf1e Move @contents to the beginning of the file.
Eli Zaretskii <eliz@gnu.org>
parents: 41421
diff changeset
16754 @iftex
f2ffeff1bf1e Move @contents to the beginning of the file.
Eli Zaretskii <eliz@gnu.org>
parents: 41421
diff changeset
16755 @ref{Readying a Graph, , Readying a Graph},
f2ffeff1bf1e Move @contents to the beginning of the file.
Eli Zaretskii <eliz@gnu.org>
parents: 41421
diff changeset
16756 @end iftex
f2ffeff1bf1e Move @contents to the beginning of the file.
Eli Zaretskii <eliz@gnu.org>
parents: 41421
diff changeset
16757 @ifinfo
f2ffeff1bf1e Move @contents to the beginning of the file.
Eli Zaretskii <eliz@gnu.org>
parents: 41421
diff changeset
16758 @ref{Columns of a graph},
f2ffeff1bf1e Move @contents to the beginning of the file.
Eli Zaretskii <eliz@gnu.org>
parents: 41421
diff changeset
16759 @end ifinfo
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16760 and @code{graph-body-print}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16761
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16762 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16763 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16764 Copy the following expression:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16765
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16766 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16767 (graph-body-print '(1 2 3 4 6 4 3 5 7 6 5 2 3))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16768 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16769
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16770 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16771 Switch to the @file{*scratch*} buffer and place the cursor where you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16772 want the graph to start.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16773
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16774 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16775 Type @kbd{M-:} (@code{eval-expression}).
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16776
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16777 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16778 Yank the @code{graph-body-print} expression into the minibuffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16779 with @kbd{C-y} (@code{yank)}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16780
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16781 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16782 Press @key{RET} to evaluate the @code{graph-body-print} expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16783 @end enumerate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16784
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16785 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16786 Emacs will print a graph like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16787
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16788 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16789 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16790 *
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16791 * **
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16792 * ****
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16793 *** ****
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16794 ********* *
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16795 ************
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16796 *************
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16797 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16798 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16799
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16800 @node recursive-graph-body-print, Printed Axes, graph-body-print, Readying a Graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16801 @section The @code{recursive-graph-body-print} Function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16802 @findex recursive-graph-body-print
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16803
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16804 The @code{graph-body-print} function may also be written recursively.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16805 The recursive solution is divided into two parts: an outside `wrapper'
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16806 that uses a @code{let} expression to determine the values of several
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16807 variables that need only be found once, such as the maximum height of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16808 the graph, and an inside function that is called recursively to print
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16809 the graph.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16810
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16811 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16812 The `wrapper' is uncomplicated:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16813
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16814 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16815 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16816 (defun recursive-graph-body-print (numbers-list)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16817 "Print a bar graph of the NUMBERS-LIST.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16818 The numbers-list consists of the Y-axis values."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16819 (let ((height (apply 'max numbers-list))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16820 (symbol-width (length graph-blank))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16821 from-position)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16822 (recursive-graph-body-print-internal
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16823 numbers-list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16824 height
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16825 symbol-width)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16826 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16827 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16828
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16829 The recursive function is a little more difficult. It has four parts:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16830 the `do-again-test', the printing code, the recursive call, and the
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
16831 `next-step-expression'. The `do-again-test' is a @code{when}
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16832 expression that determines whether the @code{numbers-list} contains
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16833 any remaining elements; if it does, the function prints one column of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16834 the graph using the printing code and calls itself again. The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16835 function calls itself again according to the value produced by the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16836 `next-step-expression' which causes the call to act on a shorter
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16837 version of the @code{numbers-list}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16838
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16839 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16840 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16841 (defun recursive-graph-body-print-internal
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16842 (numbers-list height symbol-width)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16843 "Print a bar graph.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16844 Used within recursive-graph-body-print function."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16845 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16846
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16847 @group
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
16848 (when numbers-list
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16849 (setq from-position (point))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16850 (insert-rectangle
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16851 (column-of-graph height (car numbers-list)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16852 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16853 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16854 (goto-char from-position)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16855 (forward-char symbol-width)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16856 (sit-for 0) ; @r{Draw graph column by column.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16857 (recursive-graph-body-print-internal
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
16858 (cdr numbers-list) height symbol-width)))
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16859 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16860 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16861
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16862 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16863 After installation, this expression can be tested; here is a sample:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16864
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16865 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16866 (recursive-graph-body-print '(3 2 5 6 7 5 3 4 6 4 3 2 1))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16867 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16868
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16869 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16870 Here is what @code{recursive-graph-body-print} produces:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16871
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16872 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16873 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16874 *
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16875 ** *
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16876 **** *
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16877 **** ***
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16878 * *********
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16879 ************
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16880 *************
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16881 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16882 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16883
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16884 Either of these two functions, @code{graph-body-print} or
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16885 @code{recursive-graph-body-print}, create the body of a graph.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16886
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16887 @node Printed Axes, Line Graph Exercise, recursive-graph-body-print, Readying a Graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16888 @section Need for Printed Axes
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16889
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16890 A graph needs printed axes, so you can orient yourself. For a do-once
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16891 project, it may be reasonable to draw the axes by hand using Emacs'
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16892 Picture mode; but a graph drawing function may be used more than once.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16893
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16894 For this reason, I have written enhancements to the basic
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16895 @code{print-graph-body} function that automatically print labels for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16896 the horizontal and vertical axes. Since the label printing functions
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16897 do not contain much new material, I have placed their description in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16898 an appendix. @xref{Full Graph, , A Graph with Labelled Axes}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16899
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16900 @node Line Graph Exercise, , Printed Axes, Readying a Graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16901 @section Exercise
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16902
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16903 Write a line graph version of the graph printing functions.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16904
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16905 @node Emacs Initialization, Debugging, Readying a Graph, Top
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16906 @chapter Your @file{.emacs} File
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16907 @cindex @file{.emacs} file
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16908 @cindex Customizing your @file{.emacs} file
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16909 @cindex Initialization file
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16910
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16911 ``You don't have to like Emacs to like it'' -- this seemingly
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16912 paradoxical statement is the secret of GNU Emacs. The plain, `out of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16913 the box' Emacs is a generic tool. Most people who use it, customize
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16914 it to suit themselves.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16915
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16916 GNU Emacs is mostly written in Emacs Lisp; this means that by writing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16917 expressions in Emacs Lisp you can change or extend Emacs.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16918
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16919 @menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16920 * Default Configuration::
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16921 * Site-wide Init::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16922 * defcustom::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16923 * Beginning a .emacs File::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16924 * Text and Auto-fill::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16925 * Mail Aliases::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16926 * Indent Tabs Mode::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16927 * Keybindings::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16928 * Keymaps::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16929 * Loading Files::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16930 * Autoload::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16931 * Simple Extension::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16932 * X11 Colors::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16933 * Miscellaneous::
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16934 * Mode Line::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16935 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16936
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16937 @node Default Configuration, Site-wide Init, Emacs Initialization, Emacs Initialization
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16938 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16939 @unnumberedsec Emacs' Default Configuration
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16940 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16941
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16942 There are those who appreciate Emacs' default configuration. After
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16943 all, Emacs starts you in C mode when you edit a C file, starts you in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16944 Fortran mode when you edit a Fortran file, and starts you in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16945 Fundamental mode when you edit an unadorned file. This all makes
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16946 sense, if you do not know who is going to use Emacs. Who knows what a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16947 person hopes to do with an unadorned file? Fundamental mode is the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16948 right default for such a file, just as C mode is the right default for
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16949 editing C code. (Enough programming languages have syntaxes
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16950 that enable them to share or nearly share features, so C mode is
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16951 now provided by by CC mode, the `C Collection'.)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16952
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
16953 But when you do know who is going to use Emacs---you,
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16954 yourself---then it makes sense to customize Emacs.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16955
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16956 For example, I seldom want Fundamental mode when I edit an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16957 otherwise undistinguished file; I want Text mode. This is why I
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16958 customize Emacs: so it suits me.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16959
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16960 You can customize and extend Emacs by writing or adapting a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16961 @file{~/.emacs} file. This is your personal initialization file; its
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16962 contents, written in Emacs Lisp, tell Emacs what to do.@footnote{You
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16963 may also add @file{.el} to @file{~/.emacs} and call it a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16964 @file{~/.emacs.el} file. In the past, you were forbidden to type the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16965 extra keystrokes that the name @file{~/.emacs.el} requires, but now
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16966 you may. The new format is consistent with the Emacs Lisp file
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16967 naming conventions; the old format saves typing.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16968
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16969 A @file{~/.emacs} file contains Emacs Lisp code. You can write this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16970 code yourself; or you can use Emacs' @code{customize} feature to write
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16971 the code for you. You can combine your own expressions and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16972 auto-written Customize expressions in your @file{.emacs} file.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16973
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16974 (I myself prefer to write my own expressions, except for those,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16975 particularly fonts, that I find easier to manipulate using the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16976 @code{customize} command. I combine the two methods.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16977
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16978 Most of this chapter is about writing expressions yourself. It
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16979 describes a simple @file{.emacs} file; for more information, see
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16980 @ref{Init File, , The Init File, emacs, The GNU Emacs Manual}, and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16981 @ref{Init File, , The Init File, elisp, The GNU Emacs Lisp Reference
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16982 Manual}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16983
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16984 @node Site-wide Init, defcustom, Default Configuration, Emacs Initialization
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16985 @section Site-wide Initialization Files
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16986
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16987 @cindex @file{default.el} init file
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16988 @cindex @file{site-init.el} init file
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16989 @cindex @file{site-load.el} init file
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16990 In addition to your personal initialization file, Emacs automatically
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16991 loads various site-wide initialization files, if they exist. These
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16992 have the same form as your @file{.emacs} file, but are loaded by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16993 everyone.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16994
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16995 Two site-wide initialization files, @file{site-load.el} and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16996 @file{site-init.el}, are loaded into Emacs and then `dumped' if a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16997 `dumped' version of Emacs is created, as is most common. (Dumped
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16998 copies of Emacs load more quickly. However, once a file is loaded and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16999 dumped, a change to it does not lead to a change in Emacs unless you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17000 load it yourself or re-dump Emacs. @xref{Building Emacs, , Building
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17001 Emacs, elisp, The GNU Emacs Lisp Reference Manual}, and the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17002 @file{INSTALL} file.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17003
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17004 Three other site-wide initialization files are loaded automatically
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17005 each time you start Emacs, if they exist. These are
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17006 @file{site-start.el}, which is loaded @emph{before} your @file{.emacs}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17007 file, and @file{default.el}, and the terminal type file, which are both
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17008 loaded @emph{after} your @file{.emacs} file.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17009
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17010 Settings and definitions in your @file{.emacs} file will overwrite
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17011 conflicting settings and definitions in a @file{site-start.el} file,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17012 if it exists; but the settings and definitions in a @file{default.el}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17013 or terminal type file will overwrite those in your @file{.emacs} file.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17014 (You can prevent interference from a terminal type file by setting
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17015 @code{term-file-prefix} to @code{nil}. @xref{Simple Extension, , A
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17016 Simple Extension}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17017
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17018 @c Rewritten to avoid overfull hbox.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17019 The @file{INSTALL} file that comes in the distribution contains
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17020 descriptions of the @file{site-init.el} and @file{site-load.el} files.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17021
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17022 The @file{loadup.el}, @file{startup.el}, and @file{loaddefs.el} files
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17023 control loading. These files are in the @file{lisp} directory of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17024 Emacs distribution and are worth perusing.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17025
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17026 The @file{loaddefs.el} file contains a good many suggestions as to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17027 what to put into your own @file{.emacs} file, or into a site-wide
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17028 initialization file.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17029
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17030 @node defcustom, Beginning a .emacs File, Site-wide Init, Emacs Initialization
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17031 @section Specifying Variables using @code{defcustom}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17032 @findex defcustom
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17033
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17034 You can specify variables using @code{defcustom} so that you and
44899
ebddb2618c17 Fixed typographic errors.
Robert J. Chassell <bob@rattlesnake.com>
parents: 43431
diff changeset
17035 others can then use Emacs' @code{customize} feature to set their
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17036 values. (You cannot use @code{customize} to write function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17037 definitions; but you can write @code{defuns} in your @file{.emacs}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17038 file. Indeed, you can write any Lisp expression in your @file{.emacs}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17039 file.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17040
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17041 The @code{customize} feature depends on the @code{defcustom} special
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17042 form. Although you can use @code{defvar} or @code{setq} for variables
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17043 that users set, the @code{defcustom} special form is designed for the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17044 job.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17045
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17046 You can use your knowledge of @code{defvar} for writing the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17047 first three arguments for @code{defcustom}. The first argument to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17048 @code{defcustom} is the name of the variable. The second argument is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17049 the variable's initial value, if any; and this value is set only if
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17050 the value has not already been set. The third argument is the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17051 documentation.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17052
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17053 The fourth and subsequent arguments to @code{defcustom} specify types
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17054 and options; these are not featured in @code{defvar}. (These
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17055 arguments are optional.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17056
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17057 Each of these arguments consists of a keyword followed by a value.
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
17058 Each keyword starts with the colon character @samp{:}.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17059
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17060 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17061 For example, the customizable user option variable
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17062 @code{text-mode-hook} looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17063
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17064 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17065 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17066 (defcustom text-mode-hook nil
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17067 "Normal hook run when entering Text mode and many related modes."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17068 :type 'hook
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17069 :options '(turn-on-auto-fill flyspell-mode)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17070 :group 'data)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17071 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17072 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17073
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17074 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17075 The name of the variable is @code{text-mode-hook}; it has no default
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17076 value; and its documentation string tells you what it does.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17077
53099
0d765aaa0e44 In node defvar and asterisk, following suggestions by Juri Linkov
Robert J. Chassell <bob@rattlesnake.com>
parents: 53086
diff changeset
17078 The @code{:type} keyword tells Emacs the kind of data to which
0d765aaa0e44 In node defvar and asterisk, following suggestions by Juri Linkov
Robert J. Chassell <bob@rattlesnake.com>
parents: 53086
diff changeset
17079 @code{text-mode-hook} should be set and how to display the value in a
0d765aaa0e44 In node defvar and asterisk, following suggestions by Juri Linkov
Robert J. Chassell <bob@rattlesnake.com>
parents: 53086
diff changeset
17080 Customization buffer.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17081
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17082 The @code{:options} keyword specifies a suggested list of values for
73720
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
17083 the variable. Usually, @code{:options} applies to a hook.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17084 The list is only a suggestion; it is not exclusive; a person who sets
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17085 the variable may set it to other values; the list shown following the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17086 @code{:options} keyword is intended to offer convenient choices to a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17087 user.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17088
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17089 Finally, the @code{:group} keyword tells the Emacs Customization
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17090 command in which group the variable is located. This tells where to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17091 find it.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17092
73720
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
17093 The @code{defcustom} function recognizes more than a dozen keywords.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17094 For more information, see @ref{Customization, , Writing Customization
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17095 Definitions, elisp, The GNU Emacs Lisp Reference Manual}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17096
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17097 Consider @code{text-mode-hook} as an example.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17098
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17099 There are two ways to customize this variable. You can use the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17100 customization command or write the appropriate expressions yourself.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17101
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17102 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17103 Using the customization command, you can type:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17104
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17105 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17106 M-x customize
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17107 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17108
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17109 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17110 and find that the group for editing files of data is called `data'.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17111 Enter that group. Text Mode Hook is the first member. You can click
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17112 on its various options, such as @code{turn-on-auto-fill}, to set the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17113 values. After you click on the button to
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17114
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17115 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17116 Save for Future Sessions
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17117 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17118
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17119 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17120 Emacs will write an expression into your @file{.emacs} file.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17121 It will look like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17122
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17123 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17124 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17125 (custom-set-variables
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17126 ;; custom-set-variables was added by Custom.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17127 ;; If you edit it by hand, you could mess it up, so be careful.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17128 ;; Your init file should contain only one such instance.
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17129 ;; If there is more than one, they won't work right.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17130 '(text-mode-hook (quote (turn-on-auto-fill text-mode-hook-identify))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17131 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17132 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17133
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17134 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17135 (The @code{text-mode-hook-identify} function tells
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17136 @code{toggle-text-mode-auto-fill} which buffers are in Text mode.
73720
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
17137 It comes on automatically.)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17138
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
17139 The @code{custom-set-variables} function works somewhat differently
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17140 than a @code{setq}. While I have never learned the differences, I
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
17141 modify the @code{custom-set-variables} expressions in my @file{.emacs}
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
17142 file by hand: I make the changes in what appears to me to be a
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
17143 reasonable manner and have not had any problems. Others prefer to use
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
17144 the Customization command and let Emacs do the work for them.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17145
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17146 Another @code{custom-set-@dots{}} function is @code{custom-set-faces}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17147 This function sets the various font faces. Over time, I have set a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17148 considerable number of faces. Some of the time, I re-set them using
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17149 @code{customize}; other times, I simply edit the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17150 @code{custom-set-faces} expression in my @file{.emacs} file itself.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17151
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17152 The second way to customize your @code{text-mode-hook} is to set it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17153 yourself in your @file{.emacs} file using code that has nothing to do
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17154 with the @code{custom-set-@dots{}} functions.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17155
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17156 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17157 When you do this, and later use @code{customize}, you will see a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17158 message that says
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17159
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17160 @smallexample
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17161 CHANGED outside Customize; operating on it here may be unreliable.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17162 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17163
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17164 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17165 This message is only a warning. If you click on the button to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17166
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17167 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17168 Save for Future Sessions
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17169 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17170
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17171 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17172 Emacs will write a @code{custom-set-@dots{}} expression near the end
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17173 of your @file{.emacs} file that will be evaluated after your
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17174 hand-written expression. It will, therefore, overrule your
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17175 hand-written expression. No harm will be done. When you do this,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17176 however, be careful to remember which expression is active; if you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17177 forget, you may confuse yourself.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17178
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17179 So long as you remember where the values are set, you will have no
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17180 trouble. In any event, the values are always set in your
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17181 initialization file, which is usually called @file{.emacs}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17182
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17183 I myself use @code{customize} for hardly anything. Mostly, I write
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17184 expressions myself.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17185
73597
4d65d5858190 * emacs-lisp-intro.texi: Remove version reference for X colors.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73587
diff changeset
17186 @findex defsubst
4d65d5858190 * emacs-lisp-intro.texi: Remove version reference for X colors.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73587
diff changeset
17187 @findex defconst
73720
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
17188 Incidentally, to be more complete concerning defines: @code{defsubst}
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
17189 defines an inline function. The syntax is just like that of
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
17190 @code{defun}. @code{defconst} defines a symbol as a constant. The
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
17191 intent is that neither programs nor users should ever change a value
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
17192 set by @code{defconst}. (You can change it; the value set is a
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
17193 variable; but please do not.)
73587
c84b73607df3 Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73554
diff changeset
17194
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17195 @node Beginning a .emacs File, Text and Auto-fill, defcustom, Emacs Initialization
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17196 @section Beginning a @file{.emacs} File
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17197 @cindex @file{.emacs} file, beginning of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17198
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17199 When you start Emacs, it loads your @file{.emacs} file unless you tell
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17200 it not to by specifying @samp{-q} on the command line. (The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17201 @code{emacs -q} command gives you a plain, out-of-the-box Emacs.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17202
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17203 A @file{.emacs} file contains Lisp expressions. Often, these are no
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17204 more than expressions to set values; sometimes they are function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17205 definitions.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17206
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17207 @xref{Init File, , The Init File @file{~/.emacs}, emacs, The GNU Emacs
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17208 Manual}, for a short description of initialization files.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17209
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17210 This chapter goes over some of the same ground, but is a walk among
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17211 extracts from a complete, long-used @file{.emacs} file---my own.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17212
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17213 The first part of the file consists of comments: reminders to myself.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17214 By now, of course, I remember these things, but when I started, I did
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17215 not.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17216
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
17217 @need 1200
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17218 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17219 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17220 ;;;; Bob's .emacs file
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17221 ; Robert J. Chassell
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17222 ; 26 September 1985
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17223 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17224 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17225
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17226 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17227 Look at that date! I started this file a long time ago. I have been
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17228 adding to it ever since.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17229
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17230 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17231 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17232 ; Each section in this file is introduced by a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17233 ; line beginning with four semicolons; and each
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17234 ; entry is introduced by a line beginning with
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17235 ; three semicolons.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17236 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17237 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17238
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17239 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17240 This describes the usual conventions for comments in Emacs Lisp.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17241 Everything on a line that follows a semicolon is a comment. Two,
73720
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
17242 three, and four semicolons are used as subsection and section markers.
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
17243 (@xref{Comments, ,, elisp, The GNU Emacs Lisp Reference Manual}, for
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
17244 more about comments.)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17245
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17246 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17247 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17248 ;;;; The Help Key
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17249 ; Control-h is the help key;
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17250 ; after typing control-h, type a letter to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17251 ; indicate the subject about which you want help.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17252 ; For an explanation of the help facility,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17253 ; type control-h two times in a row.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17254 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17255 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17256
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17257 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17258 Just remember: type @kbd{C-h} two times for help.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17259
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17260 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17261 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17262 ; To find out about any mode, type control-h m
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17263 ; while in that mode. For example, to find out
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17264 ; about mail mode, enter mail mode and then type
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17265 ; control-h m.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17266 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17267 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17268
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17269 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17270 `Mode help', as I call this, is very helpful. Usually, it tells you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17271 all you need to know.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17272
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17273 Of course, you don't need to include comments like these in your
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17274 @file{.emacs} file. I included them in mine because I kept forgetting
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17275 about Mode help or the conventions for comments---but I was able to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17276 remember to look here to remind myself.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17277
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17278 @node Text and Auto-fill, Mail Aliases, Beginning a .emacs File, Emacs Initialization
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17279 @section Text and Auto Fill Mode
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17280
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17281 Now we come to the part that `turns on' Text mode and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17282 Auto Fill mode.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17283
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17284 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17285 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17286 ;;; Text mode and Auto Fill mode
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17287 ; The next two lines put Emacs into Text mode
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17288 ; and Auto Fill mode, and are for writers who
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17289 ; want to start writing prose rather than code.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17290 (setq default-major-mode 'text-mode)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17291 (add-hook 'text-mode-hook 'turn-on-auto-fill)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17292 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17293 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17294
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17295 Here is the first part of this @file{.emacs} file that does something
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17296 besides remind a forgetful human!
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17297
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17298 The first of the two lines in parentheses tells Emacs to turn on Text
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17299 mode when you find a file, @emph{unless} that file should go into some
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17300 other mode, such as C mode.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17301
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17302 @cindex Per-buffer, local variables list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17303 @cindex Local variables list, per-buffer,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17304 @cindex Automatic mode selection
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17305 @cindex Mode selection, automatic
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17306 When Emacs reads a file, it looks at the extension to the file name,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17307 if any. (The extension is the part that comes after a @samp{.}.) If
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17308 the file ends with a @samp{.c} or @samp{.h} extension then Emacs turns
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17309 on C mode. Also, Emacs looks at first nonblank line of the file; if
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17310 the line says @w{@samp{-*- C -*-}}, Emacs turns on C mode. Emacs
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17311 possesses a list of extensions and specifications that it uses
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17312 automatically. In addition, Emacs looks near the last page for a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17313 per-buffer, ``local variables list'', if any.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17314
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17315 @ifinfo
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17316 @xref{Choosing Modes, , How Major Modes are Chosen, emacs, The GNU
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17317 Emacs Manual}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17318
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17319 @xref{File Variables, , Local Variables in Files, emacs, The GNU Emacs
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17320 Manual}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17321 @end ifinfo
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17322 @iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17323 See sections ``How Major Modes are Chosen'' and ``Local Variables in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17324 Files'' in @cite{The GNU Emacs Manual}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17325 @end iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17326
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17327 Now, back to the @file{.emacs} file.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17328
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17329 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17330 Here is the line again; how does it work?
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17331
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17332 @cindex Text Mode turned on
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17333 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17334 (setq default-major-mode 'text-mode)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17335 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17336
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17337 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17338 This line is a short, but complete Emacs Lisp expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17339
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17340 We are already familiar with @code{setq}. It sets the following variable,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17341 @code{default-major-mode}, to the subsequent value, which is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17342 @code{text-mode}. The single quote mark before @code{text-mode} tells
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17343 Emacs to deal directly with the @code{text-mode} variable, not with
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17344 whatever it might stand for. @xref{set & setq, , Setting the Value of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17345 a Variable}, for a reminder of how @code{setq} works. The main point
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17346 is that there is no difference between the procedure you use to set
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17347 a value in your @file{.emacs} file and the procedure you use anywhere
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17348 else in Emacs.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17349
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17350 @need 800
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17351 Here is the next line:
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17352
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17353 @cindex Auto Fill mode turned on
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17354 @findex add-hook
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17355 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17356 (add-hook 'text-mode-hook 'turn-on-auto-fill)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17357 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17358
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17359 @noindent
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17360 In this line, the @code{add-hook} command adds
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17361 @code{turn-on-auto-fill} to the variable.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17362
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17363 @code{turn-on-auto-fill} is the name of a program, that, you guessed
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17364 it!, turns on Auto Fill mode.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17365
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17366 Every time Emacs turns on Text mode, Emacs runs the commands `hooked'
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17367 onto Text mode. So every time Emacs turns on Text mode, Emacs also
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17368 turns on Auto Fill mode.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17369
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17370 In brief, the first line causes Emacs to enter Text mode when you edit a
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17371 file, unless the file name extension, a first non-blank line, or local
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17372 variables to tell Emacs otherwise.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17373
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17374 Text mode among other actions, sets the syntax table to work
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17375 conveniently for writers. In Text mode, Emacs considers an apostrophe
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17376 as part of a word like a letter; but Emacs does not consider a period
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17377 or a space as part of a word. Thus, @kbd{M-f} moves you over
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17378 @samp{it's}. On the other hand, in C mode, @kbd{M-f} stops just after
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17379 the @samp{t} of @samp{it's}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17380
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17381 The second line causes Emacs to turn on Auto Fill mode when it turns
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17382 on Text mode. In Auto Fill mode, Emacs automatically breaks a line
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17383 that is too wide and brings the excessively wide part of the line down
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17384 to the next line. Emacs breaks lines between words, not within them.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17385
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17386 When Auto Fill mode is turned off, lines continue to the right as you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17387 type them. Depending on how you set the value of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17388 @code{truncate-lines}, the words you type either disappear off the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17389 right side of the screen, or else are shown, in a rather ugly and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17390 unreadable manner, as a continuation line on the screen.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17391
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17392 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17393 In addition, in this part of my @file{.emacs} file, I tell the Emacs
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17394 fill commands to insert two spaces after a colon:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17395
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17396 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17397 (setq colon-double-space t)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17398 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17399
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17400 @node Mail Aliases, Indent Tabs Mode, Text and Auto-fill, Emacs Initialization
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17401 @section Mail Aliases
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17402
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17403 Here is a @code{setq} that `turns on' mail aliases, along with more
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17404 reminders.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17405
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17406 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17407 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17408 ;;; Mail mode
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17409 ; To enter mail mode, type `C-x m'
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17410 ; To enter RMAIL (for reading mail),
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17411 ; type `M-x rmail'
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17412 (setq mail-aliases t)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17413 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17414 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17415
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17416 @cindex Mail aliases
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17417 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17418 This @code{setq} command sets the value of the variable
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17419 @code{mail-aliases} to @code{t}. Since @code{t} means true, the line
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17420 says, in effect, ``Yes, use mail aliases.''
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17422 Mail aliases are convenient short names for long email addresses or
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17423 for lists of email addresses. The file where you keep your `aliases'
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17424 is @file{~/.mailrc}. You write an alias like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17425
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17426 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17427 alias geo george@@foobar.wiz.edu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17428 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17429
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17430 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17431 When you write a message to George, address it to @samp{geo}; the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17432 mailer will automatically expand @samp{geo} to the full address.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17433
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17434 @node Indent Tabs Mode, Keybindings, Mail Aliases, Emacs Initialization
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17435 @section Indent Tabs Mode
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17436 @cindex Tabs, preventing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17437 @findex indent-tabs-mode
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17438
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17439 By default, Emacs inserts tabs in place of multiple spaces when it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17440 formats a region. (For example, you might indent many lines of text
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17441 all at once with the @code{indent-region} command.) Tabs look fine on
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17442 a terminal or with ordinary printing, but they produce badly indented
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17443 output when you use @TeX{} or Texinfo since @TeX{} ignores tabs.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17444
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17445 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17446 The following turns off Indent Tabs mode:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17447
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17448 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17449 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17450 ;;; Prevent Extraneous Tabs
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17451 (setq-default indent-tabs-mode nil)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17452 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17453 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17454
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17455 Note that this line uses @code{setq-default} rather than the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17456 @code{setq} command that we have seen before. The @code{setq-default}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17457 command sets values only in buffers that do not have their own local
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17458 values for the variable.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17459
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17460 @ifinfo
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17461 @xref{Just Spaces, , Tabs vs. Spaces, emacs, The GNU Emacs Manual}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17462
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17463 @xref{File Variables, , Local Variables in Files, emacs, The GNU Emacs
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17464 Manual}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17465 @end ifinfo
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17466 @iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17467 See sections ``Tabs vs.@: Spaces'' and ``Local Variables in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17468 Files'' in @cite{The GNU Emacs Manual}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17469 @end iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17470
73720
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
17471 @need 1700
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17472 @node Keybindings, Keymaps, Indent Tabs Mode, Emacs Initialization
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17473 @section Some Keybindings
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17474
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17475 Now for some personal keybindings:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17476
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17477 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17478 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17479 ;;; Compare windows
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17480 (global-set-key "\C-cw" 'compare-windows)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17481 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17482 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17483
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17484 @findex compare-windows
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17485 @code{compare-windows} is a nifty command that compares the text in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17486 your current window with text in the next window. It makes the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17487 comparison by starting at point in each window, moving over text in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17488 each window as far as they match. I use this command all the time.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17489
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17490 This also shows how to set a key globally, for all modes.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17491
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17492 @cindex Setting a key globally
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17493 @cindex Global set key
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17494 @cindex Key setting globally
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17495 @findex global-set-key
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17496 The command is @code{global-set-key}. It is followed by the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17497 keybinding. In a @file{.emacs} file, the keybinding is written as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17498 shown: @code{\C-c} stands for `control-c', which means `press the
73720
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
17499 control key and the @key{c} key at the same time'. The @code{w} means
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
17500 `press the @key{w} key'. The keybinding is surrounded by double
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
17501 quotation marks. In documentation, you would write this as
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
17502 @w{@kbd{C-c w}}. (If you were binding a @key{META} key, such as
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
17503 @kbd{M-c}, rather than a @key{CTRL} key, you would write
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
17504 @w{@code{\M-c}} in your @file{.emacs} file. @xref{Init Rebinding, ,
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
17505 Rebinding Keys in Your Init File, emacs, The GNU Emacs Manual}, for
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
17506 details.)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17507
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17508 The command invoked by the keys is @code{compare-windows}. Note that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17509 @code{compare-windows} is preceded by a single quote; otherwise, Emacs
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17510 would first try to evaluate the symbol to determine its value.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17511
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17512 These three things, the double quotation marks, the backslash before
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17513 the @samp{C}, and the single quote mark are necessary parts of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17514 keybinding that I tend to forget. Fortunately, I have come to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17515 remember that I should look at my existing @file{.emacs} file, and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17516 adapt what is there.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17517
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17518 As for the keybinding itself: @kbd{C-c w}. This combines the prefix
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17519 key, @kbd{C-c}, with a single character, in this case, @kbd{w}. This
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17520 set of keys, @kbd{C-c} followed by a single character, is strictly
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17521 reserved for individuals' own use. (I call these `own' keys, since
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17522 these are for my own use.) You should always be able to create such a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17523 keybinding for your own use without stomping on someone else's
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17524 keybinding. If you ever write an extension to Emacs, please avoid
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17525 taking any of these keys for public use. Create a key like @kbd{C-c
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17526 C-w} instead. Otherwise, we will run out of `own' keys.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17527
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17528 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17529 Here is another keybinding, with a comment:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17530
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17531 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17532 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17533 ;;; Keybinding for `occur'
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17534 ; I use occur a lot, so let's bind it to a key:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17535 (global-set-key "\C-co" 'occur)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17536 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17537 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17538
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17539 @findex occur
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17540 The @code{occur} command shows all the lines in the current buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17541 that contain a match for a regular expression. Matching lines are
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17542 shown in a buffer called @file{*Occur*}. That buffer serves as a menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17543 to jump to occurrences.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17544
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17545 @findex global-unset-key
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17546 @cindex Unbinding key
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17547 @cindex Key unbinding
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17548 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17549 Here is how to unbind a key, so it does not
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17550 work:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17551
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17552 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17553 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17554 ;;; Unbind `C-x f'
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17555 (global-unset-key "\C-xf")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17556 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17557 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17558
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17559 There is a reason for this unbinding: I found I inadvertently typed
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17560 @w{@kbd{C-x f}} when I meant to type @kbd{C-x C-f}. Rather than find a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17561 file, as I intended, I accidentally set the width for filled text,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17562 almost always to a width I did not want. Since I hardly ever reset my
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17563 default width, I simply unbound the key.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17564
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17565 @findex list-buffers, @r{rebound}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17566 @findex buffer-menu, @r{bound to key}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17567 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17568 The following rebinds an existing key:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17569
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17570 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17571 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17572 ;;; Rebind `C-x C-b' for `buffer-menu'
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17573 (global-set-key "\C-x\C-b" 'buffer-menu)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17574 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17575 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17576
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17577 By default, @kbd{C-x C-b} runs the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17578 @code{list-buffers} command. This command lists
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17579 your buffers in @emph{another} window. Since I
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17580 almost always want to do something in that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17581 window, I prefer the @code{buffer-menu}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17582 command, which not only lists the buffers,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17583 but moves point into that window.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17584
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17585 @node Keymaps, Loading Files, Keybindings, Emacs Initialization
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17586 @section Keymaps
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17587 @cindex Keymaps
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17588 @cindex Rebinding keys
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17589
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17590 Emacs uses @dfn{keymaps} to record which keys call which commands.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17591 When you use @code{global-set-key} to set the keybinding for a single
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17592 command in all parts of Emacs, you are specifying the keybinding in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17593 @code{current-global-map}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17594
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17595 Specific modes, such as C mode or Text mode, have their own keymaps;
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17596 the mode-specific keymaps override the global map that is shared by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17597 all buffers.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17598
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17599 The @code{global-set-key} function binds, or rebinds, the global
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17600 keymap. For example, the following binds the key @kbd{C-x C-b} to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17601 function @code{buffer-menu}:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17602
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17603 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17604 (global-set-key "\C-x\C-b" 'buffer-menu)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17605 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17606
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17607 Mode-specific keymaps are bound using the @code{define-key} function,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17608 which takes a specific keymap as an argument, as well as the key and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17609 the command. For example, my @file{.emacs} file contains the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17610 following expression to bind the @code{texinfo-insert-@@group} command
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17611 to @kbd{C-c C-c g}:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17612
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17613 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17614 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17615 (define-key texinfo-mode-map "\C-c\C-cg" 'texinfo-insert-@@group)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17616 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17617 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17618
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17619 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17620 The @code{texinfo-insert-@@group} function itself is a little extension
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17621 to Texinfo mode that inserts @samp{@@group} into a Texinfo file. I
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17622 use this command all the time and prefer to type the three strokes
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17623 @kbd{C-c C-c g} rather than the six strokes @kbd{@@ g r o u p}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17624 (@samp{@@group} and its matching @samp{@@end group} are commands that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17625 keep all enclosed text together on one page; many multi-line examples
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17626 in this book are surrounded by @samp{@@group @dots{} @@end group}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17627
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17628 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17629 Here is the @code{texinfo-insert-@@group} function definition:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17630
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17631 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17632 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17633 (defun texinfo-insert-@@group ()
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17634 "Insert the string @@group in a Texinfo buffer."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17635 (interactive)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17636 (beginning-of-line)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17637 (insert "@@group\n"))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17638 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17639 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17640
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17641 (Of course, I could have used Abbrev mode to save typing, rather than
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17642 write a function to insert a word; but I prefer key strokes consistent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17643 with other Texinfo mode key bindings.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17644
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17645 You will see numerous @code{define-key} expressions in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17646 @file{loaddefs.el} as well as in the various mode libraries, such as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17647 @file{cc-mode.el} and @file{lisp-mode.el}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17648
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17649 @xref{Key Bindings, , Customizing Key Bindings, emacs, The GNU Emacs
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17650 Manual}, and @ref{Keymaps, , Keymaps, elisp, The GNU Emacs Lisp
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17651 Reference Manual}, for more information about keymaps.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17652
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17653 @node Loading Files, Autoload, Keymaps, Emacs Initialization
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17654 @section Loading Files
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17655 @cindex Loading files
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17656 @c findex load
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17657
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17658 Many people in the GNU Emacs community have written extensions to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17659 Emacs. As time goes by, these extensions are often included in new
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17660 releases. For example, the Calendar and Diary packages are now part
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
17661 of the standard GNU Emacs, as is Calc.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17662
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17663 You can use a @code{load} command to evaluate a complete file and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17664 thereby install all the functions and variables in the file into Emacs.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17665 For example:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17666
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17667 @c (auto-compression-mode t)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17668
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17669 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17670 (load "~/emacs/slowsplit")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17671 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17672
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17673 This evaluates, i.e.@: loads, the @file{slowsplit.el} file or if it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17674 exists, the faster, byte compiled @file{slowsplit.elc} file from the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17675 @file{emacs} sub-directory of your home directory. The file contains
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17676 the function @code{split-window-quietly}, which John Robinson wrote in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17677 1989.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17678
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17679 The @code{split-window-quietly} function splits a window with the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17680 minimum of redisplay. I installed it in 1989 because it worked well
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17681 with the slow 1200 baud terminals I was then using. Nowadays, I only
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17682 occasionally come across such a slow connection, but I continue to use
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17683 the function because I like the way it leaves the bottom half of a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17684 buffer in the lower of the new windows and the top half in the upper
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17685 window.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17686
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17687 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17688 To replace the key binding for the default
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17689 @code{split-window-vertically}, you must also unset that key and bind
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17690 the keys to @code{split-window-quietly}, like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17691
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17692 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17693 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17694 (global-unset-key "\C-x2")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17695 (global-set-key "\C-x2" 'split-window-quietly)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17696 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17697 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17698
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17699 @vindex load-path
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17700 If you load many extensions, as I do, then instead of specifying the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17701 exact location of the extension file, as shown above, you can specify
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17702 that directory as part of Emacs' @code{load-path}. Then, when Emacs
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17703 loads a file, it will search that directory as well as its default
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17704 list of directories. (The default list is specified in @file{paths.h}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17705 when Emacs is built.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17706
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17707 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17708 The following command adds your @file{~/emacs} directory to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17709 existing load path:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17710
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17711 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17712 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17713 ;;; Emacs Load Path
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17714 (setq load-path (cons "~/emacs" load-path))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17715 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17716 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17717
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17718 Incidentally, @code{load-library} is an interactive interface to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17719 @code{load} function. The complete function looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17720
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17721 @findex load-library
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17722 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17723 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17724 (defun load-library (library)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17725 "Load the library named LIBRARY.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17726 This is an interface to the function `load'."
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17727 (interactive
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17728 (list (completing-read "Load library: "
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
17729 'locate-file-completion
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
17730 (cons load-path (get-load-suffixes)))))
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17731 (load library))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17732 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17733 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17734
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17735 The name of the function, @code{load-library}, comes from the use of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17736 `library' as a conventional synonym for `file'. The source for the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17737 @code{load-library} command is in the @file{files.el} library.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17738
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17739 Another interactive command that does a slightly different job is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17740 @code{load-file}. @xref{Lisp Libraries, , Libraries of Lisp Code for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17741 Emacs, emacs, The GNU Emacs Manual}, for information on the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17742 distinction between @code{load-library} and this command.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17743
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17744 @node Autoload, Simple Extension, Loading Files, Emacs Initialization
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17745 @section Autoloading
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17746 @findex autoload
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17747
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17748 Instead of installing a function by loading the file that contains it,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17749 or by evaluating the function definition, you can make the function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17750 available but not actually install it until it is first called. This
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17751 is called @dfn{autoloading}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17752
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17753 When you execute an autoloaded function, Emacs automatically evaluates
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17754 the file that contains the definition, and then calls the function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17755
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17756 Emacs starts quicker with autoloaded functions, since their libraries
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17757 are not loaded right away; but you need to wait a moment when you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17758 first use such a function, while its containing file is evaluated.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17759
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17760 Rarely used functions are frequently autoloaded. The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17761 @file{loaddefs.el} library contains hundreds of autoloaded functions,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17762 from @code{bookmark-set} to @code{wordstar-mode}. Of course, you may
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17763 come to use a `rare' function frequently. When you do, you should
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17764 load that function's file with a @code{load} expression in your
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17765 @file{.emacs} file.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17766
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17767 In my @file{.emacs} file for Emacs version 22, I load 14 libraries
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17768 that contain functions that would otherwise be autoloaded. (Actually,
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17769 it would have been better to include these files in my `dumped' Emacs,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17770 but I forgot. @xref{Building Emacs, , Building Emacs, elisp, The GNU
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17771 Emacs Lisp Reference Manual}, and the @file{INSTALL} file for more
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17772 about dumping.)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17773
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17774 You may also want to include autoloaded expressions in your @file{.emacs}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17775 file. @code{autoload} is a built-in function that takes up to five
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17776 arguments, the final three of which are optional. The first argument
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17777 is the name of the function to be autoloaded; the second is the name
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17778 of the file to be loaded. The third argument is documentation for the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17779 function, and the fourth tells whether the function can be called
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17780 interactively. The fifth argument tells what type of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17781 object---@code{autoload} can handle a keymap or macro as well as a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17782 function (the default is a function).
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17783
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17784 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17785 Here is a typical example:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17786
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17787 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17788 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17789 (autoload 'html-helper-mode
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17790 "html-helper-mode" "Edit HTML documents" t)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17791 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17792 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17793
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17794 @noindent
73720
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
17795 (@code{html-helper-mode} is an older alternative to @code{html-mode},
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
17796 which is a standard part of the distribution.)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17797
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17798 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17799 This expression autoloads the @code{html-helper-mode} function. It
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17800 takes it from the @file{html-helper-mode.el} file (or from the byte
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17801 compiled file @file{html-helper-mode.elc}, if it exists.) The file
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17802 must be located in a directory specified by @code{load-path}. The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17803 documentation says that this is a mode to help you edit documents
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17804 written in the HyperText Markup Language. You can call this mode
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17805 interactively by typing @kbd{M-x html-helper-mode}. (You need to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17806 duplicate the function's regular documentation in the autoload
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17807 expression because the regular function is not yet loaded, so its
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17808 documentation is not available.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17809
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17810 @xref{Autoload, , Autoload, elisp, The GNU Emacs Lisp Reference
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17811 Manual}, for more information.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17812
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17813 @node Simple Extension, X11 Colors, Autoload, Emacs Initialization
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17814 @section A Simple Extension: @code{line-to-top-of-window}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17815 @findex line-to-top-of-window
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17816 @cindex Simple extension in @file{.emacs} file
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17817
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17818 Here is a simple extension to Emacs that moves the line point is on to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17819 the top of the window. I use this all the time, to make text easier
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17820 to read.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17821
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17822 You can put the following code into a separate file and then load it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17823 from your @file{.emacs} file, or you can include it within your
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17824 @file{.emacs} file.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17825
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17826 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17827 Here is the definition:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17828
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17829 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17830 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17831 ;;; Line to top of window;
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17832 ;;; replace three keystroke sequence C-u 0 C-l
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17833 (defun line-to-top-of-window ()
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17834 "Move the line point is on to top of window."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17835 (interactive)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17836 (recenter 0))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17837 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17838 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17839
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17840 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17841 Now for the keybinding.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17842
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17843 Nowadays, function keys as well as mouse button events and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17844 non-@sc{ascii} characters are written within square brackets, without
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17845 quotation marks. (In Emacs version 18 and before, you had to write
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17846 different function key bindings for each different make of terminal.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17847
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17848 I bind @code{line-to-top-of-window} to my @key{F6} function key like
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17849 this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17850
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17851 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17852 (global-set-key [f6] 'line-to-top-of-window)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17853 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17854
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17855 For more information, see @ref{Init Rebinding, , Rebinding Keys in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17856 Your Init File, emacs, The GNU Emacs Manual}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17857
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17858 @cindex Conditional 'twixt two versions of Emacs
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17859 @cindex Version of Emacs, choosing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17860 @cindex Emacs version, choosing
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17861 If you run two versions of GNU Emacs, such as versions 21 and 22, and
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17862 use one @file{.emacs} file, you can select which code to evaluate with
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17863 the following conditional:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17864
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17865 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17866 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17867 (cond
73720
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
17868 (= 21 emacs-major-version)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17869 ;; evaluate version 21 code
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17870 ( @dots{} ))
73720
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
17871 (= 22 emacs-major-version)
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17872 ;; evaluate version 22 code
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17873 ( @dots{} )))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17874 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17875 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17876
73720
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
17877 For example, in contrast to version 20, more recent versions blink
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
17878 their cursors by default. I hate such blinking, as well as other
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
17879 features, so I placed the following in my @file{.emacs}
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17880 file@footnote{When I start instances of Emacs that do not load my
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17881 @file{.emacs} file or any site file, I also turn off blinking:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17882
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17883 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17884 emacs -q --no-site-file -eval '(blink-cursor-mode nil)'
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17885
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17886 @exdent Or nowadays, using an even more sophisticated set of options,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17887
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17888 emacs -Q - D
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17889 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17890 }:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17891
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17892 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17893 @group
73720
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
17894 (when (or (= 21 emacs-major-version)
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
17895 (= 22 emacs-major-version))
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17896 (blink-cursor-mode 0)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17897 ;; Insert newline when you press `C-n' (next-line)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17898 ;; at the end of the buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17899 (setq next-line-add-newlines t)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17900 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17901 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17902 ;; Turn on image viewing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17903 (auto-image-file-mode t)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17904 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17905 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17906 ;; Turn on menu bar (this bar has text)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17907 ;; (Use numeric argument to turn on)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17908 (menu-bar-mode 1)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17909 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17910 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17911 ;; Turn off tool bar (this bar has icons)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17912 ;; (Use numeric argument to turn on)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17913 (tool-bar-mode nil)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17914 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17915 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17916 ;; Turn off tooltip mode for tool bar
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17917 ;; (This mode causes icon explanations to pop up)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17918 ;; (Use numeric argument to turn on)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17919 (tooltip-mode nil)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17920 ;; If tooltips turned on, make tips appear promptly
73720
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
17921 (setq tooltip-delay 0.1) ; default is 0.7 second
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
17922 )
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
17923 @end group
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
17924 @end smallexample
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17925
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17926 @node X11 Colors, Miscellaneous, Simple Extension, Emacs Initialization
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17927 @section X11 Colors
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17928
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17929 You can specify colors when you use Emacs with the MIT X Windowing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17930 system.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17931
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17932 I dislike the default colors and specify my own.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17933
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17934 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17935 Here are the expressions in my @file{.emacs}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17936 file that set values:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17937
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17938 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17939 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17940 ;; Set cursor color
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17941 (set-cursor-color "white")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17942
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17943 ;; Set mouse color
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17944 (set-mouse-color "white")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17945
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17946 ;; Set foreground and background
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17947 (set-foreground-color "white")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17948 (set-background-color "darkblue")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17949 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17950
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17951 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17952 ;;; Set highlighting colors for isearch and drag
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17953 (set-face-foreground 'highlight "white")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17954 (set-face-background 'highlight "blue")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17955 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17956
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17957 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17958 (set-face-foreground 'region "cyan")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17959 (set-face-background 'region "blue")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17960 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17961
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17962 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17963 (set-face-foreground 'secondary-selection "skyblue")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17964 (set-face-background 'secondary-selection "darkblue")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17965 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17966
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17967 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17968 ;; Set calendar highlighting colors
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17969 (setq calendar-load-hook
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17970 '(lambda ()
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17971 (set-face-foreground 'diary-face "skyblue")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17972 (set-face-background 'holiday-face "slate blue")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17973 (set-face-foreground 'holiday-face "white")))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17974 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17975 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17976
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17977 The various shades of blue soothe my eye and prevent me from seeing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17978 the screen flicker.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17979
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17980 Alternatively, I could have set my specifications in various X
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17981 initialization files. For example, I could set the foreground,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17982 background, cursor, and pointer (i.e., mouse) colors in my
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17983 @file{~/.Xresources} file like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17984
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17985 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17986 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17987 Emacs*foreground: white
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17988 Emacs*background: darkblue
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17989 Emacs*cursorColor: white
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17990 Emacs*pointerColor: white
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17991 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17992 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17993
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17994 In any event, since it is not part of Emacs, I set the root color of
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17995 my X window in my @file{~/.xinitrc} file, like this@footnote{I also
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17996 run more modern window managers, such as Enlightenment, Gnome, or KDE;
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17997 in those cases, I often specify an image rather than a plain color.}:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17998
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
17999 @smallexample
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18000 xsetroot -solid Navy -fg white &
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18001 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18002
73720
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
18003 @need 1700
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18004 @node Miscellaneous, Mode Line, X11 Colors, Emacs Initialization
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18005 @section Miscellaneous Settings for a @file{.emacs} File
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18006
73720
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
18007 @need 1250
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18008 Here are a few miscellaneous settings:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18009 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18010
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18011 @itemize @minus
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18012 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18013 Set the shape and color of the mouse cursor:
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18014
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18015 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18016 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18017 ; Cursor shapes are defined in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18018 ; `/usr/include/X11/cursorfont.h';
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18019 ; for example, the `target' cursor is number 128;
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18020 ; the `top_left_arrow' cursor is number 132.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18021 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18022
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18023 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18024 (let ((mpointer (x-get-resource "*mpointer"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18025 "*emacs*mpointer")))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18026 ;; If you have not set your mouse pointer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18027 ;; then set it, otherwise leave as is:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18028 (if (eq mpointer nil)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18029 (setq mpointer "132")) ; top_left_arrow
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18030 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18031 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18032 (setq x-pointer-shape (string-to-int mpointer))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18033 (set-mouse-color "white"))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18034 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18035 @end smallexample
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18036
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18037 @item
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18038 Or you can set the values of a variety of features in an alist, like
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18039 this:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18040
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18041 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18042 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18043 (setq-default
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18044 default-frame-alist
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18045 '((cursor-color . "white")
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18046 (mouse-color . "white")
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18047 (foreground-color . "white")
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18048 (background-color . "DodgerBlue4")
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18049 ;; (cursor-type . bar)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18050 (cursor-type . box)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18051 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18052 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18053 (tool-bar-lines . 0)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18054 (menu-bar-lines . 1)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18055 (width . 80)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18056 (height . 58)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18057 (font .
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18058 "-Misc-Fixed-Medium-R-Normal--20-200-75-75-C-100-ISO8859-1")
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18059 ))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18060 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18061 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18062
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18063 @item
73587
c84b73607df3 Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73554
diff changeset
18064 Convert @kbd{@key{CTRL}-h} into @key{DEL} and @key{DEL}
c84b73607df3 Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73554
diff changeset
18065 into @kbd{@key{CTRL}-h}.@*
70609
bd74271e8d03 Fix spelling errors.
Eli Zaretskii <eliz@gnu.org>
parents: 68640
diff changeset
18066 (Some older keyboards needed this, although I have not seen the
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18067 problem recently.)
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18068
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18069 @smallexample
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18070 @group
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18071 ;; Translate `C-h' to <DEL>.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18072 ; (keyboard-translate ?\C-h ?\C-?)
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18073
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18074 ;; Translate <DEL> to `C-h'.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18075 (keyboard-translate ?\C-? ?\C-h)
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18076 @end group
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18077 @end smallexample
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18078
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18079 @item Turn off a blinking cursor!
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18080
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18081 @smallexample
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18082 @group
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18083 (if (fboundp 'blink-cursor-mode)
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18084 (blink-cursor-mode -1))
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18085 @end group
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18086 @end smallexample
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18087
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18088 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18089 or start GNU Emacs with the command @code{emacs -nbc}.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18090
73720
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
18091 @need 1250
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
18092 @item When using `grep'@*
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
18093 @samp{-i}@w{ } Ignore case distinctions@*
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18094 @samp{-n}@w{ } Prefix each line of output with line number@*
73720
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
18095 @samp{-H}@w{ } Print the filename for each match.@*
57460
a60664800358 Remove trailing whitespace from file.
Robert J. Chassell <bob@rattlesnake.com>
parents: 57459
diff changeset
18096 @samp{-e}@w{ } Protect patterns beginning with a hyphen character, @samp{-}
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18097
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18098 @smallexample
73720
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
18099 (setq grep-command "grep -i -nH -e ")
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18100 @end smallexample
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18101
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18102 @ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18103 @c Evidently, no longer needed in GNU Emacs 22
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18104
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18105 item Automatically uncompress compressed files when visiting them
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18106
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18107 smallexample
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18108 (load "uncompress")
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18109 end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18110
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18111 @end ignore
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18112
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18113 @item Find an existing buffer, even if it has a different name@*
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18114 This avoids problems with symbolic links.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18115
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18116 @smallexample
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18117 (setq find-file-existing-other-name t)
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18118 @end smallexample
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18119
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18120 @item Set your language environment and default input method
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18121
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18122 @smallexample
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18123 @group
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18124 (set-language-environment "latin-1")
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18125 ;; Remember you can enable or disable multilingual text input
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18126 ;; with the @code{toggle-input-method'} (@kbd{C-\}) command
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18127 (setq default-input-method "latin-1-prefix")
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18128 @end group
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18129 @end smallexample
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18130
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18131 If you want to write with Chinese `GB' characters, set this instead:
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18132
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18133 @smallexample
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18134 @group
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18135 (set-language-environment "Chinese-GB")
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18136 (setq default-input-method "chinese-tonepy")
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18137 @end group
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18138 @end smallexample
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18139 @end itemize
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18140
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18141 @subsubheading Fixing Unpleasant Key Bindings
57460
a60664800358 Remove trailing whitespace from file.
Robert J. Chassell <bob@rattlesnake.com>
parents: 57459
diff changeset
18142 @cindex Key bindings, fixing
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18143 @cindex Bindings, key, fixing unpleasant
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18144
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18145 Some systems bind keys unpleasantly. Sometimes, for example, the
73587
c84b73607df3 Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73554
diff changeset
18146 @key{CTRL} key appears in an awkward spot rather than at the far left
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18147 of the home row.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18148
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18149 Usually, when people fix these sorts of keybindings, they do not
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18150 change their @file{~/.emacs} file. Instead, they bind the proper keys
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18151 on their consoles with the @code{loadkeys} or @code{install-keymap}
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18152 commands in their boot script and then include @code{xmodmap} commands
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18153 in their @file{.xinitrc} or @file{.Xsession} file for X Windows.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18154
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18155 @need 1250
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18156 @noindent
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18157 For a boot script:
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18158
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18159 @smallexample
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18160 @group
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18161 loadkeys /usr/share/keymaps/i386/qwerty/emacs2.kmap.gz
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18162 @exdent or
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18163 install-keymap emacs2
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18164 @end group
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18165 @end smallexample
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18166
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18167 @need 1250
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18168 @noindent
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18169 For a @file{.xinitrc} or @file{.Xsession} file when the @key{Caps
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18170 Lock} key is at the far left of the home row:
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18171
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18172 @smallexample
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18173 @group
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18174 # Bind the key labeled `Caps Lock' to `Control'
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18175 # (Such a broken user interface suggests that keyboard manufacturers
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18176 # think that computers are typewriters from 1885.)
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18177
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18178 xmodmap -e "clear Lock"
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18179 xmodmap -e "add Control = Caps_Lock"
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18180 @end group
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18181 @end smallexample
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18182
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18183 @need 1250
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18184 @noindent
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18185 In a @file{.xinitrc} or @file{.Xsession} file, to convert an @key{ALT}
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18186 key to a @key{META} key:
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18187
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18188 @smallexample
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18189 @group
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18190 # Some ill designed keyboards have a key labeled ALT and no Meta
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18191 xmodmap -e "keysym Alt_L = Meta_L Alt_L"
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18192 @end group
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18193 @end smallexample
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18194
73720
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
18195 @need 1700
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18196 @node Mode Line, , Miscellaneous, Emacs Initialization
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18197 @section A Modified Mode Line
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18198 @vindex default-mode-line-format
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18199 @cindex Mode line format
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18201 Finally, a feature I really like: a modified mode line.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18202
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18203 When I work over a network, I forget which machine I am using. Also,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18204 I tend to I lose track of where I am, and which line point is on.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18205
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18206 So I reset my mode line to look like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18207
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18208 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18209 -:-- foo.texi rattlesnake:/home/bob/ Line 1 (Texinfo Fill) Top
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18210 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18211
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18212 I am visiting a file called @file{foo.texi}, on my machine
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18213 @file{rattlesnake} in my @file{/home/bob} buffer. I am on line 1, in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18214 Texinfo mode, and am at the top of the buffer.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18215
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18216 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18217 My @file{.emacs} file has a section that looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18218
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18219 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18220 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18221 ;; Set a Mode Line that tells me which machine, which directory,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18222 ;; and which line I am on, plus the other customary information.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18223 (setq default-mode-line-format
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18224 (quote
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18225 (#("-" 0 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18226 (help-echo
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18227 "mouse-1: select window, mouse-2: delete others ..."))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18228 mode-line-mule-info
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18229 mode-line-modified
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18230 mode-line-frame-identification
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18231 " "
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18232 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18233 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18234 mode-line-buffer-identification
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18235 " "
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18236 (:eval (substring
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18237 (system-name) 0 (string-match "\\..+" (system-name))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18238 ":"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18239 default-directory
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18240 #(" " 0 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18241 (help-echo
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18242 "mouse-1: select window, mouse-2: delete others ..."))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18243 (line-number-mode " Line %l ")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18244 global-mode-string
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18245 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18246 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18247 #(" %[(" 0 6
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18248 (help-echo
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18249 "mouse-1: select window, mouse-2: delete others ..."))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18250 (:eval (mode-line-mode-name))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18251 mode-line-process
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18252 minor-mode-alist
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18253 #("%n" 0 2 (help-echo "mouse-2: widen" local-map (keymap ...)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18254 ")%] "
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18255 (-3 . "%P")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18256 ;; "-%-"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18257 )))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18258 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18259 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18260
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18261 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18262 Here, I redefine the default mode line. Most of the parts are from
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18263 the original; but I make a few changes. I set the @emph{default} mode
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18264 line format so as to permit various modes, such as Info, to override
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18265 it.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18266
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18267 Many elements in the list are self-explanatory:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18268 @code{mode-line-modified} is a variable that tells whether the buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18269 has been modified, @code{mode-name} tells the name of the mode, and so
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18270 on. However, the format looks complicated because of two features we
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18271 have not discussed.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18272
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18273 @cindex Properties, in mode line example
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18274 The first string in the mode line is a dash or hyphen, @samp{-}. In
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18275 the old days, it would have been specified simply as @code{"-"}. But
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18276 nowadays, Emacs can add properties to a string, such as highlighting
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18277 or, as in this case, a help feature. If you place your mouse cursor
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18278 over the hyphen, some help information appears (By default, you must
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18279 wait seven-tenths of a second before the information appears. You can
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18280 change that timing by changing the value of @code{tooltip-delay}.)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18281
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18282 @need 1000
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18283 The new string format has a special syntax:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18284
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18285 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18286 #("-" 0 1 (help-echo "mouse-1: select window, ..."))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18287 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18288
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18289 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18290 The @code{#(} begins a list. The first element of the list is the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18291 string itself, just one @samp{-}. The second and third
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18292 elements specify the range over which the fourth element applies. A
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18293 range starts @emph{after} a character, so a zero means the range
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18294 starts just before the first character; a 1 means that the range ends
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18295 just after the first character. The third element is the property for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18296 the range. It consists of a property list, a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18297 property name, in this case, @samp{help-echo}, followed by a value, in this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18298 case, a string. The second, third, and fourth elements of this new
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18299 string format can be repeated.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18300
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18301 @xref{Text Properties, , Text Properties, elisp, The GNU Emacs Lisp
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18302 Reference Manual}, and see @ref{Mode Line Format, , Mode Line Format,
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18303 elisp, The GNU Emacs Lisp Reference Manual}, for more information.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18304
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18305 @code{mode-line-buffer-identification}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18306 displays the current buffer name. It is a list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18307 beginning @code{(#("%12b" 0 4 @dots{}}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18308 The @code{#(} begins the list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18309
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18310 The @samp{"%12b"} displays the current buffer name, using the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18311 @code{buffer-name} function with which we are familiar; the `12'
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18312 specifies the maximum number of characters that will be displayed.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18313 When a name has fewer characters, whitespace is added to fill out to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18314 this number. (Buffer names can and often should be longer than 12
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18315 characters; this length works well in a typical 80 column wide
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18316 window.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18317
73597
4d65d5858190 * emacs-lisp-intro.texi: Remove version reference for X colors.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73587
diff changeset
18318 @code{:eval} says to evaluate the following form and use the result as
4d65d5858190 * emacs-lisp-intro.texi: Remove version reference for X colors.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73587
diff changeset
18319 a string to display. In this case, the expression displays the first
4d65d5858190 * emacs-lisp-intro.texi: Remove version reference for X colors.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73587
diff changeset
18320 component of the full system name. The end of the first component is
4d65d5858190 * emacs-lisp-intro.texi: Remove version reference for X colors.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73587
diff changeset
18321 a @samp{.} (`period'), so I use the @code{string-match} function to
4d65d5858190 * emacs-lisp-intro.texi: Remove version reference for X colors.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73587
diff changeset
18322 tell me the length of the first component. The substring from the
4d65d5858190 * emacs-lisp-intro.texi: Remove version reference for X colors.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73587
diff changeset
18323 zeroth character to that length is the name of the machine.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18324
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18325 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18326 This is the expression:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18327
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18328 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18329 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18330 (:eval (substring
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18331 (system-name) 0 (string-match "\\..+" (system-name))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18332 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18333 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18334
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18335 @samp{%[} and @samp{%]} cause a pair of square brackets
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18336 to appear for each recursive editing level. @samp{%n} says `Narrow'
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18337 when narrowing is in effect. @samp{%P} tells you the percentage of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18338 the buffer that is above the bottom of the window, or `Top', `Bottom',
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18339 or `All'. (A lower case @samp{p} tell you the percentage above the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18340 @emph{top} of the window.) @samp{%-} inserts enough dashes to fill
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18341 out the line.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18342
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18343 Remember, ``You don't have to like Emacs to like it'' --- your own
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18344 Emacs can have different colors, different commands, and different
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18345 keys than a default Emacs.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18346
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18347 On the other hand, if you want to bring up a plain `out of the box'
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18348 Emacs, with no customization, type:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18349
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18350 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18351 emacs -q
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18352 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18353
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18354 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18355 This will start an Emacs that does @emph{not} load your
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18356 @file{~/.emacs} initialization file. A plain, default Emacs. Nothing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18357 more.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18358
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18359 @node Debugging, Conclusion, Emacs Initialization, Top
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18360 @chapter Debugging
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18361 @cindex debugging
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18362
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18363 GNU Emacs has two debuggers, @code{debug} and @code{edebug}. The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18364 first is built into the internals of Emacs and is always with you;
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18365 the second requires that you instrument a function before you can use it.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18366
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18367 Both debuggers are described extensively in @ref{Debugging, ,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18368 Debugging Lisp Programs, elisp, The GNU Emacs Lisp Reference Manual}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18369 In this chapter, I will walk through a short example of each.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18370
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18371 @menu
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18372 * debug::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18373 * debug-on-entry::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18374 * debug-on-quit::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18375 * edebug::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18376 * Debugging Exercises::
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18377 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18378
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18379 @node debug, debug-on-entry, Debugging, Debugging
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18380 @section @code{debug}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18381 @findex debug
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18382
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18383 Suppose you have written a function definition that is intended to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18384 return the sum of the numbers 1 through a given number. (This is the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18385 @code{triangle} function discussed earlier. @xref{Decrementing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18386 Example, , Example with Decrementing Counter}, for a discussion.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18387 @c xref{Decrementing Loop,, Loop with a Decrementing Counter}, for a discussion.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18388
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18389 However, your function definition has a bug. You have mistyped
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18390 @samp{1=} for @samp{1-}. Here is the broken definition:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18391
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18392 @findex triangle-bugged
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18393 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18394 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18395 (defun triangle-bugged (number)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18396 "Return sum of numbers 1 through NUMBER inclusive."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18397 (let ((total 0))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18398 (while (> number 0)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18399 (setq total (+ total number))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18400 (setq number (1= number))) ; @r{Error here.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18401 total))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18402 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18403 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18404
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18405 If you are reading this in Info, you can evaluate this definition in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18406 the normal fashion. You will see @code{triangle-bugged} appear in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18407 echo area.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18408
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18409 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18410 Now evaluate the @code{triangle-bugged} function with an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18411 argument of 4:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18412
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18413 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18414 (triangle-bugged 4)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18415 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18416
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18417 @noindent
73720
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
18418 In a recent GNU Emacs, you will create and enter a @file{*Backtrace*}
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
18419 buffer that says:
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18420
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18421 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18422 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18423 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18424 ---------- Buffer: *Backtrace* ----------
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18425 Debugger entered--Lisp error: (void-function 1=)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18426 (1= number)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18427 (setq number (1= number))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18428 (while (> number 0) (setq total (+ total number))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18429 (setq number (1= number)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18430 (let ((total 0)) (while (> number 0) (setq total ...)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18431 (setq number ...)) total)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18432 triangle-bugged(4)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18433 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18434 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18435 eval((triangle-bugged 4))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18436 eval-last-sexp-1(nil)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18437 eval-last-sexp(nil)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18438 call-interactively(eval-last-sexp)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18439 ---------- Buffer: *Backtrace* ----------
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18440 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18441 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18442
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18443 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18444 (I have reformatted this example slightly; the debugger does not fold
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18445 long lines. As usual, you can quit the debugger by typing @kbd{q} in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18446 the @file{*Backtrace*} buffer.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18447
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18448 In practice, for a bug as simple as this, the `Lisp error' line will
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18449 tell you what you need to know to correct the definition. The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18450 function @code{1=} is `void'.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18451
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18452 @ignore
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18453 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18454 In GNU Emacs 20 and before, you will see:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18455
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18456 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18457 Symbol's function definition is void:@: 1=
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18458 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18459
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18460 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18461 which has the same meaning as the @file{*Backtrace*} buffer line in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18462 version 21.
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18463 @end ignore
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18464
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18465 However, suppose you are not quite certain what is going on?
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18466 You can read the complete backtrace.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18467
73720
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
18468 In this case, you need to run a recent GNU Emacs, which automatically
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
18469 starts the debugger that puts you in the @file{*Backtrace*} buffer; or
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
18470 else, you need to start the debugger manually as described below.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18471
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18472 Read the @file{*Backtrace*} buffer from the bottom up; it tells you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18473 what Emacs did that led to the error. Emacs made an interactive call
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18474 to @kbd{C-x C-e} (@code{eval-last-sexp}), which led to the evaluation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18475 of the @code{triangle-bugged} expression. Each line above tells you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18476 what the Lisp interpreter evaluated next.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18477
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18478 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18479 The third line from the top of the buffer is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18480
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18481 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18482 (setq number (1= number))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18483 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18484
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18485 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18486 Emacs tried to evaluate this expression; in order to do so, it tried
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18487 to evaluate the inner expression shown on the second line from the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18488 top:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18489
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18490 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18491 (1= number)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18492 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18493
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18494 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18495 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18496 This is where the error occurred; as the top line says:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18497
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18498 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18499 Debugger entered--Lisp error: (void-function 1=)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18500 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18501
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18502 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18503 You can correct the mistake, re-evaluate the function definition, and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18504 then run your test again.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18505
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18506 @node debug-on-entry, debug-on-quit, debug, Debugging
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18507 @section @code{debug-on-entry}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18508 @findex debug-on-entry
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18509
73720
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
18510 A recent GNU Emacs starts the debugger automatically when your
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
18511 function has an error.
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18512
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18513 @ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18514 GNU Emacs version 20 and before did not; it simply
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18515 presented you with an error message. You had to start the debugger
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18516 manually.
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18517 @end ignore
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18518
73587
c84b73607df3 Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73554
diff changeset
18519 Incidentally, you can start the debugger manually for all versions of
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18520 Emacs; the advantage is that the debugger runs even if you do not have
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18521 a bug in your code. Sometimes your code will be free of bugs!
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18522
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18523 You can enter the debugger when you call the function by calling
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18524 @code{debug-on-entry}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18525
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18526 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18527 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18528 Type:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18529
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18530 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18531 M-x debug-on-entry RET triangle-bugged RET
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18532 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18533
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18534 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18535 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18536 Now, evaluate the following:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18537
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18538 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18539 (triangle-bugged 5)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18540 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18541
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18542 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18543 All versions of Emacs will create a @file{*Backtrace*} buffer and tell
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18544 you that it is beginning to evaluate the @code{triangle-bugged}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18545 function:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18546
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18547 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18548 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18549 ---------- Buffer: *Backtrace* ----------
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18550 Debugger entered--entering a function:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18551 * triangle-bugged(5)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18552 eval((triangle-bugged 5))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18553 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18554 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18555 eval-last-sexp-1(nil)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18556 eval-last-sexp(nil)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18557 call-interactively(eval-last-sexp)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18558 ---------- Buffer: *Backtrace* ----------
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18559 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18560 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18561
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18562 In the @file{*Backtrace*} buffer, type @kbd{d}. Emacs will evaluate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18563 the first expression in @code{triangle-bugged}; the buffer will look
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18564 like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18565
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18566 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18567 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18568 ---------- Buffer: *Backtrace* ----------
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18569 Debugger entered--beginning evaluation of function call form:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18570 * (let ((total 0)) (while (> number 0) (setq total ...)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18571 (setq number ...)) total)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18572 * triangle-bugged(5)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18573 eval((triangle-bugged 5))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18574 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18575 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18576 eval-last-sexp-1(nil)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18577 eval-last-sexp(nil)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18578 call-interactively(eval-last-sexp)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18579 ---------- Buffer: *Backtrace* ----------
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18580 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18581 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18582
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18583 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18584 Now, type @kbd{d} again, eight times, slowly. Each time you type
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18585 @kbd{d}, Emacs will evaluate another expression in the function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18586 definition.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18587
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18588 @need 1750
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18589 Eventually, the buffer will look like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18590
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18591 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18592 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18593 ---------- Buffer: *Backtrace* ----------
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18594 Debugger entered--beginning evaluation of function call form:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18595 * (setq number (1= number))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18596 * (while (> number 0) (setq total (+ total number))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18597 (setq number (1= number)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18598 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18599 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18600 * (let ((total 0)) (while (> number 0) (setq total ...)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18601 (setq number ...)) total)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18602 * triangle-bugged(5)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18603 eval((triangle-bugged 5))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18604 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18605 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18606 eval-last-sexp-1(nil)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18607 eval-last-sexp(nil)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18608 call-interactively(eval-last-sexp)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18609 ---------- Buffer: *Backtrace* ----------
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18610 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18611 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18612
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18613 @need 1500
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18614 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18615 Finally, after you type @kbd{d} two more times, Emacs will reach the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18616 error, and the top two lines of the @file{*Backtrace*} buffer will look
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18617 like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18618
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18619 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18620 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18621 ---------- Buffer: *Backtrace* ----------
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18622 Debugger entered--Lisp error: (void-function 1=)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18623 * (1= number)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18624 @dots{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18625 ---------- Buffer: *Backtrace* ----------
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18626 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18627 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18628
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18629 By typing @kbd{d}, you were able to step through the function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18630
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18631 You can quit a @file{*Backtrace*} buffer by typing @kbd{q} in it; this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18632 quits the trace, but does not cancel @code{debug-on-entry}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18633
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18634 @findex cancel-debug-on-entry
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18635 To cancel the effect of @code{debug-on-entry}, call
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18636 @code{cancel-debug-on-entry} and the name of the function, like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18637
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18638 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18639 M-x cancel-debug-on-entry RET triangle-bugged RET
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18640 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18641
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18642 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18643 (If you are reading this in Info, cancel @code{debug-on-entry} now.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18644
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18645 @node debug-on-quit, edebug, debug-on-entry, Debugging
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18646 @section @code{debug-on-quit} and @code{(debug)}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18647
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18648 In addition to setting @code{debug-on-error} or calling @code{debug-on-entry},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18649 there are two other ways to start @code{debug}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18650
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18651 @findex debug-on-quit
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18652 You can start @code{debug} whenever you type @kbd{C-g}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18653 (@code{keyboard-quit}) by setting the variable @code{debug-on-quit} to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18654 @code{t}. This is useful for debugging infinite loops.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18655
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18656 @need 1500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18657 @cindex @code{(debug)} in code
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18658 Or, you can insert a line that says @code{(debug)} into your code
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18659 where you want the debugger to start, like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18660
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18661 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18662 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18663 (defun triangle-bugged (number)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18664 "Return sum of numbers 1 through NUMBER inclusive."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18665 (let ((total 0))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18666 (while (> number 0)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18667 (setq total (+ total number))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18668 (debug) ; @r{Start debugger.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18669 (setq number (1= number))) ; @r{Error here.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18670 total))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18671 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18672 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18673
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18674 The @code{debug} function is described in detail in @ref{Debugger, ,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18675 The Lisp Debugger, elisp, The GNU Emacs Lisp Reference Manual}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18676
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18677 @node edebug, Debugging Exercises, debug-on-quit, Debugging
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18678 @section The @code{edebug} Source Level Debugger
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18679 @cindex Source level debugger
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18680 @findex edebug
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18681
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18682 Edebug is a source level debugger. Edebug normally displays the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18683 source of the code you are debugging, with an arrow at the left that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18684 shows which line you are currently executing.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18685
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18686 You can walk through the execution of a function, line by line, or run
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18687 quickly until reaching a @dfn{breakpoint} where execution stops.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18688
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18689 Edebug is described in @ref{edebug, , Edebug, elisp, The GNU Emacs
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18690 Lisp Reference Manual}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18691
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
18692 @need 1250
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18693 Here is a bugged function definition for @code{triangle-recursively}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18694 @xref{Recursive triangle function, , Recursion in place of a counter},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18695 for a review of it.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18696
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18697 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18698 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18699 (defun triangle-recursively-bugged (number)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18700 "Return sum of numbers 1 through NUMBER inclusive.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18701 Uses recursion."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18702 (if (= number 1)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18703 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18704 (+ number
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18705 (triangle-recursively-bugged
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18706 (1= number))))) ; @r{Error here.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18707 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18708 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18709
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18710 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18711 Normally, you would install this definition by positioning your cursor
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18712 after the function's closing parenthesis and typing @kbd{C-x C-e}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18713 (@code{eval-last-sexp}) or else by positioning your cursor within the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18714 definition and typing @kbd{C-M-x} (@code{eval-defun}). (By default,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18715 the @code{eval-defun} command works only in Emacs Lisp mode or in Lisp
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18716 Interactive mode.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18717
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18718 @need 1500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18719 However, to prepare this function definition for Edebug, you must
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18720 first @dfn{instrument} the code using a different command. You can do
73720
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
18721 this by positioning your cursor within or just after the definition
365d2ceb2a2e Yet more minor changes:
Robert J. Chassell <bob@rattlesnake.com>
parents: 73708
diff changeset
18722 and typing
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18723
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18724 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18725 M-x edebug-defun RET
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18726 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18727
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18728 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18729 This will cause Emacs to load Edebug automatically if it is not
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18730 already loaded, and properly instrument the function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18731
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18732 After instrumenting the function, place your cursor after the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18733 following expression and type @kbd{C-x C-e} (@code{eval-last-sexp}):
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18734
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18735 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18736 (triangle-recursively-bugged 3)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18737 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18738
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18739 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18740 You will be jumped back to the source for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18741 @code{triangle-recursively-bugged} and the cursor positioned at the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18742 beginning of the @code{if} line of the function. Also, you will see
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18743 an arrowhead at the left hand side of that line. The arrowhead marks
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18744 the line where the function is executing. (In the following examples,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18745 we show the arrowhead with @samp{=>}; in a windowing system, you may
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18746 see the arrowhead as a solid triangle in the window `fringe'.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18747
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18748 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18749 =>@point{}(if (= number 1)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18750 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18751
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18752 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18753 @iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18754 In the example, the location of point is displayed with a star,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18755 @samp{@point{}} (in Info, it is displayed as @samp{-!-}).
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18756 @end iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18757 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18758 In the example, the location of point is displayed as @samp{@point{}}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18759 (in a printed book, it is displayed with a five pointed star).
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18760 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18761
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18762 If you now press @key{SPC}, point will move to the next expression to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18763 be executed; the line will look like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18764
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18765 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18766 =>(if @point{}(= number 1)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18767 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18768
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18769 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18770 As you continue to press @key{SPC}, point will move from expression to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18771 expression. At the same time, whenever an expression returns a value,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18772 that value will be displayed in the echo area. For example, after you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18773 move point past @code{number}, you will see the following:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18774
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18775 @smallexample
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18776 Result: 3 (#o3, #x3, ?\C-c)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18777 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18778
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18779 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18780 This means the value of @code{number} is 3, which is octal three,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18781 hexadecimal three, and @sc{ascii} `control-c' (the third letter of the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18782 alphabet, in case you need to know this information).
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18783
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18784 You can continue moving through the code until you reach the line with
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18785 the error. Before evaluation, that line looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18786
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18787 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18788 => @point{}(1= number))))) ; @r{Error here.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18789 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18790
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18791 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18792 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18793 When you press @key{SPC} once again, you will produce an error message
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18794 that says:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18795
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18796 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18797 Symbol's function definition is void:@: 1=
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18798 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18799
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18800 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18801 This is the bug.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18802
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18803 Press @kbd{q} to quit Edebug.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18804
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18805 To remove instrumentation from a function definition, simply
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18806 re-evaluate it with a command that does not instrument it.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18807 For example, you could place your cursor after the definition's
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18808 closing parenthesis and type @kbd{C-x C-e}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18809
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18810 Edebug does a great deal more than walk with you through a function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18811 You can set it so it races through on its own, stopping only at an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18812 error or at specified stopping points; you can cause it to display the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18813 changing values of various expressions; you can find out how many
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18814 times a function is called, and more.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18815
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18816 Edebug is described in @ref{edebug, , Edebug, elisp, The GNU Emacs
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18817 Lisp Reference Manual}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18818
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18819 @need 1500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18820 @node Debugging Exercises, , edebug, Debugging
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18821 @section Debugging Exercises
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18822
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18823 @itemize @bullet
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18824 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18825 Install the @code{count-words-region} function and then cause it to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18826 enter the built-in debugger when you call it. Run the command on a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18827 region containing two words. You will need to press @kbd{d} a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18828 remarkable number of times. On your system, is a `hook' called after
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18829 the command finishes? (For information on hooks, see @ref{Command
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18830 Overview, , Command Loop Overview, elisp, The GNU Emacs Lisp Reference
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18831 Manual}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18832
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18833 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18834 Copy @code{count-words-region} into the @file{*scratch*} buffer,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18835 instrument the function for Edebug, and walk through its execution.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18836 The function does not need to have a bug, although you can introduce
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18837 one if you wish. If the function lacks a bug, the walk-through
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18838 completes without problems.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18839
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18840 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18841 While running Edebug, type @kbd{?} to see a list of all the Edebug commands.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18842 (The @code{global-edebug-prefix} is usually @kbd{C-x X}, i.e.@:
73587
c84b73607df3 Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73554
diff changeset
18843 @kbd{@key{CTRL}-x} followed by an upper case @kbd{X}; use this prefix
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18844 for commands made outside of the Edebug debugging buffer.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18845
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18846 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18847 In the Edebug debugging buffer, use the @kbd{p}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18848 (@code{edebug-bounce-point}) command to see where in the region the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18849 @code{count-words-region} is working.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18850
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18851 @item
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18852 Move point to some spot further down the function and then type the
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18853 @kbd{h} (@code{edebug-goto-here}) command to jump to that location.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18854
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18855 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18856 Use the @kbd{t} (@code{edebug-trace-mode}) command to cause Edebug to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18857 walk through the function on its own; use an upper case @kbd{T} for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18858 @code{edebug-Trace-fast-mode}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18859
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18860 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18861 Set a breakpoint, then run Edebug in Trace mode until it reaches the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18862 stopping point.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18863 @end itemize
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18864
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18865 @node Conclusion, the-the, Debugging, Top
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18866 @chapter Conclusion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18867
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18868 We have now reached the end of this Introduction. You have now
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18869 learned enough about programming in Emacs Lisp to set values, to write
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18870 simple @file{.emacs} files for yourself and your friends, and write
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18871 simple customizations and extensions to Emacs.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18872
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18873 This is a place to stop. Or, if you wish, you can now go onward, and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18874 teach yourself.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18875
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18876 You have learned some of the basic nuts and bolts of programming. But
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18877 only some. There are a great many more brackets and hinges that are
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18878 easy to use that we have not touched.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18879
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18880 A path you can follow right now lies among the sources to GNU Emacs
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18881 and in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18882 @ifnotinfo
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18883 @cite{The GNU Emacs Lisp Reference Manual}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18884 @end ifnotinfo
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18885 @ifinfo
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18886 @ref{Top, , The GNU Emacs Lisp Reference Manual, elisp, The GNU
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18887 Emacs Lisp Reference Manual}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18888 @end ifinfo
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18889
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18890 The Emacs Lisp sources are an adventure. When you read the sources and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18891 come across a function or expression that is unfamiliar, you need to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18892 figure out or find out what it does.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18893
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18894 Go to the Reference Manual. It is a thorough, complete, and fairly
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18895 easy-to-read description of Emacs Lisp. It is written not only for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18896 experts, but for people who know what you know. (The @cite{Reference
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18897 Manual} comes with the standard GNU Emacs distribution. Like this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18898 introduction, it comes as a Texinfo source file, so you can read it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18899 on-line and as a typeset, printed book.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18900
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18901 Go to the other on-line help that is part of GNU Emacs: the on-line
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18902 documentation for all functions and variables, and @code{find-tags},
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18903 the program that takes you to sources.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18904
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18905 Here is an example of how I explore the sources. Because of its name,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18906 @file{simple.el} is the file I looked at first, a long time ago. As
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18907 it happens some of the functions in @file{simple.el} are complicated,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18908 or at least look complicated at first sight. The @code{open-line}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18909 function, for example, looks complicated.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18910
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18911 You may want to walk through this function slowly, as we did with the
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18912 @code{forward-sentence} function. (@xref{forward-sentence, The
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18913 @code{forward-sentence} function}.) Or you may want to skip that
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18914 function and look at another, such as @code{split-line}. You don't
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18915 need to read all the functions. According to
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18916 @code{count-words-in-defun}, the @code{split-line} function contains
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18917 102 words and symbols.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18918
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18919 Even though it is short, @code{split-line} contains expressions
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18920 we have not studied: @code{skip-chars-forward}, @code{indent-to},
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18921 @code{current-column} and @code{insert-and-inherit}.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18922
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18923 Consider the @code{skip-chars-forward} function. (It is part of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18924 function definition for @code{back-to-indentation}, which is shown in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18925 @ref{Review, , Review}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18926
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18927 In GNU Emacs, you can find out more about @code{skip-chars-forward} by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18928 typing @kbd{C-h f} (@code{describe-function}) and the name of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18929 function. This gives you the function documentation.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18930
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18931 You may be able to guess what is done by a well named function such as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18932 @code{indent-to}; or you can look it up, too. Incidentally, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18933 @code{describe-function} function itself is in @file{help.el}; it is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18934 one of those long, but decipherable functions. You can look up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18935 @code{describe-function} using the @kbd{C-h f} command!
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18936
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18937 In this instance, since the code is Lisp, the @file{*Help*} buffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18938 contains the name of the library containing the function's source.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18939 You can put point over the name of the library and press the RET key,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18940 which in this situation is bound to @code{help-follow}, and be taken
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18941 directly to the source, in the same way as @kbd{M-.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18942 (@code{find-tag}).
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18943
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18944 The definition for @code{describe-function} illustrates how to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18945 customize the @code{interactive} expression without using the standard
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18946 character codes; and it shows how to create a temporary buffer.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18947
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18948 (The @code{indent-to} function is written in C rather than Emacs Lisp;
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18949 it is a `built-in' function. @code{help-follow} takes you to its
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18950 source as does @code{find-tag}, when properly set up.)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18951
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18952 You can look at a function's source using @code{find-tag}, which is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18953 bound to @kbd{M-.} Finally, you can find out what the Reference
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18954 Manual has to say by visiting the manual in Info, and typing @kbd{i}
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18955 (@code{Info-index}) and the name of the function, or by looking up the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18956 function in the index to a printed copy of the manual.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18957
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18958 Similarly, you can find out what is meant by
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
18959 @code{insert-and-inherit}.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18960
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18961 Other interesting source files include @file{paragraphs.el},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18962 @file{loaddefs.el}, and @file{loadup.el}. The @file{paragraphs.el}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18963 file includes short, easily understood functions as well as longer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18964 ones. The @file{loaddefs.el} file contains the many standard
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18965 autoloads and many keymaps. I have never looked at it all; only at
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18966 parts. @file{loadup.el} is the file that loads the standard parts of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18967 Emacs; it tells you a great deal about how Emacs is built.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18968 (@xref{Building Emacs, , Building Emacs, elisp, The GNU Emacs Lisp
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18969 Reference Manual}, for more about building.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18970
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18971 As I said, you have learned some nuts and bolts; however, and very
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18972 importantly, we have hardly touched major aspects of programming; I
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18973 have said nothing about how to sort information, except to use the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18974 predefined @code{sort} function; I have said nothing about how to store
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18975 information, except to use variables and lists; I have said nothing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18976 about how to write programs that write programs. These are topics for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18977 another, and different kind of book, a different kind of learning.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18978
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18979 What you have done is learn enough for much practical work with GNU
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18980 Emacs. What you have done is get started. This is the end of a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18981 beginning.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18982
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18983 @c ================ Appendix ================
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18984
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18985 @node the-the, Kill Ring, Conclusion, Top
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18986 @appendix The @code{the-the} Function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18987 @findex the-the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18988 @cindex Duplicated words function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18989 @cindex Words, duplicated
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18990
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18991 Sometimes when you you write text, you duplicate words---as with ``you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18992 you'' near the beginning of this sentence. I find that most
57378
ec29b8d91b96 Fix typo: ``the' to ``the''.
Robert J. Chassell <bob@rattlesnake.com>
parents: 57364
diff changeset
18993 frequently, I duplicate ``the''; hence, I call the function for
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18994 detecting duplicated words, @code{the-the}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18995
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18996 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18997 As a first step, you could use the following regular expression to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18998 search for duplicates:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18999
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19000 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19001 \\(\\w+[ \t\n]+\\)\\1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19002 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19003
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19004 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19005 This regexp matches one or more word-constituent characters followed
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19006 by one or more spaces, tabs, or newlines. However, it does not detect
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19007 duplicated words on different lines, since the ending of the first
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19008 word, the end of the line, is different from the ending of the second
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19009 word, a space. (For more information about regular expressions, see
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19010 @ref{Regexp Search, , Regular Expression Searches}, as well as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19011 @ref{Regexps, , Syntax of Regular Expressions, emacs, The GNU Emacs
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19012 Manual}, and @ref{Regular Expressions, , Regular Expressions, elisp,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19013 The GNU Emacs Lisp Reference Manual}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19014
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19015 You might try searching just for duplicated word-constituent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19016 characters but that does not work since the pattern detects doubles
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19017 such as the two occurrences of `th' in `with the'.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19018
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19019 Another possible regexp searches for word-constituent characters
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19020 followed by non-word-constituent characters, reduplicated. Here,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19021 @w{@samp{\\w+}} matches one or more word-constituent characters and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19022 @w{@samp{\\W*}} matches zero or more non-word-constituent characters.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19023
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19024 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19025 \\(\\(\\w+\\)\\W*\\)\\1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19026 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19027
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19028 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19029 Again, not useful.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19030
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19031 Here is the pattern that I use. It is not perfect, but good enough.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19032 @w{@samp{\\b}} matches the empty string, provided it is at the beginning
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19033 or end of a word; @w{@samp{[^@@ \n\t]+}} matches one or more occurrences of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19034 any characters that are @emph{not} an @@-sign, space, newline, or tab.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19035
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19036 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19037 \\b\\([^@@ \n\t]+\\)[ \n\t]+\\1\\b
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19038 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19039
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19040 One can write more complicated expressions, but I found that this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19041 expression is good enough, so I use it.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19042
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19043 Here is the @code{the-the} function, as I include it in my
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19044 @file{.emacs} file, along with a handy global key binding:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19045
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19046 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19047 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19048 (defun the-the ()
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19049 "Search forward for for a duplicated word."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19050 (interactive)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19051 (message "Searching for for duplicated words ...")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19052 (push-mark)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19053 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19054 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19055 ;; This regexp is not perfect
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19056 ;; but is fairly good over all:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19057 (if (re-search-forward
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19058 "\\b\\([^@@ \n\t]+\\)[ \n\t]+\\1\\b" nil 'move)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19059 (message "Found duplicated word.")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19060 (message "End of buffer")))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19061 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19062
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19063 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19064 ;; Bind `the-the' to C-c \
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19065 (global-set-key "\C-c\\" 'the-the)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19066 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19067 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19068
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19069 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19070 Here is test text:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19071
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19072 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19073 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19074 one two two three four five
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19075 five six seven
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19076 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19077 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19078
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19079 You can substitute the other regular expressions shown above in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19080 function definition and try each of them on this list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19081
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19082 @node Kill Ring, Full Graph, the-the, Top
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19083 @appendix Handling the Kill Ring
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19084 @cindex Kill ring handling
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19085 @cindex Handling the kill ring
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19086 @cindex Ring, making a list like a
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19087
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19088 The kill ring is a list that is transformed into a ring by the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19089 workings of the @code{current-kill} function. The @code{yank} and
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19090 @code{yank-pop} commands use the @code{current-kill} function.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19091
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19092 This appendix describes the @code{current-kill} function as well as
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19093 both the @code{yank} and the @code{yank-pop} commands, but first,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19094 consider the workings of the kill ring.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19095
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19096 @need 1250
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19097 The kill ring has a default maximum length of sixty items; this number
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19098 is too large for an explanation. Instead, set it to four. Please
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19099 evaluate the following:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19100
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19101 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19102 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19103 (setq old-kill-ring-max kill-ring-max)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19104 (setq kill-ring-max 4)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19105 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19106 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19107
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19108 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19109 Then, please copy each line of the following indented example into the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19110 kill ring. You may kill each line with @kbd{C-k} or mark it and copy
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19111 it with @kbd{M-w}.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19112
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19113 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19114 (In a read-only buffer, such as the @file{*info*} buffer, the kill
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19115 command, @kbd{C-k} (@code{kill-line}), will not remove the text,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19116 merely copy it to the kill ring. However, your machine may beep at
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19117 you. Alternatively, for silence, you may copy the region of each line
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19118 with the @kbd{M-w} (@code{kill-ring-save}) command. You must mark
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19119 each line for this command to succeed, but it does not matter at which
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19120 end you put point or mark.)
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19121
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19122 @need 1250
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19123 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19124 Please invoke the calls in order, so that five elements attempt to
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19125 fill the kill ring:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19126
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19127 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19128 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19129 first some text
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19130 second piece of text
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19131 third line
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19132 fourth line of text
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19133 fifth bit of text
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19134 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19135 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19136
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19137 @need 1250
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19138 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19139 Then find the value of @code{kill-ring} by evaluating
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19140
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19141 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19142 kill-ring
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19143 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19144
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19145 @need 800
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19146 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19147 It is:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19148
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19149 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19150 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19151 ("fifth bit of text" "fourth line of text"
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19152 "third line" "second piece of text")
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19153 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19154 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19155
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19156 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19157 The first element, @samp{first some text}, was dropped.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19158
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19159 @need 1250
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19160 To return to the old value for the length of the kill ring, evaluate:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19161
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19162 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19163 (setq kill-ring-max old-kill-ring-max)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19164 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19165
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19166 @menu
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19167 * current-kill::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19168 * yank::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19169 * yank-pop::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19170 * ring file::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19171 @end menu
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19172
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19173 @node current-kill, yank, Kill Ring, Kill Ring
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19174 @comment node-name, next, previous, up
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19175 @appendixsec The @code{current-kill} Function
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19176 @findex current-kill
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19177
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19178 The @code{current-kill} function changes the element in the kill ring
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19179 to which @code{kill-ring-yank-pointer} points. (Also, the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19180 @code{kill-new} function sets @code{kill-ring-yank-pointer} to point
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19181 to the latest element of the the kill ring. The @code{kill-new}
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19182 function is used directly or indirectly by @code{kill-append},
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19183 @code{copy-region-as-kill}, @code{kill-ring-save}, @code{kill-line},
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19184 and @code{kill-region}.)
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19185
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19186 @need 1500
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19187 The @code{current-kill} function is used by @code{yank} and by
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19188 @code{yank-pop}. Here is the code for @code{current-kill}:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19189
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19190 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19191 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19192 (defun current-kill (n &optional do-not-move)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19193 "Rotate the yanking point by N places, and then return that kill.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19194 If N is zero, `interprogram-paste-function' is set, and calling it
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19195 returns a string, then that string is added to the front of the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19196 kill ring and returned as the latest kill.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19197 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19198 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19199 If optional arg DO-NOT-MOVE is non-nil, then don't actually move the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19200 yanking point; just return the Nth kill forward."
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19201 (let ((interprogram-paste (and (= n 0)
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
19202 interprogram-paste-function
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
19203 (funcall interprogram-paste-function))))
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19204 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19205 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19206 (if interprogram-paste
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
19207 (progn
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
19208 ;; Disable the interprogram cut function when we add the new
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
19209 ;; text to the kill ring, so Emacs doesn't try to own the
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
19210 ;; selection, with identical text.
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
19211 (let ((interprogram-cut-function nil))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
19212 (kill-new interprogram-paste))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
19213 interprogram-paste)
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19214 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19215 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19216 (or kill-ring (error "Kill ring is empty"))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19217 (let ((ARGth-kill-element
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
19218 (nthcdr (mod (- n (length kill-ring-yank-pointer))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
19219 (length kill-ring))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
19220 kill-ring)))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
19221 (or do-not-move
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
19222 (setq kill-ring-yank-pointer ARGth-kill-element))
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
19223 (car ARGth-kill-element)))))
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19224 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19225 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19226
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19227 Remember also that the @code{kill-new} function sets
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19228 @code{kill-ring-yank-pointer} to the latest element of the the kill
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19229 ring, which means that all the functions that call it set the value
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19230 indirectly: @code{kill-append}, @code{copy-region-as-kill},
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19231 @code{kill-ring-save}, @code{kill-line}, and @code{kill-region}.
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19232
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19233 @need 1500
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19234 Here is the line in @code{kill-new}, which is explained in
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19235 @ref{kill-new function, , The @code{kill-new} function}.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19236
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19237 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19238 (setq kill-ring-yank-pointer kill-ring)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19239 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19240
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19241 @menu
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19242 * Understanding current-kill::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19243 @end menu
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19244
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19245 @node Understanding current-kill, , current-kill, current-kill
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19246 @ifnottex
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19247 @unnumberedsubsec @code{current-kill} in Outline
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19248 @end ifnottex
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19249
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19250 The @code{current-kill} function looks complex, but as usual, it can
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19251 be understood by taking it apart piece by piece. First look at it in
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19252 skeletal form:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19253
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19254 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19255 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19256 (defun current-kill (n &optional do-not-move)
73610
242f2b7c7873 Fix unbalanced quotes.
Juri Linkov <juri@jurta.org>
parents: 73609
diff changeset
19257 "Rotate the yanking point by N places, and then return that kill."
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19258 (let @var{varlist}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19259 @var{body}@dots{})
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19260 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19261 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19262
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19263 This function takes two arguments, one of which is optional. It has a
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19264 documentation string. It is @emph{not} interactive.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19265
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19266 The body of the function definition is a @code{let} expression, which
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19267 itself has a body as well as a @var{varlist}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19268
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19269 The @code{let} expression declares a variable that will be only usable
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19270 within the bounds of this function. This variable is called
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19271 @code{interprogram-paste} and is for copying to another program. It
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19272 is not for copying within this instance of GNU Emacs. Most window
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19273 systems provide a facility for interprogram pasting. Sadly, that
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19274 facility usually provides only for the last element. Most windowing
73587
c84b73607df3 Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73554
diff changeset
19275 systems have not adopted a ring of many possibilities, even though
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19276 Emacs has provided it for decades.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19277
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19278 The @code{if} expression has two parts, one if there exists
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19279 @code{interprogram-paste} and one if not.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19280
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19281 @need 2000
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19282 Let us consider the `if not' or else-part of the @code{current-kill}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19283 function. (The then-part uses the the @code{kill-new} function, which
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19284 we have already described. @xref{kill-new function, , The
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19285 @code{kill-new} function}.)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19286
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19287 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19288 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19289 (or kill-ring (error "Kill ring is empty"))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19290 (let ((ARGth-kill-element
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19291 (nthcdr (mod (- n (length kill-ring-yank-pointer))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19292 (length kill-ring))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19293 kill-ring)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19294 (or do-not-move
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19295 (setq kill-ring-yank-pointer ARGth-kill-element))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19296 (car ARGth-kill-element))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19297 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19298 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19299
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19300 @noindent
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19301 The code first checks whether the kill ring has content; otherwise it
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19302 signals an error.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19303
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19304 @need 1000
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19305 Note that the @code{or} expression is very similar to testing length
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19306 with an @code{if}:
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19307
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19308 @findex zerop
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19309 @findex error
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19310 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19311 @group
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19312 (if (zerop (length kill-ring)) ; @r{if-part}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19313 (error "Kill ring is empty")) ; @r{then-part}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19314 ;; No else-part
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19315 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19316 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19317
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19318 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19319 If there is not anything in the kill ring, its length must be zero and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19320 an error message sent to the user: @samp{Kill ring is empty}. The
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19321 @code{current-kill} function uses an @code{or} expression which is
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19322 simpler. But an @code{if} expression reminds us what goes on.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19323
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19324 This @code{if} expression uses the function @code{zerop} which returns
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19325 true if the value it is testing is zero. When @code{zerop} tests
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19326 true, the then-part of the @code{if} is evaluated. The then-part is a
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19327 list starting with the function @code{error}, which is a function that
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19328 is similar to the @code{message} function
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19329 (@pxref{message, , The @code{message} Function}) in that
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19330 it prints a one-line message in the echo area. However, in addition
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19331 to printing a message, @code{error} also stops evaluation of the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19332 function within which it is embedded. This means that the rest of the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19333 function will not be evaluated if the length of the kill ring is zero.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19334
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19335 Then the @code{current-kill} function selects the element to return.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19336 The selection depends on the number of places that @code{current-kill}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19337 rotates and on where @code{kill-ring-yank-pointer} points.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19338
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19339 Next, either the optional @code{do-not-move} argument is true or the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19340 current value of @code{kill-ring-yank-pointer} is set to point to the
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19341 list. Finally, another expression returns the first element of the
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19342 list even if the @code{do-not-move} argument is true.
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19343
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19344 @menu
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19345 * Digression concerning error::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19346 * Determining the Element ::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19347 @end menu
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19348
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19349 @node Digression concerning error, Determining the Element , Understanding current-kill, Understanding current-kill
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19350 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19351 @unnumberedsubsubsec Digression about the word `error'
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19352 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19353
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19354 In my opinion, it is slightly misleading, at least to humans, to use
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19355 the term `error' as the name of the @code{error} function. A better
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19356 term would be `cancel'. Strictly speaking, of course, you cannot
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19357 point to, much less rotate a pointer to a list that has no length, so
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19358 from the point of view of the computer, the word `error' is correct.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19359 But a human expects to attempt this sort of thing, if only to find out
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19360 whether the kill ring is full or empty. This is an act of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19361 exploration.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19362
70725
47db6078325c (Digression concerning error): Fix typo.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 70609
diff changeset
19363 From the human point of view, the act of exploration and discovery is
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19364 not necessarily an error, and therefore should not be labelled as one,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19365 even in the bowels of a computer. As it is, the code in Emacs implies
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19366 that a human who is acting virtuously, by exploring his or her
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19367 environment, is making an error. This is bad. Even though the computer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19368 takes the same steps as it does when there is an `error', a term such as
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19369 `cancel' would have a clearer connotation.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19370
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19371 @node Determining the Element , , Digression concerning error, Understanding current-kill
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19372 @ifnottex
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19373 @unnumberedsubsubsec Determining the Element
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19374 @end ifnottex
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19375
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19376 Among other actions, the else-part of the @code{if} expression sets
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19377 the value of @code{kill-ring-yank-pointer} to
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19378 @code{ARGth-kill-element} when the kill ring has something in it and
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19379 the value of @code{do-not-move} is @code{nil}.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19380
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19381 @need 800
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19382 The code looks like this:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19383
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19384 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19385 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19386 (nthcdr (mod (- n (length kill-ring-yank-pointer))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19387 (length kill-ring))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19388 kill-ring)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19389 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19390 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19391
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19392 This needs some examination. Unless it is not supposed to move the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19393 pointer, the @code{current-kill} function changes where
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19394 @code{kill-ring-yank-pointer} points.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19395 That is what the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19396 @w{@code{(setq kill-ring-yank-pointer ARGth-kill-element))}}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19397 expression does. Also, clearly, @code{ARGth-kill-element} is being
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19398 set to be equal to some @sc{cdr} of the kill ring, using the
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19399 @code{nthcdr} function that is described in an earlier section.
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19400 (@xref{copy-region-as-kill}.) How does it do this?
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19401
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19402 As we have seen before (@pxref{nthcdr}), the @code{nthcdr} function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19403 works by repeatedly taking the @sc{cdr} of a list---it takes the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19404 @sc{cdr} of the @sc{cdr} of the @sc{cdr} @dots{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19405
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19406 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19407 The two following expressions produce the same result:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19408
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19409 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19410 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19411 (setq kill-ring-yank-pointer (cdr kill-ring))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19412
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19413 (setq kill-ring-yank-pointer (nthcdr 1 kill-ring))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19414 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19415 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19416
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19417 However, the @code{nthcdr} expression is more complicated. It uses
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19418 the @code{mod} function to determine which @sc{cdr} to select.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19419
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19420 (You will remember to look at inner functions first; indeed, we will
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19421 have to go inside the @code{mod}.)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19422
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19423 The @code{mod} function returns the value of its first argument modulo
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19424 the second; that is to say, it returns the remainder after dividing
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19425 the first argument by the second. The value returned has the same
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19426 sign as the second argument.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19427
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19428 @need 800
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19429 Thus,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19430
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19431 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19432 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19433 (mod 12 4)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19434 @result{} 0 ;; @r{because there is no remainder}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19435 (mod 13 4)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19436 @result{} 1
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19437 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19438 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19439
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19440 @need 1250
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19441 In this case, the first argument is often smaller than the second.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19442 That is fine.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19443
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19444 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19445 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19446 (mod 0 4)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19447 @result{} 0
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19448 (mod 1 4)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19449 @result{} 1
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19450 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19451 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19452
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19453 We can guess what the @code{-} function does. It is like @code{+} but
73587
c84b73607df3 Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73554
diff changeset
19454 subtracts instead of adds; the @code{-} function subtracts its second
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19455 argument from its first. Also, we already know what the @code{length}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19456 function does (@pxref{length}). It returns the length of a list.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19457
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19458 And @code{n} is the name of the required argument to the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19459 @code{current-kill} function.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19460
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19461 @need 1250
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19462 So when the first argument to @code{nthcdr} is zero, the @code{nthcdr}
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19463 expression returns the whole list, as you can see by evaluating the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19464 following:
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19465
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19466 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19467 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19468 ;; kill-ring-yank-pointer @r{and} kill-ring @r{have a length of four}
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19469 ;; @r{and} (mod (- 0 4) 4) @result{} 0
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19470 (nthcdr (mod (- 0 4) 4)
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19471 '("fourth line of text"
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19472 "third line"
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19473 "second piece of text"
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19474 "first some text"))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19475 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19476 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19477
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19478 @need 1250
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19479 When the first argument to the @code{current-kill} function is one,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19480 the @code{nthcdr} expression returns the list without its first
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19481 element.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19482
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19483 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19484 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19485 (nthcdr (mod (- 1 4) 4)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19486 '("fourth line of text"
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19487 "third line"
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19488 "second piece of text"
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19489 "first some text"))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19490 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19491 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19492
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19493 @cindex @samp{global variable} defined
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19494 @cindex @samp{variable, global}, defined
73587
c84b73607df3 Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73554
diff changeset
19495 Incidentally, both @code{kill-ring} and @code{kill-ring-yank-pointer}
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19496 are @dfn{global variables}. That means that any expression in Emacs
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19497 Lisp can access them. They are not like the local variables set by
73597
4d65d5858190 * emacs-lisp-intro.texi: Remove version reference for X colors.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73587
diff changeset
19498 @code{let} or like the symbols in an argument list.
73587
c84b73607df3 Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73554
diff changeset
19499 Local variables can only be accessed
c84b73607df3 Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73554
diff changeset
19500 within the @code{let} that defines them or the function that specifies
c84b73607df3 Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73554
diff changeset
19501 them in an argument list (and within expressions called by them).
c84b73607df3 Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73554
diff changeset
19502
c84b73607df3 Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73554
diff changeset
19503 @ignore
c84b73607df3 Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73554
diff changeset
19504 @c texi2dvi fails when the name of the section is within ifnottex ...
c84b73607df3 Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73554
diff changeset
19505 (@xref{Prevent confusion, , @code{let} Prevents Confusion}, and
c84b73607df3 Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73554
diff changeset
19506 @ref{defun, , The @code{defun} Special Form}.)
c84b73607df3 Removed INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73554
diff changeset
19507 @end ignore
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19508
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19509 @node yank, yank-pop, current-kill, Kill Ring
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19510 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19511 @appendixsec @code{yank}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19512 @findex yank
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19513
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19514 After learning about @code{current-kill}, the code for the
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19515 @code{yank} function is almost easy.
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19516
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19517 The @code{yank} function does not use the
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19518 @code{kill-ring-yank-pointer} variable directly. It calls
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19519 @code{insert-for-yank} which calls @code{current-kill} which sets the
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19520 @code{kill-ring-yank-pointer} variable.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19521
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19522 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19523 The code looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19524
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19525 @c in GNU Emacs 22
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19526 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19527 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19528 (defun yank (&optional arg)
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19529 "Reinsert (\"paste\") the last stretch of killed text.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19530 More precisely, reinsert the stretch of killed text most recently
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19531 killed OR yanked. Put point at end, and set mark at beginning.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19532 With just \\[universal-argument] as argument, same but put point at
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19533 beginning (and mark at end). With argument N, reinsert the Nth most
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19534 recently killed stretch of killed text.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19535
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19536 When this command inserts killed text into the buffer, it honors
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19537 `yank-excluded-properties' and `yank-handler' as described in the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19538 doc string for `insert-for-yank-1', which see.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19539
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19540 See also the command \\[yank-pop]."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19541 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19542 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19543 (interactive "*P")
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19544 (setq yank-window-start (window-start))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19545 ;; If we don't get all the way thru, make last-command indicate that
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19546 ;; for the following command.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19547 (setq this-command t)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19548 (push-mark (point))
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19549 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19550 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19551 (insert-for-yank (current-kill (cond
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
19552 ((listp arg) 0)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
19553 ((eq arg '-) -2)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
19554 (t (1- arg)))))
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19555 (if (consp arg)
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19556 ;; This is like exchange-point-and-mark,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19557 ;; but doesn't activate the mark.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19558 ;; It is cleaner to avoid activation, even though the command
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19559 ;; loop would deactivate the mark because we inserted text.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19560 (goto-char (prog1 (mark t)
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
19561 (set-marker (mark-marker) (point) (current-buffer)))))
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19562 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19563 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19564 ;; If we do get all the way thru, make this-command indicate that.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19565 (if (eq this-command t)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19566 (setq this-command 'yank))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19567 nil)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19568 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19569 @end smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19570
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19571 The key expression is @code{insert-for-yank}, which inserts the string
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19572 returned by @code{current-kill}, but removes some text properties from
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19573 it.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19574
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19575 However, before getting to that expression, the function sets the value
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19576 of @code{yank-window-start} to the position returned by the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19577 @code{(window-start)} expression, the position at which the display
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19578 currently starts. The @code{yank} function also sets
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19579 @code{this-command} and pushes the mark.
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19580
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19581 After it yanks the appropriate element, if the optional argument is a
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19582 @sc{cons} rather than a number or nothing, it puts point at beginning
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19583 of the yanked text and mark at its end.
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19584
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19585 (The @code{prog1} function is like @code{progn} but returns the value
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19586 of its first argument rather than the value of its last argument. Its
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19587 first argument is forced to return the buffer's mark as an integer.
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19588 You can see the documentation for these functions by placing point
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19589 over them in this buffer and then typing @kbd{C-h f}
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19590 (@code{describe-function}) followed by a @kbd{RET}; the default is the
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19591 function.)
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19592
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19593 The last part of the function tells what to do when it succeeds.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19594
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
19595 @node yank-pop, ring file, yank, Kill Ring
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19596 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19597 @appendixsec @code{yank-pop}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19598 @findex yank-pop
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19599
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19600 After understanding @code{yank} and @code{current-kill}, you know how
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19601 to approach the @code{yank-pop} function. Leaving out the
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19602 documentation to save space, it looks like this:
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19603
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19604 @c GNU Emacs 22
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19605 @smallexample
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19606 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19607 (defun yank-pop (&optional arg)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19608 "@dots{}"
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19609 (interactive "*p")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19610 (if (not (eq last-command 'yank))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19611 (error "Previous command was not a yank"))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19612 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19613 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19614 (setq this-command 'yank)
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19615 (unless arg (setq arg 1))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19616 (let ((inhibit-read-only t)
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
19617 (before (< (point) (mark t))))
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19618 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19619 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19620 (if before
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
19621 (funcall (or yank-undo-function 'delete-region) (point) (mark t))
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19622 (funcall (or yank-undo-function 'delete-region) (mark t) (point)))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19623 (setq yank-undo-function nil)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19624 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19625 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19626 (set-marker (mark-marker) (point) (current-buffer))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19627 (insert-for-yank (current-kill arg))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19628 ;; Set the window start back where it was in the yank command,
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19629 ;; if possible.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19630 (set-window-start (selected-window) yank-window-start t)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19631 @end group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19632 @group
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19633 (if before
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
19634 ;; This is like exchange-point-and-mark,
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19635 ;; but doesn't activate the mark.
73683
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
19636 ;; It is cleaner to avoid activation, even though the command
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
19637 ;; loop would deactivate the mark because we inserted text.
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
19638 (goto-char (prog1 (mark t)
3e3a3e424e30 Minor fixes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73680
diff changeset
19639 (set-marker (mark-marker)
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19640 (point)
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19641 (current-buffer))))))
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19642 nil)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19643 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19644 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19645
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19646 The function is interactive with a small @samp{p} so the prefix
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19647 argument is processed and passed to the function. The command can
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19648 only be used after a previous yank; otherwise an error message is
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19649 sent. This check uses the variable @code{last-command} which is set
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19650 by @code{yank} and is discussed elsewhere.
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
19651 (@xref{copy-region-as-kill}.)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19652
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19653 The @code{let} clause sets the variable @code{before} to true or false
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19654 depending whether point is before or after mark and then the region
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19655 between point and mark is deleted. This is the region that was just
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19656 inserted by the previous yank and it is this text that will be
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19657 replaced.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19658
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19659 @code{funcall} calls its first argument as a function, passing
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19660 remaining arguments to it. The first argument is whatever the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19661 @code{or} expression returns. The two remaining arguments are the
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19662 positions of point and mark set by the preceding @code{yank} command.
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19663
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19664 There is more, but that is the hardest part.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19665
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
19666 @node ring file, , yank-pop, Kill Ring
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
19667 @comment node-name, next, previous, up
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
19668 @appendixsec The @file{ring.el} File
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
19669 @cindex @file{ring.el} file
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
19670
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
19671 Interestingly, GNU Emacs posses a file called @file{ring.el} that
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
19672 provides many of the features we just discussed. But functions such
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
19673 as @code{kill-ring-yank-pointer} do not use this library, possibly
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
19674 because they were written earlier.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
19675
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
19676 @node Full Graph, Free Software and Free Manuals, Kill Ring, Top
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19677 @appendix A Graph with Labelled Axes
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19678
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19679 Printed axes help you understand a graph. They convey scale. In an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19680 earlier chapter (@pxref{Readying a Graph, , Readying a Graph}), we
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19681 wrote the code to print the body of a graph. Here we write the code
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19682 for printing and labelling vertical and horizontal axes, along with the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19683 body itself.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19684
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19685 @menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19686 * Labelled Example::
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19687 * print-graph Varlist::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19688 * print-Y-axis::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19689 * print-X-axis::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19690 * Print Whole Graph::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19691 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19692
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19693 @node Labelled Example, print-graph Varlist, Full Graph, Full Graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19694 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19695 @unnumberedsec Labelled Example Graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19696 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19697
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19698 Since insertions fill a buffer to the right and below point, the new
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19699 graph printing function should first print the Y or vertical axis,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19700 then the body of the graph, and finally the X or horizontal axis.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19701 This sequence lays out for us the contents of the function:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19702
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19703 @enumerate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19704 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19705 Set up code.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19706
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19707 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19708 Print Y axis.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19709
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19710 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19711 Print body of graph.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19712
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19713 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19714 Print X axis.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19715 @end enumerate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19716
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19717 @need 800
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19718 Here is an example of how a finished graph should look:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19719
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19720 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19721 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19722 10 -
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19723 *
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19724 * *
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19725 * **
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19726 * ***
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19727 5 - * *******
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19728 * *** *******
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19729 *************
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19730 ***************
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19731 1 - ****************
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19732 | | | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19733 1 5 10 15
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19734 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19735 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19736
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19737 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19738 In this graph, both the vertical and the horizontal axes are labelled
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19739 with numbers. However, in some graphs, the horizontal axis is time
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19740 and would be better labelled with months, like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19741
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19742 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19743 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19744 5 - *
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19745 * ** *
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19746 *******
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19747 ********** **
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19748 1 - **************
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19749 | ^ |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19750 Jan June Jan
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19751 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19752 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19753
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19754 Indeed, with a little thought, we can easily come up with a variety of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19755 vertical and horizontal labelling schemes. Our task could become
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19756 complicated. But complications breed confusion. Rather than permit
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19757 this, it is better choose a simple labelling scheme for our first
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19758 effort, and to modify or replace it later.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19759
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19760 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19761 These considerations suggest the following outline for the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19762 @code{print-graph} function:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19763
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19764 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19765 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19766 (defun print-graph (numbers-list)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19767 "@var{documentation}@dots{}"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19768 (let ((height @dots{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19769 @dots{}))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19770 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19771 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19772 (print-Y-axis height @dots{} )
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19773 (graph-body-print numbers-list)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19774 (print-X-axis @dots{} )))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19775 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19776 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19777
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19778 We can work on each part of the @code{print-graph} function definition
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19779 in turn.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19780
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19781 @node print-graph Varlist, print-Y-axis, Labelled Example, Full Graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19782 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19783 @appendixsec The @code{print-graph} Varlist
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19784 @cindex @code{print-graph} varlist
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19785
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19786 In writing the @code{print-graph} function, the first task is to write
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19787 the varlist in the @code{let} expression. (We will leave aside for the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19788 moment any thoughts about making the function interactive or about the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19789 contents of its documentation string.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19790
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19791 The varlist should set several values. Clearly, the top of the label
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19792 for the vertical axis must be at least the height of the graph, which
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19793 means that we must obtain this information here. Note that the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19794 @code{print-graph-body} function also requires this information. There
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19795 is no reason to calculate the height of the graph in two different
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19796 places, so we should change @code{print-graph-body} from the way we
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19797 defined it earlier to take advantage of the calculation.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19798
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19799 Similarly, both the function for printing the X axis labels and the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19800 @code{print-graph-body} function need to learn the value of the width of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19801 each symbol. We can perform the calculation here and change the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19802 definition for @code{print-graph-body} from the way we defined it in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19803 previous chapter.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19804
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19805 The length of the label for the horizontal axis must be at least as long
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19806 as the graph. However, this information is used only in the function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19807 that prints the horizontal axis, so it does not need to be calculated here.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19808
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19809 These thoughts lead us directly to the following form for the varlist
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19810 in the @code{let} for @code{print-graph}:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19811
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19812 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19813 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19814 (let ((height (apply 'max numbers-list)) ; @r{First version.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19815 (symbol-width (length graph-blank)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19816 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19817 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19818
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19819 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19820 As we shall see, this expression is not quite right.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19821
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
19822 @need 2000
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19823 @node print-Y-axis, print-X-axis, print-graph Varlist, Full Graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19824 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19825 @appendixsec The @code{print-Y-axis} Function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19826 @cindex Axis, print vertical
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19827 @cindex Y axis printing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19828 @cindex Vertical axis printing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19829 @cindex Print vertical axis
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19830
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19831 The job of the @code{print-Y-axis} function is to print a label for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19832 the vertical axis that looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19833
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19834 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19835 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19836 10 -
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19837
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19838
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19839
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19840
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19841 5 -
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19842
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19843
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19844
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19845 1 -
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19846 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19847 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19848
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19849 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19850 The function should be passed the height of the graph, and then should
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19851 construct and insert the appropriate numbers and marks.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19852
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19853 It is easy enough to see in the figure what the Y axis label should
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19854 look like; but to say in words, and then to write a function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19855 definition to do the job is another matter. It is not quite true to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19856 say that we want a number and a tic every five lines: there are only
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19857 three lines between the @samp{1} and the @samp{5} (lines 2, 3, and 4),
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19858 but four lines between the @samp{5} and the @samp{10} (lines 6, 7, 8,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19859 and 9). It is better to say that we want a number and a tic mark on
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19860 the base line (number 1) and then that we want a number and a tic on
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19861 the fifth line from the bottom and on every line that is a multiple of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19862 five.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19863
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19864 @menu
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19865 * Height of label::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19866 * Compute a Remainder::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19867 * Y Axis Element::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19868 * Y-axis-column::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19869 * print-Y-axis Penultimate::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19870 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19871
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19872 @node Height of label, Compute a Remainder, print-Y-axis, print-Y-axis
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19873 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19874 @unnumberedsubsec What height should the label be?
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19875 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19876
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19877 The next issue is what height the label should be? Suppose the maximum
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19878 height of tallest column of the graph is seven. Should the highest
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19879 label on the Y axis be @samp{5 -}, and should the graph stick up above
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19880 the label? Or should the highest label be @samp{7 -}, and mark the peak
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19881 of the graph? Or should the highest label be @code{10 -}, which is a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19882 multiple of five, and be higher than the topmost value of the graph?
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19883
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19884 The latter form is preferred. Most graphs are drawn within rectangles
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19885 whose sides are an integral number of steps long---5, 10, 15, and so
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19886 on for a step distance of five. But as soon as we decide to use a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19887 step height for the vertical axis, we discover that the simple
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19888 expression in the varlist for computing the height is wrong. The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19889 expression is @code{(apply 'max numbers-list)}. This returns the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19890 precise height, not the maximum height plus whatever is necessary to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19891 round up to the nearest multiple of five. A more complex expression
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19892 is required.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19893
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19894 As usual in cases like this, a complex problem becomes simpler if it is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19895 divided into several smaller problems.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19896
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19897 First, consider the case when the highest value of the graph is an
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
19898 integral multiple of five---when it is 5, 10, 15, or some higher
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19899 multiple of five. We can use this value as the Y axis height.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19900
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19901 A fairly simply way to determine whether a number is a multiple of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19902 five is to divide it by five and see if the division results in a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19903 remainder. If there is no remainder, the number is a multiple of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19904 five. Thus, seven divided by five has a remainder of two, and seven
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19905 is not an integral multiple of five. Put in slightly different
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19906 language, more reminiscent of the classroom, five goes into seven
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19907 once, with a remainder of two. However, five goes into ten twice,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19908 with no remainder: ten is an integral multiple of five.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19909
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19910 @node Compute a Remainder, Y Axis Element, Height of label, print-Y-axis
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19911 @appendixsubsec Side Trip: Compute a Remainder
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19912
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19913 @findex % @r{(remainder function)}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19914 @cindex Remainder function, @code{%}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19915 In Lisp, the function for computing a remainder is @code{%}. The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19916 function returns the remainder of its first argument divided by its
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19917 second argument. As it happens, @code{%} is a function in Emacs Lisp
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19918 that you cannot discover using @code{apropos}: you find nothing if you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19919 type @kbd{M-x apropos @key{RET} remainder @key{RET}}. The only way to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19920 learn of the existence of @code{%} is to read about it in a book such
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
19921 as this or in the Emacs Lisp sources.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19922
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19923 You can try the @code{%} function by evaluating the following two
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19924 expressions:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19925
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19926 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19927 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19928 (% 7 5)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19929
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19930 (% 10 5)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19931 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19932 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19933
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19934 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19935 The first expression returns 2 and the second expression returns 0.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19936
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19937 To test whether the returned value is zero or some other number, we
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19938 can use the @code{zerop} function. This function returns @code{t} if
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19939 its argument, which must be a number, is zero.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19940
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19941 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19942 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19943 (zerop (% 7 5))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19944 @result{} nil
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19945
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19946 (zerop (% 10 5))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19947 @result{} t
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19948 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19949 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19950
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19951 Thus, the following expression will return @code{t} if the height
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19952 of the graph is evenly divisible by five:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19953
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19954 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19955 (zerop (% height 5))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19956 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19957
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19958 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19959 (The value of @code{height}, of course, can be found from @code{(apply
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19960 'max numbers-list)}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19961
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19962 On the other hand, if the value of @code{height} is not a multiple of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19963 five, we want to reset the value to the next higher multiple of five.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19964 This is straightforward arithmetic using functions with which we are
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19965 already familiar. First, we divide the value of @code{height} by five
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19966 to determine how many times five goes into the number. Thus, five
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19967 goes into twelve twice. If we add one to this quotient and multiply by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19968 five, we will obtain the value of the next multiple of five that is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19969 larger than the height. Five goes into twelve twice. Add one to two,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19970 and multiply by five; the result is fifteen, which is the next multiple
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19971 of five that is higher than twelve. The Lisp expression for this is:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19972
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19973 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19974 (* (1+ (/ height 5)) 5)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19975 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19976
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19977 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19978 For example, if you evaluate the following, the result is 15:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19979
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19980 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19981 (* (1+ (/ 12 5)) 5)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19982 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19983
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19984 All through this discussion, we have been using `five' as the value
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19985 for spacing labels on the Y axis; but we may want to use some other
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19986 value. For generality, we should replace `five' with a variable to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19987 which we can assign a value. The best name I can think of for this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19988 variable is @code{Y-axis-label-spacing}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19989
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19990 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19991 Using this term, and an @code{if} expression, we produce the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19992 following:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19993
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19994 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19995 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19996 (if (zerop (% height Y-axis-label-spacing))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19997 height
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19998 ;; @r{else}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19999 (* (1+ (/ height Y-axis-label-spacing))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20000 Y-axis-label-spacing))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20001 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20002 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20003
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20004 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20005 This expression returns the value of @code{height} itself if the height
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20006 is an even multiple of the value of the @code{Y-axis-label-spacing} or
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20007 else it computes and returns a value of @code{height} that is equal to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20008 the next higher multiple of the value of the @code{Y-axis-label-spacing}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20009
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20010 We can now include this expression in the @code{let} expression of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20011 @code{print-graph} function (after first setting the value of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20012 @code{Y-axis-label-spacing}):
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20013 @vindex Y-axis-label-spacing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20014
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20015 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20016 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20017 (defvar Y-axis-label-spacing 5
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20018 "Number of lines from one Y axis label to next.")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20019 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20020
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20021 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20022 @dots{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20023 (let* ((height (apply 'max numbers-list))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20024 (height-of-top-line
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20025 (if (zerop (% height Y-axis-label-spacing))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20026 height
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20027 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20028 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20029 ;; @r{else}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20030 (* (1+ (/ height Y-axis-label-spacing))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20031 Y-axis-label-spacing)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20032 (symbol-width (length graph-blank))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20033 @dots{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20034 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20035 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20036
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20037 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20038 (Note use of the @code{let*} function: the initial value of height is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20039 computed once by the @code{(apply 'max numbers-list)} expression and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20040 then the resulting value of @code{height} is used to compute its
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20041 final value. @xref{fwd-para let, , The @code{let*} expression}, for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20042 more about @code{let*}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20043
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20044 @node Y Axis Element, Y-axis-column, Compute a Remainder, print-Y-axis
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20045 @appendixsubsec Construct a Y Axis Element
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20046
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20047 When we print the vertical axis, we want to insert strings such as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20048 @w{@samp{5 -}} and @w{@samp{10 - }} every five lines.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20049 Moreover, we want the numbers and dashes to line up, so shorter
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20050 numbers must be padded with leading spaces. If some of the strings
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20051 use two digit numbers, the strings with single digit numbers must
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20052 include a leading blank space before the number.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20053
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20054 @findex number-to-string
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20055 To figure out the length of the number, the @code{length} function is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20056 used. But the @code{length} function works only with a string, not with
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20057 a number. So the number has to be converted from being a number to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20058 being a string. This is done with the @code{number-to-string} function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20059 For example,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20060
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20061 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20062 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20063 (length (number-to-string 35))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20064 @result{} 2
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20065
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20066 (length (number-to-string 100))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20067 @result{} 3
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20068 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20069 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20070
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20071 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20072 (@code{number-to-string} is also called @code{int-to-string}; you will
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20073 see this alternative name in various sources.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20074
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20075 In addition, in each label, each number is followed by a string such
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20076 as @w{@samp{ - }}, which we will call the @code{Y-axis-tic} marker.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20077 This variable is defined with @code{defvar}:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20078
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20079 @vindex Y-axis-tic
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20080 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20081 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20082 (defvar Y-axis-tic " - "
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20083 "String that follows number in a Y axis label.")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20084 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20085 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20086
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20087 The length of the Y label is the sum of the length of the Y axis tic
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20088 mark and the length of the number of the top of the graph.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20089
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20090 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20091 (length (concat (number-to-string height) Y-axis-tic)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20092 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20093
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20094 This value will be calculated by the @code{print-graph} function in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20095 its varlist as @code{full-Y-label-width} and passed on. (Note that we
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20096 did not think to include this in the varlist when we first proposed it.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20097
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20098 To make a complete vertical axis label, a tic mark is concatenated
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20099 with a number; and the two together may be preceded by one or more
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20100 spaces depending on how long the number is. The label consists of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20101 three parts: the (optional) leading spaces, the number, and the tic
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20102 mark. The function is passed the value of the number for the specific
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20103 row, and the value of the width of the top line, which is calculated
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20104 (just once) by @code{print-graph}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20105
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20106 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20107 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20108 (defun Y-axis-element (number full-Y-label-width)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20109 "Construct a NUMBERed label element.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20110 A numbered element looks like this ` 5 - ',
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20111 and is padded as needed so all line up with
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20112 the element for the largest number."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20113 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20114 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20115 (let* ((leading-spaces
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20116 (- full-Y-label-width
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20117 (length
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20118 (concat (number-to-string number)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20119 Y-axis-tic)))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20120 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20121 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20122 (concat
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20123 (make-string leading-spaces ? )
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20124 (number-to-string number)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20125 Y-axis-tic)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20126 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20127 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20128
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20129 The @code{Y-axis-element} function concatenates together the leading
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20130 spaces, if any; the number, as a string; and the tic mark.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20131
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20132 To figure out how many leading spaces the label will need, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20133 function subtracts the actual length of the label---the length of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20134 number plus the length of the tic mark---from the desired label width.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20135
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20136 @findex make-string
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20137 Blank spaces are inserted using the @code{make-string} function. This
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20138 function takes two arguments: the first tells it how long the string
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20139 will be and the second is a symbol for the character to insert, in a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20140 special format. The format is a question mark followed by a blank
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20141 space, like this, @samp{? }. @xref{Character Type, , Character Type,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20142 elisp, The GNU Emacs Lisp Reference Manual}, for a description of the
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
20143 syntax for characters. (Of course, you might want to replace the
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
20144 blank space by some other character @dots{} You know what to do.)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20145
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20146 The @code{number-to-string} function is used in the concatenation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20147 expression, to convert the number to a string that is concatenated
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20148 with the leading spaces and the tic mark.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20149
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20150 @node Y-axis-column, print-Y-axis Penultimate, Y Axis Element, print-Y-axis
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20151 @appendixsubsec Create a Y Axis Column
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20152
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20153 The preceding functions provide all the tools needed to construct a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20154 function that generates a list of numbered and blank strings to insert
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20155 as the label for the vertical axis:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20156
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20157 @findex Y-axis-column
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20158 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20159 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20160 (defun Y-axis-column (height width-of-label)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20161 "Construct list of Y axis labels and blank strings.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20162 For HEIGHT of line above base and WIDTH-OF-LABEL."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20163 (let (Y-axis)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20164 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20165 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20166 (while (> height 1)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20167 (if (zerop (% height Y-axis-label-spacing))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20168 ;; @r{Insert label.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20169 (setq Y-axis
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20170 (cons
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20171 (Y-axis-element height width-of-label)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20172 Y-axis))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20173 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20174 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20175 ;; @r{Else, insert blanks.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20176 (setq Y-axis
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20177 (cons
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20178 (make-string width-of-label ? )
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20179 Y-axis)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20180 (setq height (1- height)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20181 ;; @r{Insert base line.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20182 (setq Y-axis
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20183 (cons (Y-axis-element 1 width-of-label) Y-axis))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20184 (nreverse Y-axis)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20185 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20186 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20187
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20188 In this function, we start with the value of @code{height} and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20189 repetitively subtract one from its value. After each subtraction, we
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20190 test to see whether the value is an integral multiple of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20191 @code{Y-axis-label-spacing}. If it is, we construct a numbered label
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20192 using the @code{Y-axis-element} function; if not, we construct a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20193 blank label using the @code{make-string} function. The base line
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20194 consists of the number one followed by a tic mark.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20195
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
20196 @need 2000
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20197 @node print-Y-axis Penultimate, , Y-axis-column, print-Y-axis
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20198 @appendixsubsec The Not Quite Final Version of @code{print-Y-axis}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20199
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20200 The list constructed by the @code{Y-axis-column} function is passed to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20201 the @code{print-Y-axis} function, which inserts the list as a column.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20202
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20203 @findex print-Y-axis
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20204 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20205 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20206 (defun print-Y-axis (height full-Y-label-width)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20207 "Insert Y axis using HEIGHT and FULL-Y-LABEL-WIDTH.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20208 Height must be the maximum height of the graph.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20209 Full width is the width of the highest label element."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20210 ;; Value of height and full-Y-label-width
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20211 ;; are passed by `print-graph'.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20212 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20213 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20214 (let ((start (point)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20215 (insert-rectangle
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20216 (Y-axis-column height full-Y-label-width))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20217 ;; @r{Place point ready for inserting graph.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20218 (goto-char start)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20219 ;; @r{Move point forward by value of} full-Y-label-width
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20220 (forward-char full-Y-label-width)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20221 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20222 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20223
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20224 The @code{print-Y-axis} uses the @code{insert-rectangle} function to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20225 insert the Y axis labels created by the @code{Y-axis-column} function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20226 In addition, it places point at the correct position for printing the body of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20227 the graph.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20228
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20229 You can test @code{print-Y-axis}:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20230
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20231 @enumerate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20232 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20233 Install
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20234
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20235 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20236 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20237 Y-axis-label-spacing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20238 Y-axis-tic
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20239 Y-axis-element
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20240 Y-axis-column
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20241 print-Y-axis
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20242 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20243 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20244
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20245 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20246 Copy the following expression:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20247
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20248 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20249 (print-Y-axis 12 5)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20250 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20251
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20252 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20253 Switch to the @file{*scratch*} buffer and place the cursor where you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20254 want the axis labels to start.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20255
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20256 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20257 Type @kbd{M-:} (@code{eval-expression}).
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20258
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20259 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20260 Yank the @code{graph-body-print} expression into the minibuffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20261 with @kbd{C-y} (@code{yank)}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20262
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20263 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20264 Press @key{RET} to evaluate the expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20265 @end enumerate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20266
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
20267 Emacs will print labels vertically, the top one being @w{@samp{10 -@w{
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
20268 }}}. (The @code{print-graph} function will pass the value of
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
20269 @code{height-of-top-line}, which in this case will end up as 15,
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
20270 thereby getting rid of what might appear as a bug.)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20271
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
20272 @need 2000
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20273 @node print-X-axis, Print Whole Graph, print-Y-axis, Full Graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20274 @appendixsec The @code{print-X-axis} Function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20275 @cindex Axis, print horizontal
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20276 @cindex X axis printing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20277 @cindex Print horizontal axis
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20278 @cindex Horizontal axis printing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20279
70609
bd74271e8d03 Fix spelling errors.
Eli Zaretskii <eliz@gnu.org>
parents: 68640
diff changeset
20280 X axis labels are much like Y axis labels, except that the ticks are on a
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20281 line above the numbers. Labels should look like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20282
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20283 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20284 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20285 | | | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20286 1 5 10 15
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20287 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20288 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20289
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20290 The first tic is under the first column of the graph and is preceded by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20291 several blank spaces. These spaces provide room in rows above for the Y
70609
bd74271e8d03 Fix spelling errors.
Eli Zaretskii <eliz@gnu.org>
parents: 68640
diff changeset
20292 axis labels. The second, third, fourth, and subsequent ticks are all
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20293 spaced equally, according to the value of @code{X-axis-label-spacing}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20294
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20295 The second row of the X axis consists of numbers, preceded by several
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20296 blank spaces and also separated according to the value of the variable
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20297 @code{X-axis-label-spacing}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20298
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20299 The value of the variable @code{X-axis-label-spacing} should itself be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20300 measured in units of @code{symbol-width}, since you may want to change
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20301 the width of the symbols that you are using to print the body of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20302 graph without changing the ways the graph is labelled.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20303
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20304 @menu
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
20305 * Similarities differences::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
20306 * X Axis Tic Marks::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20307 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20308
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20309 @node Similarities differences, X Axis Tic Marks, print-X-axis, print-X-axis
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20310 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20311 @unnumberedsubsec Similarities and differences
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20312 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20313
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20314 The @code{print-X-axis} function is constructed in more or less the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20315 same fashion as the @code{print-Y-axis} function except that it has
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20316 two lines: the line of tic marks and the numbers. We will write a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20317 separate function to print each line and then combine them within the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20318 @code{print-X-axis} function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20319
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20320 This is a three step process:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20321
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20322 @enumerate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20323 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20324 Write a function to print the X axis tic marks, @code{print-X-axis-tic-line}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20325
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20326 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20327 Write a function to print the X numbers, @code{print-X-axis-numbered-line}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20328
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20329 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20330 Write a function to print both lines, the @code{print-X-axis} function,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20331 using @code{print-X-axis-tic-line} and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20332 @code{print-X-axis-numbered-line}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20333 @end enumerate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20334
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20335 @node X Axis Tic Marks, , Similarities differences, print-X-axis
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20336 @appendixsubsec X Axis Tic Marks
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20337
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20338 The first function should print the X axis tic marks. We must specify
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20339 the tic marks themselves and their spacing:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20340
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20341 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20342 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20343 (defvar X-axis-label-spacing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20344 (if (boundp 'graph-blank)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20345 (* 5 (length graph-blank)) 5)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20346 "Number of units from one X axis label to next.")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20347 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20348 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20349
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20350 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20351 (Note that the value of @code{graph-blank} is set by another
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20352 @code{defvar}. The @code{boundp} predicate checks whether it has
73767
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
20353 already been set; @code{boundp} returns @code{nil} if it has not. If
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
20354 @code{graph-blank} were unbound and we did not use this conditional
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
20355 construction, in a recent GNU Emacs, we would enter the debugger and
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
20356 see an error message saying @samp{@w{Debugger entered--Lisp error:}
a44deabfa735 Finish minor changes seen from DVI output.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73720
diff changeset
20357 @w{(void-variable graph-blank)}}.)
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20358
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20359 @need 1200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20360 Here is the @code{defvar} for @code{X-axis-tic-symbol}:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20361
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20362 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20363 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20364 (defvar X-axis-tic-symbol "|"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20365 "String to insert to point to a column in X axis.")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20366 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20367 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20368
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20369 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20370 The goal is to make a line that looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20371
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20372 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20373 | | | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20374 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20375
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20376 The first tic is indented so that it is under the first column, which is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20377 indented to provide space for the Y axis labels.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20378
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20379 A tic element consists of the blank spaces that stretch from one tic to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20380 the next plus a tic symbol. The number of blanks is determined by the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20381 width of the tic symbol and the @code{X-axis-label-spacing}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20382
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20383 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20384 The code looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20385
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20386 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20387 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20388 ;;; X-axis-tic-element
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20389 @dots{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20390 (concat
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20391 (make-string
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20392 ;; @r{Make a string of blanks.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20393 (- (* symbol-width X-axis-label-spacing)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20394 (length X-axis-tic-symbol))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20395 ? )
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20396 ;; @r{Concatenate blanks with tic symbol.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20397 X-axis-tic-symbol)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20398 @dots{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20399 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20400 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20401
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20402 Next, we determine how many blanks are needed to indent the first tic
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20403 mark to the first column of the graph. This uses the value of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20404 @code{full-Y-label-width} passed it by the @code{print-graph} function.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20405
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20406 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20407 The code to make @code{X-axis-leading-spaces}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20408 looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20409
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20410 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20411 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20412 ;; X-axis-leading-spaces
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20413 @dots{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20414 (make-string full-Y-label-width ? )
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20415 @dots{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20416 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20417 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20418
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20419 We also need to determine the length of the horizontal axis, which is
70609
bd74271e8d03 Fix spelling errors.
Eli Zaretskii <eliz@gnu.org>
parents: 68640
diff changeset
20420 the length of the numbers list, and the number of ticks in the horizontal
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20421 axis:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20422
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20423 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20424 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20425 ;; X-length
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20426 @dots{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20427 (length numbers-list)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20428 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20429
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20430 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20431 ;; tic-width
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20432 @dots{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20433 (* symbol-width X-axis-label-spacing)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20434 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20435
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20436 @group
70609
bd74271e8d03 Fix spelling errors.
Eli Zaretskii <eliz@gnu.org>
parents: 68640
diff changeset
20437 ;; number-of-X-ticks
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20438 (if (zerop (% (X-length tic-width)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20439 (/ (X-length tic-width))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20440 (1+ (/ (X-length tic-width))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20441 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20442 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20443
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20444 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20445 All this leads us directly to the function for printing the X axis tic line:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20446
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20447 @findex print-X-axis-tic-line
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20448 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20449 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20450 (defun print-X-axis-tic-line
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20451 (number-of-X-tics X-axis-leading-spaces X-axis-tic-element)
70609
bd74271e8d03 Fix spelling errors.
Eli Zaretskii <eliz@gnu.org>
parents: 68640
diff changeset
20452 "Print ticks for X axis."
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20453 (insert X-axis-leading-spaces)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20454 (insert X-axis-tic-symbol) ; @r{Under first column.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20455 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20456 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20457 ;; @r{Insert second tic in the right spot.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20458 (insert (concat
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20459 (make-string
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20460 (- (* symbol-width X-axis-label-spacing)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20461 ;; @r{Insert white space up to second tic symbol.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20462 (* 2 (length X-axis-tic-symbol)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20463 ? )
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20464 X-axis-tic-symbol))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20465 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20466 @group
70609
bd74271e8d03 Fix spelling errors.
Eli Zaretskii <eliz@gnu.org>
parents: 68640
diff changeset
20467 ;; @r{Insert remaining ticks.}
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20468 (while (> number-of-X-tics 1)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20469 (insert X-axis-tic-element)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20470 (setq number-of-X-tics (1- number-of-X-tics))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20471 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20472 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20473
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20474 The line of numbers is equally straightforward:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20475
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20476 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20477 First, we create a numbered element with blank spaces before each number:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20478
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20479 @findex X-axis-element
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20480 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20481 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20482 (defun X-axis-element (number)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20483 "Construct a numbered X axis element."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20484 (let ((leading-spaces
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20485 (- (* symbol-width X-axis-label-spacing)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20486 (length (number-to-string number)))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20487 (concat (make-string leading-spaces ? )
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20488 (number-to-string number))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20489 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20490 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20491
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20492 Next, we create the function to print the numbered line, starting with
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20493 the number ``1'' under the first column:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20494
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20495 @findex print-X-axis-numbered-line
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20496 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20497 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20498 (defun print-X-axis-numbered-line
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20499 (number-of-X-tics X-axis-leading-spaces)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20500 "Print line of X-axis numbers"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20501 (let ((number X-axis-label-spacing))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20502 (insert X-axis-leading-spaces)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20503 (insert "1")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20504 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20505 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20506 (insert (concat
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20507 (make-string
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20508 ;; @r{Insert white space up to next number.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20509 (- (* symbol-width X-axis-label-spacing) 2)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20510 ? )
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20511 (number-to-string number)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20512 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20513 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20514 ;; @r{Insert remaining numbers.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20515 (setq number (+ number X-axis-label-spacing))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20516 (while (> number-of-X-tics 1)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20517 (insert (X-axis-element number))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20518 (setq number (+ number X-axis-label-spacing))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20519 (setq number-of-X-tics (1- number-of-X-tics)))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20520 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20521 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20522
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20523 Finally, we need to write the @code{print-X-axis} that uses
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20524 @code{print-X-axis-tic-line} and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20525 @code{print-X-axis-numbered-line}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20526
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20527 The function must determine the local values of the variables used by both
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20528 @code{print-X-axis-tic-line} and @code{print-X-axis-numbered-line}, and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20529 then it must call them. Also, it must print the carriage return that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20530 separates the two lines.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20531
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20532 The function consists of a varlist that specifies five local variables,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20533 and calls to each of the two line printing functions:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20534
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20535 @findex print-X-axis
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20536 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20537 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20538 (defun print-X-axis (numbers-list)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20539 "Print X axis labels to length of NUMBERS-LIST."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20540 (let* ((leading-spaces
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20541 (make-string full-Y-label-width ? ))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20542 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20543 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20544 ;; symbol-width @r{is provided by} graph-body-print
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20545 (tic-width (* symbol-width X-axis-label-spacing))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20546 (X-length (length numbers-list))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20547 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20548 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20549 (X-tic
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20550 (concat
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20551 (make-string
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20552 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20553 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20554 ;; @r{Make a string of blanks.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20555 (- (* symbol-width X-axis-label-spacing)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20556 (length X-axis-tic-symbol))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20557 ? )
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20558 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20559 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20560 ;; @r{Concatenate blanks with tic symbol.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20561 X-axis-tic-symbol))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20562 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20563 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20564 (tic-number
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20565 (if (zerop (% X-length tic-width))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20566 (/ X-length tic-width)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20567 (1+ (/ X-length tic-width)))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20568 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20569 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20570 (print-X-axis-tic-line tic-number leading-spaces X-tic)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20571 (insert "\n")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20572 (print-X-axis-numbered-line tic-number leading-spaces)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20573 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20574 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20575
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20576 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20577 You can test @code{print-X-axis}:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20578
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20579 @enumerate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20580 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20581 Install @code{X-axis-tic-symbol}, @code{X-axis-label-spacing},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20582 @code{print-X-axis-tic-line}, as well as @code{X-axis-element},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20583 @code{print-X-axis-numbered-line}, and @code{print-X-axis}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20584
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20585 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20586 Copy the following expression:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20587
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20588 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20589 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20590 (progn
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20591 (let ((full-Y-label-width 5)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20592 (symbol-width 1))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20593 (print-X-axis
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20594 '(1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20595 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20596 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20597
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20598 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20599 Switch to the @file{*scratch*} buffer and place the cursor where you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20600 want the axis labels to start.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20601
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20602 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20603 Type @kbd{M-:} (@code{eval-expression}).
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20604
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20605 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20606 Yank the test expression into the minibuffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20607 with @kbd{C-y} (@code{yank)}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20608
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20609 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20610 Press @key{RET} to evaluate the expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20611 @end enumerate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20612
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20613 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20614 Emacs will print the horizontal axis like this:
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
20615 @sp 1
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20616
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20617 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20618 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20619 | | | | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20620 1 5 10 15 20
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20621 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20622 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20623
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20624 @node Print Whole Graph, , print-X-axis, Full Graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20625 @appendixsec Printing the Whole Graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20626 @cindex Printing the whole graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20627 @cindex Whole graph printing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20628 @cindex Graph, printing all
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20629
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20630 Now we are nearly ready to print the whole graph.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20631
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20632 The function to print the graph with the proper labels follows the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20633 outline we created earlier (@pxref{Full Graph, , A Graph with Labelled
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20634 Axes}), but with additions.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20635
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20636 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20637 Here is the outline:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20638
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20639 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20640 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20641 (defun print-graph (numbers-list)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20642 "@var{documentation}@dots{}"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20643 (let ((height @dots{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20644 @dots{}))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20645 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20646 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20647 (print-Y-axis height @dots{} )
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20648 (graph-body-print numbers-list)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20649 (print-X-axis @dots{} )))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20650 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20651 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20652
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20653 @menu
73554
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
20654 * The final version::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
20655 * Test print-graph::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
20656 * Graphing words in defuns::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
20657 * lambda::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
20658 * mapcar::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
20659 * Another Bug::
d092f1092ef0 * emacs-lisp-intro.texi: Many changes since it turned out that
Robert J. Chassell <bob@rattlesnake.com>
parents: 72479
diff changeset
20660 * Final printed graph::
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20661 @end menu
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20662
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20663 @node The final version, Test print-graph, Print Whole Graph, Print Whole Graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20664 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20665 @unnumberedsubsec Changes for the Final Version
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20666 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20667
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20668 The final version is different from what we planned in two ways:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20669 first, it contains additional values calculated once in the varlist;
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20670 second, it carries an option to specify the labels' increment per row.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20671 This latter feature turns out to be essential; otherwise, a graph may
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20672 have more rows than fit on a display or on a sheet of paper.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20673
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20674 @need 1500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20675 This new feature requires a change to the @code{Y-axis-column}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20676 function, to add @code{vertical-step} to it. The function looks like
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20677 this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20678
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20679 @findex Y-axis-column @r{Final version.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20680 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20681 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20682 ;;; @r{Final version.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20683 (defun Y-axis-column
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20684 (height width-of-label &optional vertical-step)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20685 "Construct list of labels for Y axis.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20686 HEIGHT is maximum height of graph.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20687 WIDTH-OF-LABEL is maximum width of label.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20688 VERTICAL-STEP, an option, is a positive integer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20689 that specifies how much a Y axis label increments
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20690 for each line. For example, a step of 5 means
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20691 that each line is five units of the graph."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20692 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20693 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20694 (let (Y-axis
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20695 (number-per-line (or vertical-step 1)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20696 (while (> height 1)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20697 (if (zerop (% height Y-axis-label-spacing))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20698 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20699 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20700 ;; @r{Insert label.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20701 (setq Y-axis
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20702 (cons
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20703 (Y-axis-element
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20704 (* height number-per-line)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20705 width-of-label)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20706 Y-axis))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20707 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20708 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20709 ;; @r{Else, insert blanks.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20710 (setq Y-axis
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20711 (cons
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20712 (make-string width-of-label ? )
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20713 Y-axis)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20714 (setq height (1- height)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20715 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20716 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20717 ;; @r{Insert base line.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20718 (setq Y-axis (cons (Y-axis-element
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20719 (or vertical-step 1)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20720 width-of-label)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20721 Y-axis))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20722 (nreverse Y-axis)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20723 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20724 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20725
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20726 The values for the maximum height of graph and the width of a symbol
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20727 are computed by @code{print-graph} in its @code{let} expression; so
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20728 @code{graph-body-print} must be changed to accept them.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20729
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20730 @findex graph-body-print @r{Final version.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20731 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20732 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20733 ;;; @r{Final version.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20734 (defun graph-body-print (numbers-list height symbol-width)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20735 "Print a bar graph of the NUMBERS-LIST.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20736 The numbers-list consists of the Y-axis values.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20737 HEIGHT is maximum height of graph.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20738 SYMBOL-WIDTH is number of each column."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20739 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20740 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20741 (let (from-position)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20742 (while numbers-list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20743 (setq from-position (point))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20744 (insert-rectangle
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20745 (column-of-graph height (car numbers-list)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20746 (goto-char from-position)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20747 (forward-char symbol-width)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20748 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20749 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20750 ;; @r{Draw graph column by column.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20751 (sit-for 0)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20752 (setq numbers-list (cdr numbers-list)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20753 ;; @r{Place point for X axis labels.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20754 (forward-line height)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20755 (insert "\n")))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20756 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20757 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20758
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20759 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20760 Finally, the code for the @code{print-graph} function:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20761
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20762 @findex print-graph @r{Final version.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20763 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20764 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20765 ;;; @r{Final version.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20766 (defun print-graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20767 (numbers-list &optional vertical-step)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20768 "Print labelled bar graph of the NUMBERS-LIST.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20769 The numbers-list consists of the Y-axis values.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20770 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20771
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20772 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20773 Optionally, VERTICAL-STEP, a positive integer,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20774 specifies how much a Y axis label increments for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20775 each line. For example, a step of 5 means that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20776 each row is five units."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20777 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20778 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20779 (let* ((symbol-width (length graph-blank))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20780 ;; @code{height} @r{is both the largest number}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20781 ;; @r{and the number with the most digits.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20782 (height (apply 'max numbers-list))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20783 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20784 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20785 (height-of-top-line
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20786 (if (zerop (% height Y-axis-label-spacing))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20787 height
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20788 ;; @r{else}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20789 (* (1+ (/ height Y-axis-label-spacing))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20790 Y-axis-label-spacing)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20791 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20792 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20793 (vertical-step (or vertical-step 1))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20794 (full-Y-label-width
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20795 (length
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20796 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20797 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20798 (concat
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20799 (number-to-string
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20800 (* height-of-top-line vertical-step))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20801 Y-axis-tic))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20802 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20803
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20804 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20805 (print-Y-axis
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20806 height-of-top-line full-Y-label-width vertical-step)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20807 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20808 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20809 (graph-body-print
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20810 numbers-list height-of-top-line symbol-width)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20811 (print-X-axis numbers-list)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20812 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20813 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20814
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20815 @node Test print-graph, Graphing words in defuns, The final version, Print Whole Graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20816 @appendixsubsec Testing @code{print-graph}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20817
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20818 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20819 We can test the @code{print-graph} function with a short list of numbers:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20820
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20821 @enumerate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20822 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20823 Install the final versions of @code{Y-axis-column},
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20824 @code{graph-body-print}, and @code{print-graph} (in addition to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20825 rest of the code.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20826
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20827 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20828 Copy the following expression:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20829
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20830 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20831 (print-graph '(3 2 5 6 7 5 3 4 6 4 3 2 1))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20832 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20833
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20834 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20835 Switch to the @file{*scratch*} buffer and place the cursor where you
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20836 want the axis labels to start.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20837
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20838 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20839 Type @kbd{M-:} (@code{eval-expression}).
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20840
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20841 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20842 Yank the test expression into the minibuffer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20843 with @kbd{C-y} (@code{yank)}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20844
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20845 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20846 Press @key{RET} to evaluate the expression.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20847 @end enumerate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20848
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20849 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20850 Emacs will print a graph that looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20851
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20852 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20853 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20854 10 -
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20855
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20856
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20857 *
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20858 ** *
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20859 5 - **** *
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20860 **** ***
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20861 * *********
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20862 ************
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20863 1 - *************
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20864
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20865 | | | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20866 1 5 10 15
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20867 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20868 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20869
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
20870 @need 1200
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20871 On the other hand, if you pass @code{print-graph} a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20872 @code{vertical-step} value of 2, by evaluating this expression:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20873
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20874 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20875 (print-graph '(3 2 5 6 7 5 3 4 6 4 3 2 1) 2)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20876 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20877
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20878 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20879 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20880 The graph looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20881
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20882 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20883 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20884 20 -
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20885
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20886
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20887 *
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20888 ** *
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20889 10 - **** *
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20890 **** ***
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20891 * *********
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20892 ************
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20893 2 - *************
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20894
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20895 | | | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20896 1 5 10 15
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20897 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20898 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20899
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20900 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20901 (A question: is the `2' on the bottom of the vertical axis a bug or a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20902 feature? If you think it is a bug, and should be a `1' instead, (or
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20903 even a `0'), you can modify the sources.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20904
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20905 @node Graphing words in defuns, lambda, Test print-graph, Print Whole Graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20906 @appendixsubsec Graphing Numbers of Words and Symbols
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20907
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20908 Now for the graph for which all this code was written: a graph that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20909 shows how many function definitions contain fewer than 10 words and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20910 symbols, how many contain between 10 and 19 words and symbols, how
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20911 many contain between 20 and 29 words and symbols, and so on.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20912
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20913 This is a multi-step process. First make sure you have loaded all the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20914 requisite code.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20915
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20916 @need 1500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20917 It is a good idea to reset the value of @code{top-of-ranges} in case
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20918 you have set it to some different value. You can evaluate the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20919 following:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20920
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20921 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20922 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20923 (setq top-of-ranges
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20924 '(10 20 30 40 50
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20925 60 70 80 90 100
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20926 110 120 130 140 150
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20927 160 170 180 190 200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20928 210 220 230 240 250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20929 260 270 280 290 300)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20930 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20931 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20932
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20933 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20934 Next create a list of the number of words and symbols in each range.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20935
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20936 @need 1500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20937 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20938 Evaluate the following:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20939
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20940 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20941 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20942 (setq list-for-graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20943 (defuns-per-range
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20944 (sort
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20945 (recursive-lengths-list-many-files
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20946 (directory-files "/usr/local/emacs/lisp"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20947 t ".+el$"))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20948 '<)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20949 top-of-ranges))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20950 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20951 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20952
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20953 @noindent
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
20954 On my old machine, this took about an hour. It looked though 303 Lisp
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20955 files in my copy of Emacs version 19.23. After all that computing,
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
20956 the @code{list-for-graph} had this value:
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20957
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20958 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20959 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20960 (537 1027 955 785 594 483 349 292 224 199 166 120 116 99
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20961 90 80 67 48 52 45 41 33 28 26 25 20 12 28 11 13 220)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20962 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20963 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20964
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20965 @noindent
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
20966 This means that my copy of Emacs had 537 function definitions with
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20967 fewer than 10 words or symbols in them, 1,027 function definitions
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20968 with 10 to 19 words or symbols in them, 955 function definitions with
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20969 20 to 29 words or symbols in them, and so on.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20970
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20971 Clearly, just by looking at this list we can see that most function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20972 definitions contain ten to thirty words and symbols.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20973
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20974 Now for printing. We do @emph{not} want to print a graph that is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20975 1,030 lines high @dots{} Instead, we should print a graph that is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20976 fewer than twenty-five lines high. A graph that height can be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20977 displayed on almost any monitor, and easily printed on a sheet of paper.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20978
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20979 This means that each value in @code{list-for-graph} must be reduced to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20980 one-fiftieth its present value.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20981
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20982 Here is a short function to do just that, using two functions we have
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20983 not yet seen, @code{mapcar} and @code{lambda}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20984
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20985 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20986 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20987 (defun one-fiftieth (full-range)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20988 "Return list, each number one-fiftieth of previous."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20989 (mapcar '(lambda (arg) (/ arg 50)) full-range))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20990 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20991 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20992
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20993 @node lambda, mapcar, Graphing words in defuns, Print Whole Graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20994 @appendixsubsec A @code{lambda} Expression: Useful Anonymity
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20995 @cindex Anonymous function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20996 @findex lambda
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20997
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20998 @code{lambda} is the symbol for an anonymous function, a function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20999 without a name. Every time you use an anonymous function, you need to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21000 include its whole body.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21001
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21002 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21003 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21004 Thus,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21005
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21006 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21007 (lambda (arg) (/ arg 50))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21008 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21009
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21010 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21011 is a function definition that says `return the value resulting from
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21012 dividing whatever is passed to me as @code{arg} by 50'.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21013
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
21014 @need 1200
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21015 Earlier, for example, we had a function @code{multiply-by-seven}; it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21016 multiplied its argument by 7. This function is similar, except it
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21017 divides its argument by 50; and, it has no name. The anonymous
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21018 equivalent of @code{multiply-by-seven} is:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21019
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21020 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21021 (lambda (number) (* 7 number))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21022 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21023
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21024 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21025 (@xref{defun, , The @code{defun} Special Form}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21026
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21027 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21028 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21029 If we want to multiply 3 by 7, we can write:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21030
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21031 @c !!! Clear print-postscript-figures if the computer formatting this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21032 @c document is too small and cannot handle all the diagrams and figures.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21033 @c clear print-postscript-figures
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21034 @c set print-postscript-figures
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21035 @c lambda example diagram #1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21036 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21037 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21038 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21039 (multiply-by-seven 3)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21040 \_______________/ ^
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21041 | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21042 function argument
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21043 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21044 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21045 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21046 @ifset print-postscript-figures
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21047 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21048 @tex
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
21049 @center @image{lambda-1}
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21050 %%%% old method of including an image
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21051 % \input /usr/local/lib/tex/inputs/psfig.tex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21052 % \centerline{\psfig{figure=/usr/local/lib/emacs/man/lambda-1.eps}}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21053 % \catcode`\@=0 %
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21054 @end tex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21055 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21056 @end ifset
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21057 @ifclear print-postscript-figures
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21058 @iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21059 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21060 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21061 (multiply-by-seven 3)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21062 \_______________/ ^
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21063 | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21064 function argument
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21065 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21066 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21067 @end iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21068 @end ifclear
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21069
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21070 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21071 This expression returns 21.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21072
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21073 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21074 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21075 Similarly, we can write:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21076
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21077 @c lambda example diagram #2
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21078 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21079 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21080 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21081 ((lambda (number) (* 7 number)) 3)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21082 \____________________________/ ^
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21083 | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21084 anonymous function argument
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21085 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21086 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21087 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21088 @ifset print-postscript-figures
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21089 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21090 @tex
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
21091 @center @image{lambda-2}
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21092 %%%% old method of including an image
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21093 % \input /usr/local/lib/tex/inputs/psfig.tex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21094 % \centerline{\psfig{figure=/usr/local/lib/emacs/man/lambda-2.eps}}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21095 % \catcode`\@=0 %
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21096 @end tex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21097 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21098 @end ifset
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21099 @ifclear print-postscript-figures
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21100 @iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21101 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21102 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21103 ((lambda (number) (* 7 number)) 3)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21104 \____________________________/ ^
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21105 | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21106 anonymous function argument
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21107 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21108 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21109 @end iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21110 @end ifclear
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21111
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21112 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21113 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21114 If we want to divide 100 by 50, we can write:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21115
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21116 @c lambda example diagram #3
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21117 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21118 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21119 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21120 ((lambda (arg) (/ arg 50)) 100)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21121 \______________________/ \_/
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21122 | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21123 anonymous function argument
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21124 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21125 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21126 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21127 @ifset print-postscript-figures
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21128 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21129 @tex
73706
ae44d5bc9d37 More minor changes.
Robert J. Chassell <bob@rattlesnake.com>
parents: 73683
diff changeset
21130 @center @image{lambda-3}
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21131 %%%% old method of including an image
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21132 % \input /usr/local/lib/tex/inputs/psfig.tex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21133 % \centerline{\psfig{figure=/usr/local/lib/emacs/man/lambda-3.eps}}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21134 % \catcode`\@=0 %
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21135 @end tex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21136 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21137 @end ifset
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21138 @ifclear print-postscript-figures
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21139 @iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21140 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21141 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21142 ((lambda (arg) (/ arg 50)) 100)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21143 \______________________/ \_/
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21144 | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21145 anonymous function argument
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21146 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21147 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21148 @end iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21149 @end ifclear
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21150
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21151 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21152 This expression returns 2. The 100 is passed to the function, which
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21153 divides that number by 50.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21154
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21155 @xref{Lambda Expressions, , Lambda Expressions, elisp, The GNU Emacs
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21156 Lisp Reference Manual}, for more about @code{lambda}. Lisp and lambda
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21157 expressions derive from the Lambda Calculus.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21158
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21159 @node mapcar, Another Bug, lambda, Print Whole Graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21160 @appendixsubsec The @code{mapcar} Function
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21161 @findex mapcar
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21162
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21163 @code{mapcar} is a function that calls its first argument with each
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21164 element of its second argument, in turn. The second argument must be
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21165 a sequence.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21166
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21167 The @samp{map} part of the name comes from the mathematical phrase,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21168 `mapping over a domain', meaning to apply a function to each of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21169 elements in a domain. The mathematical phrase is based on the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21170 metaphor of a surveyor walking, one step at a time, over an area he is
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21171 mapping. And @samp{car}, of course, comes from the Lisp notion of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21172 first of a list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21173
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21174 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21175 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21176 For example,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21177
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21178 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21179 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21180 (mapcar '1+ '(2 4 6))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21181 @result{} (3 5 7)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21182 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21183 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21184
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21185 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21186 The function @code{1+} which adds one to its argument, is executed on
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21187 @emph{each} element of the list, and a new list is returned.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21188
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21189 Contrast this with @code{apply}, which applies its first argument to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21190 all the remaining.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21191 (@xref{Readying a Graph, , Readying a Graph}, for a explanation of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21192 @code{apply}.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21193
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21194 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21195 In the definition of @code{one-fiftieth}, the first argument is the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21196 anonymous function:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21197
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21198 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21199 (lambda (arg) (/ arg 50))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21200 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21201
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21202 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21203 and the second argument is @code{full-range}, which will be bound to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21204 @code{list-for-graph}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21205
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21206 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21207 The whole expression looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21208
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21209 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21210 (mapcar '(lambda (arg) (/ arg 50)) full-range))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21211 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21212
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21213 @xref{Mapping Functions, , Mapping Functions, elisp, The GNU Emacs
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21214 Lisp Reference Manual}, for more about @code{mapcar}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21215
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21216 Using the @code{one-fiftieth} function, we can generate a list in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21217 which each element is one-fiftieth the size of the corresponding
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21218 element in @code{list-for-graph}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21219
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21220 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21221 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21222 (setq fiftieth-list-for-graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21223 (one-fiftieth list-for-graph))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21224 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21225 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21226
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21227 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21228 The resulting list looks like this:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21229
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21230 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21231 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21232 (10 20 19 15 11 9 6 5 4 3 3 2 2
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21233 1 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 4)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21234 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21235 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21236
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21237 @noindent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21238 This, we are almost ready to print! (We also notice the loss of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21239 information: many of the higher ranges are 0, meaning that fewer than
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21240 50 defuns had that many words or symbols---but not necessarily meaning
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21241 that none had that many words or symbols.)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21242
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21243 @node Another Bug, Final printed graph, mapcar, Print Whole Graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21244 @appendixsubsec Another Bug @dots{} Most Insidious
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21245 @cindex Bug, most insidious type
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21246 @cindex Insidious type of bug
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21247
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21248 I said `almost ready to print'! Of course, there is a bug in the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21249 @code{print-graph} function @dots{} It has a @code{vertical-step}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21250 option, but not a @code{horizontal-step} option. The
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21251 @code{top-of-range} scale goes from 10 to 300 by tens. But the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21252 @code{print-graph} function will print only by ones.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21253
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21254 This is a classic example of what some consider the most insidious
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21255 type of bug, the bug of omission. This is not the kind of bug you can
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21256 find by studying the code, for it is not in the code; it is an omitted
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21257 feature. Your best actions are to try your program early and often;
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21258 and try to arrange, as much as you can, to write code that is easy to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21259 understand and easy to change. Try to be aware, whenever you can,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21260 that whatever you have written, @emph{will} be rewritten, if not soon,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21261 eventually. A hard maxim to follow.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21262
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21263 It is the @code{print-X-axis-numbered-line} function that needs the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21264 work; and then the @code{print-X-axis} and the @code{print-graph}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21265 functions need to be adapted. Not much needs to be done; there is one
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21266 nicety: the numbers ought to line up under the tic marks. This takes
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21267 a little thought.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21268
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21269 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21270 Here is the corrected @code{print-X-axis-numbered-line}:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21271
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21272 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21273 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21274 (defun print-X-axis-numbered-line
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21275 (number-of-X-tics X-axis-leading-spaces
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21276 &optional horizontal-step)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21277 "Print line of X-axis numbers"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21278 (let ((number X-axis-label-spacing)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21279 (horizontal-step (or horizontal-step 1)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21280 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21281 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21282 (insert X-axis-leading-spaces)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21283 ;; @r{Delete extra leading spaces.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21284 (delete-char
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21285 (- (1-
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21286 (length (number-to-string horizontal-step)))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21287 (insert (concat
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21288 (make-string
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21289 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21290 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21291 ;; @r{Insert white space.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21292 (- (* symbol-width
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21293 X-axis-label-spacing)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21294 (1-
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21295 (length
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21296 (number-to-string horizontal-step)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21297 2)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21298 ? )
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21299 (number-to-string
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21300 (* number horizontal-step))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21301 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21302 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21303 ;; @r{Insert remaining numbers.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21304 (setq number (+ number X-axis-label-spacing))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21305 (while (> number-of-X-tics 1)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21306 (insert (X-axis-element
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21307 (* number horizontal-step)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21308 (setq number (+ number X-axis-label-spacing))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21309 (setq number-of-X-tics (1- number-of-X-tics)))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21310 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21311 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21312
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21313 @need 1500
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21314 If you are reading this in Info, you can see the new versions of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21315 @code{print-X-axis} @code{print-graph} and evaluate them. If you are
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21316 reading this in a printed book, you can see the changed lines here
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21317 (the full text is too much to print).
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21318
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21319 @iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21320 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21321 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21322 (defun print-X-axis (numbers-list horizontal-step)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21323 @dots{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21324 (print-X-axis-numbered-line
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21325 tic-number leading-spaces horizontal-step))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21326 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21327 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21328
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21329 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21330 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21331 (defun print-graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21332 (numbers-list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21333 &optional vertical-step horizontal-step)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21334 @dots{}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21335 (print-X-axis numbers-list horizontal-step))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21336 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21337 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21338 @end iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21339
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21340 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21341 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21342 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21343 (defun print-X-axis (numbers-list horizontal-step)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21344 "Print X axis labels to length of NUMBERS-LIST.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21345 Optionally, HORIZONTAL-STEP, a positive integer,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21346 specifies how much an X axis label increments for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21347 each column."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21348 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21349 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21350 ;; Value of symbol-width and full-Y-label-width
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21351 ;; are passed by `print-graph'.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21352 (let* ((leading-spaces
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21353 (make-string full-Y-label-width ? ))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21354 ;; symbol-width @r{is provided by} graph-body-print
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21355 (tic-width (* symbol-width X-axis-label-spacing))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21356 (X-length (length numbers-list))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21357 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21358 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21359 (X-tic
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21360 (concat
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21361 (make-string
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21362 ;; @r{Make a string of blanks.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21363 (- (* symbol-width X-axis-label-spacing)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21364 (length X-axis-tic-symbol))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21365 ? )
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21366 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21367 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21368 ;; @r{Concatenate blanks with tic symbol.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21369 X-axis-tic-symbol))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21370 (tic-number
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21371 (if (zerop (% X-length tic-width))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21372 (/ X-length tic-width)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21373 (1+ (/ X-length tic-width)))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21374 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21375
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21376 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21377 (print-X-axis-tic-line
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21378 tic-number leading-spaces X-tic)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21379 (insert "\n")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21380 (print-X-axis-numbered-line
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21381 tic-number leading-spaces horizontal-step)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21382 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21383 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21384
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21385 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21386 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21387 (defun print-graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21388 (numbers-list &optional vertical-step horizontal-step)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21389 "Print labelled bar graph of the NUMBERS-LIST.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21390 The numbers-list consists of the Y-axis values.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21391 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21392
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21393 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21394 Optionally, VERTICAL-STEP, a positive integer,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21395 specifies how much a Y axis label increments for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21396 each line. For example, a step of 5 means that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21397 each row is five units.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21398 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21399
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21400 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21401 Optionally, HORIZONTAL-STEP, a positive integer,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21402 specifies how much an X axis label increments for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21403 each column."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21404 (let* ((symbol-width (length graph-blank))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21405 ;; @code{height} @r{is both the largest number}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21406 ;; @r{and the number with the most digits.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21407 (height (apply 'max numbers-list))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21408 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21409 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21410 (height-of-top-line
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21411 (if (zerop (% height Y-axis-label-spacing))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21412 height
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21413 ;; @r{else}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21414 (* (1+ (/ height Y-axis-label-spacing))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21415 Y-axis-label-spacing)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21416 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21417 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21418 (vertical-step (or vertical-step 1))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21419 (full-Y-label-width
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21420 (length
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21421 (concat
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21422 (number-to-string
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21423 (* height-of-top-line vertical-step))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21424 Y-axis-tic))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21425 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21426 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21427 (print-Y-axis
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21428 height-of-top-line full-Y-label-width vertical-step)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21429 (graph-body-print
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21430 numbers-list height-of-top-line symbol-width)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21431 (print-X-axis numbers-list horizontal-step)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21432 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21433 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21434 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21435
57334
37199d6ac2c7 Add minor footnotes saying ' is an abbreviation for quote.
Robert J. Chassell <bob@rattlesnake.com>
parents: 56940
diff changeset
21436 @c qqq
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21437 @ignore
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21438 Graphing Definitions Re-listed
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21439
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21440 @need 1250
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21441 Here are all the graphing definitions in their final form:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21442
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21443 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21444 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21445 (defvar top-of-ranges
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21446 '(10 20 30 40 50
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21447 60 70 80 90 100
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21448 110 120 130 140 150
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21449 160 170 180 190 200
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21450 210 220 230 240 250)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21451 "List specifying ranges for `defuns-per-range'.")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21452 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21453
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21454 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21455 (defvar graph-symbol "*"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21456 "String used as symbol in graph, usually an asterisk.")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21457 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21458
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21459 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21460 (defvar graph-blank " "
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21461 "String used as blank in graph, usually a blank space.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21462 graph-blank must be the same number of columns wide
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21463 as graph-symbol.")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21464 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21465
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21466 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21467 (defvar Y-axis-tic " - "
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21468 "String that follows number in a Y axis label.")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21469 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21470
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21471 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21472 (defvar Y-axis-label-spacing 5
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21473 "Number of lines from one Y axis label to next.")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21474 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21475
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21476 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21477 (defvar X-axis-tic-symbol "|"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21478 "String to insert to point to a column in X axis.")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21479 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21480
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21481 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21482 (defvar X-axis-label-spacing
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21483 (if (boundp 'graph-blank)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21484 (* 5 (length graph-blank)) 5)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21485 "Number of units from one X axis label to next.")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21486 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21487 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21488
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21489 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21490 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21491 (defun count-words-in-defun ()
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21492 "Return the number of words and symbols in a defun."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21493 (beginning-of-defun)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21494 (let ((count 0)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21495 (end (save-excursion (end-of-defun) (point))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21496 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21497
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21498 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21499 (while
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21500 (and (< (point) end)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21501 (re-search-forward
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21502 "\\(\\w\\|\\s_\\)+[^ \t\n]*[ \t\n]*"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21503 end t))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21504 (setq count (1+ count)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21505 count))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21506 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21507 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21508
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21509 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21510 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21511 (defun lengths-list-file (filename)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21512 "Return list of definitions' lengths within FILE.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21513 The returned list is a list of numbers.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21514 Each number is the number of words or
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21515 symbols in one function definition."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21516 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21517
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21518 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21519 (message "Working on `%s' ... " filename)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21520 (save-excursion
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21521 (let ((buffer (find-file-noselect filename))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21522 (lengths-list))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21523 (set-buffer buffer)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21524 (setq buffer-read-only t)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21525 (widen)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21526 (goto-char (point-min))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21527 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21528
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21529 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21530 (while (re-search-forward "^(defun" nil t)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21531 (setq lengths-list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21532 (cons (count-words-in-defun) lengths-list)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21533 (kill-buffer buffer)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21534 lengths-list)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21535 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21536 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21537
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21538 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21539 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21540 (defun lengths-list-many-files (list-of-files)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21541 "Return list of lengths of defuns in LIST-OF-FILES."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21542 (let (lengths-list)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21543 ;;; @r{true-or-false-test}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21544 (while list-of-files
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21545 (setq lengths-list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21546 (append
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21547 lengths-list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21548 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21549 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21550 ;;; @r{Generate a lengths' list.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21551 (lengths-list-file
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21552 (expand-file-name (car list-of-files)))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21553 ;;; @r{Make files' list shorter.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21554 (setq list-of-files (cdr list-of-files)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21555 ;;; @r{Return final value of lengths' list.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21556 lengths-list))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21557 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21558 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21559
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21560 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21561 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21562 (defun defuns-per-range (sorted-lengths top-of-ranges)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21563 "SORTED-LENGTHS defuns in each TOP-OF-RANGES range."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21564 (let ((top-of-range (car top-of-ranges))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21565 (number-within-range 0)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21566 defuns-per-range-list)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21567 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21568
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21569 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21570 ;; @r{Outer loop.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21571 (while top-of-ranges
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21572
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21573 ;; @r{Inner loop.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21574 (while (and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21575 ;; @r{Need number for numeric test.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21576 (car sorted-lengths)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21577 (< (car sorted-lengths) top-of-range))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21578
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21579 ;; @r{Count number of definitions within current range.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21580 (setq number-within-range (1+ number-within-range))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21581 (setq sorted-lengths (cdr sorted-lengths)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21582 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21583
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21584 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21585 ;; @r{Exit inner loop but remain within outer loop.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21586
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21587 (setq defuns-per-range-list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21588 (cons number-within-range defuns-per-range-list))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21589 (setq number-within-range 0) ; @r{Reset count to zero.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21590
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21591 ;; @r{Move to next range.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21592 (setq top-of-ranges (cdr top-of-ranges))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21593 ;; @r{Specify next top of range value.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21594 (setq top-of-range (car top-of-ranges)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21595 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21596
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21597 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21598 ;; @r{Exit outer loop and count the number of defuns larger than}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21599 ;; @r{ the largest top-of-range value.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21600 (setq defuns-per-range-list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21601 (cons
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21602 (length sorted-lengths)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21603 defuns-per-range-list))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21604
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21605 ;; @r{Return a list of the number of definitions within each range,}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21606 ;; @r{ smallest to largest.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21607 (nreverse defuns-per-range-list)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21608 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21609 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21610
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21611 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21612 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21613 (defun column-of-graph (max-graph-height actual-height)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21614 "Return list of MAX-GRAPH-HEIGHT strings;
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21615 ACTUAL-HEIGHT are graph-symbols.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21616 The graph-symbols are contiguous entries at the end
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21617 of the list.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21618 The list will be inserted as one column of a graph.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21619 The strings are either graph-blank or graph-symbol."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21620 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21621
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21622 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21623 (let ((insert-list nil)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21624 (number-of-top-blanks
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21625 (- max-graph-height actual-height)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21626
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21627 ;; @r{Fill in @code{graph-symbols}.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21628 (while (> actual-height 0)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21629 (setq insert-list (cons graph-symbol insert-list))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21630 (setq actual-height (1- actual-height)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21631 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21632
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21633 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21634 ;; @r{Fill in @code{graph-blanks}.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21635 (while (> number-of-top-blanks 0)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21636 (setq insert-list (cons graph-blank insert-list))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21637 (setq number-of-top-blanks
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21638 (1- number-of-top-blanks)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21639
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21640 ;; @r{Return whole list.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21641 insert-list))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21642 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21643 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21644
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21645 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21646 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21647 (defun Y-axis-element (number full-Y-label-width)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21648 "Construct a NUMBERed label element.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21649 A numbered element looks like this ` 5 - ',
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21650 and is padded as needed so all line up with
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21651 the element for the largest number."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21652 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21653 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21654 (let* ((leading-spaces
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21655 (- full-Y-label-width
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21656 (length
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21657 (concat (number-to-string number)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21658 Y-axis-tic)))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21659 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21660 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21661 (concat
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21662 (make-string leading-spaces ? )
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21663 (number-to-string number)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21664 Y-axis-tic)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21665 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21666 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21667
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21668 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21669 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21670 (defun print-Y-axis
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21671 (height full-Y-label-width &optional vertical-step)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21672 "Insert Y axis by HEIGHT and FULL-Y-LABEL-WIDTH.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21673 Height must be the maximum height of the graph.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21674 Full width is the width of the highest label element.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21675 Optionally, print according to VERTICAL-STEP."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21676 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21677 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21678 ;; Value of height and full-Y-label-width
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21679 ;; are passed by `print-graph'.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21680 (let ((start (point)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21681 (insert-rectangle
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21682 (Y-axis-column height full-Y-label-width vertical-step))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21683 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21684 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21685 ;; @r{Place point ready for inserting graph.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21686 (goto-char start)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21687 ;; @r{Move point forward by value of} full-Y-label-width
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21688 (forward-char full-Y-label-width)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21689 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21690 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21691
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21692 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21693 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21694 (defun print-X-axis-tic-line
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21695 (number-of-X-tics X-axis-leading-spaces X-axis-tic-element)
70609
bd74271e8d03 Fix spelling errors.
Eli Zaretskii <eliz@gnu.org>
parents: 68640
diff changeset
21696 "Print ticks for X axis."
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21697 (insert X-axis-leading-spaces)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21698 (insert X-axis-tic-symbol) ; @r{Under first column.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21699 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21700 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21701 ;; @r{Insert second tic in the right spot.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21702 (insert (concat
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21703 (make-string
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21704 (- (* symbol-width X-axis-label-spacing)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21705 ;; @r{Insert white space up to second tic symbol.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21706 (* 2 (length X-axis-tic-symbol)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21707 ? )
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21708 X-axis-tic-symbol))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21709 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21710 @group
70609
bd74271e8d03 Fix spelling errors.
Eli Zaretskii <eliz@gnu.org>
parents: 68640
diff changeset
21711 ;; @r{Insert remaining ticks.}
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21712 (while (> number-of-X-tics 1)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21713 (insert X-axis-tic-element)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21714 (setq number-of-X-tics (1- number-of-X-tics))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21715 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21716 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21717
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21718 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21719 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21720 (defun X-axis-element (number)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21721 "Construct a numbered X axis element."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21722 (let ((leading-spaces
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21723 (- (* symbol-width X-axis-label-spacing)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21724 (length (number-to-string number)))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21725 (concat (make-string leading-spaces ? )
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21726 (number-to-string number))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21727 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21728 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21729
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21730 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21731 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21732 (defun graph-body-print (numbers-list height symbol-width)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21733 "Print a bar graph of the NUMBERS-LIST.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21734 The numbers-list consists of the Y-axis values.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21735 HEIGHT is maximum height of graph.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21736 SYMBOL-WIDTH is number of each column."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21737 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21738 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21739 (let (from-position)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21740 (while numbers-list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21741 (setq from-position (point))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21742 (insert-rectangle
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21743 (column-of-graph height (car numbers-list)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21744 (goto-char from-position)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21745 (forward-char symbol-width)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21746 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21747 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21748 ;; @r{Draw graph column by column.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21749 (sit-for 0)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21750 (setq numbers-list (cdr numbers-list)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21751 ;; @r{Place point for X axis labels.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21752 (forward-line height)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21753 (insert "\n")))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21754 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21755 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21756
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21757 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21758 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21759 (defun Y-axis-column
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21760 (height width-of-label &optional vertical-step)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21761 "Construct list of labels for Y axis.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21762 HEIGHT is maximum height of graph.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21763 WIDTH-OF-LABEL is maximum width of label.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21764 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21765 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21766 VERTICAL-STEP, an option, is a positive integer
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21767 that specifies how much a Y axis label increments
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21768 for each line. For example, a step of 5 means
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21769 that each line is five units of the graph."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21770 (let (Y-axis
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21771 (number-per-line (or vertical-step 1)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21772 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21773 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21774 (while (> height 1)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21775 (if (zerop (% height Y-axis-label-spacing))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21776 ;; @r{Insert label.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21777 (setq Y-axis
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21778 (cons
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21779 (Y-axis-element
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21780 (* height number-per-line)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21781 width-of-label)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21782 Y-axis))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21783 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21784 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21785 ;; @r{Else, insert blanks.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21786 (setq Y-axis
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21787 (cons
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21788 (make-string width-of-label ? )
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21789 Y-axis)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21790 (setq height (1- height)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21791 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21792 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21793 ;; @r{Insert base line.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21794 (setq Y-axis (cons (Y-axis-element
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21795 (or vertical-step 1)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21796 width-of-label)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21797 Y-axis))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21798 (nreverse Y-axis)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21799 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21800 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21801
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21802 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21803 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21804 (defun print-X-axis-numbered-line
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21805 (number-of-X-tics X-axis-leading-spaces
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21806 &optional horizontal-step)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21807 "Print line of X-axis numbers"
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21808 (let ((number X-axis-label-spacing)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21809 (horizontal-step (or horizontal-step 1)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21810 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21811 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21812 (insert X-axis-leading-spaces)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21813 ;; line up number
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21814 (delete-char (- (1- (length (number-to-string horizontal-step)))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21815 (insert (concat
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21816 (make-string
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21817 ;; @r{Insert white space up to next number.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21818 (- (* symbol-width X-axis-label-spacing)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21819 (1- (length (number-to-string horizontal-step)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21820 2)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21821 ? )
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21822 (number-to-string (* number horizontal-step))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21823 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21824 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21825 ;; @r{Insert remaining numbers.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21826 (setq number (+ number X-axis-label-spacing))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21827 (while (> number-of-X-tics 1)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21828 (insert (X-axis-element (* number horizontal-step)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21829 (setq number (+ number X-axis-label-spacing))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21830 (setq number-of-X-tics (1- number-of-X-tics)))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21831 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21832 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21833
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21834 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21835 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21836 (defun print-X-axis (numbers-list horizontal-step)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21837 "Print X axis labels to length of NUMBERS-LIST.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21838 Optionally, HORIZONTAL-STEP, a positive integer,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21839 specifies how much an X axis label increments for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21840 each column."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21841 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21842 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21843 ;; Value of symbol-width and full-Y-label-width
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21844 ;; are passed by `print-graph'.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21845 (let* ((leading-spaces
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21846 (make-string full-Y-label-width ? ))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21847 ;; symbol-width @r{is provided by} graph-body-print
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21848 (tic-width (* symbol-width X-axis-label-spacing))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21849 (X-length (length numbers-list))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21850 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21851 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21852 (X-tic
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21853 (concat
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21854 (make-string
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21855 ;; @r{Make a string of blanks.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21856 (- (* symbol-width X-axis-label-spacing)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21857 (length X-axis-tic-symbol))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21858 ? )
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21859 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21860 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21861 ;; @r{Concatenate blanks with tic symbol.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21862 X-axis-tic-symbol))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21863 (tic-number
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21864 (if (zerop (% X-length tic-width))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21865 (/ X-length tic-width)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21866 (1+ (/ X-length tic-width)))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21867 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21868
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21869 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21870 (print-X-axis-tic-line
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21871 tic-number leading-spaces X-tic)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21872 (insert "\n")
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21873 (print-X-axis-numbered-line
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21874 tic-number leading-spaces horizontal-step)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21875 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21876 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21877
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21878 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21879 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21880 (defun one-fiftieth (full-range)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21881 "Return list, each number of which is 1/50th previous."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21882 (mapcar '(lambda (arg) (/ arg 50)) full-range))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21883 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21884 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21885
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21886 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21887 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21888 (defun print-graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21889 (numbers-list &optional vertical-step horizontal-step)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21890 "Print labelled bar graph of the NUMBERS-LIST.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21891 The numbers-list consists of the Y-axis values.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21892 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21893
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21894 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21895 Optionally, VERTICAL-STEP, a positive integer,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21896 specifies how much a Y axis label increments for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21897 each line. For example, a step of 5 means that
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21898 each row is five units.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21899 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21900
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21901 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21902 Optionally, HORIZONTAL-STEP, a positive integer,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21903 specifies how much an X axis label increments for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21904 each column."
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21905 (let* ((symbol-width (length graph-blank))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21906 ;; @code{height} @r{is both the largest number}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21907 ;; @r{and the number with the most digits.}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21908 (height (apply 'max numbers-list))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21909 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21910 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21911 (height-of-top-line
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21912 (if (zerop (% height Y-axis-label-spacing))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21913 height
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21914 ;; @r{else}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21915 (* (1+ (/ height Y-axis-label-spacing))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21916 Y-axis-label-spacing)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21917 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21918 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21919 (vertical-step (or vertical-step 1))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21920 (full-Y-label-width
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21921 (length
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21922 (concat
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21923 (number-to-string
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21924 (* height-of-top-line vertical-step))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21925 Y-axis-tic))))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21926 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21927 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21928
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21929 (print-Y-axis
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21930 height-of-top-line full-Y-label-width vertical-step)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21931 (graph-body-print
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21932 numbers-list height-of-top-line symbol-width)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21933 (print-X-axis numbers-list horizontal-step)))
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21934 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21935 @end smallexample
57334
37199d6ac2c7 Add minor footnotes saying ' is an abbreviation for quote.
Robert J. Chassell <bob@rattlesnake.com>
parents: 56940
diff changeset
21936 @c qqq
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21937 @end ignore
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21938
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21939 @page
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21940 @node Final printed graph, , Another Bug, Print Whole Graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21941 @appendixsubsec The Printed Graph
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21942
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21943 When made and installed, you can call the @code{print-graph} command
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21944 like this:
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
21945 @sp 1
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21946
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21947 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21948 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21949 (print-graph fiftieth-list-for-graph 50 10)
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21950 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21951 @end smallexample
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
21952 @sp 1
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
21953
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
21954 @noindent
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21955 Here is the graph:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21956 @sp 2
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21957
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21958 @smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21959 @group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21960 1000 - *
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21961 **
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21962 **
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21963 **
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21964 **
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21965 750 - ***
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21966 ***
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21967 ***
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21968 ***
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21969 ****
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21970 500 - *****
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21971 ******
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21972 ******
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21973 ******
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21974 *******
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21975 250 - ********
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21976 ********* *
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21977 *********** *
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21978 ************* *
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21979 50 - ***************** * *
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21980 | | | | | | | |
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21981 10 50 100 150 200 250 300 350
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21982 @end group
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21983 @end smallexample
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21984
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21985 @sp 2
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21986
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
21987 @noindent
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21988 The largest group of functions contain 10 -- 19 words and symbols each.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21989
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
21990 @node Free Software and Free Manuals, GNU Free Documentation License, Full Graph, Top
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
21991 @appendix Free Software and Free Manuals
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
21992
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
21993 @strong{by Richard M. Stallman}
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
21994 @sp 1
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
21995
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
21996 The biggest deficiency in free operating systems is not in the
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
21997 software---it is the lack of good free manuals that we can include in
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
21998 these systems. Many of our most important programs do not come with
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
21999 full manuals. Documentation is an essential part of any software
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22000 package; when an important free software package does not come with a
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22001 free manual, that is a major gap. We have many such gaps today.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22002
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22003 Once upon a time, many years ago, I thought I would learn Perl. I got
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22004 a copy of a free manual, but I found it hard to read. When I asked
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22005 Perl users about alternatives, they told me that there were better
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22006 introductory manuals---but those were not free.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22007
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22008 Why was this? The authors of the good manuals had written them for
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22009 O'Reilly Associates, which published them with restrictive terms---no
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22010 copying, no modification, source files not available---which exclude
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22011 them from the free software community.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22012
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22013 That wasn't the first time this sort of thing has happened, and (to
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22014 our community's great loss) it was far from the last. Proprietary
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22015 manual publishers have enticed a great many authors to restrict their
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22016 manuals since then. Many times I have heard a GNU user eagerly tell me
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22017 about a manual that he is writing, with which he expects to help the
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22018 GNU project---and then had my hopes dashed, as he proceeded to explain
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22019 that he had signed a contract with a publisher that would restrict it
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22020 so that we cannot use it.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22021
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22022 Given that writing good English is a rare skill among programmers, we
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22023 can ill afford to lose manuals this way.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22024
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22025 @c (texinfo)uref
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22026 (The Free Software Foundation
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22027 @uref{http://www.gnu.org/doc/doc.html#DescriptionsOfGNUDocumentation, ,
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22028 sells printed copies} of free @uref{http://www.gnu.org/doc/doc.html,
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22029 GNU manuals}, too.)
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22030
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22031 Free documentation, like free software, is a matter of freedom, not
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22032 price. The problem with these manuals was not that O'Reilly Associates
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22033 charged a price for printed copies---that in itself is fine. (The Free
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22034 Software Foundation sells printed copies of free GNU manuals, too.)
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22035 But GNU manuals are available in source code form, while these manuals
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22036 are available only on paper. GNU manuals come with permission to copy
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22037 and modify; the Perl manuals do not. These restrictions are the
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22038 problems.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22039
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22040 The criterion for a free manual is pretty much the same as for free
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22041 software: it is a matter of giving all users certain
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22042 freedoms. Redistribution (including commercial redistribution) must be
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22043 permitted, so that the manual can accompany every copy of the program,
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22044 on-line or on paper. Permission for modification is crucial too.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22045
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22046 As a general rule, I don't believe that it is essential for people to
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22047 have permission to modify all sorts of articles and books. The issues
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22048 for writings are not necessarily the same as those for software. For
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22049 example, I don't think you or I are obliged to give permission to
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22050 modify articles like this one, which describe our actions and our
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22051 views.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22052
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22053 But there is a particular reason why the freedom to modify is crucial
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22054 for documentation for free software. When people exercise their right
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22055 to modify the software, and add or change its features, if they are
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22056 conscientious they will change the manual too---so they can provide
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22057 accurate and usable documentation with the modified program. A manual
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22058 which forbids programmers to be conscientious and finish the job, or
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22059 more precisely requires them to write a new manual from scratch if
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22060 they change the program, does not fill our community's needs.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22061
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22062 While a blanket prohibition on modification is unacceptable, some
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22063 kinds of limits on the method of modification pose no problem. For
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22064 example, requirements to preserve the original author's copyright
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22065 notice, the distribution terms, or the list of authors, are ok. It is
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22066 also no problem to require modified versions to include notice that
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22067 they were modified, even to have entire sections that may not be
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22068 deleted or changed, as long as these sections deal with nontechnical
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22069 topics. (Some GNU manuals have them.)
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22070
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22071 These kinds of restrictions are not a problem because, as a practical
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22072 matter, they don't stop the conscientious programmer from adapting the
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22073 manual to fit the modified program. In other words, they don't block
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22074 the free software community from making full use of the manual.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22075
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22076 However, it must be possible to modify all the technical content of
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22077 the manual, and then distribute the result in all the usual media,
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22078 through all the usual channels; otherwise, the restrictions do block
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22079 the community, the manual is not free, and so we need another manual.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22080
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22081 Unfortunately, it is often hard to find someone to write another
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22082 manual when a proprietary manual exists. The obstacle is that many
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22083 users think that a proprietary manual is good enough---so they don't
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22084 see the need to write a free manual. They do not see that the free
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22085 operating system has a gap that needs filling.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22086
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22087 Why do users think that proprietary manuals are good enough? Some have
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22088 not considered the issue. I hope this article will do something to
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22089 change that.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22090
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22091 Other users consider proprietary manuals acceptable for the same
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22092 reason so many people consider proprietary software acceptable: they
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22093 judge in purely practical terms, not using freedom as a
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22094 criterion. These people are entitled to their opinions, but since
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22095 those opinions spring from values which do not include freedom, they
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22096 are no guide for those of us who do value freedom.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22097
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22098 Please spread the word about this issue. We continue to lose manuals
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22099 to proprietary publishing. If we spread the word that proprietary
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22100 manuals are not sufficient, perhaps the next person who wants to help
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22101 GNU by writing documentation will realize, before it is too late, that
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22102 he must above all make it free.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22103
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22104 We can also encourage commercial publishers to sell free, copylefted
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22105 manuals instead of proprietary ones. One way you can help this is to
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22106 check the distribution terms of a manual before you buy it, and prefer
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22107 copylefted manuals to non-copylefted ones.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22108
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22109 @sp 2
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22110 @noindent
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22111 Note: The Free Software Foundation maintains a page on its Web site
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22112 that lists free books available from other publishers:@*
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22113 @uref{http://www.gnu.org/doc/other-free-books.html}
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22114
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22115 @node GNU Free Documentation License, Index, Free Software and Free Manuals, Top
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22116 @appendix GNU Free Documentation License
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22117
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22118 @cindex FDL, GNU Free Documentation License
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22119 @center Version 1.2, November 2002
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22120
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22121 @display
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22122 Copyright @copyright{} 2000,2001,2002 Free Software Foundation, Inc.
64091
6fb026ad601f Update FSF's address.
Lute Kamstra <lute@gnu.org>
parents: 64083
diff changeset
22123 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22124
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22125 Everyone is permitted to copy and distribute verbatim copies
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22126 of this license document, but changing it is not allowed.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22127 @end display
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22128
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22129 @enumerate 0
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22130 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22131 PREAMBLE
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22132
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22133 The purpose of this License is to make a manual, textbook, or other
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22134 functional and useful document @dfn{free} in the sense of freedom: to
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22135 assure everyone the effective freedom to copy and redistribute it,
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22136 with or without modifying it, either commercially or noncommercially.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22137 Secondarily, this License preserves for the author and publisher a way
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22138 to get credit for their work, while not being considered responsible
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22139 for modifications made by others.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22140
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22141 This License is a kind of ``copyleft'', which means that derivative
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22142 works of the document must themselves be free in the same sense. It
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22143 complements the GNU General Public License, which is a copyleft
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22144 license designed for free software.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22145
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22146 We have designed this License in order to use it for manuals for free
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22147 software, because free software needs free documentation: a free
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22148 program should come with manuals providing the same freedoms that the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22149 software does. But this License is not limited to software manuals;
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22150 it can be used for any textual work, regardless of subject matter or
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22151 whether it is published as a printed book. We recommend this License
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22152 principally for works whose purpose is instruction or reference.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22153
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22154 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22155 APPLICABILITY AND DEFINITIONS
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22156
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22157 This License applies to any manual or other work, in any medium, that
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22158 contains a notice placed by the copyright holder saying it can be
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22159 distributed under the terms of this License. Such a notice grants a
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22160 world-wide, royalty-free license, unlimited in duration, to use that
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22161 work under the conditions stated herein. The ``Document'', below,
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22162 refers to any such manual or work. Any member of the public is a
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22163 licensee, and is addressed as ``you''. You accept the license if you
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22164 copy, modify or distribute the work in a way requiring permission
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22165 under copyright law.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22166
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22167 A ``Modified Version'' of the Document means any work containing the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22168 Document or a portion of it, either copied verbatim, or with
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22169 modifications and/or translated into another language.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22170
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22171 A ``Secondary Section'' is a named appendix or a front-matter section
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22172 of the Document that deals exclusively with the relationship of the
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22173 publishers or authors of the Document to the Document's overall
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22174 subject (or to related matters) and contains nothing that could fall
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22175 directly within that overall subject. (Thus, if the Document is in
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22176 part a textbook of mathematics, a Secondary Section may not explain
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22177 any mathematics.) The relationship could be a matter of historical
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22178 connection with the subject or with related matters, or of legal,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22179 commercial, philosophical, ethical or political position regarding
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22180 them.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22181
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22182 The ``Invariant Sections'' are certain Secondary Sections whose titles
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22183 are designated, as being those of Invariant Sections, in the notice
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22184 that says that the Document is released under this License. If a
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22185 section does not fit the above definition of Secondary then it is not
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22186 allowed to be designated as Invariant. The Document may contain zero
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22187 Invariant Sections. If the Document does not identify any Invariant
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22188 Sections then there are none.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22189
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22190 The ``Cover Texts'' are certain short passages of text that are listed,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22191 as Front-Cover Texts or Back-Cover Texts, in the notice that says that
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22192 the Document is released under this License. A Front-Cover Text may
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22193 be at most 5 words, and a Back-Cover Text may be at most 25 words.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22194
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22195 A ``Transparent'' copy of the Document means a machine-readable copy,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22196 represented in a format whose specification is available to the
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22197 general public, that is suitable for revising the document
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22198 straightforwardly with generic text editors or (for images composed of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22199 pixels) generic paint programs or (for drawings) some widely available
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22200 drawing editor, and that is suitable for input to text formatters or
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22201 for automatic translation to a variety of formats suitable for input
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22202 to text formatters. A copy made in an otherwise Transparent file
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22203 format whose markup, or absence of markup, has been arranged to thwart
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22204 or discourage subsequent modification by readers is not Transparent.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22205 An image format is not Transparent if used for any substantial amount
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22206 of text. A copy that is not ``Transparent'' is called ``Opaque''.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22207
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22208 Examples of suitable formats for Transparent copies include plain
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22209 @sc{ascii} without markup, Texinfo input format, La@TeX{} input
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22210 format, @acronym{SGML} or @acronym{XML} using a publicly available
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22211 @acronym{DTD}, and standard-conforming simple @acronym{HTML},
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22212 PostScript or @acronym{PDF} designed for human modification. Examples
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22213 of transparent image formats include @acronym{PNG}, @acronym{XCF} and
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22214 @acronym{JPG}. Opaque formats include proprietary formats that can be
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22215 read and edited only by proprietary word processors, @acronym{SGML} or
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22216 @acronym{XML} for which the @acronym{DTD} and/or processing tools are
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22217 not generally available, and the machine-generated @acronym{HTML},
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22218 PostScript or @acronym{PDF} produced by some word processors for
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22219 output purposes only.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22220
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22221 The ``Title Page'' means, for a printed book, the title page itself,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22222 plus such following pages as are needed to hold, legibly, the material
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22223 this License requires to appear in the title page. For works in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22224 formats which do not have any title page as such, ``Title Page'' means
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22225 the text near the most prominent appearance of the work's title,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22226 preceding the beginning of the body of the text.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22227
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22228 A section ``Entitled XYZ'' means a named subunit of the Document whose
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22229 title either is precisely XYZ or contains XYZ in parentheses following
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22230 text that translates XYZ in another language. (Here XYZ stands for a
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22231 specific section name mentioned below, such as ``Acknowledgements'',
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22232 ``Dedications'', ``Endorsements'', or ``History''.) To ``Preserve the Title''
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22233 of such a section when you modify the Document means that it remains a
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22234 section ``Entitled XYZ'' according to this definition.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22235
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22236 The Document may include Warranty Disclaimers next to the notice which
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22237 states that this License applies to the Document. These Warranty
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22238 Disclaimers are considered to be included by reference in this
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22239 License, but only as regards disclaiming warranties: any other
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22240 implication that these Warranty Disclaimers may have is void and has
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22241 no effect on the meaning of this License.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22242
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22243 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22244 VERBATIM COPYING
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22245
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22246 You may copy and distribute the Document in any medium, either
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22247 commercially or noncommercially, provided that this License, the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22248 copyright notices, and the license notice saying this License applies
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22249 to the Document are reproduced in all copies, and that you add no other
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22250 conditions whatsoever to those of this License. You may not use
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22251 technical measures to obstruct or control the reading or further
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22252 copying of the copies you make or distribute. However, you may accept
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22253 compensation in exchange for copies. If you distribute a large enough
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22254 number of copies you must also follow the conditions in section 3.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22255
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22256 You may also lend copies, under the same conditions stated above, and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22257 you may publicly display copies.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22258
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22259 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22260 COPYING IN QUANTITY
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22261
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22262 If you publish printed copies (or copies in media that commonly have
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22263 printed covers) of the Document, numbering more than 100, and the
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22264 Document's license notice requires Cover Texts, you must enclose the
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22265 copies in covers that carry, clearly and legibly, all these Cover
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22266 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22267 the back cover. Both covers must also clearly and legibly identify
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22268 you as the publisher of these copies. The front cover must present
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22269 the full title with all words of the title equally prominent and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22270 visible. You may add other material on the covers in addition.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22271 Copying with changes limited to the covers, as long as they preserve
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22272 the title of the Document and satisfy these conditions, can be treated
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22273 as verbatim copying in other respects.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22274
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22275 If the required texts for either cover are too voluminous to fit
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22276 legibly, you should put the first ones listed (as many as fit
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22277 reasonably) on the actual cover, and continue the rest onto adjacent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22278 pages.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22279
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22280 If you publish or distribute Opaque copies of the Document numbering
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22281 more than 100, you must either include a machine-readable Transparent
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22282 copy along with each Opaque copy, or state in or with each Opaque copy
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22283 a computer-network location from which the general network-using
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22284 public has access to download using public-standard network protocols
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22285 a complete Transparent copy of the Document, free of added material.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22286 If you use the latter option, you must take reasonably prudent steps,
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22287 when you begin distribution of Opaque copies in quantity, to ensure
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22288 that this Transparent copy will remain thus accessible at the stated
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22289 location until at least one year after the last time you distribute an
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22290 Opaque copy (directly or through your agents or retailers) of that
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22291 edition to the public.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22292
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22293 It is requested, but not required, that you contact the authors of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22294 Document well before redistributing any large number of copies, to give
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22295 them a chance to provide you with an updated version of the Document.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22296
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22297 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22298 MODIFICATIONS
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22299
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22300 You may copy and distribute a Modified Version of the Document under
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22301 the conditions of sections 2 and 3 above, provided that you release
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22302 the Modified Version under precisely this License, with the Modified
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22303 Version filling the role of the Document, thus licensing distribution
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22304 and modification of the Modified Version to whoever possesses a copy
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22305 of it. In addition, you must do these things in the Modified Version:
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22306
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22307 @enumerate A
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22308 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22309 Use in the Title Page (and on the covers, if any) a title distinct
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22310 from that of the Document, and from those of previous versions
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22311 (which should, if there were any, be listed in the History section
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22312 of the Document). You may use the same title as a previous version
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22313 if the original publisher of that version gives permission.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22314
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22315 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22316 List on the Title Page, as authors, one or more persons or entities
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22317 responsible for authorship of the modifications in the Modified
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22318 Version, together with at least five of the principal authors of the
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22319 Document (all of its principal authors, if it has fewer than five),
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22320 unless they release you from this requirement.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22321
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22322 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22323 State on the Title page the name of the publisher of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22324 Modified Version, as the publisher.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22325
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22326 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22327 Preserve all the copyright notices of the Document.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22328
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22329 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22330 Add an appropriate copyright notice for your modifications
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22331 adjacent to the other copyright notices.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22332
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22333 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22334 Include, immediately after the copyright notices, a license notice
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22335 giving the public permission to use the Modified Version under the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22336 terms of this License, in the form shown in the Addendum below.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22337
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22338 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22339 Preserve in that license notice the full lists of Invariant Sections
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22340 and required Cover Texts given in the Document's license notice.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22341
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22342 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22343 Include an unaltered copy of this License.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22344
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22345 @item
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22346 Preserve the section Entitled ``History'', Preserve its Title, and add
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22347 to it an item stating at least the title, year, new authors, and
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22348 publisher of the Modified Version as given on the Title Page. If
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22349 there is no section Entitled ``History'' in the Document, create one
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22350 stating the title, year, authors, and publisher of the Document as
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22351 given on its Title Page, then add an item describing the Modified
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22352 Version as stated in the previous sentence.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22353
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22354 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22355 Preserve the network location, if any, given in the Document for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22356 public access to a Transparent copy of the Document, and likewise
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22357 the network locations given in the Document for previous versions
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22358 it was based on. These may be placed in the ``History'' section.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22359 You may omit a network location for a work that was published at
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22360 least four years before the Document itself, or if the original
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22361 publisher of the version it refers to gives permission.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22362
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22363 @item
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22364 For any section Entitled ``Acknowledgements'' or ``Dedications'', Preserve
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22365 the Title of the section, and preserve in the section all the
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22366 substance and tone of each of the contributor acknowledgements and/or
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22367 dedications given therein.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22368
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22369 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22370 Preserve all the Invariant Sections of the Document,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22371 unaltered in their text and in their titles. Section numbers
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22372 or the equivalent are not considered part of the section titles.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22373
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22374 @item
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22375 Delete any section Entitled ``Endorsements''. Such a section
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22376 may not be included in the Modified Version.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22377
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22378 @item
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22379 Do not retitle any existing section to be Entitled ``Endorsements'' or
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22380 to conflict in title with any Invariant Section.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22381
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22382 @item
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22383 Preserve any Warranty Disclaimers.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22384 @end enumerate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22385
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22386 If the Modified Version includes new front-matter sections or
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22387 appendices that qualify as Secondary Sections and contain no material
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22388 copied from the Document, you may at your option designate some or all
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22389 of these sections as invariant. To do this, add their titles to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22390 list of Invariant Sections in the Modified Version's license notice.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22391 These titles must be distinct from any other section titles.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22392
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22393 You may add a section Entitled ``Endorsements'', provided it contains
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22394 nothing but endorsements of your Modified Version by various
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22395 parties---for example, statements of peer review or that the text has
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22396 been approved by an organization as the authoritative definition of a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22397 standard.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22398
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22399 You may add a passage of up to five words as a Front-Cover Text, and a
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22400 passage of up to 25 words as a Back-Cover Text, to the end of the list
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22401 of Cover Texts in the Modified Version. Only one passage of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22402 Front-Cover Text and one of Back-Cover Text may be added by (or
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22403 through arrangements made by) any one entity. If the Document already
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22404 includes a cover text for the same cover, previously added by you or
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22405 by arrangement made by the same entity you are acting on behalf of,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22406 you may not add another; but you may replace the old one, on explicit
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22407 permission from the previous publisher that added the old one.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22408
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22409 The author(s) and publisher(s) of the Document do not by this License
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22410 give permission to use their names for publicity for or to assert or
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22411 imply endorsement of any Modified Version.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22412
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22413 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22414 COMBINING DOCUMENTS
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22415
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22416 You may combine the Document with other documents released under this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22417 License, under the terms defined in section 4 above for modified
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22418 versions, provided that you include in the combination all of the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22419 Invariant Sections of all of the original documents, unmodified, and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22420 list them all as Invariant Sections of your combined work in its
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22421 license notice, and that you preserve all their Warranty Disclaimers.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22422
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22423 The combined work need only contain one copy of this License, and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22424 multiple identical Invariant Sections may be replaced with a single
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22425 copy. If there are multiple Invariant Sections with the same name but
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22426 different contents, make the title of each such section unique by
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22427 adding at the end of it, in parentheses, the name of the original
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22428 author or publisher of that section if known, or else a unique number.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22429 Make the same adjustment to the section titles in the list of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22430 Invariant Sections in the license notice of the combined work.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22431
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22432 In the combination, you must combine any sections Entitled ``History''
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22433 in the various original documents, forming one section Entitled
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22434 ``History''; likewise combine any sections Entitled ``Acknowledgements'',
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22435 and any sections Entitled ``Dedications''. You must delete all
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22436 sections Entitled ``Endorsements.''
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22437
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22438 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22439 COLLECTIONS OF DOCUMENTS
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22440
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22441 You may make a collection consisting of the Document and other documents
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22442 released under this License, and replace the individual copies of this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22443 License in the various documents with a single copy that is included in
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22444 the collection, provided that you follow the rules of this License for
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22445 verbatim copying of each of the documents in all other respects.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22446
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22447 You may extract a single document from such a collection, and distribute
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22448 it individually under this License, provided you insert a copy of this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22449 License into the extracted document, and follow this License in all
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22450 other respects regarding verbatim copying of that document.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22451
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22452 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22453 AGGREGATION WITH INDEPENDENT WORKS
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22454
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22455 A compilation of the Document or its derivatives with other separate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22456 and independent documents or works, in or on a volume of a storage or
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22457 distribution medium, is called an ``aggregate'' if the copyright
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22458 resulting from the compilation is not used to limit the legal rights
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22459 of the compilation's users beyond what the individual works permit.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22460 When the Document is included in an aggregate, this License does not
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22461 apply to the other works in the aggregate which are not themselves
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22462 derivative works of the Document.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22463
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22464 If the Cover Text requirement of section 3 is applicable to these
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22465 copies of the Document, then if the Document is less than one half of
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22466 the entire aggregate, the Document's Cover Texts may be placed on
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22467 covers that bracket the Document within the aggregate, or the
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22468 electronic equivalent of covers if the Document is in electronic form.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22469 Otherwise they must appear on printed covers that bracket the whole
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22470 aggregate.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22471
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22472 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22473 TRANSLATION
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22474
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22475 Translation is considered a kind of modification, so you may
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22476 distribute translations of the Document under the terms of section 4.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22477 Replacing Invariant Sections with translations requires special
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22478 permission from their copyright holders, but you may include
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22479 translations of some or all Invariant Sections in addition to the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22480 original versions of these Invariant Sections. You may include a
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22481 translation of this License, and all the license notices in the
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22482 Document, and any Warranty Disclaimers, provided that you also include
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22483 the original English version of this License and the original versions
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22484 of those notices and disclaimers. In case of a disagreement between
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22485 the translation and the original version of this License or a notice
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22486 or disclaimer, the original version will prevail.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22487
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22488 If a section in the Document is Entitled ``Acknowledgements'',
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22489 ``Dedications'', or ``History'', the requirement (section 4) to Preserve
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22490 its Title (section 1) will typically require changing the actual
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22491 title.
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22492
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22493 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22494 TERMINATION
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22495
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22496 You may not copy, modify, sublicense, or distribute the Document except
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22497 as expressly provided for under this License. Any other attempt to
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22498 copy, modify, sublicense or distribute the Document is void, and will
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22499 automatically terminate your rights under this License. However,
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22500 parties who have received copies, or rights, from you under this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22501 License will not have their licenses terminated so long as such
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22502 parties remain in full compliance.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22503
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22504 @item
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22505 FUTURE REVISIONS OF THIS LICENSE
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22506
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22507 The Free Software Foundation may publish new, revised versions
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22508 of the GNU Free Documentation License from time to time. Such new
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22509 versions will be similar in spirit to the present version, but may
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22510 differ in detail to address new problems or concerns. See
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22511 @uref{http://www.gnu.org/copyleft/}.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22512
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22513 Each version of the License is given a distinguishing version number.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22514 If the Document specifies that a particular numbered version of this
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22515 License ``or any later version'' applies to it, you have the option of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22516 following the terms and conditions either of that specified version or
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22517 of any later version that has been published (not as a draft) by the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22518 Free Software Foundation. If the Document does not specify a version
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22519 number of this License, you may choose any version ever published (not
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22520 as a draft) by the Free Software Foundation.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22521 @end enumerate
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22522
51945
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22523 @page
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22524 @appendixsubsec ADDENDUM: How to use this License for your documents
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22525
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22526 To use this License in a document you have written, include a copy of
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22527 the License in the document and put the following copyright and
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22528 license notices just after the title page:
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22529
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22530 @smallexample
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22531 @group
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22532 Copyright (C) @var{year} @var{your name}.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22533 Permission is granted to copy, distribute and/or modify this document
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22534 under the terms of the GNU Free Documentation License, Version 1.2
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22535 or any later version published by the Free Software Foundation;
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22536 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22537 A copy of the license is included in the section entitled ``GNU
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22538 Free Documentation License''.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22539 @end group
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22540 @end smallexample
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22541
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22542 If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22543 replace the ``with...Texts.'' line with this:
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22544
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22545 @smallexample
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22546 @group
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22547 with the Invariant Sections being @var{list their titles}, with
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22548 the Front-Cover Texts being @var{list}, and with the Back-Cover Texts
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22549 being @var{list}.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22550 @end group
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22551 @end smallexample
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22552
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22553 If you have Invariant Sections without Cover Texts, or some other
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22554 combination of the three, merge those two alternatives to suit the
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22555 situation.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22556
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22557 If your document contains nontrivial examples of program code, we
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22558 recommend releasing these examples in parallel under your choice of
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22559 free software license, such as the GNU General Public License,
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22560 to permit their use in free software.
bfb22215769d Revise various segments, fix typos, add GNU Press information,
Robert J. Chassell <bob@rattlesnake.com>
parents: 50622
diff changeset
22561
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22562 @node Index, About the Author, GNU Free Documentation License, Top
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22563 @comment node-name, next, previous, up
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22564 @unnumbered Index
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22565
41670
b4c633081255 (Index): @ignore extraneous text.
Eli Zaretskii <eliz@gnu.org>
parents: 41499
diff changeset
22566 @ignore
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22567 MENU ENTRY: NODE NAME.
41670
b4c633081255 (Index): @ignore extraneous text.
Eli Zaretskii <eliz@gnu.org>
parents: 41499
diff changeset
22568 @end ignore
41421
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22569
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22570 @printindex cp
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22571
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22572 @iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22573 @c Place biographical information on right-hand (verso) page
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22574
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22575 @tex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22576 \ifodd\pageno
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22577 \par\vfill\supereject
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22578 \global\evenheadline={\hfil} \global\evenfootline={\hfil}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22579 \global\oddheadline={\hfil} \global\oddfootline={\hfil}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22580 \page\hbox{}\page
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22581 \else
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22582 \par\vfill\supereject
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22583 \par\vfill\supereject
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22584 \global\evenheadline={\hfil} \global\evenfootline={\hfil}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22585 \global\oddheadline={\hfil} \global\oddfootline={\hfil}
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22586 \page\hbox{}\page
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22587 \page\hbox{}\page
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22588 \fi
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22589 @end tex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22590
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22591 @page
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22592 @w{ }
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22593
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22594 @c ================ Biographical information ================
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22595
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22596 @w{ }
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22597 @sp 8
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22598 @center About the Author
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22599 @sp 1
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22600 @end iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22601
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22602 @ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22603 @node About the Author, , Index, Top
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22604 @unnumbered About the Author
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22605 @end ifnottex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22606
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22607 @quotation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22608 Robert J. Chassell has worked with GNU Emacs since 1985. He writes
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22609 and edits, teaches Emacs and Emacs Lisp, and speaks throughout the
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22610 world on software freedom. Chassell was a founding Director and
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22611 Treasurer of the Free Software Foundation, Inc. He is co-author of
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22612 the @cite{Texinfo} manual, and has edited more than a dozen other
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22613 books. He graduated from Cambridge University, in England. He has an
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22614 abiding interest in social and economic history and flies his own
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22615 airplane.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22616 @end quotation
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22617
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22618 @page
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22619 @w{ }
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22620
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22621 @c Prevent page number on blank verso, so eject it first.
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22622 @tex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22623 \par\vfill\supereject
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22624 @end tex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22625
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22626 @iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22627 @headings off
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22628 @evenheading @thispage @| @| @thistitle
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22629 @oddheading @| @| @thispage
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22630 @end iftex
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22631
7a66b17d124d Modified slightly for inclusion in the Emacs distribution.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22632 @bye
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 51945
diff changeset
22633
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 51945
diff changeset
22634 @ignore
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 51945
diff changeset
22635 arch-tag: da1a2154-531f-43a8-8e33-fc7faad10acf
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 51945
diff changeset
22636 @end ignore