More minor changes.
[bpt/emacs.git] / lispintro / emacs-lisp-intro.texi
1 \input ../man/texinfo @c -*-texinfo-*-
2 @c \input texinfo @c -*-texinfo-*-
3 @c change to \input texinfo if building on own.
4 @comment %**start of header
5 @setfilename ../info/eintr
6 @c setfilename emacs-lisp-intro.info
7 @c sethtmlfilename emacs-lisp-intro.html
8 @settitle Programming in Emacs Lisp
9 @syncodeindex vr cp
10 @syncodeindex fn cp
11 @setchapternewpage odd
12 @finalout
13
14 @c ---------
15 @c <<<< For hard copy printing, this file is now
16 @c set for smallbook, which works for all sizes
17 @c of paper, and with Postscript figures >>>>
18 @smallbook
19 @clear largebook
20 @set print-postscript-figures
21 @c set largebook
22 @c clear print-postscript-figures
23 @c ---------
24
25 @comment %**end of header
26
27 @set edition-number 3.03
28 @set update-date 4 November 2006
29
30 @ignore
31 ## Summary of shell commands to create various output formats:
32
33 pushd /usr/local/src/emacs/lispintro/
34 ## pushd /u/intro/
35
36 ## Info output
37 # makeinfo --no-split --paragraph-indent=0 --verbose emacs-lisp-intro.texi
38 makeinfo --paragraph-indent=0 --verbose emacs-lisp-intro.texi
39
40 ## ;; (progn (when (bufferp (get-buffer "*info*")) (kill-buffer "*info*")) (info "/u/intro/emacs-lisp-intro.info"))
41
42 ## DVI output
43 texi2dvi emacs-lisp-intro.texi
44
45 ## View DVI output; see below also
46 # xdvi -margins 24pt -topmargin 4pt -offsets 24pt -geometry 760x1140 -s 5 -useTeXpages -mousemode 1 emacs-lisp-intro.dvi &
47
48 ## HTML output
49 makeinfo --html --no-split --verbose emacs-lisp-intro.texi
50
51 ## Plain text output
52 makeinfo --fill-column=70 --no-split --paragraph-indent=0 \
53 --verbose --no-headers --output=emacs-lisp-intro.txt emacs-lisp-intro.texi
54
55 ## DocBook output
56 makeinfo --docbook --no-split --paragraph-indent=0 \
57 --verbose emacs-lisp-intro.texi
58
59 ## XML output
60 makeinfo --xml --no-split --paragraph-indent=0 \
61 --verbose emacs-lisp-intro.texi
62
63 popd
64
65 #### (You must be in the same directory as the viewed file.)
66
67 ## View DVI output
68 xdvi emacs-lisp-intro.dvi &
69
70 ## View HTML output
71 galeon emacs-lisp-intro.html
72
73 ## View Info output with standalone reader
74 info emacs-lisp-intro.info
75
76 ## popd
77
78
79 # as user `root'
80 # insert thumbdrive
81 mtusb # mount -v -t ext3 /dev/sda /mnt
82 cp -v /u/intro/emacs-lisp-intro.texi /mnt/backup/intro/emacs-lisp-intro.texi
83 umtusb # umount -v /mnt
84 # remove thumbdrive
85
86 @end ignore
87
88 @c ================ Included Figures ================
89
90 @c Set print-postscript-figures if you print PostScript figures.
91 @c If you clear this, the ten figures will be printed as ASCII diagrams.
92 @c (This is not relevant to Info, since Info only handles ASCII.)
93 @c Your site may require editing changes to print PostScript; in this
94 @c case, search for `print-postscript-figures' and make appropriate changes.
95
96 @c ================ How to Create an Info file ================
97
98 @c If you have `makeinfo' installed, run the following command
99
100 @c makeinfo emacs-lisp-intro.texi
101
102 @c or, if you want a single, large Info file, and no paragraph indents:
103 @c makeinfo --no-split --paragraph-indent=0 --verbose emacs-lisp-intro.texi
104
105 @c After creating the Info file, edit your Info `dir' file, if the
106 @c `dircategory' section below does not enable your system to
107 @c install the manual automatically.
108 @c (The `dir' file is often in the `/usr/local/info/' directory.)
109
110 @c ================ How to Create an HTML file ================
111
112 @c To convert to HTML format
113 @c makeinfo --html --no-split --verbose emacs-lisp-intro.texi
114
115 @c ================ How to Print a Book in Various Sizes ================
116
117 @c This book can be printed in any of three different sizes.
118 @c In the above header, set @-commands appropriately.
119
120 @c 7 by 9.25 inches:
121 @c @smallbook
122 @c @clear largebook
123
124 @c 8.5 by 11 inches:
125 @c @c smallbook
126 @c @set largebook
127
128 @c European A4 size paper:
129 @c @c smallbook
130 @c @afourpaper
131 @c @set largebook
132
133 @c ================ How to Typeset and Print ================
134
135 @c If you do not include PostScript figures, run either of the
136 @c following command sequences, or similar commands suited to your
137 @c system:
138
139 @c texi2dvi emacs-lisp-intro.texi
140 @c lpr -d emacs-lisp-intro.dvi
141
142 @c or else:
143
144 @c tex emacs-lisp-intro.texi
145 @c texindex emacs-lisp-intro.??
146 @c tex emacs-lisp-intro.texi
147 @c lpr -d emacs-lisp-intro.dvi
148
149 @c If you include the PostScript figures, and you have old software,
150 @c you may need to convert the .dvi file to a .ps file before
151 @c printing. Run either of the following command sequences, or one
152 @c similar:
153 @c
154 @c dvips -f < emacs-lisp-intro.dvi > emacs-lisp-intro.ps
155 @c
156 @c or else:
157 @c
158 @c postscript -p < emacs-lisp-intro.dvi > emacs-lisp-intro.ps
159 @c
160
161 @c (Note: if you edit the book so as to change the length of the
162 @c table of contents, you may have to change the value of `pageno' below.)
163
164 @c ================ End of Formatting Sections ================
165
166 @c For next or subsequent edition:
167 @c create function using with-output-to-temp-buffer
168 @c create a major mode, with keymaps
169 @c run an asynchronous process, like grep or diff
170
171 @c For 8.5 by 11 inch format: do not use such a small amount of
172 @c whitespace between paragraphs as smallbook format
173 @ifset largebook
174 @tex
175 \global\parskip 6pt plus 1pt
176 @end tex
177 @end ifset
178
179 @c For all sized formats: print within-book cross
180 @c reference with ``...'' rather than [...]
181
182 @c This works with the texinfo.tex file, version 2003-05-04.08,
183 @c in the Texinfo version 4.6 of the 2003 Jun 13 distribution.
184
185 @tex
186 \if \xrefprintnodename
187 \global\def\xrefprintnodename#1{\unskip, ``#1''}
188 \else
189 \global\def\xrefprintnodename#1{ ``#1''}
190 \fi
191 % \global\def\xrefprintnodename#1{, ``#1''}
192 @end tex
193
194 @c ----------------------------------------------------
195
196 @dircategory Emacs
197 @direntry
198 * Emacs Lisp Intro: (eintr).
199 A simple introduction to Emacs Lisp programming.
200 @end direntry
201
202 @copying
203 This is an @cite{Introduction to Programming in Emacs Lisp}, for
204 people who are not programmers.
205 @sp 1
206 Edition @value{edition-number}, @value{update-date}
207 @sp 1
208 Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1997, 2001,
209 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
210 @sp 1
211
212 @iftex
213 Published by the:@*
214
215 GNU Press, @hfill @uref{http://www.gnupress.org}@*
216 a division of the @hfill General: @email{press@@gnu.org}@*
217 Free Software Foundation, Inc. @hfill Orders:@w{ } @email{sales@@gnu.org}@*
218 51 Franklin Street, Fifth Floor @hfill Tel: +1 (617) 542-5942@*
219 Boston, MA 02110-1301 USA @hfill Fax: +1 (617) 542-2652@*
220 @end iftex
221
222 @ifnottex
223 Published by the:
224
225 @example
226 GNU Press, Website: http://www.gnupress.org
227 a division of the General: press@@gnu.org
228 Free Software Foundation, Inc. Orders: sales@@gnu.org
229 51 Franklin Street, Fifth Floor Tel: +1 (617) 542-5942
230 Boston, MA 02110-1301 USA Fax: +1 (617) 542-2652
231 @end example
232 @end ifnottex
233
234 @sp 1
235 @c Printed copies are available for $30 each.@*
236 ISBN 1-882114-43-4
237
238 Permission is granted to copy, distribute and/or modify this document
239 under the terms of the GNU Free Documentation License, Version 1.2 or
240 any later version published by the Free Software Foundation; there
241 being no Invariant Section, with the Front-Cover Texts being ``A GNU
242 Manual'', and with the Back-Cover Texts as in (a) below. A copy of
243 the license is included in the section entitled ``GNU Free
244 Documentation License''.
245
246 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and
247 modify this GNU Manual, like GNU software. Copies published by the
248 Free Software Foundation raise funds for GNU development.''
249 @end copying
250
251 @c half title; two lines here, so do not use `shorttitlepage'
252 @tex
253 {\begingroup%
254 \hbox{}\vskip 1.5in \chaprm \centerline{An Introduction to}%
255 \endgroup}%
256 {\begingroup\hbox{}\vskip 0.25in \chaprm%
257 \centerline{Programming in Emacs Lisp}%
258 \endgroup\page\hbox{}\page}
259 @end tex
260
261 @titlepage
262 @sp 6
263 @center @titlefont{An Introduction to}
264 @sp 2
265 @center @titlefont{Programming in Emacs Lisp}
266 @sp 2
267 @center Revised Third Edition
268 @sp 4
269 @center by Robert J. Chassell
270
271 @page
272 @vskip 0pt plus 1filll
273 @insertcopying
274 @end titlepage
275
276 @iftex
277 @headings off
278 @evenheading @thispage @| @| @thischapter
279 @oddheading @thissection @| @| @thispage
280 @end iftex
281
282 @ifnothtml
283 @c Keep T.O.C. short by tightening up for largebook
284 @ifset largebook
285 @tex
286 \global\parskip 2pt plus 1pt
287 \global\advance\baselineskip by -1pt
288 @end tex
289 @end ifset
290 @end ifnothtml
291
292 @shortcontents
293 @contents
294
295 @ifnottex
296 @node Top, Preface, (dir), (dir)
297 @top An Introduction to Programming in Emacs Lisp
298
299 @insertcopying
300
301 This master menu first lists each chapter and index; then it lists
302 every node in every chapter.
303 @end ifnottex
304
305 @c >>>> Set pageno appropriately <<<<
306
307 @c The first page of the Preface is a roman numeral; it is the first
308 @c right handed page after the Table of Contents; hence the following
309 @c setting must be for an odd negative number.
310
311 @iftex
312 @global@pageno = -11
313 @end iftex
314
315 @menu
316 * Preface:: What to look for.
317 * List Processing:: What is Lisp?
318 * Practicing Evaluation:: Running several programs.
319 * Writing Defuns:: How to write function definitions.
320 * Buffer Walk Through:: Exploring a few buffer-related functions.
321 * More Complex:: A few, even more complex functions.
322 * Narrowing & Widening:: Restricting your and Emacs attention to
323 a region.
324 * car cdr & cons:: Fundamental functions in Lisp.
325 * Cutting & Storing Text:: Removing text and saving it.
326 * List Implementation:: How lists are implemented in the computer.
327 * Yanking:: Pasting stored text.
328 * Loops & Recursion:: How to repeat a process.
329 * Regexp Search:: Regular expression searches.
330 * Counting Words:: A review of repetition and regexps.
331 * Words in a defun:: Counting words in a @code{defun}.
332 * Readying a Graph:: A prototype graph printing function.
333 * Emacs Initialization:: How to write a @file{.emacs} file.
334 * Debugging:: How to run the Emacs Lisp debuggers.
335 * Conclusion:: Now you have the basics.
336 * the-the:: An appendix: how to find reduplicated words.
337 * Kill Ring:: An appendix: how the kill ring works.
338 * Full Graph:: How to create a graph with labelled axes.
339 * Free Software and Free Manuals::
340 * GNU Free Documentation License::
341 * Index::
342 * About the Author::
343
344 @detailmenu
345 --- The Detailed Node Listing ---
346
347 Preface
348
349 * Why:: Why learn Emacs Lisp?
350 * On Reading this Text:: Read, gain familiarity, pick up habits....
351 * Who You Are:: For whom this is written.
352 * Lisp History::
353 * Note for Novices:: You can read this as a novice.
354 * Thank You::
355
356 List Processing
357
358 * Lisp Lists:: What are lists?
359 * Run a Program:: Any list in Lisp is a program ready to run.
360 * Making Errors:: Generating an error message.
361 * Names & Definitions:: Names of symbols and function definitions.
362 * Lisp Interpreter:: What the Lisp interpreter does.
363 * Evaluation:: Running a program.
364 * Variables:: Returning a value from a variable.
365 * Arguments:: Passing information to a function.
366 * set & setq:: Setting the value of a variable.
367 * Summary:: The major points.
368 * Error Message Exercises::
369
370 Lisp Lists
371
372 * Numbers Lists:: List have numbers, other lists, in them.
373 * Lisp Atoms:: Elemental entities.
374 * Whitespace in Lists:: Formatting lists to be readable.
375 * Typing Lists:: How GNU Emacs helps you type lists.
376
377 The Lisp Interpreter
378
379 * Complications:: Variables, Special forms, Lists within.
380 * Byte Compiling:: Specially processing code for speed.
381
382 Evaluation
383
384 * Evaluating Inner Lists:: Lists within lists...
385
386 Variables
387
388 * fill-column Example::
389 * Void Function:: The error message for a symbol
390 without a function.
391 * Void Variable:: The error message for a symbol without a value.
392
393 Arguments
394
395 * Data types:: Types of data passed to a function.
396 * Args as Variable or List:: An argument can be the value
397 of a variable or list.
398 * Variable Number of Arguments:: Some functions may take a
399 variable number of arguments.
400 * Wrong Type of Argument:: Passing an argument of the wrong type
401 to a function.
402 * message:: A useful function for sending messages.
403
404 Setting the Value of a Variable
405
406 * Using set:: Setting values.
407 * Using setq:: Setting a quoted value.
408 * Counting:: Using @code{setq} to count.
409
410 Practicing Evaluation
411
412 * How to Evaluate:: Typing editing commands or @kbd{C-x C-e}
413 causes evaluation.
414 * Buffer Names:: Buffers and files are different.
415 * Getting Buffers:: Getting a buffer itself, not merely its name.
416 * Switching Buffers:: How to change to another buffer.
417 * Buffer Size & Locations:: Where point is located and the size of
418 the buffer.
419 * Evaluation Exercise::
420
421 How To Write Function Definitions
422
423 * Primitive Functions::
424 * defun:: The @code{defun} special form.
425 * Install:: Install a function definition.
426 * Interactive:: Making a function interactive.
427 * Interactive Options:: Different options for @code{interactive}.
428 * Permanent Installation:: Installing code permanently.
429 * let:: Creating and initializing local variables.
430 * if:: What if?
431 * else:: If--then--else expressions.
432 * Truth & Falsehood:: What Lisp considers false and true.
433 * save-excursion:: Keeping track of point, mark, and buffer.
434 * Review::
435 * defun Exercises::
436
437 Install a Function Definition
438
439 * Effect of installation::
440 * Change a defun:: How to change a function definition.
441
442 Make a Function Interactive
443
444 * Interactive multiply-by-seven:: An overview.
445 * multiply-by-seven in detail:: The interactive version.
446
447 @code{let}
448
449 * Prevent confusion::
450 * Parts of let Expression::
451 * Sample let Expression::
452 * Uninitialized let Variables::
453
454 The @code{if} Special Form
455
456 * if in more detail::
457 * type-of-animal in detail:: An example of an @code{if} expression.
458
459 Truth and Falsehood in Emacs Lisp
460
461 * nil explained:: @code{nil} has two meanings.
462
463 @code{save-excursion}
464
465 * Point and mark:: A review of various locations.
466 * Template for save-excursion::
467
468 A Few Buffer--Related Functions
469
470 * Finding More:: How to find more information.
471 * simplified-beginning-of-buffer:: Shows @code{goto-char},
472 @code{point-min}, and @code{push-mark}.
473 * mark-whole-buffer:: Almost the same as @code{beginning-of-buffer}.
474 * append-to-buffer:: Uses @code{save-excursion} and
475 @code{insert-buffer-substring}.
476 * Buffer Related Review:: Review.
477 * Buffer Exercises::
478
479 The Definition of @code{mark-whole-buffer}
480
481 * mark-whole-buffer overview::
482 * Body of mark-whole-buffer:: Only three lines of code.
483
484 The Definition of @code{append-to-buffer}
485
486 * append-to-buffer overview::
487 * append interactive:: A two part interactive expression.
488 * append-to-buffer body:: Incorporates a @code{let} expression.
489 * append save-excursion:: How the @code{save-excursion} works.
490
491 A Few More Complex Functions
492
493 * copy-to-buffer:: With @code{set-buffer}, @code{get-buffer-create}.
494 * insert-buffer:: Read-only, and with @code{or}.
495 * beginning-of-buffer:: Shows @code{goto-char},
496 @code{point-min}, and @code{push-mark}.
497 * Second Buffer Related Review::
498 * optional Exercise::
499
500 The Definition of @code{insert-buffer}
501
502 * insert-buffer code::
503 * insert-buffer interactive:: When you can read, but not write.
504 * insert-buffer body:: The body has an @code{or} and a @code{let}.
505 * if & or:: Using an @code{if} instead of an @code{or}.
506 * Insert or:: How the @code{or} expression works.
507 * Insert let:: Two @code{save-excursion} expressions.
508 * New insert-buffer::
509
510 The Interactive Expression in @code{insert-buffer}
511
512 * Read-only buffer:: When a buffer cannot be modified.
513 * b for interactive:: An existing buffer or else its name.
514
515 Complete Definition of @code{beginning-of-buffer}
516
517 * Optional Arguments::
518 * beginning-of-buffer opt arg:: Example with optional argument.
519 * beginning-of-buffer complete::
520
521 @code{beginning-of-buffer} with an Argument
522
523 * Disentangle beginning-of-buffer::
524 * Large buffer case::
525 * Small buffer case::
526
527 Narrowing and Widening
528
529 * Narrowing advantages:: The advantages of narrowing
530 * save-restriction:: The @code{save-restriction} special form.
531 * what-line:: The number of the line that point is on.
532 * narrow Exercise::
533
534 @code{car}, @code{cdr}, @code{cons}: Fundamental Functions
535
536 * Strange Names:: An historical aside: why the strange names?
537 * car & cdr:: Functions for extracting part of a list.
538 * cons:: Constructing a list.
539 * nthcdr:: Calling @code{cdr} repeatedly.
540 * nth::
541 * setcar:: Changing the first element of a list.
542 * setcdr:: Changing the rest of a list.
543 * cons Exercise::
544
545 @code{cons}
546
547 * Build a list::
548 * length:: How to find the length of a list.
549
550 Cutting and Storing Text
551
552 * Storing Text:: Text is stored in a list.
553 * zap-to-char:: Cutting out text up to a character.
554 * kill-region:: Cutting text out of a region.
555 * copy-region-as-kill:: A definition for copying text.
556 * Digression into C:: Minor note on C programming language macros.
557 * defvar:: How to give a variable an initial value.
558 * cons & search-fwd Review::
559 * search Exercises::
560
561 @code{zap-to-char}
562
563 * Complete zap-to-char:: The complete implementation.
564 * zap-to-char interactive:: A three part interactive expression.
565 * zap-to-char body:: A short overview.
566 * search-forward:: How to search for a string.
567 * progn:: The @code{progn} special form.
568 * Summing up zap-to-char:: Using @code{point} and @code{search-forward}.
569
570 @code{kill-region}
571
572 * Complete kill-region:: The function definition.
573 * condition-case:: Dealing with a problem.
574 * Lisp macro::
575
576 @code{copy-region-as-kill}
577
578 * Complete copy-region-as-kill:: The complete function definition.
579 * copy-region-as-kill body:: The body of @code{copy-region-as-kill}.
580
581 The Body of @code{copy-region-as-kill}
582
583 * last-command & this-command::
584 * kill-append function::
585 * kill-new function::
586
587 Initializing a Variable with @code{defvar}
588
589 * See variable current value::
590 * defvar and asterisk::
591
592 How Lists are Implemented
593
594 * Lists diagrammed::
595 * Symbols as Chest:: Exploring a powerful metaphor.
596 * List Exercise::
597
598 Yanking Text Back
599
600 * Kill Ring Overview::
601 * kill-ring-yank-pointer:: The kill ring is a list.
602 * yank nthcdr Exercises:: The @code{kill-ring-yank-pointer} variable.
603
604 Loops and Recursion
605
606 * while:: Causing a stretch of code to repeat.
607 * dolist dotimes::
608 * Recursion:: Causing a function to call itself.
609 * Looping exercise::
610
611 @code{while}
612
613 * Looping with while:: Repeat so long as test returns true.
614 * Loop Example:: A @code{while} loop that uses a list.
615 * print-elements-of-list:: Uses @code{while}, @code{car}, @code{cdr}.
616 * Incrementing Loop:: A loop with an incrementing counter.
617 * Decrementing Loop:: A loop with a decrementing counter.
618
619 A Loop with an Incrementing Counter
620
621 * Incrementing Example:: Counting pebbles in a triangle.
622 * Inc Example parts:: The parts of the function definition.
623 * Inc Example altogether:: Putting the function definition together.
624
625 Loop with a Decrementing Counter
626
627 * Decrementing Example:: More pebbles on the beach.
628 * Dec Example parts:: The parts of the function definition.
629 * Dec Example altogether:: Putting the function definition together.
630
631 Save your time: @code{dolist} and @code{dotimes}
632
633 * dolist::
634 * dotimes::
635
636 Recursion
637
638 * Building Robots:: Same model, different serial number ...
639 * Recursive Definition Parts:: Walk until you stop ...
640 * Recursion with list:: Using a list as the test whether to recurse.
641 * Recursive triangle function::
642 * Recursion with cond::
643 * Recursive Patterns:: Often used templates.
644 * No Deferment:: Don't store up work ...
645 * No deferment solution::
646
647 Recursion in Place of a Counter
648
649 * Recursive Example arg of 1 or 2::
650 * Recursive Example arg of 3 or 4::
651
652 Recursive Patterns
653
654 * Every::
655 * Accumulate::
656 * Keep::
657
658 Regular Expression Searches
659
660 * sentence-end:: The regular expression for @code{sentence-end}.
661 * re-search-forward:: Very similar to @code{search-forward}.
662 * forward-sentence:: A straightforward example of regexp search.
663 * forward-paragraph:: A somewhat complex example.
664 * etags:: How to create your own @file{TAGS} table.
665 * Regexp Review::
666 * re-search Exercises::
667
668 @code{forward-sentence}
669
670 * Complete forward-sentence::
671 * fwd-sentence while loops:: Two @code{while} loops.
672 * fwd-sentence re-search:: A regular expression search.
673
674 @code{forward-paragraph}: a Goldmine of Functions
675
676 * forward-paragraph in brief:: Key parts of the function definition.
677 * fwd-para let:: The @code{let*} expression.
678 * fwd-para while:: The forward motion @code{while} loop.
679
680 Counting: Repetition and Regexps
681
682 * Why Count Words::
683 * count-words-region:: Use a regexp, but find a problem.
684 * recursive-count-words:: Start with case of no words in region.
685 * Counting Exercise::
686
687 The @code{count-words-region} Function
688
689 * Design count-words-region:: The definition using a @code{while} loop.
690 * Whitespace Bug:: The Whitespace Bug in @code{count-words-region}.
691
692 Counting Words in a @code{defun}
693
694 * Divide and Conquer::
695 * Words and Symbols:: What to count?
696 * Syntax:: What constitutes a word or symbol?
697 * count-words-in-defun:: Very like @code{count-words}.
698 * Several defuns:: Counting several defuns in a file.
699 * Find a File:: Do you want to look at a file?
700 * lengths-list-file:: A list of the lengths of many definitions.
701 * Several files:: Counting in definitions in different files.
702 * Several files recursively:: Recursively counting in different files.
703 * Prepare the data:: Prepare the data for display in a graph.
704
705 Count Words in @code{defuns} in Different Files
706
707 * lengths-list-many-files:: Return a list of the lengths of defuns.
708 * append:: Attach one list to another.
709
710 Prepare the Data for Display in a Graph
711
712 * Sorting:: Sorting lists.
713 * Files List:: Making a list of files.
714 * Counting function definitions::
715
716 Readying a Graph
717
718 * Columns of a graph::
719 * graph-body-print:: How to print the body of a graph.
720 * recursive-graph-body-print::
721 * Printed Axes::
722 * Line Graph Exercise::
723
724 Your @file{.emacs} File
725
726 * Default Configuration::
727 * Site-wide Init:: You can write site-wide init files.
728 * defcustom:: Emacs will write code for you.
729 * Beginning a .emacs File:: How to write a @code{.emacs file}.
730 * Text and Auto-fill:: Automatically wrap lines.
731 * Mail Aliases:: Use abbreviations for email addresses.
732 * Indent Tabs Mode:: Don't use tabs with @TeX{}
733 * Keybindings:: Create some personal keybindings.
734 * Keymaps:: More about key binding.
735 * Loading Files:: Load (i.e., evaluate) files automatically.
736 * Autoload:: Make functions available.
737 * Simple Extension:: Define a function; bind it to a key.
738 * X11 Colors:: Colors in X.
739 * Miscellaneous::
740 * Mode Line:: How to customize your mode line.
741
742 Debugging
743
744 * debug:: How to use the built-in debugger.
745 * debug-on-entry:: Start debugging when you call a function.
746 * debug-on-quit:: Start debugging when you quit with @kbd{C-g}.
747 * edebug:: How to use Edebug, a source level debugger.
748 * Debugging Exercises::
749
750 Handling the Kill Ring
751
752 * current-kill::
753 * yank:: Paste a copy of a clipped element.
754 * yank-pop:: Insert element pointed to.
755 * ring file::
756
757 The @code{current-kill} Function
758
759 * Understanding current-kill::
760
761 @code{current-kill} in Outline
762
763 * Digression concerning error:: How to mislead humans, but not computers.
764 * Determining the Element::
765
766 A Graph with Labelled Axes
767
768 * Labelled Example::
769 * print-graph Varlist:: @code{let} expression in @code{print-graph}.
770 * print-Y-axis:: Print a label for the vertical axis.
771 * print-X-axis:: Print a horizontal label.
772 * Print Whole Graph:: The function to print a complete graph.
773
774 The @code{print-Y-axis} Function
775
776 * Height of label:: What height for the Y axis?
777 * Compute a Remainder:: How to compute the remainder of a division.
778 * Y Axis Element:: Construct a line for the Y axis.
779 * Y-axis-column:: Generate a list of Y axis labels.
780 * print-Y-axis Penultimate:: A not quite final version.
781
782 The @code{print-X-axis} Function
783
784 * Similarities differences:: Much like @code{print-Y-axis}, but not exactly.
785 * X Axis Tic Marks:: Create tic marks for the horizontal axis.
786
787 Printing the Whole Graph
788
789 * The final version:: A few changes.
790 * Test print-graph:: Run a short test.
791 * Graphing words in defuns:: Executing the final code.
792 * lambda:: How to write an anonymous function.
793 * mapcar:: Apply a function to elements of a list.
794 * Another Bug:: Yet another bug @dots{} most insidious.
795 * Final printed graph:: The graph itself!
796
797 @end detailmenu
798 @end menu
799
800 @node Preface, List Processing, Top, Top
801 @comment node-name, next, previous, up
802 @unnumbered Preface
803
804 Most of the GNU Emacs integrated environment is written in the programming
805 language called Emacs Lisp. The code written in this programming
806 language is the software---the sets of instructions---that tell the
807 computer what to do when you give it commands. Emacs is designed so
808 that you can write new code in Emacs Lisp and easily install it as an
809 extension to the editor.
810
811 (GNU Emacs is sometimes called an ``extensible editor'', but it does
812 much more than provide editing capabilities. It is better to refer to
813 Emacs as an ``extensible computing environment''. However, that
814 phrase is quite a mouthful. It is easier to refer to Emacs simply as
815 an editor. Moreover, everything you do in Emacs---find the Mayan date
816 and phases of the moon, simplify polynomials, debug code, manage
817 files, read letters, write books---all these activities are kinds of
818 editing in the most general sense of the word.)
819
820 @menu
821 * Why::
822 * On Reading this Text::
823 * Who You Are::
824 * Lisp History::
825 * Note for Novices::
826 * Thank You::
827 @end menu
828
829 @node Why, On Reading this Text, Preface, Preface
830 @ifnottex
831 @unnumberedsec Why Study Emacs Lisp?
832 @end ifnottex
833
834 Although Emacs Lisp is usually thought of in association only with Emacs,
835 it is a full computer programming language. You can use Emacs Lisp as
836 you would any other programming language.
837
838 Perhaps you want to understand programming; perhaps you want to extend
839 Emacs; or perhaps you want to become a programmer. This introduction to
840 Emacs Lisp is designed to get you started: to guide you in learning the
841 fundamentals of programming, and more importantly, to show you how you
842 can teach yourself to go further.
843
844 @node On Reading this Text, Who You Are, Why, Preface
845 @comment node-name, next, previous, up
846 @unnumberedsec On Reading this Text
847
848 All through this document, you will see little sample programs you can
849 run inside of Emacs. If you read this document in Info inside of GNU
850 Emacs, you can run the programs as they appear. (This is easy to do and
851 is explained when the examples are presented.) Alternatively, you can
852 read this introduction as a printed book while sitting beside a computer
853 running Emacs. (This is what I like to do; I like printed books.) If
854 you don't have a running Emacs beside you, you can still read this book,
855 but in this case, it is best to treat it as a novel or as a travel guide
856 to a country not yet visited: interesting, but not the same as being
857 there.
858
859 Much of this introduction is dedicated to walk-throughs or guided tours
860 of code used in GNU Emacs. These tours are designed for two purposes:
861 first, to give you familiarity with real, working code (code you use
862 every day); and, second, to give you familiarity with the way Emacs
863 works. It is interesting to see how a working environment is
864 implemented.
865 Also, I
866 hope that you will pick up the habit of browsing through source code.
867 You can learn from it and mine it for ideas. Having GNU Emacs is like
868 having a dragon's cave of treasures.
869
870 In addition to learning about Emacs as an editor and Emacs Lisp as a
871 programming language, the examples and guided tours will give you an
872 opportunity to get acquainted with Emacs as a Lisp programming
873 environment. GNU Emacs supports programming and provides tools that
874 you will want to become comfortable using, such as @kbd{M-.} (the key
875 which invokes the @code{find-tag} command). You will also learn about
876 buffers and other objects that are part of the environment.
877 Learning about these features of Emacs is like learning new routes
878 around your home town.
879
880 @ignore
881 In addition, I have written several programs as extended examples.
882 Although these are examples, the programs are real. I use them.
883 Other people use them. You may use them. Beyond the fragments of
884 programs used for illustrations, there is very little in here that is
885 `just for teaching purposes'; what you see is used. This is a great
886 advantage of Emacs Lisp: it is easy to learn to use it for work.
887 @end ignore
888
889 Finally, I hope to convey some of the skills for using Emacs to
890 learn aspects of programming that you don't know. You can often use
891 Emacs to help you understand what puzzles you or to find out how to do
892 something new. This self-reliance is not only a pleasure, but an
893 advantage.
894
895 @node Who You Are, Lisp History, On Reading this Text, Preface
896 @comment node-name, next, previous, up
897 @unnumberedsec For Whom This is Written
898
899 This text is written as an elementary introduction for people who are
900 not programmers. If you are a programmer, you may not be satisfied with
901 this primer. The reason is that you may have become expert at reading
902 reference manuals and be put off by the way this text is organized.
903
904 An expert programmer who reviewed this text said to me:
905
906 @quotation
907 @i{I prefer to learn from reference manuals. I ``dive into'' each
908 paragraph, and ``come up for air'' between paragraphs.}
909
910 @i{When I get to the end of a paragraph, I assume that that subject is
911 done, finished, that I know everything I need (with the
912 possible exception of the case when the next paragraph starts talking
913 about it in more detail). I expect that a well written reference manual
914 will not have a lot of redundancy, and that it will have excellent
915 pointers to the (one) place where the information I want is.}
916 @end quotation
917
918 This introduction is not written for this person!
919
920 Firstly, I try to say everything at least three times: first, to
921 introduce it; second, to show it in context; and third, to show it in a
922 different context, or to review it.
923
924 Secondly, I hardly ever put all the information about a subject in one
925 place, much less in one paragraph. To my way of thinking, that imposes
926 too heavy a burden on the reader. Instead I try to explain only what
927 you need to know at the time. (Sometimes I include a little extra
928 information so you won't be surprised later when the additional
929 information is formally introduced.)
930
931 When you read this text, you are not expected to learn everything the
932 first time. Frequently, you need only make, as it were, a `nodding
933 acquaintance' with some of the items mentioned. My hope is that I have
934 structured the text and given you enough hints that you will be alert to
935 what is important, and concentrate on it.
936
937 You will need to ``dive into'' some paragraphs; there is no other way
938 to read them. But I have tried to keep down the number of such
939 paragraphs. This book is intended as an approachable hill, rather than
940 as a daunting mountain.
941
942 This introduction to @cite{Programming in Emacs Lisp} has a companion
943 document,
944 @iftex
945 @cite{The GNU Emacs Lisp Reference Manual}.
946 @end iftex
947 @ifnottex
948 @ref{Top, , The GNU Emacs Lisp Reference Manual, elisp, The GNU
949 Emacs Lisp Reference Manual}.
950 @end ifnottex
951 The reference manual has more detail than this introduction. In the
952 reference manual, all the information about one topic is concentrated
953 in one place. You should turn to it if you are like the programmer
954 quoted above. And, of course, after you have read this
955 @cite{Introduction}, you will find the @cite{Reference Manual} useful
956 when you are writing your own programs.
957
958 @node Lisp History, Note for Novices, Who You Are, Preface
959 @unnumberedsec Lisp History
960 @cindex Lisp history
961
962 Lisp was first developed in the late 1950s at the Massachusetts
963 Institute of Technology for research in artificial intelligence. The
964 great power of the Lisp language makes it superior for other purposes as
965 well, such as writing editor commands and integrated environments.
966
967 @cindex Maclisp
968 @cindex Common Lisp
969 GNU Emacs Lisp is largely inspired by Maclisp, which was written at MIT
970 in the 1960s. It is somewhat inspired by Common Lisp, which became a
971 standard in the 1980s. However, Emacs Lisp is much simpler than Common
972 Lisp. (The standard Emacs distribution contains an optional extensions
973 file, @file{cl.el}, that adds many Common Lisp features to Emacs Lisp.)
974
975 @node Note for Novices, Thank You, Lisp History, Preface
976 @comment node-name, next, previous, up
977 @unnumberedsec A Note for Novices
978
979 If you don't know GNU Emacs, you can still read this document
980 profitably. However, I recommend you learn Emacs, if only to learn to
981 move around your computer screen. You can teach yourself how to use
982 Emacs with the on-line tutorial. To use it, type @kbd{C-h t}. (This
983 means you press and release the @key{CTRL} key and the @kbd{h} at the
984 same time, and then press and release @kbd{t}.)
985
986 Also, I often refer to one of Emacs' standard commands by listing the
987 keys which you press to invoke the command and then giving the name of
988 the command in parentheses, like this: @kbd{M-C-\}
989 (@code{indent-region}). What this means is that the
990 @code{indent-region} command is customarily invoked by typing
991 @kbd{M-C-\}. (You can, if you wish, change the keys that are typed to
992 invoke the command; this is called @dfn{rebinding}. @xref{Keymaps, ,
993 Keymaps}.) The abbreviation @kbd{M-C-\} means that you type your
994 @key{META} key, @key{CTRL} key and @key{\} key all at the same time.
995 (On many modern keyboards the @key{META} key is labelled
996 @key{ALT}.)
997 Sometimes a combination like this is called a keychord, since it is
998 similar to the way you play a chord on a piano. If your keyboard does
999 not have a @key{META} key, the @key{ESC} key prefix is used in place
1000 of it. In this case, @kbd{M-C-\} means that you press and release your
1001 @key{ESC} key and then type the @key{CTRL} key and the @key{\} key at
1002 the same time. But usually @kbd{M-C-\} means press the @key{CTRL} key
1003 along with the key that is labelled @key{ALT} and, at the same time,
1004 press the @key{\} key.
1005
1006 In addition to typing a lone keychord, you can prefix what you type
1007 with @kbd{C-u}, which is called the `universal argument'. The
1008 @kbd{C-u} keychord passes an argument to the subsequent command.
1009 Thus, to indent a region of plain text by 6 spaces, mark the region,
1010 and then type @w{@kbd{C-u 6 M-C-\}}. (If you do not specify a number,
1011 Emacs either passes the number 4 to the command or otherwise runs the
1012 command differently than it would otherwise.) @xref{Arguments, ,
1013 Numeric Arguments, emacs, The GNU Emacs Manual}.
1014
1015 If you are reading this in Info using GNU Emacs, you can read through
1016 this whole document just by pressing the space bar, @key{SPC}.
1017 (To learn about Info, type @kbd{C-h i} and then select Info.)
1018
1019 A note on terminology: when I use the word Lisp alone, I often am
1020 referring to the various dialects of Lisp in general, but when I speak
1021 of Emacs Lisp, I am referring to GNU Emacs Lisp in particular.
1022
1023 @node Thank You, , Note for Novices, Preface
1024 @comment node-name, next, previous, up
1025 @unnumberedsec Thank You
1026
1027 My thanks to all who helped me with this book. My especial thanks to
1028 @r{Jim Blandy}, @r{Noah Friedman}, @w{Jim Kingdon}, @r{Roland
1029 McGrath}, @w{Frank Ritter}, @w{Randy Smith}, @w{Richard M.@:
1030 Stallman}, and @w{Melissa Weisshaus}. My thanks also go to both
1031 @w{Philip Johnson} and @w{David Stampe} for their patient
1032 encouragement. My mistakes are my own.
1033
1034 @flushright
1035 Robert J. Chassell
1036 @end flushright
1037
1038 @c ================ Beginning of main text ================
1039
1040 @c Start main text on right-hand (verso) page
1041
1042 @tex
1043 \par\vfill\supereject
1044 \headings off
1045 \ifodd\pageno
1046 \par\vfill\supereject
1047 \else
1048 \par\vfill\supereject
1049 \page\hbox{}\page
1050 \par\vfill\supereject
1051 \fi
1052 @end tex
1053
1054 @iftex
1055 @headings off
1056 @evenheading @thispage @| @| @thischapter
1057 @oddheading @thissection @| @| @thispage
1058 @global@pageno = 1
1059 @end iftex
1060
1061 @node List Processing, Practicing Evaluation, Preface, Top
1062 @comment node-name, next, previous, up
1063 @chapter List Processing
1064
1065 To the untutored eye, Lisp is a strange programming language. In Lisp
1066 code there are parentheses everywhere. Some people even claim that
1067 the name stands for `Lots of Isolated Silly Parentheses'. But the
1068 claim is unwarranted. Lisp stands for LISt Processing, and the
1069 programming language handles @emph{lists} (and lists of lists) by
1070 putting them between parentheses. The parentheses mark the boundaries
1071 of the list. Sometimes a list is preceded by a single apostrophe or
1072 quotation mark, @samp{'}@footnote{The single apostrophe or quotation
1073 mark is an abbreviation for the function @code{quote}; you need not
1074 think about functions now; functions are defined in @ref{Making
1075 Errors, , Generate an Error Message}.} Lists are the basis of Lisp.
1076
1077 @menu
1078 * Lisp Lists::
1079 * Run a Program::
1080 * Making Errors::
1081 * Names & Definitions::
1082 * Lisp Interpreter::
1083 * Evaluation::
1084 * Variables::
1085 * Arguments::
1086 * set & setq::
1087 * Summary::
1088 * Error Message Exercises::
1089 @end menu
1090
1091 @node Lisp Lists, Run a Program, List Processing, List Processing
1092 @comment node-name, next, previous, up
1093 @section Lisp Lists
1094 @cindex Lisp Lists
1095
1096 In Lisp, a list looks like this: @code{'(rose violet daisy buttercup)}.
1097 This list is preceded by a single apostrophe. It could just as well be
1098 written as follows, which looks more like the kind of list you are likely
1099 to be familiar with:
1100
1101 @smallexample
1102 @group
1103 '(rose
1104 violet
1105 daisy
1106 buttercup)
1107 @end group
1108 @end smallexample
1109
1110 @noindent
1111 The elements of this list are the names of the four different flowers,
1112 separated from each other by whitespace and surrounded by parentheses,
1113 like flowers in a field with a stone wall around them.
1114 @cindex Flowers in a field
1115
1116 @menu
1117 * Numbers Lists::
1118 * Lisp Atoms::
1119 * Whitespace in Lists::
1120 * Typing Lists::
1121 @end menu
1122
1123 @node Numbers Lists, Lisp Atoms, Lisp Lists, Lisp Lists
1124 @ifnottex
1125 @unnumberedsubsec Numbers, Lists inside of Lists
1126 @end ifnottex
1127
1128 Lists can also have numbers in them, as in this list: @code{(+ 2 2)}.
1129 This list has a plus-sign, @samp{+}, followed by two @samp{2}s, each
1130 separated by whitespace.
1131
1132 In Lisp, both data and programs are represented the same way; that is,
1133 they are both lists of words, numbers, or other lists, separated by
1134 whitespace and surrounded by parentheses. (Since a program looks like
1135 data, one program may easily serve as data for another; this is a very
1136 powerful feature of Lisp.) (Incidentally, these two parenthetical
1137 remarks are @emph{not} Lisp lists, because they contain @samp{;} and
1138 @samp{.} as punctuation marks.)
1139
1140 @need 1200
1141 Here is another list, this time with a list inside of it:
1142
1143 @smallexample
1144 '(this list has (a list inside of it))
1145 @end smallexample
1146
1147 The components of this list are the words @samp{this}, @samp{list},
1148 @samp{has}, and the list @samp{(a list inside of it)}. The interior
1149 list is made up of the words @samp{a}, @samp{list}, @samp{inside},
1150 @samp{of}, @samp{it}.
1151
1152 @node Lisp Atoms, Whitespace in Lists, Numbers Lists, Lisp Lists
1153 @comment node-name, next, previous, up
1154 @subsection Lisp Atoms
1155 @cindex Lisp Atoms
1156
1157 In Lisp, what we have been calling words are called @dfn{atoms}. This
1158 term comes from the historical meaning of the word atom, which means
1159 `indivisible'. As far as Lisp is concerned, the words we have been
1160 using in the lists cannot be divided into any smaller parts and still
1161 mean the same thing as part of a program; likewise with numbers and
1162 single character symbols like @samp{+}. On the other hand, unlike an
1163 ancient atom, a list can be split into parts. (@xref{car cdr & cons,
1164 , @code{car} @code{cdr} & @code{cons} Fundamental Functions}.)
1165
1166 In a list, atoms are separated from each other by whitespace. They can be
1167 right next to a parenthesis.
1168
1169 @cindex @samp{empty list} defined
1170 Technically speaking, a list in Lisp consists of parentheses surrounding
1171 atoms separated by whitespace or surrounding other lists or surrounding
1172 both atoms and other lists. A list can have just one atom in it or
1173 have nothing in it at all. A list with nothing in it looks like this:
1174 @code{()}, and is called the @dfn{empty list}. Unlike anything else, an
1175 empty list is considered both an atom and a list at the same time.
1176
1177 @cindex Symbolic expressions, introduced
1178 @cindex @samp{expression} defined
1179 @cindex @samp{form} defined
1180 The printed representation of both atoms and lists are called
1181 @dfn{symbolic expressions} or, more concisely, @dfn{s-expressions}.
1182 The word @dfn{expression} by itself can refer to either the printed
1183 representation, or to the atom or list as it is held internally in the
1184 computer. Often, people use the term @dfn{expression}
1185 indiscriminately. (Also, in many texts, the word @dfn{form} is used
1186 as a synonym for expression.)
1187
1188 Incidentally, the atoms that make up our universe were named such when
1189 they were thought to be indivisible; but it has been found that physical
1190 atoms are not indivisible. Parts can split off an atom or it can
1191 fission into two parts of roughly equal size. Physical atoms were named
1192 prematurely, before their truer nature was found. In Lisp, certain
1193 kinds of atom, such as an array, can be separated into parts; but the
1194 mechanism for doing this is different from the mechanism for splitting a
1195 list. As far as list operations are concerned, the atoms of a list are
1196 unsplittable.
1197
1198 As in English, the meanings of the component letters of a Lisp atom
1199 are different from the meaning the letters make as a word. For
1200 example, the word for the South American sloth, the @samp{ai}, is
1201 completely different from the two words, @samp{a}, and @samp{i}.
1202
1203 There are many kinds of atom in nature but only a few in Lisp: for
1204 example, @dfn{numbers}, such as 37, 511, or 1729, and @dfn{symbols}, such
1205 as @samp{+}, @samp{foo}, or @samp{forward-line}. The words we have
1206 listed in the examples above are all symbols. In everyday Lisp
1207 conversation, the word ``atom'' is not often used, because programmers
1208 usually try to be more specific about what kind of atom they are dealing
1209 with. Lisp programming is mostly about symbols (and sometimes numbers)
1210 within lists. (Incidentally, the preceding three word parenthetical
1211 remark is a proper list in Lisp, since it consists of atoms, which in
1212 this case are symbols, separated by whitespace and enclosed by
1213 parentheses, without any non-Lisp punctuation.)
1214
1215 @need 1250
1216 In addition, text between double quotation marks---even sentences or
1217 paragraphs---is an atom. Here is an example:
1218 @cindex Text between double quotation marks
1219
1220 @smallexample
1221 '(this list includes "text between quotation marks.")
1222 @end smallexample
1223
1224 @cindex @samp{string} defined
1225 @noindent
1226 In Lisp, all of the quoted text including the punctuation mark and the
1227 blank spaces is a single atom. This kind of atom is called a
1228 @dfn{string} (for `string of characters') and is the sort of thing that
1229 is used for messages that a computer can print for a human to read.
1230 Strings are a different kind of atom than numbers or symbols and are
1231 used differently.
1232
1233 @node Whitespace in Lists, Typing Lists, Lisp Atoms, Lisp Lists
1234 @comment node-name, next, previous, up
1235 @subsection Whitespace in Lists
1236 @cindex Whitespace in lists
1237
1238 @need 1200
1239 The amount of whitespace in a list does not matter. From the point of view
1240 of the Lisp language,
1241
1242 @smallexample
1243 @group
1244 '(this list
1245 looks like this)
1246 @end group
1247 @end smallexample
1248
1249 @need 800
1250 @noindent
1251 is exactly the same as this:
1252
1253 @smallexample
1254 '(this list looks like this)
1255 @end smallexample
1256
1257 Both examples show what to Lisp is the same list, the list made up of
1258 the symbols @samp{this}, @samp{list}, @samp{looks}, @samp{like}, and
1259 @samp{this} in that order.
1260
1261 Extra whitespace and newlines are designed to make a list more readable
1262 by humans. When Lisp reads the expression, it gets rid of all the extra
1263 whitespace (but it needs to have at least one space between atoms in
1264 order to tell them apart.)
1265
1266 Odd as it seems, the examples we have seen cover almost all of what Lisp
1267 lists look like! Every other list in Lisp looks more or less like one
1268 of these examples, except that the list may be longer and more complex.
1269 In brief, a list is between parentheses, a string is between quotation
1270 marks, a symbol looks like a word, and a number looks like a number.
1271 (For certain situations, square brackets, dots and a few other special
1272 characters may be used; however, we will go quite far without them.)
1273
1274 @node Typing Lists, , Whitespace in Lists, Lisp Lists
1275 @comment node-name, next, previous, up
1276 @subsection GNU Emacs Helps You Type Lists
1277 @cindex Help typing lists
1278 @cindex Formatting help
1279
1280 When you type a Lisp expression in GNU Emacs using either Lisp
1281 Interaction mode or Emacs Lisp mode, you have available to you several
1282 commands to format the Lisp expression so it is easy to read. For
1283 example, pressing the @key{TAB} key automatically indents the line the
1284 cursor is on by the right amount. A command to properly indent the
1285 code in a region is customarily bound to @kbd{M-C-\}. Indentation is
1286 designed so that you can see which elements of a list belong to which
1287 list---elements of a sub-list are indented more than the elements of
1288 the enclosing list.
1289
1290 In addition, when you type a closing parenthesis, Emacs momentarily
1291 jumps the cursor back to the matching opening parenthesis, so you can
1292 see which one it is. This is very useful, since every list you type
1293 in Lisp must have its closing parenthesis match its opening
1294 parenthesis. (@xref{Major Modes, , Major Modes, emacs, The GNU Emacs
1295 Manual}, for more information about Emacs' modes.)
1296
1297 @node Run a Program, Making Errors, Lisp Lists, List Processing
1298 @comment node-name, next, previous, up
1299 @section Run a Program
1300 @cindex Run a program
1301 @cindex Program, running one
1302
1303 @cindex @samp{evaluate} defined
1304 A list in Lisp---any list---is a program ready to run. If you run it
1305 (for which the Lisp jargon is @dfn{evaluate}), the computer will do one
1306 of three things: do nothing except return to you the list itself; send
1307 you an error message; or, treat the first symbol in the list as a
1308 command to do something. (Usually, of course, it is the last of these
1309 three things that you really want!)
1310
1311 @c use code for the single apostrophe, not samp.
1312 The single apostrophe, @code{'}, that I put in front of some of the
1313 example lists in preceding sections is called a @dfn{quote}; when it
1314 precedes a list, it tells Lisp to do nothing with the list, other than
1315 take it as it is written. But if there is no quote preceding a list,
1316 the first item of the list is special: it is a command for the computer
1317 to obey. (In Lisp, these commands are called @emph{functions}.) The list
1318 @code{(+ 2 2)} shown above did not have a quote in front of it, so Lisp
1319 understands that the @code{+} is an instruction to do something with the
1320 rest of the list: add the numbers that follow.
1321
1322 @need 1250
1323 If you are reading this inside of GNU Emacs in Info, here is how you can
1324 evaluate such a list: place your cursor immediately after the right
1325 hand parenthesis of the following list and then type @kbd{C-x C-e}:
1326
1327 @smallexample
1328 (+ 2 2)
1329 @end smallexample
1330
1331 @c use code for the number four, not samp.
1332 @noindent
1333 You will see the number @code{4} appear in the echo area. (In the
1334 jargon, what you have just done is ``evaluate the list.'' The echo area
1335 is the line at the bottom of the screen that displays or ``echoes''
1336 text.) Now try the same thing with a quoted list: place the cursor
1337 right after the following list and type @kbd{C-x C-e}:
1338
1339 @smallexample
1340 '(this is a quoted list)
1341 @end smallexample
1342
1343 @noindent
1344 You will see @code{(this is a quoted list)} appear in the echo area.
1345
1346 @cindex Lisp interpreter, explained
1347 @cindex Interpreter, Lisp, explained
1348 In both cases, what you are doing is giving a command to the program
1349 inside of GNU Emacs called the @dfn{Lisp interpreter}---giving the
1350 interpreter a command to evaluate the expression. The name of the Lisp
1351 interpreter comes from the word for the task done by a human who comes
1352 up with the meaning of an expression---who ``interprets'' it.
1353
1354 You can also evaluate an atom that is not part of a list---one that is
1355 not surrounded by parentheses; again, the Lisp interpreter translates
1356 from the humanly readable expression to the language of the computer.
1357 But before discussing this (@pxref{Variables}), we will discuss what the
1358 Lisp interpreter does when you make an error.
1359
1360 @node Making Errors, Names & Definitions, Run a Program, List Processing
1361 @comment node-name, next, previous, up
1362 @section Generate an Error Message
1363 @cindex Generate an error message
1364 @cindex Error message generation
1365
1366 Partly so you won't worry if you do it accidentally, we will now give
1367 a command to the Lisp interpreter that generates an error message.
1368 This is a harmless activity; and indeed, we will often try to generate
1369 error messages intentionally. Once you understand the jargon, error
1370 messages can be informative. Instead of being called ``error''
1371 messages, they should be called ``help'' messages. They are like
1372 signposts to a traveller in a strange country; deciphering them can be
1373 hard, but once understood, they can point the way.
1374
1375 The error message is generated by a built-in GNU Emacs debugger. We
1376 will `enter the debugger'. You get out of the debugger by typing @code{q}.
1377
1378 What we will do is evaluate a list that is not quoted and does not
1379 have a meaningful command as its first element. Here is a list almost
1380 exactly the same as the one we just used, but without the single-quote
1381 in front of it. Position the cursor right after it and type @kbd{C-x
1382 C-e}:
1383
1384 @smallexample
1385 (this is an unquoted list)
1386 @end smallexample
1387
1388 @noindent
1389 What you see depends on which version of Emacs you are running. GNU
1390 Emacs version 22 provides more information than version 20 and before.
1391 First, the more recent result of generating an error; then the
1392 earlier, version 20 result.
1393
1394 @need 1250
1395 @noindent
1396 In GNU Emacs version 22, a @file{*Backtrace*} window will open up and
1397 you will see the following in it:
1398
1399 @smallexample
1400 @group
1401 ---------- Buffer: *Backtrace* ----------
1402 Debugger entered--Lisp error: (void-function this)
1403 (this is an unquoted list)
1404 eval((this is an unquoted list))
1405 eval-last-sexp-1(nil)
1406 eval-last-sexp(nil)
1407 call-interactively(eval-last-sexp)
1408 ---------- Buffer: *Backtrace* ----------
1409 @end group
1410 @end smallexample
1411
1412 @need 1200
1413 @noindent
1414 Your cursor will be in this window (you may have to wait a few seconds
1415 before it becomes visible). To quit the debugger and make the
1416 debugger window go away, type:
1417
1418 @smallexample
1419 q
1420 @end smallexample
1421
1422 @noindent
1423 Please type @kbd{q} right now, so you become confident that you can
1424 get out of the debugger. Then, type @kbd{C-x C-e} again to re-enter
1425 it.
1426
1427 @cindex @samp{function} defined
1428 Based on what we already know, we can almost read this error message.
1429
1430 You read the @file{*Backtrace*} buffer from the bottom up; it tells
1431 you what Emacs did. When you typed @kbd{C-x C-e}, you made an
1432 interactive call to the command @code{eval-last-sexp}. @code{eval} is
1433 an abbreviation for `evaluate' and @code{sexp} is an abbreviation for
1434 `symbolic expression'. The command means `evaluate last symbolic
1435 expression', which is the expression just before your cursor.
1436
1437 Each line above tells you what the Lisp interpreter evaluated next.
1438 The most recent action is at the top. The buffer is called the
1439 @file{*Backtrace*} buffer because it enables you to track Emacs
1440 backwards.
1441
1442 @need 800
1443 At the top of the @file{*Backtrace*} buffer, you see the line:
1444
1445 @smallexample
1446 Debugger entered--Lisp error: (void-function this)
1447 @end smallexample
1448
1449 @noindent
1450 The Lisp interpreter tried to evaluate the first atom of the list, the
1451 word @samp{this}. It is this action that generated the error message
1452 @samp{void-function this}.
1453
1454 The message contains the words @samp{void-function} and @samp{this}.
1455
1456 @cindex @samp{function} defined
1457 The word @samp{function} was mentioned once before. It is a very
1458 important word. For our purposes, we can define it by saying that a
1459 @dfn{function} is a set of instructions to the computer that tell the
1460 computer to do something.
1461
1462 Now we can begin to understand the error message: @samp{void-function
1463 this}. The function (that is, the word @samp{this}) does not have a
1464 definition of any set of instructions for the computer to carry out.
1465
1466 The slightly odd word, @samp{void-function}, is designed to cover the
1467 way Emacs Lisp is implemented, which is that when a symbol does not
1468 have a function definition attached to it, the place that should
1469 contain the instructions is `void'.
1470
1471 On the other hand, since we were able to add 2 plus 2 successfully, by
1472 evaluating @code{(+ 2 2)}, we can infer that the symbol @code{+} must
1473 have a set of instructions for the computer to obey and those
1474 instructions must be to add the numbers that follow the @code{+}.
1475
1476 @need 1250
1477 In GNU Emacs version 20, and in earlier versions, you will see only
1478 one line of error message; it will appear in the echo area and look
1479 like this:
1480
1481 @smallexample
1482 Symbol's function definition is void:@: this
1483 @end smallexample
1484
1485 @noindent
1486 (Also, your terminal may beep at you---some do, some don't; and others
1487 blink. This is just a device to get your attention.) The message goes
1488 away as soon as you type another key, even just to move the cursor.
1489
1490 We know the meaning of the word @samp{Symbol}. It refers to the first
1491 atom of the list, the word @samp{this}. The word @samp{function}
1492 refers to the instructions that tell the computer what to do.
1493 (Technically, the symbol tells the computer where to find the
1494 instructions, but this is a complication we can ignore for the
1495 moment.)
1496
1497 The error message can be understood: @samp{Symbol's function
1498 definition is void:@: this}. The symbol (that is, the word
1499 @samp{this}) lacks instructions for the computer to carry out.
1500
1501 @node Names & Definitions, Lisp Interpreter, Making Errors, List Processing
1502 @comment node-name, next, previous, up
1503 @section Symbol Names and Function Definitions
1504 @cindex Symbol names
1505
1506 We can articulate another characteristic of Lisp based on what we have
1507 discussed so far---an important characteristic: a symbol, like
1508 @code{+}, is not itself the set of instructions for the computer to
1509 carry out. Instead, the symbol is used, perhaps temporarily, as a way
1510 of locating the definition or set of instructions. What we see is the
1511 name through which the instructions can be found. Names of people
1512 work the same way. I can be referred to as @samp{Bob}; however, I am
1513 not the letters @samp{B}, @samp{o}, @samp{b} but am, or was, the
1514 consciousness consistently associated with a particular life-form.
1515 The name is not me, but it can be used to refer to me.
1516
1517 In Lisp, one set of instructions can be attached to several names.
1518 For example, the computer instructions for adding numbers can be
1519 linked to the symbol @code{plus} as well as to the symbol @code{+}
1520 (and are in some dialects of Lisp). Among humans, I can be referred
1521 to as @samp{Robert} as well as @samp{Bob} and by other words as well.
1522
1523 On the other hand, a symbol can have only one function definition
1524 attached to it at a time. Otherwise, the computer would be confused as
1525 to which definition to use. If this were the case among people, only
1526 one person in the world could be named @samp{Bob}. However, the function
1527 definition to which the name refers can be changed readily.
1528 (@xref{Install, , Install a Function Definition}.)
1529
1530 Since Emacs Lisp is large, it is customary to name symbols in a way
1531 that identifies the part of Emacs to which the function belongs.
1532 Thus, all the names for functions that deal with Texinfo start with
1533 @samp{texinfo-} and those for functions that deal with reading mail
1534 start with @samp{rmail-}.
1535
1536 @node Lisp Interpreter, Evaluation, Names & Definitions, List Processing
1537 @comment node-name, next, previous, up
1538 @section The Lisp Interpreter
1539 @cindex Lisp interpreter, what it does
1540 @cindex Interpreter, what it does
1541
1542 Based on what we have seen, we can now start to figure out what the
1543 Lisp interpreter does when we command it to evaluate a list.
1544 First, it looks to see whether there is a quote before the list; if
1545 there is, the interpreter just gives us the list. On the other
1546 hand, if there is no quote, the interpreter looks at the first element
1547 in the list and sees whether it has a function definition. If it does,
1548 the interpreter carries out the instructions in the function definition.
1549 Otherwise, the interpreter prints an error message.
1550
1551 This is how Lisp works. Simple. There are added complications which we
1552 will get to in a minute, but these are the fundamentals. Of course, to
1553 write Lisp programs, you need to know how to write function definitions
1554 and attach them to names, and how to do this without confusing either
1555 yourself or the computer.
1556
1557 @menu
1558 * Complications::
1559 * Byte Compiling::
1560 @end menu
1561
1562 @node Complications, Byte Compiling, Lisp Interpreter, Lisp Interpreter
1563 @ifnottex
1564 @unnumberedsubsec Complications
1565 @end ifnottex
1566
1567 Now, for the first complication. In addition to lists, the Lisp
1568 interpreter can evaluate a symbol that is not quoted and does not have
1569 parentheses around it. The Lisp interpreter will attempt to determine
1570 the symbol's value as a @dfn{variable}. This situation is described
1571 in the section on variables. (@xref{Variables}.)
1572
1573 @cindex Special form
1574 The second complication occurs because some functions are unusual and do
1575 not work in the usual manner. Those that don't are called @dfn{special
1576 forms}. They are used for special jobs, like defining a function, and
1577 there are not many of them. In the next few chapters, you will be
1578 introduced to several of the more important special forms.
1579
1580 The third and final complication is this: if the function that the
1581 Lisp interpreter is looking at is not a special form, and if it is part
1582 of a list, the Lisp interpreter looks to see whether the list has a list
1583 inside of it. If there is an inner list, the Lisp interpreter first
1584 figures out what it should do with the inside list, and then it works on
1585 the outside list. If there is yet another list embedded inside the
1586 inner list, it works on that one first, and so on. It always works on
1587 the innermost list first. The interpreter works on the innermost list
1588 first, to evaluate the result of that list. The result may be
1589 used by the enclosing expression.
1590
1591 Otherwise, the interpreter works left to right, from one expression to
1592 the next.
1593
1594 @node Byte Compiling, , Complications, Lisp Interpreter
1595 @subsection Byte Compiling
1596 @cindex Byte compiling
1597
1598 One other aspect of interpreting: the Lisp interpreter is able to
1599 interpret two kinds of entity: humanly readable code, on which we will
1600 focus exclusively, and specially processed code, called @dfn{byte
1601 compiled} code, which is not humanly readable. Byte compiled code
1602 runs faster than humanly readable code.
1603
1604 You can transform humanly readable code into byte compiled code by
1605 running one of the compile commands such as @code{byte-compile-file}.
1606 Byte compiled code is usually stored in a file that ends with a
1607 @file{.elc} extension rather than a @file{.el} extension. You will
1608 see both kinds of file in the @file{emacs/lisp} directory; the files
1609 to read are those with @file{.el} extensions.
1610
1611 As a practical matter, for most things you might do to customize or
1612 extend Emacs, you do not need to byte compile; and I will not discuss
1613 the topic here. @xref{Byte Compilation, , Byte Compilation, elisp,
1614 The GNU Emacs Lisp Reference Manual}, for a full description of byte
1615 compilation.
1616
1617 @node Evaluation, Variables, Lisp Interpreter, List Processing
1618 @comment node-name, next, previous, up
1619 @section Evaluation
1620 @cindex Evaluation
1621
1622 When the Lisp interpreter works on an expression, the term for the
1623 activity is called @dfn{evaluation}. We say that the interpreter
1624 `evaluates the expression'. I've used this term several times before.
1625 The word comes from its use in everyday language, `to ascertain the
1626 value or amount of; to appraise', according to @cite{Webster's New
1627 Collegiate Dictionary}.
1628
1629 After evaluating an expression, the Lisp interpreter will most likely
1630 @dfn{return} the value that the computer produces by carrying out the
1631 instructions it found in the function definition, or perhaps it will
1632 give up on that function and produce an error message. (The interpreter
1633 may also find itself tossed, so to speak, to a different function or it
1634 may attempt to repeat continually what it is doing for ever and ever in
1635 what is called an `infinite loop'. These actions are less common; and
1636 we can ignore them.) Most frequently, the interpreter returns a value.
1637
1638 @cindex @samp{side effect} defined
1639 At the same time the interpreter returns a value, it may do something
1640 else as well, such as move a cursor or copy a file; this other kind of
1641 action is called a @dfn{side effect}. Actions that we humans think are
1642 important, such as printing results, are often ``side effects'' to the
1643 Lisp interpreter. The jargon can sound peculiar, but it turns out that
1644 it is fairly easy to learn to use side effects.
1645
1646 In summary, evaluating a symbolic expression most commonly causes the
1647 Lisp interpreter to return a value and perhaps carry out a side effect;
1648 or else produce an error.
1649
1650 @menu
1651 * Evaluating Inner Lists::
1652 @end menu
1653
1654 @node Evaluating Inner Lists, , Evaluation, Evaluation
1655 @comment node-name, next, previous, up
1656 @subsection Evaluating Inner Lists
1657 @cindex Inner list evaluation
1658 @cindex Evaluating inner lists
1659
1660 If evaluation applies to a list that is inside another list, the outer
1661 list may use the value returned by the first evaluation as information
1662 when the outer list is evaluated. This explains why inner expressions
1663 are evaluated first: the values they return are used by the outer
1664 expressions.
1665
1666 @need 1250
1667 We can investigate this process by evaluating another addition example.
1668 Place your cursor after the following expression and type @kbd{C-x C-e}:
1669
1670 @smallexample
1671 (+ 2 (+ 3 3))
1672 @end smallexample
1673
1674 @noindent
1675 The number 8 will appear in the echo area.
1676
1677 What happens is that the Lisp interpreter first evaluates the inner
1678 expression, @code{(+ 3 3)}, for which the value 6 is returned; then it
1679 evaluates the outer expression as if it were written @code{(+ 2 6)}, which
1680 returns the value 8. Since there are no more enclosing expressions to
1681 evaluate, the interpreter prints that value in the echo area.
1682
1683 Now it is easy to understand the name of the command invoked by the
1684 keystrokes @kbd{C-x C-e}: the name is @code{eval-last-sexp}. The
1685 letters @code{sexp} are an abbreviation for `symbolic expression', and
1686 @code{eval} is an abbreviation for `evaluate'. The command means
1687 `evaluate last symbolic expression'.
1688
1689 As an experiment, you can try evaluating the expression by putting the
1690 cursor at the beginning of the next line immediately following the
1691 expression, or inside the expression.
1692
1693 @need 800
1694 Here is another copy of the expression:
1695
1696 @smallexample
1697 (+ 2 (+ 3 3))
1698 @end smallexample
1699
1700 @noindent
1701 If you place the cursor at the beginning of the blank line that
1702 immediately follows the expression and type @kbd{C-x C-e}, you will
1703 still get the value 8 printed in the echo area. Now try putting the
1704 cursor inside the expression. If you put it right after the next to
1705 last parenthesis (so it appears to sit on top of the last parenthesis),
1706 you will get a 6 printed in the echo area! This is because the command
1707 evaluates the expression @code{(+ 3 3)}.
1708
1709 Now put the cursor immediately after a number. Type @kbd{C-x C-e} and
1710 you will get the number itself. In Lisp, if you evaluate a number, you
1711 get the number itself---this is how numbers differ from symbols. If you
1712 evaluate a list starting with a symbol like @code{+}, you will get a
1713 value returned that is the result of the computer carrying out the
1714 instructions in the function definition attached to that name. If a
1715 symbol by itself is evaluated, something different happens, as we will
1716 see in the next section.
1717
1718 @node Variables, Arguments, Evaluation, List Processing
1719 @comment node-name, next, previous, up
1720 @section Variables
1721 @cindex Variables
1722
1723 In Emacs Lisp, a symbol can have a value attached to it just as it can
1724 have a function definition attached to it. The two are different.
1725 The function definition is a set of instructions that a computer will
1726 obey. A value, on the other hand, is something, such as number or a
1727 name, that can vary (which is why such a symbol is called a variable).
1728 The value of a symbol can be any expression in Lisp, such as a symbol,
1729 number, list, or string. A symbol that has a value is often called a
1730 @dfn{variable}.
1731
1732 A symbol can have both a function definition and a value attached to
1733 it at the same time. Or it can have just one or the other.
1734 The two are separate. This is somewhat similar
1735 to the way the name Cambridge can refer to the city in Massachusetts
1736 and have some information attached to the name as well, such as
1737 ``great programming center''.
1738
1739 @ignore
1740 (Incidentally, in Emacs Lisp, a symbol can have two
1741 other things attached to it, too: a property list and a documentation
1742 string; these are discussed later.)
1743 @end ignore
1744
1745 Another way to think about this is to imagine a symbol as being a chest
1746 of drawers. The function definition is put in one drawer, the value in
1747 another, and so on. What is put in the drawer holding the value can be
1748 changed without affecting the contents of the drawer holding the
1749 function definition, and vice-verse.
1750
1751 @menu
1752 * fill-column Example::
1753 * Void Function::
1754 * Void Variable::
1755 @end menu
1756
1757 @node fill-column Example, Void Function, Variables, Variables
1758 @ifnottex
1759 @unnumberedsubsec @code{fill-column}, an Example Variable
1760 @end ifnottex
1761
1762 @findex fill-column, @r{an example variable}
1763 @cindex Example variable, @code{fill-column}
1764 @cindex Variable, example of, @code{fill-column}
1765 The variable @code{fill-column} illustrates a symbol with a value
1766 attached to it: in every GNU Emacs buffer, this symbol is set to some
1767 value, usually 72 or 70, but sometimes to some other value. To find the
1768 value of this symbol, evaluate it by itself. If you are reading this in
1769 Info inside of GNU Emacs, you can do this by putting the cursor after
1770 the symbol and typing @kbd{C-x C-e}:
1771
1772 @smallexample
1773 fill-column
1774 @end smallexample
1775
1776 @noindent
1777 After I typed @kbd{C-x C-e}, Emacs printed the number 72 in my echo
1778 area. This is the value for which @code{fill-column} is set for me as I
1779 write this. It may be different for you in your Info buffer. Notice
1780 that the value returned as a variable is printed in exactly the same way
1781 as the value returned by a function carrying out its instructions. From
1782 the point of view of the Lisp interpreter, a value returned is a value
1783 returned. What kind of expression it came from ceases to matter once
1784 the value is known.
1785
1786 A symbol can have any value attached to it or, to use the jargon, we can
1787 @dfn{bind} the variable to a value: to a number, such as 72; to a
1788 string, @code{"such as this"}; to a list, such as @code{(spruce pine
1789 oak)}; we can even bind a variable to a function definition.
1790
1791 A symbol can be bound to a value in several ways. @xref{set & setq, ,
1792 Setting the Value of a Variable}, for information about one way to do
1793 this.
1794
1795 @node Void Function, Void Variable, fill-column Example, Variables
1796 @comment node-name, next, previous, up
1797 @subsection Error Message for a Symbol Without a Function
1798 @cindex Symbol without function error
1799 @cindex Error for symbol without function
1800
1801 When we evaluated @code{fill-column} to find its value as a variable,
1802 we did not place parentheses around the word. This is because we did
1803 not intend to use it as a function name.
1804
1805 If @code{fill-column} were the first or only element of a list, the
1806 Lisp interpreter would attempt to find the function definition
1807 attached to it. But @code{fill-column} has no function definition.
1808 Try evaluating this:
1809
1810 @smallexample
1811 (fill-column)
1812 @end smallexample
1813
1814 @need 1250
1815 @noindent
1816 In GNU Emacs version 22, you will create a @file{*Backtrace*} buffer
1817 that says:
1818
1819 @smallexample
1820 @group
1821 ---------- Buffer: *Backtrace* ----------
1822 Debugger entered--Lisp error: (void-function fill-column)
1823 (fill-column)
1824 eval((fill-column))
1825 eval-last-sexp-1(nil)
1826 eval-last-sexp(nil)
1827 call-interactively(eval-last-sexp)
1828 ---------- Buffer: *Backtrace* ----------
1829 @end group
1830 @end smallexample
1831
1832 @noindent
1833 (Remember, to quit the debugger and make the debugger window go away,
1834 type @kbd{q} in the @file{*Backtrace*} buffer.)
1835
1836 @ignore
1837 @need 800
1838 In GNU Emacs 20 and before, you will produce an error message that says:
1839
1840 @smallexample
1841 Symbol's function definition is void:@: fill-column
1842 @end smallexample
1843
1844 @noindent
1845 (The message will go away as soon as you move the cursor or type
1846 another key.)
1847 @end ignore
1848
1849 @node Void Variable, , Void Function, Variables
1850 @comment node-name, next, previous, up
1851 @subsection Error Message for a Symbol Without a Value
1852 @cindex Symbol without value error
1853 @cindex Error for symbol without value
1854
1855 If you attempt to evaluate a symbol that does not have a value bound to
1856 it, you will receive an error message. You can see this by
1857 experimenting with our 2 plus 2 addition. In the following expression,
1858 put your cursor right after the @code{+}, before the first number 2,
1859 type @kbd{C-x C-e}:
1860
1861 @smallexample
1862 (+ 2 2)
1863 @end smallexample
1864
1865 @need 1500
1866 @noindent
1867 In GNU Emacs 22, you will create a @file{*Backtrace*} buffer that
1868 says:
1869
1870 @smallexample
1871 @group
1872 ---------- Buffer: *Backtrace* ----------
1873 Debugger entered--Lisp error: (void-variable +)
1874 eval(+)
1875 eval-last-sexp-1(nil)
1876 eval-last-sexp(nil)
1877 call-interactively(eval-last-sexp)
1878 ---------- Buffer: *Backtrace* ----------
1879 @end group
1880 @end smallexample
1881
1882 @noindent
1883 (As with the other times we entered the debugger, you can quit by
1884 typing @kbd{q} in the @file{*Backtrace*} buffer.)
1885
1886 This backtrace is different from the very first error message we saw,
1887 which said, @samp{Debugger entered--Lisp error: (void-function this)}.
1888 In this case, the function does not have a value as a variable; while
1889 in the other error message, the function (the word `this') did not
1890 have a definition.
1891
1892 In this experiment with the @code{+}, what we did was cause the Lisp
1893 interpreter to evaluate the @code{+} and look for the value of the
1894 variable instead of the function definition. We did this by placing the
1895 cursor right after the symbol rather than after the parenthesis of the
1896 enclosing list as we did before. As a consequence, the Lisp interpreter
1897 evaluated the preceding s-expression, which in this case was the
1898 @code{+} by itself.
1899
1900 Since @code{+} does not have a value bound to it, just the function
1901 definition, the error message reported that the symbol's value as a
1902 variable was void.
1903
1904 @ignore
1905 @need 800
1906 In GNU Emacs version 20 and before, your error message will say:
1907
1908 @example
1909 Symbol's value as variable is void:@: +
1910 @end example
1911
1912 @noindent
1913 The meaning is the same as in GNU Emacs 22.
1914 @end ignore
1915
1916 @node Arguments, set & setq, Variables, List Processing
1917 @comment node-name, next, previous, up
1918 @section Arguments
1919 @cindex Arguments
1920 @cindex Passing information to functions
1921
1922 To see how information is passed to functions, let's look again at
1923 our old standby, the addition of two plus two. In Lisp, this is written
1924 as follows:
1925
1926 @smallexample
1927 (+ 2 2)
1928 @end smallexample
1929
1930 If you evaluate this expression, the number 4 will appear in your echo
1931 area. What the Lisp interpreter does is add the numbers that follow
1932 the @code{+}.
1933
1934 @cindex @samp{argument} defined
1935 The numbers added by @code{+} are called the @dfn{arguments} of the
1936 function @code{+}. These numbers are the information that is given to
1937 or @dfn{passed} to the function.
1938
1939 The word `argument' comes from the way it is used in mathematics and
1940 does not refer to a disputation between two people; instead it refers to
1941 the information presented to the function, in this case, to the
1942 @code{+}. In Lisp, the arguments to a function are the atoms or lists
1943 that follow the function. The values returned by the evaluation of
1944 these atoms or lists are passed to the function. Different functions
1945 require different numbers of arguments; some functions require none at
1946 all.@footnote{It is curious to track the path by which the word `argument'
1947 came to have two different meanings, one in mathematics and the other in
1948 everyday English. According to the @cite{Oxford English Dictionary},
1949 the word derives from the Latin for @samp{to make clear, prove}; thus it
1950 came to mean, by one thread of derivation, `the evidence offered as
1951 proof', which is to say, `the information offered', which led to its
1952 meaning in Lisp. But in the other thread of derivation, it came to mean
1953 `to assert in a manner against which others may make counter
1954 assertions', which led to the meaning of the word as a disputation.
1955 (Note here that the English word has two different definitions attached
1956 to it at the same time. By contrast, in Emacs Lisp, a symbol cannot
1957 have two different function definitions at the same time.)}
1958
1959 @menu
1960 * Data types::
1961 * Args as Variable or List::
1962 * Variable Number of Arguments::
1963 * Wrong Type of Argument::
1964 * message::
1965 @end menu
1966
1967 @node Data types, Args as Variable or List, Arguments, Arguments
1968 @comment node-name, next, previous, up
1969 @subsection Arguments' Data Types
1970 @cindex Data types
1971 @cindex Types of data
1972 @cindex Arguments' data types
1973
1974 The type of data that should be passed to a function depends on what
1975 kind of information it uses. The arguments to a function such as
1976 @code{+} must have values that are numbers, since @code{+} adds numbers.
1977 Other functions use different kinds of data for their arguments.
1978
1979 @need 1250
1980 @findex concat
1981 For example, the @code{concat} function links together or unites two or
1982 more strings of text to produce a string. The arguments are strings.
1983 Concatenating the two character strings @code{abc}, @code{def} produces
1984 the single string @code{abcdef}. This can be seen by evaluating the
1985 following:
1986
1987 @smallexample
1988 (concat "abc" "def")
1989 @end smallexample
1990
1991 @noindent
1992 The value produced by evaluating this expression is @code{"abcdef"}.
1993
1994 A function such as @code{substring} uses both a string and numbers as
1995 arguments. The function returns a part of the string, a substring of
1996 the first argument. This function takes three arguments. Its first
1997 argument is the string of characters, the second and third arguments are
1998 numbers that indicate the beginning and end of the substring. The
1999 numbers are a count of the number of characters (including spaces and
2000 punctuations) from the beginning of the string.
2001
2002 @need 800
2003 For example, if you evaluate the following:
2004
2005 @smallexample
2006 (substring "The quick brown fox jumped." 16 19)
2007 @end smallexample
2008
2009 @noindent
2010 you will see @code{"fox"} appear in the echo area. The arguments are the
2011 string and the two numbers.
2012
2013 Note that the string passed to @code{substring} is a single atom even
2014 though it is made up of several words separated by spaces. Lisp counts
2015 everything between the two quotation marks as part of the string,
2016 including the spaces. You can think of the @code{substring} function as
2017 a kind of `atom smasher' since it takes an otherwise indivisible atom
2018 and extracts a part. However, @code{substring} is only able to extract
2019 a substring from an argument that is a string, not from another type of
2020 atom such as a number or symbol.
2021
2022 @node Args as Variable or List, Variable Number of Arguments, Data types, Arguments
2023 @comment node-name, next, previous, up
2024 @subsection An Argument as the Value of a Variable or List
2025
2026 An argument can be a symbol that returns a value when it is evaluated.
2027 For example, when the symbol @code{fill-column} by itself is evaluated,
2028 it returns a number. This number can be used in an addition.
2029
2030 @need 1250
2031 Position the cursor after the following expression and type @kbd{C-x
2032 C-e}:
2033
2034 @smallexample
2035 (+ 2 fill-column)
2036 @end smallexample
2037
2038 @noindent
2039 The value will be a number two more than what you get by evaluating
2040 @code{fill-column} alone. For me, this is 74, because my value of
2041 @code{fill-column} is 72.
2042
2043 As we have just seen, an argument can be a symbol that returns a value
2044 when evaluated. In addition, an argument can be a list that returns a
2045 value when it is evaluated. For example, in the following expression,
2046 the arguments to the function @code{concat} are the strings
2047 @w{@code{"The "}} and @w{@code{" red foxes."}} and the list
2048 @code{(number-to-string (+ 2 fill-column))}.
2049
2050 @c For GNU Emacs 22, need number-to-string
2051 @smallexample
2052 (concat "The " (number-to-string (+ 2 fill-column)) " red foxes.")
2053 @end smallexample
2054
2055 @noindent
2056 If you evaluate this expression---and if, as with my Emacs,
2057 @code{fill-column} evaluates to 72---@code{"The 74 red foxes."} will
2058 appear in the echo area. (Note that you must put spaces after the
2059 word @samp{The} and before the word @samp{red} so they will appear in
2060 the final string. The function @code{number-to-string} converts the
2061 integer that the addition function returns to a string.
2062 @code{number-to-string} is also known as @code{int-to-string}.)
2063
2064 @node Variable Number of Arguments, Wrong Type of Argument, Args as Variable or List, Arguments
2065 @comment node-name, next, previous, up
2066 @subsection Variable Number of Arguments
2067 @cindex Variable number of arguments
2068 @cindex Arguments, variable number of
2069
2070 Some functions, such as @code{concat}, @code{+} or @code{*}, take any
2071 number of arguments. (The @code{*} is the symbol for multiplication.)
2072 This can be seen by evaluating each of the following expressions in
2073 the usual way. What you will see in the echo area is printed in this
2074 text after @samp{@result{}}, which you may read as `evaluates to'.
2075
2076 @need 1250
2077 In the first set, the functions have no arguments:
2078
2079 @smallexample
2080 @group
2081 (+) @result{} 0
2082
2083 (*) @result{} 1
2084 @end group
2085 @end smallexample
2086
2087 @need 1250
2088 In this set, the functions have one argument each:
2089
2090 @smallexample
2091 @group
2092 (+ 3) @result{} 3
2093
2094 (* 3) @result{} 3
2095 @end group
2096 @end smallexample
2097
2098 @need 1250
2099 In this set, the functions have three arguments each:
2100
2101 @smallexample
2102 @group
2103 (+ 3 4 5) @result{} 12
2104
2105 (* 3 4 5) @result{} 60
2106 @end group
2107 @end smallexample
2108
2109 @node Wrong Type of Argument, message, Variable Number of Arguments, Arguments
2110 @comment node-name, next, previous, up
2111 @subsection Using the Wrong Type Object as an Argument
2112 @cindex Wrong type of argument
2113 @cindex Argument, wrong type of
2114
2115 When a function is passed an argument of the wrong type, the Lisp
2116 interpreter produces an error message. For example, the @code{+}
2117 function expects the values of its arguments to be numbers. As an
2118 experiment we can pass it the quoted symbol @code{hello} instead of a
2119 number. Position the cursor after the following expression and type
2120 @kbd{C-x C-e}:
2121
2122 @smallexample
2123 (+ 2 'hello)
2124 @end smallexample
2125
2126 @noindent
2127 When you do this you will generate an error message. What has happened
2128 is that @code{+} has tried to add the 2 to the value returned by
2129 @code{'hello}, but the value returned by @code{'hello} is the symbol
2130 @code{hello}, not a number. Only numbers can be added. So @code{+}
2131 could not carry out its addition.
2132
2133 @need 1250
2134 In GNU Emacs version 22, you will create and enter a
2135 @file{*Backtrace*} buffer that says:
2136
2137 @noindent
2138 @smallexample
2139 @group
2140 ---------- Buffer: *Backtrace* ----------
2141 Debugger entered--Lisp error:
2142 (wrong-type-argument number-or-marker-p hello)
2143 +(2 hello)
2144 eval((+ 2 (quote hello)))
2145 eval-last-sexp-1(nil)
2146 eval-last-sexp(nil)
2147 call-interactively(eval-last-sexp)
2148 ---------- Buffer: *Backtrace* ----------
2149 @end group
2150 @end smallexample
2151
2152 @need 1250
2153 As usual, the error message tries to be helpful and makes sense after you
2154 learn how to read it.@footnote{@code{(quote hello)} is an expansion of
2155 the abbreviation @code{'hello}.}
2156
2157 The first part of the error message is straightforward; it says
2158 @samp{wrong type argument}. Next comes the mysterious jargon word
2159 @w{@samp{number-or-marker-p}}. This word is trying to tell you what
2160 kind of argument the @code{+} expected.
2161
2162 The symbol @code{number-or-marker-p} says that the Lisp interpreter is
2163 trying to determine whether the information presented it (the value of
2164 the argument) is a number or a marker (a special object representing a
2165 buffer position). What it does is test to see whether the @code{+} is
2166 being given numbers to add. It also tests to see whether the
2167 argument is something called a marker, which is a specific feature of
2168 Emacs Lisp. (In Emacs, locations in a buffer are recorded as markers.
2169 When the mark is set with the @kbd{C-@@} or @kbd{C-@key{SPC}} command,
2170 its position is kept as a marker. The mark can be considered a
2171 number---the number of characters the location is from the beginning
2172 of the buffer.) In Emacs Lisp, @code{+} can be used to add the
2173 numeric value of marker positions as numbers.
2174
2175 The @samp{p} of @code{number-or-marker-p} is the embodiment of a
2176 practice started in the early days of Lisp programming. The @samp{p}
2177 stands for `predicate'. In the jargon used by the early Lisp
2178 researchers, a predicate refers to a function to determine whether some
2179 property is true or false. So the @samp{p} tells us that
2180 @code{number-or-marker-p} is the name of a function that determines
2181 whether it is true or false that the argument supplied is a number or
2182 a marker. Other Lisp symbols that end in @samp{p} include @code{zerop},
2183 a function that tests whether its argument has the value of zero, and
2184 @code{listp}, a function that tests whether its argument is a list.
2185
2186 Finally, the last part of the error message is the symbol @code{hello}.
2187 This is the value of the argument that was passed to @code{+}. If the
2188 addition had been passed the correct type of object, the value passed
2189 would have been a number, such as 37, rather than a symbol like
2190 @code{hello}. But then you would not have got the error message.
2191
2192 @ignore
2193 @need 1250
2194 In GNU Emacs version 20 and before, the echo area displays an error
2195 message that says:
2196
2197 @smallexample
2198 Wrong type argument:@: number-or-marker-p, hello
2199 @end smallexample
2200
2201 This says, in different words, the same as the top line of the
2202 @file{*Backtrace*} buffer.
2203 @end ignore
2204
2205 @node message, , Wrong Type of Argument, Arguments
2206 @comment node-name, next, previous, up
2207 @subsection The @code{message} Function
2208 @findex message
2209
2210 Like @code{+}, the @code{message} function takes a variable number of
2211 arguments. It is used to send messages to the user and is so useful
2212 that we will describe it here.
2213
2214 @need 1250
2215 A message is printed in the echo area. For example, you can print a
2216 message in your echo area by evaluating the following list:
2217
2218 @smallexample
2219 (message "This message appears in the echo area!")
2220 @end smallexample
2221
2222 The whole string between double quotation marks is a single argument
2223 and is printed @i{in toto}. (Note that in this example, the message
2224 itself will appear in the echo area within double quotes; that is
2225 because you see the value returned by the @code{message} function. In
2226 most uses of @code{message} in programs that you write, the text will
2227 be printed in the echo area as a side-effect, without the quotes.
2228 @xref{multiply-by-seven in detail, , @code{multiply-by-seven} in
2229 detail}, for an example of this.)
2230
2231 However, if there is a @samp{%s} in the quoted string of characters, the
2232 @code{message} function does not print the @samp{%s} as such, but looks
2233 to the argument that follows the string. It evaluates the second
2234 argument and prints the value at the location in the string where the
2235 @samp{%s} is.
2236
2237 @need 1250
2238 You can see this by positioning the cursor after the following
2239 expression and typing @kbd{C-x C-e}:
2240
2241 @smallexample
2242 (message "The name of this buffer is: %s." (buffer-name))
2243 @end smallexample
2244
2245 @noindent
2246 In Info, @code{"The name of this buffer is: *info*."} will appear in the
2247 echo area. The function @code{buffer-name} returns the name of the
2248 buffer as a string, which the @code{message} function inserts in place
2249 of @code{%s}.
2250
2251 To print a value as an integer, use @samp{%d} in the same way as
2252 @samp{%s}. For example, to print a message in the echo area that
2253 states the value of the @code{fill-column}, evaluate the following:
2254
2255 @smallexample
2256 (message "The value of fill-column is %d." fill-column)
2257 @end smallexample
2258
2259 @noindent
2260 On my system, when I evaluate this list, @code{"The value of
2261 fill-column is 72."} appears in my echo area@footnote{Actually, you
2262 can use @code{%s} to print a number. It is non-specific. @code{%d}
2263 prints only the part of a number left of a decimal point, and not
2264 anything that is not a number.}.
2265
2266 If there is more than one @samp{%s} in the quoted string, the value of
2267 the first argument following the quoted string is printed at the
2268 location of the first @samp{%s} and the value of the second argument is
2269 printed at the location of the second @samp{%s}, and so on.
2270
2271 @need 1250
2272 For example, if you evaluate the following,
2273
2274 @smallexample
2275 @group
2276 (message "There are %d %s in the office!"
2277 (- fill-column 14) "pink elephants")
2278 @end group
2279 @end smallexample
2280
2281 @noindent
2282 a rather whimsical message will appear in your echo area. On my system
2283 it says, @code{"There are 58 pink elephants in the office!"}.
2284
2285 The expression @code{(- fill-column 14)} is evaluated and the resulting
2286 number is inserted in place of the @samp{%d}; and the string in double
2287 quotes, @code{"pink elephants"}, is treated as a single argument and
2288 inserted in place of the @samp{%s}. (That is to say, a string between
2289 double quotes evaluates to itself, like a number.)
2290
2291 Finally, here is a somewhat complex example that not only illustrates
2292 the computation of a number, but also shows how you can use an
2293 expression within an expression to generate the text that is substituted
2294 for @samp{%s}:
2295
2296 @smallexample
2297 @group
2298 (message "He saw %d %s"
2299 (- fill-column 32)
2300 (concat "red "
2301 (substring
2302 "The quick brown foxes jumped." 16 21)
2303 " leaping."))
2304 @end group
2305 @end smallexample
2306
2307 In this example, @code{message} has three arguments: the string,
2308 @code{"He saw %d %s"}, the expression, @code{(- fill-column 32)}, and
2309 the expression beginning with the function @code{concat}. The value
2310 resulting from the evaluation of @code{(- fill-column 32)} is inserted
2311 in place of the @samp{%d}; and the value returned by the expression
2312 beginning with @code{concat} is inserted in place of the @samp{%s}.
2313
2314 When your fill column is 70 and you evaluate the expression, the
2315 message @code{"He saw 38 red foxes leaping."} appears in your echo
2316 area.
2317
2318 @node set & setq, Summary, Arguments, List Processing
2319 @comment node-name, next, previous, up
2320 @section Setting the Value of a Variable
2321 @cindex Variable, setting value
2322 @cindex Setting value of variable
2323
2324 @cindex @samp{bind} defined
2325 There are several ways by which a variable can be given a value. One of
2326 the ways is to use either the function @code{set} or the function
2327 @code{setq}. Another way is to use @code{let} (@pxref{let}). (The
2328 jargon for this process is to @dfn{bind} a variable to a value.)
2329
2330 The following sections not only describe how @code{set} and @code{setq}
2331 work but also illustrate how arguments are passed.
2332
2333 @menu
2334 * Using set::
2335 * Using setq::
2336 * Counting::
2337 @end menu
2338
2339 @node Using set, Using setq, set & setq, set & setq
2340 @comment node-name, next, previous, up
2341 @subsection Using @code{set}
2342 @findex set
2343
2344 To set the value of the symbol @code{flowers} to the list @code{'(rose
2345 violet daisy buttercup)}, evaluate the following expression by
2346 positioning the cursor after the expression and typing @kbd{C-x C-e}.
2347
2348 @smallexample
2349 (set 'flowers '(rose violet daisy buttercup))
2350 @end smallexample
2351
2352 @noindent
2353 The list @code{(rose violet daisy buttercup)} will appear in the echo
2354 area. This is what is @emph{returned} by the @code{set} function. As a
2355 side effect, the symbol @code{flowers} is bound to the list; that is,
2356 the symbol @code{flowers}, which can be viewed as a variable, is given
2357 the list as its value. (This process, by the way, illustrates how a
2358 side effect to the Lisp interpreter, setting the value, can be the
2359 primary effect that we humans are interested in. This is because every
2360 Lisp function must return a value if it does not get an error, but it
2361 will only have a side effect if it is designed to have one.)
2362
2363 After evaluating the @code{set} expression, you can evaluate the symbol
2364 @code{flowers} and it will return the value you just set. Here is the
2365 symbol. Place your cursor after it and type @kbd{C-x C-e}.
2366
2367 @smallexample
2368 flowers
2369 @end smallexample
2370
2371 @noindent
2372 When you evaluate @code{flowers}, the list
2373 @code{(rose violet daisy buttercup)} appears in the echo area.
2374
2375 Incidentally, if you evaluate @code{'flowers}, the variable with a quote
2376 in front of it, what you will see in the echo area is the symbol itself,
2377 @code{flowers}. Here is the quoted symbol, so you can try this:
2378
2379 @smallexample
2380 'flowers
2381 @end smallexample
2382
2383 Note also, that when you use @code{set}, you need to quote both
2384 arguments to @code{set}, unless you want them evaluated. Since we do
2385 not want either argument evaluated, neither the variable
2386 @code{flowers} nor the list @code{(rose violet daisy buttercup)}, both
2387 are quoted. (When you use @code{set} without quoting its first
2388 argument, the first argument is evaluated before anything else is
2389 done. If you did this and @code{flowers} did not have a value
2390 already, you would get an error message that the @samp{Symbol's value
2391 as variable is void}; on the other hand, if @code{flowers} did return
2392 a value after it was evaluated, the @code{set} would attempt to set
2393 the value that was returned. There are situations where this is the
2394 right thing for the function to do; but such situations are rare.)
2395
2396 @node Using setq, Counting, Using set, set & setq
2397 @comment node-name, next, previous, up
2398 @subsection Using @code{setq}
2399 @findex setq
2400
2401 As a practical matter, you almost always quote the first argument to
2402 @code{set}. The combination of @code{set} and a quoted first argument
2403 is so common that it has its own name: the special form @code{setq}.
2404 This special form is just like @code{set} except that the first argument
2405 is quoted automatically, so you don't need to type the quote mark
2406 yourself. Also, as an added convenience, @code{setq} permits you to set
2407 several different variables to different values, all in one expression.
2408
2409 To set the value of the variable @code{carnivores} to the list
2410 @code{'(lion tiger leopard)} using @code{setq}, the following expression
2411 is used:
2412
2413 @smallexample
2414 (setq carnivores '(lion tiger leopard))
2415 @end smallexample
2416
2417 @noindent
2418 This is exactly the same as using @code{set} except the first argument
2419 is automatically quoted by @code{setq}. (The @samp{q} in @code{setq}
2420 means @code{quote}.)
2421
2422 @need 1250
2423 With @code{set}, the expression would look like this:
2424
2425 @smallexample
2426 (set 'carnivores '(lion tiger leopard))
2427 @end smallexample
2428
2429 Also, @code{setq} can be used to assign different values to
2430 different variables. The first argument is bound to the value
2431 of the second argument, the third argument is bound to the value of the
2432 fourth argument, and so on. For example, you could use the following to
2433 assign a list of trees to the symbol @code{trees} and a list of herbivores
2434 to the symbol @code{herbivores}:
2435
2436 @smallexample
2437 @group
2438 (setq trees '(pine fir oak maple)
2439 herbivores '(gazelle antelope zebra))
2440 @end group
2441 @end smallexample
2442
2443 @noindent
2444 (The expression could just as well have been on one line, but it might
2445 not have fit on a page; and humans find it easier to read nicely
2446 formatted lists.)
2447
2448 Although I have been using the term `assign', there is another way of
2449 thinking about the workings of @code{set} and @code{setq}; and that is to
2450 say that @code{set} and @code{setq} make the symbol @emph{point} to the
2451 list. This latter way of thinking is very common and in forthcoming
2452 chapters we shall come upon at least one symbol that has `pointer' as
2453 part of its name. The name is chosen because the symbol has a value,
2454 specifically a list, attached to it; or, expressed another way,
2455 the symbol is set to ``point'' to the list.
2456
2457 @node Counting, , Using setq, set & setq
2458 @comment node-name, next, previous, up
2459 @subsection Counting
2460 @cindex Counting
2461
2462 Here is an example that shows how to use @code{setq} in a counter. You
2463 might use this to count how many times a part of your program repeats
2464 itself. First set a variable to zero; then add one to the number each
2465 time the program repeats itself. To do this, you need a variable that
2466 serves as a counter, and two expressions: an initial @code{setq}
2467 expression that sets the counter variable to zero; and a second
2468 @code{setq} expression that increments the counter each time it is
2469 evaluated.
2470
2471 @smallexample
2472 @group
2473 (setq counter 0) ; @r{Let's call this the initializer.}
2474
2475 (setq counter (+ counter 1)) ; @r{This is the incrementer.}
2476
2477 counter ; @r{This is the counter.}
2478 @end group
2479 @end smallexample
2480
2481 @noindent
2482 (The text following the @samp{;} are comments. @xref{Change a
2483 defun, , Change a Function Definition}.)
2484
2485 If you evaluate the first of these expressions, the initializer,
2486 @code{(setq counter 0)}, and then evaluate the third expression,
2487 @code{counter}, the number @code{0} will appear in the echo area. If
2488 you then evaluate the second expression, the incrementer, @code{(setq
2489 counter (+ counter 1))}, the counter will get the value 1. So if you
2490 again evaluate @code{counter}, the number @code{1} will appear in the
2491 echo area. Each time you evaluate the second expression, the value of
2492 the counter will be incremented.
2493
2494 When you evaluate the incrementer, @code{(setq counter (+ counter 1))},
2495 the Lisp interpreter first evaluates the innermost list; this is the
2496 addition. In order to evaluate this list, it must evaluate the variable
2497 @code{counter} and the number @code{1}. When it evaluates the variable
2498 @code{counter}, it receives its current value. It passes this value and
2499 the number @code{1} to the @code{+} which adds them together. The sum
2500 is then returned as the value of the inner list and passed to the
2501 @code{setq} which sets the variable @code{counter} to this new value.
2502 Thus, the value of the variable, @code{counter}, is changed.
2503
2504 @node Summary, Error Message Exercises, set & setq, List Processing
2505 @comment node-name, next, previous, up
2506 @section Summary
2507
2508 Learning Lisp is like climbing a hill in which the first part is the
2509 steepest. You have now climbed the most difficult part; what remains
2510 becomes easier as you progress onwards.
2511
2512 @need 1000
2513 In summary,
2514
2515 @itemize @bullet
2516
2517 @item
2518 Lisp programs are made up of expressions, which are lists or single atoms.
2519
2520 @item
2521 Lists are made up of zero or more atoms or inner lists, separated by whitespace and
2522 surrounded by parentheses. A list can be empty.
2523
2524 @item
2525 Atoms are multi-character symbols, like @code{forward-paragraph}, single
2526 character symbols like @code{+}, strings of characters between double
2527 quotation marks, or numbers.
2528
2529 @item
2530 A number evaluates to itself.
2531
2532 @item
2533 A string between double quotes also evaluates to itself.
2534
2535 @item
2536 When you evaluate a symbol by itself, its value is returned.
2537
2538 @item
2539 When you evaluate a list, the Lisp interpreter looks at the first symbol
2540 in the list and then at the function definition bound to that symbol.
2541 Then the instructions in the function definition are carried out.
2542
2543 @item
2544 A single quotation mark,
2545 @ifinfo
2546 '
2547 @end ifinfo
2548 @ifnotinfo
2549 @code{'}
2550 @end ifnotinfo
2551 , tells the Lisp interpreter that it should
2552 return the following expression as written, and not evaluate it as it
2553 would if the quote were not there.
2554
2555 @item
2556 Arguments are the information passed to a function. The arguments to a
2557 function are computed by evaluating the rest of the elements of the list
2558 of which the function is the first element.
2559
2560 @item
2561 A function always returns a value when it is evaluated (unless it gets
2562 an error); in addition, it may also carry out some action called a
2563 ``side effect''. In many cases, a function's primary purpose is to
2564 create a side effect.
2565 @end itemize
2566
2567 @node Error Message Exercises, , Summary, List Processing
2568 @comment node-name, next, previous, up
2569 @section Exercises
2570
2571 A few simple exercises:
2572
2573 @itemize @bullet
2574 @item
2575 Generate an error message by evaluating an appropriate symbol that is
2576 not within parentheses.
2577
2578 @item
2579 Generate an error message by evaluating an appropriate symbol that is
2580 between parentheses.
2581
2582 @item
2583 Create a counter that increments by two rather than one.
2584
2585 @item
2586 Write an expression that prints a message in the echo area when
2587 evaluated.
2588 @end itemize
2589
2590 @node Practicing Evaluation, Writing Defuns, List Processing, Top
2591 @comment node-name, next, previous, up
2592 @chapter Practicing Evaluation
2593 @cindex Practicing evaluation
2594 @cindex Evaluation practice
2595
2596 Before learning how to write a function definition in Emacs Lisp, it is
2597 useful to spend a little time evaluating various expressions that have
2598 already been written. These expressions will be lists with the
2599 functions as their first (and often only) element. Since some of the
2600 functions associated with buffers are both simple and interesting, we
2601 will start with those. In this section, we will evaluate a few of
2602 these. In another section, we will study the code of several other
2603 buffer-related functions, to see how they were written.
2604
2605 @menu
2606 * How to Evaluate::
2607 * Buffer Names::
2608 * Getting Buffers::
2609 * Switching Buffers::
2610 * Buffer Size & Locations::
2611 * Evaluation Exercise::
2612 @end menu
2613
2614 @node How to Evaluate, Buffer Names, Practicing Evaluation, Practicing Evaluation
2615 @ifnottex
2616 @unnumberedsec How to Evaluate
2617 @end ifnottex
2618
2619 @i{Whenever you give an editing command} to Emacs Lisp, such as the
2620 command to move the cursor or to scroll the screen, @i{you are evaluating
2621 an expression,} the first element of which is a function. @i{This is
2622 how Emacs works.}
2623
2624 @cindex @samp{interactive function} defined
2625 @cindex @samp{command} defined
2626 When you type keys, you cause the Lisp interpreter to evaluate an
2627 expression and that is how you get your results. Even typing plain text
2628 involves evaluating an Emacs Lisp function, in this case, one that uses
2629 @code{self-insert-command}, which simply inserts the character you
2630 typed. The functions you evaluate by typing keystrokes are called
2631 @dfn{interactive} functions, or @dfn{commands}; how you make a function
2632 interactive will be illustrated in the chapter on how to write function
2633 definitions. @xref{Interactive, , Making a Function Interactive}.
2634
2635 In addition to typing keyboard commands, we have seen a second way to
2636 evaluate an expression: by positioning the cursor after a list and
2637 typing @kbd{C-x C-e}. This is what we will do in the rest of this
2638 section. There are other ways to evaluate an expression as well; these
2639 will be described as we come to them.
2640
2641 Besides being used for practicing evaluation, the functions shown in the
2642 next few sections are important in their own right. A study of these
2643 functions makes clear the distinction between buffers and files, how to
2644 switch to a buffer, and how to determine a location within it.
2645
2646 @node Buffer Names, Getting Buffers, How to Evaluate, Practicing Evaluation
2647 @comment node-name, next, previous, up
2648 @section Buffer Names
2649 @findex buffer-name
2650 @findex buffer-file-name
2651
2652 The two functions, @code{buffer-name} and @code{buffer-file-name}, show
2653 the difference between a file and a buffer. When you evaluate the
2654 following expression, @code{(buffer-name)}, the name of the buffer
2655 appears in the echo area. When you evaluate @code{(buffer-file-name)},
2656 the name of the file to which the buffer refers appears in the echo
2657 area. Usually, the name returned by @code{(buffer-name)} is the same as
2658 the name of the file to which it refers, and the name returned by
2659 @code{(buffer-file-name)} is the full path-name of the file.
2660
2661 A file and a buffer are two different entities. A file is information
2662 recorded permanently in the computer (unless you delete it). A buffer,
2663 on the other hand, is information inside of Emacs that will vanish at
2664 the end of the editing session (or when you kill the buffer). Usually,
2665 a buffer contains information that you have copied from a file; we say
2666 the buffer is @dfn{visiting} that file. This copy is what you work on
2667 and modify. Changes to the buffer do not change the file, until you
2668 save the buffer. When you save the buffer, the buffer is copied to the file
2669 and is thus saved permanently.
2670
2671 @need 1250
2672 If you are reading this in Info inside of GNU Emacs, you can evaluate
2673 each of the following expressions by positioning the cursor after it and
2674 typing @kbd{C-x C-e}.
2675
2676 @example
2677 @group
2678 (buffer-name)
2679
2680 (buffer-file-name)
2681 @end group
2682 @end example
2683
2684 @noindent
2685 When I do this in Info, the value returned by evaluating
2686 @code{(buffer-name)} is @file{"*info*"}, and the value returned by
2687 evaluating @code{(buffer-file-name)} is @file{nil}.
2688
2689 On the other hand, while I am writing this Introduction, the value
2690 returned by evaluating @code{(buffer-name)} is
2691 @file{"introduction.texinfo"}, and the value returned by evaluating
2692 @code{(buffer-file-name)} is
2693 @file{"/gnu/work/intro/introduction.texinfo"}.
2694
2695 @cindex @code{nil}, history of word
2696 The former is the name of the buffer and the latter is the name of the
2697 file. In Info, the buffer name is @file{"*info*"}. Info does not
2698 point to any file, so the result of evaluating
2699 @code{(buffer-file-name)} is @file{nil}. The symbol @code{nil} is
2700 from the Latin word for `nothing'; in this case, it means that the
2701 buffer is not associated with any file. (In Lisp, @code{nil} is also
2702 used to mean `false' and is a synonym for the empty list, @code{()}.)
2703
2704 When I am writing, the name of my buffer is
2705 @file{"introduction.texinfo"}. The name of the file to which it
2706 points is @file{"/gnu/work/intro/introduction.texinfo"}.
2707
2708 (In the expressions, the parentheses tell the Lisp interpreter to
2709 treat @w{@code{buffer-name}} and @w{@code{buffer-file-name}} as
2710 functions; without the parentheses, the interpreter would attempt to
2711 evaluate the symbols as variables. @xref{Variables}.)
2712
2713 In spite of the distinction between files and buffers, you will often
2714 find that people refer to a file when they mean a buffer and vice-verse.
2715 Indeed, most people say, ``I am editing a file,'' rather than saying,
2716 ``I am editing a buffer which I will soon save to a file.'' It is
2717 almost always clear from context what people mean. When dealing with
2718 computer programs, however, it is important to keep the distinction in mind,
2719 since the computer is not as smart as a person.
2720
2721 @cindex Buffer, history of word
2722 The word `buffer', by the way, comes from the meaning of the word as a
2723 cushion that deadens the force of a collision. In early computers, a
2724 buffer cushioned the interaction between files and the computer's
2725 central processing unit. The drums or tapes that held a file and the
2726 central processing unit were pieces of equipment that were very
2727 different from each other, working at their own speeds, in spurts. The
2728 buffer made it possible for them to work together effectively.
2729 Eventually, the buffer grew from being an intermediary, a temporary
2730 holding place, to being the place where work is done. This
2731 transformation is rather like that of a small seaport that grew into a
2732 great city: once it was merely the place where cargo was warehoused
2733 temporarily before being loaded onto ships; then it became a business
2734 and cultural center in its own right.
2735
2736 Not all buffers are associated with files. For example, a
2737 @file{*scratch*} buffer does not visit any file. Similarly, a
2738 @file{*Help*} buffer is not associated with any file.
2739
2740 In the old days, when you lacked a @file{~/.emacs} file and started an
2741 Emacs session by typing the command @code{emacs} alone, without naming
2742 any files, Emacs started with the @file{*scratch*} buffer visible.
2743 Nowadays, you will see a splash screen. You can follow one of the
2744 commands suggested on the splash screen, visit a file, or press the
2745 spacebar to reach the @file{*scratch*} buffer.
2746
2747 If you switch to the @file{*scratch*} buffer, type
2748 @code{(buffer-name)}, position the cursor after it, and then type
2749 @kbd{C-x C-e} to evaluate the expression. The name @code{"*scratch*"}
2750 will be returned and will appear in the echo area. @code{"*scratch*"}
2751 is the name of the buffer. When you type @code{(buffer-file-name)} in
2752 the @file{*scratch*} buffer and evaluate that, @code{nil} will appear
2753 in the echo area, just as it does when you evaluate
2754 @code{(buffer-file-name)} in Info.
2755
2756 Incidentally, if you are in the @file{*scratch*} buffer and want the
2757 value returned by an expression to appear in the @file{*scratch*}
2758 buffer itself rather than in the echo area, type @kbd{C-u C-x C-e}
2759 instead of @kbd{C-x C-e}. This causes the value returned to appear
2760 after the expression. The buffer will look like this:
2761
2762 @smallexample
2763 (buffer-name)"*scratch*"
2764 @end smallexample
2765
2766 @noindent
2767 You cannot do this in Info since Info is read-only and it will not allow
2768 you to change the contents of the buffer. But you can do this in any
2769 buffer you can edit; and when you write code or documentation (such as
2770 this book), this feature is very useful.
2771
2772 @node Getting Buffers, Switching Buffers, Buffer Names, Practicing Evaluation
2773 @comment node-name, next, previous, up
2774 @section Getting Buffers
2775 @findex current-buffer
2776 @findex other-buffer
2777 @cindex Getting a buffer
2778
2779 The @code{buffer-name} function returns the @emph{name} of the buffer;
2780 to get the buffer @emph{itself}, a different function is needed: the
2781 @code{current-buffer} function. If you use this function in code, what
2782 you get is the buffer itself.
2783
2784 A name and the object or entity to which the name refers are different
2785 from each other. You are not your name. You are a person to whom
2786 others refer by name. If you ask to speak to George and someone hands you
2787 a card with the letters @samp{G}, @samp{e}, @samp{o}, @samp{r},
2788 @samp{g}, and @samp{e} written on it, you might be amused, but you would
2789 not be satisfied. You do not want to speak to the name, but to the
2790 person to whom the name refers. A buffer is similar: the name of the
2791 scratch buffer is @file{*scratch*}, but the name is not the buffer. To
2792 get a buffer itself, you need to use a function such as
2793 @code{current-buffer}.
2794
2795 However, there is a slight complication: if you evaluate
2796 @code{current-buffer} in an expression on its own, as we will do here,
2797 what you see is a printed representation of the name of the buffer
2798 without the contents of the buffer. Emacs works this way for two
2799 reasons: the buffer may be thousands of lines long---too long to be
2800 conveniently displayed; and, another buffer may have the same contents
2801 but a different name, and it is important to distinguish between them.
2802
2803 @need 800
2804 Here is an expression containing the function:
2805
2806 @smallexample
2807 (current-buffer)
2808 @end smallexample
2809
2810 @noindent
2811 If you evaluate this expression in Info in Emacs in the usual way,
2812 @file{#<buffer *info*>} will appear in the echo area. The special
2813 format indicates that the buffer itself is being returned, rather than
2814 just its name.
2815
2816 Incidentally, while you can type a number or symbol into a program, you
2817 cannot do that with the printed representation of a buffer: the only way
2818 to get a buffer itself is with a function such as @code{current-buffer}.
2819
2820 A related function is @code{other-buffer}. This returns the most
2821 recently selected buffer other than the one you are in currently, not
2822 a printed representation of its name. If you have recently switched
2823 back and forth from the @file{*scratch*} buffer, @code{other-buffer}
2824 will return that buffer.
2825
2826 @need 800
2827 You can see this by evaluating the expression:
2828
2829 @smallexample
2830 (other-buffer)
2831 @end smallexample
2832
2833 @noindent
2834 You should see @file{#<buffer *scratch*>} appear in the echo area, or
2835 the name of whatever other buffer you switched back from most
2836 recently@footnote{Actually, by default, if the buffer from which you
2837 just switched is visible to you in another window, @code{other-buffer}
2838 will choose the most recent buffer that you cannot see; this is a
2839 subtlety that I often forget.}.
2840
2841 @node Switching Buffers, Buffer Size & Locations, Getting Buffers, Practicing Evaluation
2842 @comment node-name, next, previous, up
2843 @section Switching Buffers
2844 @findex switch-to-buffer
2845 @findex set-buffer
2846 @cindex Switching to a buffer
2847
2848 The @code{other-buffer} function actually provides a buffer when it is
2849 used as an argument to a function that requires one. We can see this
2850 by using @code{other-buffer} and @code{switch-to-buffer} to switch to a
2851 different buffer.
2852
2853 But first, a brief introduction to the @code{switch-to-buffer}
2854 function. When you switched back and forth from Info to the
2855 @file{*scratch*} buffer to evaluate @code{(buffer-name)}, you most
2856 likely typed @kbd{C-x b} and then typed @file{*scratch*}@footnote{Or
2857 rather, to save typing, you probably only typed @kbd{RET} if the
2858 default buffer was @file{*scratch*}, or if it was different, then you
2859 typed just part of the name, such as @code{*sc}, pressed your
2860 @kbd{TAB} key to cause it to expand to the full name, and then typed
2861 your @kbd{RET} key.} when prompted in the minibuffer for the name of
2862 the buffer to which you wanted to switch. The keystrokes, @kbd{C-x
2863 b}, cause the Lisp interpreter to evaluate the interactive function
2864 @code{switch-to-buffer}. As we said before, this is how Emacs works:
2865 different keystrokes call or run different functions. For example,
2866 @kbd{C-f} calls @code{forward-char}, @kbd{M-e} calls
2867 @code{forward-sentence}, and so on.
2868
2869 By writing @code{switch-to-buffer} in an expression, and giving it a
2870 buffer to switch to, we can switch buffers just the way @kbd{C-x b}
2871 does.
2872
2873 @need 1000
2874 Here is the Lisp expression:
2875
2876 @smallexample
2877 (switch-to-buffer (other-buffer))
2878 @end smallexample
2879
2880 @noindent
2881 The symbol @code{switch-to-buffer} is the first element of the list,
2882 so the Lisp interpreter will treat it as a function and carry out the
2883 instructions that are attached to it. But before doing that, the
2884 interpreter will note that @code{other-buffer} is inside parentheses
2885 and work on that symbol first. @code{other-buffer} is the first (and
2886 in this case, the only) element of this list, so the Lisp interpreter
2887 calls or runs the function. It returns another buffer. Next, the
2888 interpreter runs @code{switch-to-buffer}, passing to it, as an
2889 argument, the other buffer, which is what Emacs will switch to. If
2890 you are reading this in Info, try this now. Evaluate the expression.
2891 (To get back, type @kbd{C-x b @key{RET}}.)@footnote{Remember, this
2892 expression will move you to your most recent other buffer that you
2893 cannot see. If you really want to go to your most recently selected
2894 buffer, even if you can still see it, you need to evaluate the
2895 following more complex expression:
2896
2897 @smallexample
2898 (switch-to-buffer (other-buffer (current-buffer) t))
2899 @end smallexample
2900
2901 @c noindent
2902 In this case, the first argument to @code{other-buffer} tells it which
2903 buffer to skip---the current one---and the second argument tells
2904 @code{other-buffer} it is OK to switch to a visible buffer.
2905 In regular use, @code{switch-to-buffer} takes you to an invisible
2906 window since you would most likely use @kbd{C-x o} (@code{other-window})
2907 to go to another visible buffer.}
2908
2909 In the programming examples in later sections of this document, you will
2910 see the function @code{set-buffer} more often than
2911 @code{switch-to-buffer}. This is because of a difference between
2912 computer programs and humans: humans have eyes and expect to see the
2913 buffer on which they are working on their computer terminals. This is
2914 so obvious, it almost goes without saying. However, programs do not
2915 have eyes. When a computer program works on a buffer, that buffer does
2916 not need to be visible on the screen.
2917
2918 @code{switch-to-buffer} is designed for humans and does two different
2919 things: it switches the buffer to which Emacs' attention is directed; and
2920 it switches the buffer displayed in the window to the new buffer.
2921 @code{set-buffer}, on the other hand, does only one thing: it switches
2922 the attention of the computer program to a different buffer. The buffer
2923 on the screen remains unchanged (of course, normally nothing happens
2924 there until the command finishes running).
2925
2926 @cindex @samp{call} defined
2927 Also, we have just introduced another jargon term, the word @dfn{call}.
2928 When you evaluate a list in which the first symbol is a function, you
2929 are calling that function. The use of the term comes from the notion of
2930 the function as an entity that can do something for you if you `call'
2931 it---just as a plumber is an entity who can fix a leak if you call him
2932 or her.
2933
2934 @node Buffer Size & Locations, Evaluation Exercise, Switching Buffers, Practicing Evaluation
2935 @comment node-name, next, previous, up
2936 @section Buffer Size and the Location of Point
2937 @cindex Size of buffer
2938 @cindex Buffer size
2939 @cindex Point location
2940 @cindex Location of point
2941
2942 Finally, let's look at several rather simple functions,
2943 @code{buffer-size}, @code{point}, @code{point-min}, and
2944 @code{point-max}. These give information about the size of a buffer and
2945 the location of point within it.
2946
2947 The function @code{buffer-size} tells you the size of the current
2948 buffer; that is, the function returns a count of the number of
2949 characters in the buffer.
2950
2951 @smallexample
2952 (buffer-size)
2953 @end smallexample
2954
2955 @noindent
2956 You can evaluate this in the usual way, by positioning the
2957 cursor after the expression and typing @kbd{C-x C-e}.
2958
2959 @cindex @samp{point} defined
2960 In Emacs, the current position of the cursor is called @dfn{point}.
2961 The expression @code{(point)} returns a number that tells you where the
2962 cursor is located as a count of the number of characters from the
2963 beginning of the buffer up to point.
2964
2965 @need 1250
2966 You can see the character count for point in this buffer by evaluating
2967 the following expression in the usual way:
2968
2969 @smallexample
2970 (point)
2971 @end smallexample
2972
2973 @noindent
2974 As I write this, the value of @code{point} is 65724. The @code{point}
2975 function is frequently used in some of the examples later in this
2976 book.
2977
2978 @need 1250
2979 The value of point depends, of course, on its location within the
2980 buffer. If you evaluate point in this spot, the number will be larger:
2981
2982 @smallexample
2983 (point)
2984 @end smallexample
2985
2986 @noindent
2987 For me, the value of point in this location is 66043, which means that
2988 there are 319 characters (including spaces) between the two
2989 expressions. (Doubtless, you will see different numbers, since I will
2990 have edited this since I first evaluated point.)
2991
2992 @cindex @samp{narrowing} defined
2993 The function @code{point-min} is somewhat similar to @code{point}, but
2994 it returns the value of the minimum permissible value of point in the
2995 current buffer. This is the number 1 unless @dfn{narrowing} is in
2996 effect. (Narrowing is a mechanism whereby you can restrict yourself,
2997 or a program, to operations on just a part of a buffer.
2998 @xref{Narrowing & Widening, , Narrowing and Widening}.) Likewise, the
2999 function @code{point-max} returns the value of the maximum permissible
3000 value of point in the current buffer.
3001
3002 @node Evaluation Exercise, , Buffer Size & Locations, Practicing Evaluation
3003 @section Exercise
3004
3005 Find a file with which you are working and move towards its middle.
3006 Find its buffer name, file name, length, and your position in the file.
3007
3008 @node Writing Defuns, Buffer Walk Through, Practicing Evaluation, Top
3009 @comment node-name, next, previous, up
3010 @chapter How To Write Function Definitions
3011 @cindex Definition writing
3012 @cindex Function definition writing
3013 @cindex Writing a function definition
3014
3015 When the Lisp interpreter evaluates a list, it looks to see whether the
3016 first symbol on the list has a function definition attached to it; or,
3017 put another way, whether the symbol points to a function definition. If
3018 it does, the computer carries out the instructions in the definition. A
3019 symbol that has a function definition is called, simply, a function
3020 (although, properly speaking, the definition is the function and the
3021 symbol refers to it.)
3022
3023 @menu
3024 * Primitive Functions::
3025 * defun::
3026 * Install::
3027 * Interactive::
3028 * Interactive Options::
3029 * Permanent Installation::
3030 * let::
3031 * if::
3032 * else::
3033 * Truth & Falsehood::
3034 * save-excursion::
3035 * Review::
3036 * defun Exercises::
3037 @end menu
3038
3039 @node Primitive Functions, defun, Writing Defuns, Writing Defuns
3040 @ifnottex
3041 @unnumberedsec An Aside about Primitive Functions
3042 @end ifnottex
3043 @cindex Primitive functions
3044 @cindex Functions, primitive
3045
3046 @cindex C language primitives
3047 @cindex Primitives written in C
3048 All functions are defined in terms of other functions, except for a few
3049 @dfn{primitive} functions that are written in the C programming
3050 language. When you write functions' definitions, you will write them in
3051 Emacs Lisp and use other functions as your building blocks. Some of the
3052 functions you will use will themselves be written in Emacs Lisp (perhaps
3053 by you) and some will be primitives written in C. The primitive
3054 functions are used exactly like those written in Emacs Lisp and behave
3055 like them. They are written in C so we can easily run GNU Emacs on any
3056 computer that has sufficient power and can run C.
3057
3058 Let me re-emphasize this: when you write code in Emacs Lisp, you do not
3059 distinguish between the use of functions written in C and the use of
3060 functions written in Emacs Lisp. The difference is irrelevant. I
3061 mention the distinction only because it is interesting to know. Indeed,
3062 unless you investigate, you won't know whether an already-written
3063 function is written in Emacs Lisp or C.
3064
3065 @node defun, Install, Primitive Functions, Writing Defuns
3066 @comment node-name, next, previous, up
3067 @section The @code{defun} Special Form
3068 @findex defun
3069 @cindex Special form of @code{defun}
3070
3071 @cindex @samp{function definition} defined
3072 In Lisp, a symbol such as @code{mark-whole-buffer} has code attached to
3073 it that tells the computer what to do when the function is called.
3074 This code is called the @dfn{function definition} and is created by
3075 evaluating a Lisp expression that starts with the symbol @code{defun}
3076 (which is an abbreviation for @emph{define function}). Because
3077 @code{defun} does not evaluate its arguments in the usual way, it is
3078 called a @dfn{special form}.
3079
3080 In subsequent sections, we will look at function definitions from the
3081 Emacs source code, such as @code{mark-whole-buffer}. In this section,
3082 we will describe a simple function definition so you can see how it
3083 looks. This function definition uses arithmetic because it makes for a
3084 simple example. Some people dislike examples using arithmetic; however,
3085 if you are such a person, do not despair. Hardly any of the code we
3086 will study in the remainder of this introduction involves arithmetic or
3087 mathematics. The examples mostly involve text in one way or another.
3088
3089 A function definition has up to five parts following the word
3090 @code{defun}:
3091
3092 @enumerate
3093 @item
3094 The name of the symbol to which the function definition should be
3095 attached.
3096
3097 @item
3098 A list of the arguments that will be passed to the function. If no
3099 arguments will be passed to the function, this is an empty list,
3100 @code{()}.
3101
3102 @item
3103 Documentation describing the function. (Technically optional, but
3104 strongly recommended.)
3105
3106 @item
3107 Optionally, an expression to make the function interactive so you can
3108 use it by typing @kbd{M-x} and then the name of the function; or by
3109 typing an appropriate key or keychord.
3110
3111 @cindex @samp{body} defined
3112 @item
3113 The code that instructs the computer what to do: the @dfn{body} of the
3114 function definition.
3115 @end enumerate
3116
3117 It is helpful to think of the five parts of a function definition as
3118 being organized in a template, with slots for each part:
3119
3120 @smallexample
3121 @group
3122 (defun @var{function-name} (@var{arguments}@dots{})
3123 "@var{optional-documentation}@dots{}"
3124 (interactive @var{argument-passing-info}) ; @r{optional}
3125 @var{body}@dots{})
3126 @end group
3127 @end smallexample
3128
3129 As an example, here is the code for a function that multiplies its
3130 argument by 7. (This example is not interactive. @xref{Interactive,
3131 , Making a Function Interactive}, for that information.)
3132
3133 @smallexample
3134 @group
3135 (defun multiply-by-seven (number)
3136 "Multiply NUMBER by seven."
3137 (* 7 number))
3138 @end group
3139 @end smallexample
3140
3141 This definition begins with a parenthesis and the symbol @code{defun},
3142 followed by the name of the function.
3143
3144 @cindex @samp{argument list} defined
3145 The name of the function is followed by a list that contains the
3146 arguments that will be passed to the function. This list is called
3147 the @dfn{argument list}. In this example, the list has only one
3148 element, the symbol, @code{number}. When the function is used, the
3149 symbol will be bound to the value that is used as the argument to the
3150 function.
3151
3152 Instead of choosing the word @code{number} for the name of the argument,
3153 I could have picked any other name. For example, I could have chosen
3154 the word @code{multiplicand}. I picked the word `number' because it
3155 tells what kind of value is intended for this slot; but I could just as
3156 well have chosen the word `multiplicand' to indicate the role that the
3157 value placed in this slot will play in the workings of the function. I
3158 could have called it @code{foogle}, but that would have been a bad
3159 choice because it would not tell humans what it means. The choice of
3160 name is up to the programmer and should be chosen to make the meaning of
3161 the function clear.
3162
3163 Indeed, you can choose any name you wish for a symbol in an argument
3164 list, even the name of a symbol used in some other function: the name
3165 you use in an argument list is private to that particular definition.
3166 In that definition, the name refers to a different entity than any use
3167 of the same name outside the function definition. Suppose you have a
3168 nick-name `Shorty' in your family; when your family members refer to
3169 `Shorty', they mean you. But outside your family, in a movie, for
3170 example, the name `Shorty' refers to someone else. Because a name in an
3171 argument list is private to the function definition, you can change the
3172 value of such a symbol inside the body of a function without changing
3173 its value outside the function. The effect is similar to that produced
3174 by a @code{let} expression. (@xref{let, , @code{let}}.)
3175
3176 @ignore
3177 Note also that we discuss the word `number' in two different ways: as a
3178 symbol that appears in the code, and as the name of something that will
3179 be replaced by a something else during the evaluation of the function.
3180 In the first case, @code{number} is a symbol, not a number; it happens
3181 that within the function, it is a variable who value is the number in
3182 question, but our primary interest in it is as a symbol. On the other
3183 hand, when we are talking about the function, our interest is that we
3184 will substitute a number for the word @var{number}. To keep this
3185 distinction clear, we use different typography for the two
3186 circumstances. When we talk about this function, or about how it works,
3187 we refer to this number by writing @var{number}. In the function
3188 itself, we refer to it by writing @code{number}.
3189 @end ignore
3190
3191 The argument list is followed by the documentation string that
3192 describes the function. This is what you see when you type
3193 @w{@kbd{C-h f}} and the name of a function. Incidentally, when you
3194 write a documentation string like this, you should make the first line
3195 a complete sentence since some commands, such as @code{apropos}, print
3196 only the first line of a multi-line documentation string. Also, you
3197 should not indent the second line of a documentation string, if you
3198 have one, because that looks odd when you use @kbd{C-h f}
3199 (@code{describe-function}). The documentation string is optional, but
3200 it is so useful, it should be included in almost every function you
3201 write.
3202
3203 @findex * @r{(multiplication)}
3204 The third line of the example consists of the body of the function
3205 definition. (Most functions' definitions, of course, are longer than
3206 this.) In this function, the body is the list, @code{(* 7 number)}, which
3207 says to multiply the value of @var{number} by 7. (In Emacs Lisp,
3208 @code{*} is the function for multiplication, just as @code{+} is the
3209 function for addition.)
3210
3211 When you use the @code{multiply-by-seven} function, the argument
3212 @code{number} evaluates to the actual number you want used. Here is an
3213 example that shows how @code{multiply-by-seven} is used; but don't try
3214 to evaluate this yet!
3215
3216 @smallexample
3217 (multiply-by-seven 3)
3218 @end smallexample
3219
3220 @noindent
3221 The symbol @code{number}, specified in the function definition in the
3222 next section, is given or ``bound to'' the value 3 in the actual use of
3223 the function. Note that although @code{number} was inside parentheses
3224 in the function definition, the argument passed to the
3225 @code{multiply-by-seven} function is not in parentheses. The
3226 parentheses are written in the function definition so the computer can
3227 figure out where the argument list ends and the rest of the function
3228 definition begins.
3229
3230 If you evaluate this example, you are likely to get an error message.
3231 (Go ahead, try it!) This is because we have written the function
3232 definition, but not yet told the computer about the definition---we have
3233 not yet installed (or `loaded') the function definition in Emacs.
3234 Installing a function is the process that tells the Lisp interpreter the
3235 definition of the function. Installation is described in the next
3236 section.
3237
3238 @node Install, Interactive, defun, Writing Defuns
3239 @comment node-name, next, previous, up
3240 @section Install a Function Definition
3241 @cindex Install a Function Definition
3242 @cindex Definition installation
3243 @cindex Function definition installation
3244
3245 If you are reading this inside of Info in Emacs, you can try out the
3246 @code{multiply-by-seven} function by first evaluating the function
3247 definition and then evaluating @code{(multiply-by-seven 3)}. A copy of
3248 the function definition follows. Place the cursor after the last
3249 parenthesis of the function definition and type @kbd{C-x C-e}. When you
3250 do this, @code{multiply-by-seven} will appear in the echo area. (What
3251 this means is that when a function definition is evaluated, the value it
3252 returns is the name of the defined function.) At the same time, this
3253 action installs the function definition.
3254
3255 @smallexample
3256 @group
3257 (defun multiply-by-seven (number)
3258 "Multiply NUMBER by seven."
3259 (* 7 number))
3260 @end group
3261 @end smallexample
3262
3263 @noindent
3264 By evaluating this @code{defun}, you have just installed
3265 @code{multiply-by-seven} in Emacs. The function is now just as much a
3266 part of Emacs as @code{forward-word} or any other editing function you
3267 use. (@code{multiply-by-seven} will stay installed until you quit
3268 Emacs. To reload code automatically whenever you start Emacs, see
3269 @ref{Permanent Installation, , Installing Code Permanently}.)
3270
3271 @menu
3272 * Effect of installation::
3273 * Change a defun::
3274 @end menu
3275
3276 @node Effect of installation, Change a defun, Install, Install
3277 @ifnottex
3278 @unnumberedsubsec The effect of installation
3279 @end ifnottex
3280
3281 You can see the effect of installing @code{multiply-by-seven} by
3282 evaluating the following sample. Place the cursor after the following
3283 expression and type @kbd{C-x C-e}. The number 21 will appear in the
3284 echo area.
3285
3286 @smallexample
3287 (multiply-by-seven 3)
3288 @end smallexample
3289
3290 If you wish, you can read the documentation for the function by typing
3291 @kbd{C-h f} (@code{describe-function}) and then the name of the
3292 function, @code{multiply-by-seven}. When you do this, a
3293 @file{*Help*} window will appear on your screen that says:
3294
3295 @smallexample
3296 @group
3297 multiply-by-seven is a Lisp function.
3298 (multiply-by-seven NUMBER)
3299
3300 Multiply NUMBER by seven.
3301 @end group
3302 @end smallexample
3303
3304 @noindent
3305 (To return to a single window on your screen, type @kbd{C-x 1}.)
3306
3307 @node Change a defun, , Effect of installation, Install
3308 @comment node-name, next, previous, up
3309 @subsection Change a Function Definition
3310 @cindex Changing a function definition
3311 @cindex Function definition, how to change
3312 @cindex Definition, how to change
3313
3314 If you want to change the code in @code{multiply-by-seven}, just rewrite
3315 it. To install the new version in place of the old one, evaluate the
3316 function definition again. This is how you modify code in Emacs. It is
3317 very simple.
3318
3319 As an example, you can change the @code{multiply-by-seven} function to
3320 add the number to itself seven times instead of multiplying the number
3321 by seven. It produces the same answer, but by a different path. At
3322 the same time, we will add a comment to the code; a comment is text
3323 that the Lisp interpreter ignores, but that a human reader may find
3324 useful or enlightening. The comment is that this is the ``second
3325 version''.
3326
3327 @smallexample
3328 @group
3329 (defun multiply-by-seven (number) ; @r{Second version.}
3330 "Multiply NUMBER by seven."
3331 (+ number number number number number number number))
3332 @end group
3333 @end smallexample
3334
3335 @cindex Comments in Lisp code
3336 The comment follows a semicolon, @samp{;}. In Lisp, everything on a
3337 line that follows a semicolon is a comment. The end of the line is the
3338 end of the comment. To stretch a comment over two or more lines, begin
3339 each line with a semicolon.
3340
3341 @xref{Beginning a .emacs File, , Beginning a @file{.emacs}
3342 File}, and @ref{Comments, , Comments, elisp, The GNU Emacs Lisp
3343 Reference Manual}, for more about comments.
3344
3345 You can install this version of the @code{multiply-by-seven} function by
3346 evaluating it in the same way you evaluated the first function: place
3347 the cursor after the last parenthesis and type @kbd{C-x C-e}.
3348
3349 In summary, this is how you write code in Emacs Lisp: you write a
3350 function; install it; test it; and then make fixes or enhancements and
3351 install it again.
3352
3353 @node Interactive, Interactive Options, Install, Writing Defuns
3354 @comment node-name, next, previous, up
3355 @section Make a Function Interactive
3356 @cindex Interactive functions
3357 @findex interactive
3358
3359 You make a function interactive by placing a list that begins with
3360 the special form @code{interactive} immediately after the
3361 documentation. A user can invoke an interactive function by typing
3362 @kbd{M-x} and then the name of the function; or by typing the keys to
3363 which it is bound, for example, by typing @kbd{C-n} for
3364 @code{next-line} or @kbd{C-x h} for @code{mark-whole-buffer}.
3365
3366 Interestingly, when you call an interactive function interactively,
3367 the value returned is not automatically displayed in the echo area.
3368 This is because you often call an interactive function for its side
3369 effects, such as moving forward by a word or line, and not for the
3370 value returned. If the returned value were displayed in the echo area
3371 each time you typed a key, it would be very distracting.
3372
3373 @menu
3374 * Interactive multiply-by-seven::
3375 * multiply-by-seven in detail::
3376 @end menu
3377
3378 @node Interactive multiply-by-seven, multiply-by-seven in detail, Interactive, Interactive
3379 @ifnottex
3380 @unnumberedsubsec An Interactive @code{multiply-by-seven}, An Overview
3381 @end ifnottex
3382
3383 Both the use of the special form @code{interactive} and one way to
3384 display a value in the echo area can be illustrated by creating an
3385 interactive version of @code{multiply-by-seven}.
3386
3387 @need 1250
3388 Here is the code:
3389
3390 @smallexample
3391 @group
3392 (defun multiply-by-seven (number) ; @r{Interactive version.}
3393 "Multiply NUMBER by seven."
3394 (interactive "p")
3395 (message "The result is %d" (* 7 number)))
3396 @end group
3397 @end smallexample
3398
3399 @noindent
3400 You can install this code by placing your cursor after it and typing
3401 @kbd{C-x C-e}. The name of the function will appear in your echo area.
3402 Then, you can use this code by typing @kbd{C-u} and a number and then
3403 typing @kbd{M-x multiply-by-seven} and pressing @key{RET}. The phrase
3404 @samp{The result is @dots{}} followed by the product will appear in the
3405 echo area.
3406
3407 Speaking more generally, you invoke a function like this in either of two
3408 ways:
3409
3410 @enumerate
3411 @item
3412 By typing a prefix argument that contains the number to be passed, and
3413 then typing @kbd{M-x} and the name of the function, as with
3414 @kbd{C-u 3 M-x forward-sentence}; or,
3415
3416 @item
3417 By typing whatever key or keychord the function is bound to, as with
3418 @kbd{C-u 3 M-e}.
3419 @end enumerate
3420
3421 @noindent
3422 Both the examples just mentioned work identically to move point forward
3423 three sentences. (Since @code{multiply-by-seven} is not bound to a key,
3424 it could not be used as an example of key binding.)
3425
3426 (@xref{Keybindings, , Some Keybindings}, to learn how to bind a command
3427 to a key.)
3428
3429 A prefix argument is passed to an interactive function by typing the
3430 @key{META} key followed by a number, for example, @kbd{M-3 M-e}, or by
3431 typing @kbd{C-u} and then a number, for example, @kbd{C-u 3 M-e} (if you
3432 type @kbd{C-u} without a number, it defaults to 4).
3433
3434 @node multiply-by-seven in detail, , Interactive multiply-by-seven, Interactive
3435 @comment node-name, next, previous, up
3436 @subsection An Interactive @code{multiply-by-seven}
3437
3438 Let's look at the use of the special form @code{interactive} and then at
3439 the function @code{message} in the interactive version of
3440 @code{multiply-by-seven}. You will recall that the function definition
3441 looks like this:
3442
3443 @smallexample
3444 @group
3445 (defun multiply-by-seven (number) ; @r{Interactive version.}
3446 "Multiply NUMBER by seven."
3447 (interactive "p")
3448 (message "The result is %d" (* 7 number)))
3449 @end group
3450 @end smallexample
3451
3452 In this function, the expression, @code{(interactive "p")}, is a list of
3453 two elements. The @code{"p"} tells Emacs to pass the prefix argument to
3454 the function and use its value for the argument of the function.
3455
3456 @need 1000
3457 The argument will be a number. This means that the symbol
3458 @code{number} will be bound to a number in the line:
3459
3460 @smallexample
3461 (message "The result is %d" (* 7 number))
3462 @end smallexample
3463
3464 @need 1250
3465 @noindent
3466 For example, if your prefix argument is 5, the Lisp interpreter will
3467 evaluate the line as if it were:
3468
3469 @smallexample
3470 (message "The result is %d" (* 7 5))
3471 @end smallexample
3472
3473 @noindent
3474 (If you are reading this in GNU Emacs, you can evaluate this expression
3475 yourself.) First, the interpreter will evaluate the inner list, which
3476 is @code{(* 7 5)}. This returns a value of 35. Next, it
3477 will evaluate the outer list, passing the values of the second and
3478 subsequent elements of the list to the function @code{message}.
3479
3480 As we have seen, @code{message} is an Emacs Lisp function especially
3481 designed for sending a one line message to a user. (@xref{message, ,
3482 The @code{message} function}.) In summary, the @code{message}
3483 function prints its first argument in the echo area as is, except for
3484 occurrences of @samp{%d} or @samp{%s} (and various other %-sequences
3485 which we have not mentioned). When it sees a control sequence, the
3486 function looks to the second or subsequent arguments and prints the
3487 value of the argument in the location in the string where the control
3488 sequence is located.
3489
3490 In the interactive @code{multiply-by-seven} function, the control string
3491 is @samp{%d}, which requires a number, and the value returned by
3492 evaluating @code{(* 7 5)} is the number 35. Consequently, the number 35
3493 is printed in place of the @samp{%d} and the message is @samp{The result
3494 is 35}.
3495
3496 (Note that when you call the function @code{multiply-by-seven}, the
3497 message is printed without quotes, but when you call @code{message}, the
3498 text is printed in double quotes. This is because the value returned by
3499 @code{message} is what appears in the echo area when you evaluate an
3500 expression whose first element is @code{message}; but when embedded in a
3501 function, @code{message} prints the text as a side effect without
3502 quotes.)
3503
3504 @node Interactive Options, Permanent Installation, Interactive, Writing Defuns
3505 @comment node-name, next, previous, up
3506 @section Different Options for @code{interactive}
3507 @cindex Options for @code{interactive}
3508 @cindex Interactive options
3509
3510 In the example, @code{multiply-by-seven} used @code{"p"} as the
3511 argument to @code{interactive}. This argument told Emacs to interpret
3512 your typing either @kbd{C-u} followed by a number or @key{META}
3513 followed by a number as a command to pass that number to the function
3514 as its argument. Emacs has more than twenty characters predefined for
3515 use with @code{interactive}. In almost every case, one of these
3516 options will enable you to pass the right information interactively to
3517 a function. (@xref{Interactive Codes, , Code Characters for
3518 @code{interactive}, elisp, The GNU Emacs Lisp Reference Manual}.)
3519
3520 @need 1250
3521 Consider the function @code{zap-to-char}. Its interactive expression
3522 is
3523
3524 @smallexample
3525 (interactive "p\ncZap to char: ")
3526 @end smallexample
3527
3528 The first part of the argument to @code{interactive} is @samp{p}, with
3529 which you are already familiar. This argument tells Emacs to
3530 interpret a `prefix', as a number to be passed to the function. You
3531 can specify a prefix either by typing @kbd{C-u} followed by a number
3532 or by typing @key{META} followed by a number. The prefix is the
3533 number of specified characters. Thus, if your prefix is three and the
3534 specified character is @samp{x}, then you will delete all the text up
3535 to and including the third next @samp{x}. If you do not set a prefix,
3536 then you delete all the text up to and including the specified
3537 character, but no more.
3538
3539 The @samp{c} tells the function the name of the character to which to delete.
3540
3541 More formally, a function with two or more arguments can have
3542 information passed to each argument by adding parts to the string that
3543 follows @code{interactive}. When you do this, the information is
3544 passed to each argument in the same order it is specified in the
3545 @code{interactive} list. In the string, each part is separated from
3546 the next part by a @samp{\n}, which is a newline. For example, you
3547 can follow @samp{p} with a @samp{\n} and an @samp{cZap to char:@: }.
3548 This causes Emacs to pass the value of the prefix argument (if there
3549 is one) and the character.
3550
3551 In this case, the function definition looks like the following, where
3552 @code{arg} and @code{char} are the symbols to which @code{interactive}
3553 binds the prefix argument and the specified character:
3554
3555 @smallexample
3556 @group
3557 (defun @var{name-of-function} (arg char)
3558 "@var{documentation}@dots{}"
3559 (interactive "p\ncZap to char: ")
3560 @var{body-of-function}@dots{})
3561 @end group
3562 @end smallexample
3563
3564 @noindent
3565 (The space after the colon in the prompt makes it look better when you
3566 are prompted. @xref{copy-to-buffer, , The Definition of
3567 @code{copy-to-buffer}}, for an example.)
3568
3569 When a function does not take arguments, @code{interactive} does not
3570 require any. Such a function contains the simple expression
3571 @code{(interactive)}. The @code{mark-whole-buffer} function is like
3572 this.
3573
3574 Alternatively, if the special letter-codes are not right for your
3575 application, you can pass your own arguments to @code{interactive} as
3576 a list.
3577
3578 @xref{append-to-buffer, , The Definition of @code{append-to-buffer}},
3579 for an example. @xref{Using Interactive, , Using @code{Interactive},
3580 elisp, The GNU Emacs Lisp Reference Manual}, for a more complete
3581 explanation about this technique.
3582
3583 @node Permanent Installation, let, Interactive Options, Writing Defuns
3584 @comment node-name, next, previous, up
3585 @section Install Code Permanently
3586 @cindex Install code permanently
3587 @cindex Permanent code installation
3588 @cindex Code installation
3589
3590 When you install a function definition by evaluating it, it will stay
3591 installed until you quit Emacs. The next time you start a new session
3592 of Emacs, the function will not be installed unless you evaluate the
3593 function definition again.
3594
3595 At some point, you may want to have code installed automatically
3596 whenever you start a new session of Emacs. There are several ways of
3597 doing this:
3598
3599 @itemize @bullet
3600 @item
3601 If you have code that is just for yourself, you can put the code for the
3602 function definition in your @file{.emacs} initialization file. When you
3603 start Emacs, your @file{.emacs} file is automatically evaluated and all
3604 the function definitions within it are installed.
3605 @xref{Emacs Initialization, , Your @file{.emacs} File}.
3606
3607 @item
3608 Alternatively, you can put the function definitions that you want
3609 installed in one or more files of their own and use the @code{load}
3610 function to cause Emacs to evaluate and thereby install each of the
3611 functions in the files.
3612 @xref{Loading Files, , Loading Files}.
3613
3614 @item
3615 Thirdly, if you have code that your whole site will use, it is usual
3616 to put it in a file called @file{site-init.el} that is loaded when
3617 Emacs is built. This makes the code available to everyone who uses
3618 your machine. (See the @file{INSTALL} file that is part of the Emacs
3619 distribution.)
3620 @end itemize
3621
3622 Finally, if you have code that everyone who uses Emacs may want, you
3623 can post it on a computer network or send a copy to the Free Software
3624 Foundation. (When you do this, please license the code and its
3625 documentation under a license that permits other people to run, copy,
3626 study, modify, and redistribute the code and which protects you from
3627 having your work taken from you.) If you send a copy of your code to
3628 the Free Software Foundation, and properly protect yourself and
3629 others, it may be included in the next release of Emacs. In large
3630 part, this is how Emacs has grown over the past years, by donations.
3631
3632 @node let, if, Permanent Installation, Writing Defuns
3633 @comment node-name, next, previous, up
3634 @section @code{let}
3635 @findex let
3636
3637 The @code{let} expression is a special form in Lisp that you will need
3638 to use in most function definitions.
3639
3640 @code{let} is used to attach or bind a symbol to a value in such a way
3641 that the Lisp interpreter will not confuse the variable with a
3642 variable of the same name that is not part of the function.
3643
3644 To understand why the @code{let} special form is necessary, consider
3645 the situation in which you own a home that you generally refer to as
3646 `the house', as in the sentence, ``The house needs painting.'' If you
3647 are visiting a friend and your host refers to `the house', he is
3648 likely to be referring to @emph{his} house, not yours, that is, to a
3649 different house.
3650
3651 If your friend is referring to his house and you think he is referring
3652 to your house, you may be in for some confusion. The same thing could
3653 happen in Lisp if a variable that is used inside of one function has
3654 the same name as a variable that is used inside of another function,
3655 and the two are not intended to refer to the same value. The
3656 @code{let} special form prevents this kind of confusion.
3657
3658 @menu
3659 * Prevent confusion::
3660 * Parts of let Expression::
3661 * Sample let Expression::
3662 * Uninitialized let Variables::
3663 @end menu
3664
3665 @node Prevent confusion, Parts of let Expression, let, let
3666 @ifnottex
3667 @unnumberedsubsec @code{let} Prevents Confusion
3668 @end ifnottex
3669
3670 @cindex @samp{local variable} defined
3671 @cindex @samp{variable, local}, defined
3672 The @code{let} special form prevents confusion. @code{let} creates a
3673 name for a @dfn{local variable} that overshadows any use of the same
3674 name outside the @code{let} expression. This is like understanding
3675 that whenever your host refers to `the house', he means his house, not
3676 yours. (Symbols used in argument lists work the same way.
3677 @xref{defun, , The @code{defun} Special Form}.)
3678
3679 Local variables created by a @code{let} expression retain their value
3680 @emph{only} within the @code{let} expression itself (and within
3681 expressions called within the @code{let} expression); the local
3682 variables have no effect outside the @code{let} expression.
3683
3684 Another way to think about @code{let} is that it is like a @code{setq}
3685 that is temporary and local. The values set by @code{let} are
3686 automatically undone when the @code{let} is finished. The setting
3687 only affects expressions that are inside the bounds of the @code{let}
3688 expression. In computer science jargon, we would say ``the binding of
3689 a symbol is visible only in functions called in the @code{let} form;
3690 in Emacs Lisp, scoping is dynamic, not lexical.''
3691
3692 @code{let} can create more than one variable at once. Also,
3693 @code{let} gives each variable it creates an initial value, either a
3694 value specified by you, or @code{nil}. (In the jargon, this is called
3695 `binding the variable to the value'.) After @code{let} has created
3696 and bound the variables, it executes the code in the body of the
3697 @code{let}, and returns the value of the last expression in the body,
3698 as the value of the whole @code{let} expression. (`Execute' is a jargon
3699 term that means to evaluate a list; it comes from the use of the word
3700 meaning `to give practical effect to' (@cite{Oxford English
3701 Dictionary}). Since you evaluate an expression to perform an action,
3702 `execute' has evolved as a synonym to `evaluate'.)
3703
3704 @node Parts of let Expression, Sample let Expression, Prevent confusion, let
3705 @comment node-name, next, previous, up
3706 @subsection The Parts of a @code{let} Expression
3707 @cindex @code{let} expression, parts of
3708 @cindex Parts of @code{let} expression
3709
3710 @cindex @samp{varlist} defined
3711 A @code{let} expression is a list of three parts. The first part is
3712 the symbol @code{let}. The second part is a list, called a
3713 @dfn{varlist}, each element of which is either a symbol by itself or a
3714 two-element list, the first element of which is a symbol. The third
3715 part of the @code{let} expression is the body of the @code{let}. The
3716 body usually consists of one or more lists.
3717
3718 @need 800
3719 A template for a @code{let} expression looks like this:
3720
3721 @smallexample
3722 (let @var{varlist} @var{body}@dots{})
3723 @end smallexample
3724
3725 @noindent
3726 The symbols in the varlist are the variables that are given initial
3727 values by the @code{let} special form. Symbols by themselves are given
3728 the initial value of @code{nil}; and each symbol that is the first
3729 element of a two-element list is bound to the value that is returned
3730 when the Lisp interpreter evaluates the second element.
3731
3732 Thus, a varlist might look like this: @code{(thread (needles 3))}. In
3733 this case, in a @code{let} expression, Emacs binds the symbol
3734 @code{thread} to an initial value of @code{nil}, and binds the symbol
3735 @code{needles} to an initial value of 3.
3736
3737 When you write a @code{let} expression, what you do is put the
3738 appropriate expressions in the slots of the @code{let} expression
3739 template.
3740
3741 If the varlist is composed of two-element lists, as is often the case,
3742 the template for the @code{let} expression looks like this:
3743
3744 @smallexample
3745 @group
3746 (let ((@var{variable} @var{value})
3747 (@var{variable} @var{value})
3748 @dots{})
3749 @var{body}@dots{})
3750 @end group
3751 @end smallexample
3752
3753 @node Sample let Expression, Uninitialized let Variables, Parts of let Expression, let
3754 @comment node-name, next, previous, up
3755 @subsection Sample @code{let} Expression
3756 @cindex Sample @code{let} expression
3757 @cindex @code{let} expression sample
3758
3759 The following expression creates and gives initial values
3760 to the two variables @code{zebra} and @code{tiger}. The body of the
3761 @code{let} expression is a list which calls the @code{message} function.
3762
3763 @smallexample
3764 @group
3765 (let ((zebra 'stripes)
3766 (tiger 'fierce))
3767 (message "One kind of animal has %s and another is %s."
3768 zebra tiger))
3769 @end group
3770 @end smallexample
3771
3772 Here, the varlist is @code{((zebra 'stripes) (tiger 'fierce))}.
3773
3774 The two variables are @code{zebra} and @code{tiger}. Each variable is
3775 the first element of a two-element list and each value is the second
3776 element of its two-element list. In the varlist, Emacs binds the
3777 variable @code{zebra} to the value @code{stripes}@footnote{According
3778 to Jared Diamond in @cite{Guns, Germs, and Steel}, ``@dots{} zebras
3779 become impossibly dangerous as they grow older'' but the claim here is
3780 that they do not become fierce like a tiger. (1997, W. W. Norton and
3781 Co., ISBN 0-393-03894-2, page 171)}, and binds the
3782 variable @code{tiger} to the value @code{fierce}. In this example,
3783 both values are symbols preceded by a quote. The values could just as
3784 well have been another list or a string. The body of the @code{let}
3785 follows after the list holding the variables. In this example, the
3786 body is a list that uses the @code{message} function to print a string
3787 in the echo area.
3788
3789 @need 1500
3790 You may evaluate the example in the usual fashion, by placing the
3791 cursor after the last parenthesis and typing @kbd{C-x C-e}. When you do
3792 this, the following will appear in the echo area:
3793
3794 @smallexample
3795 "One kind of animal has stripes and another is fierce."
3796 @end smallexample
3797
3798 As we have seen before, the @code{message} function prints its first
3799 argument, except for @samp{%s}. In this example, the value of the variable
3800 @code{zebra} is printed at the location of the first @samp{%s} and the
3801 value of the variable @code{tiger} is printed at the location of the
3802 second @samp{%s}.
3803
3804 @node Uninitialized let Variables, , Sample let Expression, let
3805 @comment node-name, next, previous, up
3806 @subsection Uninitialized Variables in a @code{let} Statement
3807 @cindex Uninitialized @code{let} variables
3808 @cindex @code{let} variables uninitialized
3809
3810 If you do not bind the variables in a @code{let} statement to specific
3811 initial values, they will automatically be bound to an initial value of
3812 @code{nil}, as in the following expression:
3813
3814 @smallexample
3815 @group
3816 (let ((birch 3)
3817 pine
3818 fir
3819 (oak 'some))
3820 (message
3821 "Here are %d variables with %s, %s, and %s value."
3822 birch pine fir oak))
3823 @end group
3824 @end smallexample
3825
3826 @noindent
3827 Here, the varlist is @code{((birch 3) pine fir (oak 'some))}.
3828
3829 @need 1250
3830 If you evaluate this expression in the usual way, the following will
3831 appear in your echo area:
3832
3833 @smallexample
3834 "Here are 3 variables with nil, nil, and some value."
3835 @end smallexample
3836
3837 @noindent
3838 In this example, Emacs binds the symbol @code{birch} to the number 3,
3839 binds the symbols @code{pine} and @code{fir} to @code{nil}, and binds
3840 the symbol @code{oak} to the value @code{some}.
3841
3842 Note that in the first part of the @code{let}, the variables @code{pine}
3843 and @code{fir} stand alone as atoms that are not surrounded by
3844 parentheses; this is because they are being bound to @code{nil}, the
3845 empty list. But @code{oak} is bound to @code{some} and so is a part of
3846 the list @code{(oak 'some)}. Similarly, @code{birch} is bound to the
3847 number 3 and so is in a list with that number. (Since a number
3848 evaluates to itself, the number does not need to be quoted. Also, the
3849 number is printed in the message using a @samp{%d} rather than a
3850 @samp{%s}.) The four variables as a group are put into a list to
3851 delimit them from the body of the @code{let}.
3852
3853 @node if, else, let, Writing Defuns
3854 @comment node-name, next, previous, up
3855 @section The @code{if} Special Form
3856 @findex if
3857 @cindex Conditional with @code{if}
3858
3859 A third special form, in addition to @code{defun} and @code{let}, is the
3860 conditional @code{if}. This form is used to instruct the computer to
3861 make decisions. You can write function definitions without using
3862 @code{if}, but it is used often enough, and is important enough, to be
3863 included here. It is used, for example, in the code for the
3864 function @code{beginning-of-buffer}.
3865
3866 The basic idea behind an @code{if}, is that ``@emph{if} a test is true,
3867 @emph{then} an expression is evaluated.'' If the test is not true, the
3868 expression is not evaluated. For example, you might make a decision
3869 such as, ``if it is warm and sunny, then go to the beach!''
3870
3871 @menu
3872 * if in more detail::
3873 * type-of-animal in detail::
3874 @end menu
3875
3876 @node if in more detail, type-of-animal in detail, if, if
3877 @ifnottex
3878 @unnumberedsubsec @code{if} in more detail
3879 @end ifnottex
3880
3881 @cindex @samp{if-part} defined
3882 @cindex @samp{then-part} defined
3883 An @code{if} expression written in Lisp does not use the word `then';
3884 the test and the action are the second and third elements of the list
3885 whose first element is @code{if}. Nonetheless, the test part of an
3886 @code{if} expression is often called the @dfn{if-part} and the second
3887 argument is often called the @dfn{then-part}.
3888
3889 Also, when an @code{if} expression is written, the true-or-false-test
3890 is usually written on the same line as the symbol @code{if}, but the
3891 action to carry out if the test is true, the ``then-part'', is written
3892 on the second and subsequent lines. This makes the @code{if}
3893 expression easier to read.
3894
3895 @smallexample
3896 @group
3897 (if @var{true-or-false-test}
3898 @var{action-to-carry-out-if-test-is-true})
3899 @end group
3900 @end smallexample
3901
3902 @noindent
3903 The true-or-false-test will be an expression that
3904 is evaluated by the Lisp interpreter.
3905
3906 Here is an example that you can evaluate in the usual manner. The test
3907 is whether the number 5 is greater than the number 4. Since it is, the
3908 message @samp{5 is greater than 4!} will be printed.
3909
3910 @smallexample
3911 @group
3912 (if (> 5 4) ; @r{if-part}
3913 (message "5 is greater than 4!")) ; @r{then-part}
3914 @end group
3915 @end smallexample
3916
3917 @noindent
3918 (The function @code{>} tests whether its first argument is greater than
3919 its second argument and returns true if it is.)
3920 @findex > (greater than)
3921
3922 Of course, in actual use, the test in an @code{if} expression will not
3923 be fixed for all time as it is by the expression @code{(> 5 4)}.
3924 Instead, at least one of the variables used in the test will be bound to
3925 a value that is not known ahead of time. (If the value were known ahead
3926 of time, we would not need to run the test!)
3927
3928 For example, the value may be bound to an argument of a function
3929 definition. In the following function definition, the character of the
3930 animal is a value that is passed to the function. If the value bound to
3931 @code{characteristic} is @code{fierce}, then the message, @samp{It's a
3932 tiger!} will be printed; otherwise, @code{nil} will be returned.
3933
3934 @smallexample
3935 @group
3936 (defun type-of-animal (characteristic)
3937 "Print message in echo area depending on CHARACTERISTIC.
3938 If the CHARACTERISTIC is the symbol `fierce',
3939 then warn of a tiger."
3940 (if (equal characteristic 'fierce)
3941 (message "It's a tiger!")))
3942 @end group
3943 @end smallexample
3944
3945 @need 1500
3946 @noindent
3947 If you are reading this inside of GNU Emacs, you can evaluate the
3948 function definition in the usual way to install it in Emacs, and then you
3949 can evaluate the following two expressions to see the results:
3950
3951 @smallexample
3952 @group
3953 (type-of-animal 'fierce)
3954
3955 (type-of-animal 'zebra)
3956
3957 @end group
3958 @end smallexample
3959
3960 @c Following sentences rewritten to prevent overfull hbox.
3961 @noindent
3962 When you evaluate @code{(type-of-animal 'fierce)}, you will see the
3963 following message printed in the echo area: @code{"It's a tiger!"}; and
3964 when you evaluate @code{(type-of-animal 'zebra)} you will see @code{nil}
3965 printed in the echo area.
3966
3967 @node type-of-animal in detail, , if in more detail, if
3968 @comment node-name, next, previous, up
3969 @subsection The @code{type-of-animal} Function in Detail
3970
3971 Let's look at the @code{type-of-animal} function in detail.
3972
3973 The function definition for @code{type-of-animal} was written by filling
3974 the slots of two templates, one for a function definition as a whole, and
3975 a second for an @code{if} expression.
3976
3977 @need 1250
3978 The template for every function that is not interactive is:
3979
3980 @smallexample
3981 @group
3982 (defun @var{name-of-function} (@var{argument-list})
3983 "@var{documentation}@dots{}"
3984 @var{body}@dots{})
3985 @end group
3986 @end smallexample
3987
3988 @need 800
3989 The parts of the function that match this template look like this:
3990
3991 @smallexample
3992 @group
3993 (defun type-of-animal (characteristic)
3994 "Print message in echo area depending on CHARACTERISTIC.
3995 If the CHARACTERISTIC is the symbol `fierce',
3996 then warn of a tiger."
3997 @var{body: the} @code{if} @var{expression})
3998 @end group
3999 @end smallexample
4000
4001 The name of function is @code{type-of-animal}; it is passed the value
4002 of one argument. The argument list is followed by a multi-line
4003 documentation string. The documentation string is included in the
4004 example because it is a good habit to write documentation string for
4005 every function definition. The body of the function definition
4006 consists of the @code{if} expression.
4007
4008 @need 800
4009 The template for an @code{if} expression looks like this:
4010
4011 @smallexample
4012 @group
4013 (if @var{true-or-false-test}
4014 @var{action-to-carry-out-if-the-test-returns-true})
4015 @end group
4016 @end smallexample
4017
4018 @need 1250
4019 In the @code{type-of-animal} function, the code for the @code{if}
4020 looks like this:
4021
4022 @smallexample
4023 @group
4024 (if (equal characteristic 'fierce)
4025 (message "It's a tiger!")))
4026 @end group
4027 @end smallexample
4028
4029 @need 800
4030 Here, the true-or-false-test is the expression:
4031
4032 @smallexample
4033 (equal characteristic 'fierce)
4034 @end smallexample
4035
4036 @noindent
4037 In Lisp, @code{equal} is a function that determines whether its first
4038 argument is equal to its second argument. The second argument is the
4039 quoted symbol @code{'fierce} and the first argument is the value of the
4040 symbol @code{characteristic}---in other words, the argument passed to
4041 this function.
4042
4043 In the first exercise of @code{type-of-animal}, the argument
4044 @code{fierce} is passed to @code{type-of-animal}. Since @code{fierce}
4045 is equal to @code{fierce}, the expression, @code{(equal characteristic
4046 'fierce)}, returns a value of true. When this happens, the @code{if}
4047 evaluates the second argument or then-part of the @code{if}:
4048 @code{(message "It's tiger!")}.
4049
4050 On the other hand, in the second exercise of @code{type-of-animal}, the
4051 argument @code{zebra} is passed to @code{type-of-animal}. @code{zebra}
4052 is not equal to @code{fierce}, so the then-part is not evaluated and
4053 @code{nil} is returned by the @code{if} expression.
4054
4055 @node else, Truth & Falsehood, if, Writing Defuns
4056 @comment node-name, next, previous, up
4057 @section If--then--else Expressions
4058 @cindex Else
4059
4060 An @code{if} expression may have an optional third argument, called
4061 the @dfn{else-part}, for the case when the true-or-false-test returns
4062 false. When this happens, the second argument or then-part of the
4063 overall @code{if} expression is @emph{not} evaluated, but the third or
4064 else-part @emph{is} evaluated. You might think of this as the cloudy
4065 day alternative for the decision ``if it is warm and sunny, then go to
4066 the beach, else read a book!''.
4067
4068 The word ``else'' is not written in the Lisp code; the else-part of an
4069 @code{if} expression comes after the then-part. In the written Lisp, the
4070 else-part is usually written to start on a line of its own and is
4071 indented less than the then-part:
4072
4073 @smallexample
4074 @group
4075 (if @var{true-or-false-test}
4076 @var{action-to-carry-out-if-the-test-returns-true}
4077 @var{action-to-carry-out-if-the-test-returns-false})
4078 @end group
4079 @end smallexample
4080
4081 For example, the following @code{if} expression prints the message @samp{4
4082 is not greater than 5!} when you evaluate it in the usual way:
4083
4084 @smallexample
4085 @group
4086 (if (> 4 5) ; @r{if-part}
4087 (message "5 is greater than 4!") ; @r{then-part}
4088 (message "4 is not greater than 5!")) ; @r{else-part}
4089 @end group
4090 @end smallexample
4091
4092 @noindent
4093 Note that the different levels of indentation make it easy to
4094 distinguish the then-part from the else-part. (GNU Emacs has several
4095 commands that automatically indent @code{if} expressions correctly.
4096 @xref{Typing Lists, , GNU Emacs Helps You Type Lists}.)
4097
4098 We can extend the @code{type-of-animal} function to include an
4099 else-part by simply incorporating an additional part to the @code{if}
4100 expression.
4101
4102 @need 1500
4103 You can see the consequences of doing this if you evaluate the following
4104 version of the @code{type-of-animal} function definition to install it
4105 and then evaluate the two subsequent expressions to pass different
4106 arguments to the function.
4107
4108 @smallexample
4109 @group
4110 (defun type-of-animal (characteristic) ; @r{Second version.}
4111 "Print message in echo area depending on CHARACTERISTIC.
4112 If the CHARACTERISTIC is the symbol `fierce',
4113 then warn of a tiger;
4114 else say it's not fierce."
4115 (if (equal characteristic 'fierce)
4116 (message "It's a tiger!")
4117 (message "It's not fierce!")))
4118 @end group
4119 @end smallexample
4120 @sp 1
4121
4122 @smallexample
4123 @group
4124 (type-of-animal 'fierce)
4125
4126 (type-of-animal 'zebra)
4127
4128 @end group
4129 @end smallexample
4130
4131 @c Following sentence rewritten to prevent overfull hbox.
4132 @noindent
4133 When you evaluate @code{(type-of-animal 'fierce)}, you will see the
4134 following message printed in the echo area: @code{"It's a tiger!"}; but
4135 when you evaluate @code{(type-of-animal 'zebra)}, you will see
4136 @code{"It's not fierce!"}.
4137
4138 (Of course, if the @var{characteristic} were @code{ferocious}, the
4139 message @code{"It's not fierce!"} would be printed; and it would be
4140 misleading! When you write code, you need to take into account the
4141 possibility that some such argument will be tested by the @code{if}
4142 and write your program accordingly.)
4143
4144 @node Truth & Falsehood, save-excursion, else, Writing Defuns
4145 @comment node-name, next, previous, up
4146 @section Truth and Falsehood in Emacs Lisp
4147 @cindex Truth and falsehood in Emacs Lisp
4148 @cindex Falsehood and truth in Emacs Lisp
4149 @findex nil
4150
4151 There is an important aspect to the truth test in an @code{if}
4152 expression. So far, we have spoken of `true' and `false' as values of
4153 predicates as if they were new kinds of Emacs Lisp objects. In fact,
4154 `false' is just our old friend @code{nil}. Anything else---anything
4155 at all---is `true'.
4156
4157 The expression that tests for truth is interpreted as @dfn{true}
4158 if the result of evaluating it is a value that is not @code{nil}. In
4159 other words, the result of the test is considered true if the value
4160 returned is a number such as 47, a string such as @code{"hello"}, or a
4161 symbol (other than @code{nil}) such as @code{flowers}, or a list (so
4162 long as it is not empty), or even a buffer!
4163
4164 @menu
4165 * nil explained::
4166 @end menu
4167
4168 @node nil explained, , Truth & Falsehood, Truth & Falsehood
4169 @ifnottex
4170 @unnumberedsubsec An explanation of @code{nil}
4171 @end ifnottex
4172
4173 Before illustrating a test for truth, we need an explanation of @code{nil}.
4174
4175 In Emacs Lisp, the symbol @code{nil} has two meanings. First, it means the
4176 empty list. Second, it means false and is the value returned when a
4177 true-or-false-test tests false. @code{nil} can be written as an empty
4178 list, @code{()}, or as @code{nil}. As far as the Lisp interpreter is
4179 concerned, @code{()} and @code{nil} are the same. Humans, however, tend
4180 to use @code{nil} for false and @code{()} for the empty list.
4181
4182 In Emacs Lisp, any value that is not @code{nil}---is not the empty
4183 list---is considered true. This means that if an evaluation returns
4184 something that is not an empty list, an @code{if} expression will test
4185 true. For example, if a number is put in the slot for the test, it
4186 will be evaluated and will return itself, since that is what numbers
4187 do when evaluated. In this conditional, the @code{if} expression will
4188 test true. The expression tests false only when @code{nil}, an empty
4189 list, is returned by evaluating the expression.
4190
4191 You can see this by evaluating the two expressions in the following examples.
4192
4193 In the first example, the number 4 is evaluated as the test in the
4194 @code{if} expression and returns itself; consequently, the then-part
4195 of the expression is evaluated and returned: @samp{true} appears in
4196 the echo area. In the second example, the @code{nil} indicates false;
4197 consequently, the else-part of the expression is evaluated and
4198 returned: @samp{false} appears in the echo area.
4199
4200 @smallexample
4201 @group
4202 (if 4
4203 'true
4204 'false)
4205 @end group
4206
4207 @group
4208 (if nil
4209 'true
4210 'false)
4211 @end group
4212 @end smallexample
4213
4214 @need 1250
4215 Incidentally, if some other useful value is not available for a test that
4216 returns true, then the Lisp interpreter will return the symbol @code{t}
4217 for true. For example, the expression @code{(> 5 4)} returns @code{t}
4218 when evaluated, as you can see by evaluating it in the usual way:
4219
4220 @smallexample
4221 (> 5 4)
4222 @end smallexample
4223
4224 @need 1250
4225 @noindent
4226 On the other hand, this function returns @code{nil} if the test is false.
4227
4228 @smallexample
4229 (> 4 5)
4230 @end smallexample
4231
4232 @node save-excursion, Review, Truth & Falsehood, Writing Defuns
4233 @comment node-name, next, previous, up
4234 @section @code{save-excursion}
4235 @findex save-excursion
4236 @cindex Region, what it is
4237 @cindex Preserving point, mark, and buffer
4238 @cindex Point, mark, buffer preservation
4239 @findex point
4240 @findex mark
4241
4242 The @code{save-excursion} function is the fourth and final special form
4243 that we will discuss in this chapter.
4244
4245 In Emacs Lisp programs used for editing, the @code{save-excursion}
4246 function is very common. It saves the location of point and mark,
4247 executes the body of the function, and then restores point and mark to
4248 their previous positions if their locations were changed. Its primary
4249 purpose is to keep the user from being surprised and disturbed by
4250 unexpected movement of point or mark.
4251
4252 @menu
4253 * Point and mark::
4254 * Template for save-excursion::
4255 @end menu
4256
4257 @node Point and mark, Template for save-excursion, save-excursion, save-excursion
4258 @ifnottex
4259 @unnumberedsubsec Point and Mark
4260 @end ifnottex
4261
4262 Before discussing @code{save-excursion}, however, it may be useful
4263 first to review what point and mark are in GNU Emacs. @dfn{Point} is
4264 the current location of the cursor. Wherever the cursor
4265 is, that is point. More precisely, on terminals where the cursor
4266 appears to be on top of a character, point is immediately before the
4267 character. In Emacs Lisp, point is an integer. The first character in
4268 a buffer is number one, the second is number two, and so on. The
4269 function @code{point} returns the current position of the cursor as a
4270 number. Each buffer has its own value for point.
4271
4272 The @dfn{mark} is another position in the buffer; its value can be set
4273 with a command such as @kbd{C-@key{SPC}} (@code{set-mark-command}). If
4274 a mark has been set, you can use the command @kbd{C-x C-x}
4275 (@code{exchange-point-and-mark}) to cause the cursor to jump to the mark
4276 and set the mark to be the previous position of point. In addition, if
4277 you set another mark, the position of the previous mark is saved in the
4278 mark ring. Many mark positions can be saved this way. You can jump the
4279 cursor to a saved mark by typing @kbd{C-u C-@key{SPC}} one or more
4280 times.
4281
4282 The part of the buffer between point and mark is called @dfn{the
4283 region}. Numerous commands work on the region, including
4284 @code{center-region}, @code{count-lines-region}, @code{kill-region}, and
4285 @code{print-region}.
4286
4287 The @code{save-excursion} special form saves the locations of point and
4288 mark and restores those positions after the code within the body of the
4289 special form is evaluated by the Lisp interpreter. Thus, if point were
4290 in the beginning of a piece of text and some code moved point to the end
4291 of the buffer, the @code{save-excursion} would put point back to where
4292 it was before, after the expressions in the body of the function were
4293 evaluated.
4294
4295 In Emacs, a function frequently moves point as part of its internal
4296 workings even though a user would not expect this. For example,
4297 @code{count-lines-region} moves point. To prevent the user from being
4298 bothered by jumps that are both unexpected and (from the user's point of
4299 view) unnecessary, @code{save-excursion} is often used to keep point and
4300 mark in the location expected by the user. The use of
4301 @code{save-excursion} is good housekeeping.
4302
4303 To make sure the house stays clean, @code{save-excursion} restores the
4304 values of point and mark even if something goes wrong in the code inside
4305 of it (or, to be more precise and to use the proper jargon, ``in case of
4306 abnormal exit''). This feature is very helpful.
4307
4308 In addition to recording the values of point and mark,
4309 @code{save-excursion} keeps track of the current buffer, and restores
4310 it, too. This means you can write code that will change the buffer and
4311 have @code{save-excursion} switch you back to the original buffer.
4312 This is how @code{save-excursion} is used in @code{append-to-buffer}.
4313 (@xref{append-to-buffer, , The Definition of @code{append-to-buffer}}.)
4314
4315 @node Template for save-excursion, , Point and mark, save-excursion
4316 @comment node-name, next, previous, up
4317 @subsection Template for a @code{save-excursion} Expression
4318
4319 @need 800
4320 The template for code using @code{save-excursion} is simple:
4321
4322 @smallexample
4323 @group
4324 (save-excursion
4325 @var{body}@dots{})
4326 @end group
4327 @end smallexample
4328
4329 @noindent
4330 The body of the function is one or more expressions that will be
4331 evaluated in sequence by the Lisp interpreter. If there is more than
4332 one expression in the body, the value of the last one will be returned
4333 as the value of the @code{save-excursion} function. The other
4334 expressions in the body are evaluated only for their side effects; and
4335 @code{save-excursion} itself is used only for its side effect (which
4336 is restoring the positions of point and mark).
4337
4338 @need 1250
4339 In more detail, the template for a @code{save-excursion} expression
4340 looks like this:
4341
4342 @smallexample
4343 @group
4344 (save-excursion
4345 @var{first-expression-in-body}
4346 @var{second-expression-in-body}
4347 @var{third-expression-in-body}
4348 @dots{}
4349 @var{last-expression-in-body})
4350 @end group
4351 @end smallexample
4352
4353 @noindent
4354 An expression, of course, may be a symbol on its own or a list.
4355
4356 In Emacs Lisp code, a @code{save-excursion} expression often occurs
4357 within the body of a @code{let} expression. It looks like this:
4358
4359 @smallexample
4360 @group
4361 (let @var{varlist}
4362 (save-excursion
4363 @var{body}@dots{}))
4364 @end group
4365 @end smallexample
4366
4367 @node Review, defun Exercises, save-excursion, Writing Defuns
4368 @comment node-name, next, previous, up
4369 @section Review
4370
4371 In the last few chapters we have introduced a fair number of functions
4372 and special forms. Here they are described in brief, along with a few
4373 similar functions that have not been mentioned yet.
4374
4375 @table @code
4376 @item eval-last-sexp
4377 Evaluate the last symbolic expression before the current location of
4378 point. The value is printed in the echo area unless the function is
4379 invoked with an argument; in that case, the output is printed in the
4380 current buffer. This command is normally bound to @kbd{C-x C-e}.
4381
4382 @item defun
4383 Define function. This special form has up to five parts: the name,
4384 a template for the arguments that will be passed to the function,
4385 documentation, an optional interactive declaration, and the body of the
4386 definition.
4387
4388 @need 1250
4389 For example, in an early version of Emacs, the function definition was
4390 as follows. (It is slightly more complex now that it seeks the first
4391 non-whitespace character rather than the first visible character.)
4392
4393 @smallexample
4394 @group
4395 (defun back-to-indentation ()
4396 "Move point to first visible character on line."
4397 (interactive)
4398 (beginning-of-line 1)
4399 (skip-chars-forward " \t"))
4400 @end group
4401 @end smallexample
4402
4403 @ignore
4404 In GNU Emacs 22,
4405
4406 (defun backward-to-indentation (&optional arg)
4407 "Move backward ARG lines and position at first nonblank character."
4408 (interactive "p")
4409 (forward-line (- (or arg 1)))
4410 (skip-chars-forward " \t"))
4411
4412 (defun back-to-indentation ()
4413 "Move point to the first non-whitespace character on this line."
4414 (interactive)
4415 (beginning-of-line 1)
4416 (skip-syntax-forward " " (line-end-position))
4417 ;; Move back over chars that have whitespace syntax but have the p flag.
4418 (backward-prefix-chars))
4419 @end ignore
4420
4421 @item interactive
4422 Declare to the interpreter that the function can be used
4423 interactively. This special form may be followed by a string with one
4424 or more parts that pass the information to the arguments of the
4425 function, in sequence. These parts may also tell the interpreter to
4426 prompt for information. Parts of the string are separated by
4427 newlines, @samp{\n}.
4428
4429 @need 1000
4430 Common code characters are:
4431
4432 @table @code
4433 @item b
4434 The name of an existing buffer.
4435
4436 @item f
4437 The name of an existing file.
4438
4439 @item p
4440 The numeric prefix argument. (Note that this `p' is lower case.)
4441
4442 @item r
4443 Point and the mark, as two numeric arguments, smallest first. This
4444 is the only code letter that specifies two successive arguments
4445 rather than one.
4446 @end table
4447
4448 @xref{Interactive Codes, , Code Characters for @samp{interactive},
4449 elisp, The GNU Emacs Lisp Reference Manual}, for a complete list of
4450 code characters.
4451
4452 @item let
4453 Declare that a list of variables is for use within the body of the
4454 @code{let} and give them an initial value, either @code{nil} or a
4455 specified value; then evaluate the rest of the expressions in the body
4456 of the @code{let} and return the value of the last one. Inside the
4457 body of the @code{let}, the Lisp interpreter does not see the values of
4458 the variables of the same names that are bound outside of the
4459 @code{let}.
4460
4461 @need 1250
4462 For example,
4463
4464 @smallexample
4465 @group
4466 (let ((foo (buffer-name))
4467 (bar (buffer-size)))
4468 (message
4469 "This buffer is %s and has %d characters."
4470 foo bar))
4471 @end group
4472 @end smallexample
4473
4474 @item save-excursion
4475 Record the values of point and mark and the current buffer before
4476 evaluating the body of this special form. Restore the values of point
4477 and mark and buffer afterward.
4478
4479 @need 1250
4480 For example,
4481
4482 @smallexample
4483 @group
4484 (message "We are %d characters into this buffer."
4485 (- (point)
4486 (save-excursion
4487 (goto-char (point-min)) (point))))
4488 @end group
4489 @end smallexample
4490
4491 @item if
4492 Evaluate the first argument to the function; if it is true, evaluate
4493 the second argument; else evaluate the third argument, if there is one.
4494
4495 The @code{if} special form is called a @dfn{conditional}. There are
4496 other conditionals in Emacs Lisp, but @code{if} is perhaps the most
4497 commonly used.
4498
4499 @need 1250
4500 For example,
4501
4502 @smallexample
4503 @group
4504 (if (string-equal
4505 (number-to-string 22)
4506 (substring (emacs-version) 10 12))
4507 (message "This is version 22 Emacs")
4508 (message "This is not version 22 Emacs"))
4509 @end group
4510 @end smallexample
4511
4512 @item equal
4513 @itemx eq
4514 Test whether two objects are the same. @code{equal} uses one meaning
4515 of the word `same' and @code{eq} uses another: @code{equal} returns
4516 true if the two objects have a similar structure and contents, such as
4517 two copies of the same book. On the other hand, @code{eq}, returns
4518 true if both arguments are actually the same object.
4519 @findex equal
4520 @findex eq
4521
4522 @need 1250
4523 @item <
4524 @itemx >
4525 @itemx <=
4526 @itemx >=
4527 The @code{<} function tests whether its first argument is smaller than
4528 its second argument. A corresponding function, @code{>}, tests whether
4529 the first argument is greater than the second. Likewise, @code{<=}
4530 tests whether the first argument is less than or equal to the second and
4531 @code{>=} tests whether the first argument is greater than or equal to
4532 the second. In all cases, both arguments must be numbers or markers
4533 (markers indicate positions in buffers).
4534
4535 @need 800
4536 @item =
4537 The @code{=} function tests whether two arguments, both numbers or
4538 markers, are equal.
4539
4540 @item string<
4541 @itemx string-lessp
4542 @itemx string=
4543 @itemx string-equal
4544 The @code{string-lessp} function tests whether its first argument is
4545 smaller than the second argument. A shorter, alternative name for the
4546 same function (a @code{defalias}) is @code{string<}.
4547
4548 The arguments to @code{string-lessp} must be strings or symbols; the
4549 ordering is lexicographic, so case is significant. The print names of
4550 symbols are used instead of the symbols themselves.
4551
4552 @cindex @samp{empty string} defined
4553 An empty string, @samp{""}, a string with no characters in it, is
4554 smaller than any string of characters.
4555
4556 @code{string-equal} provides the corresponding test for equality. Its
4557 shorter, alternative name is @code{string=}. There are no string test
4558 functions that correspond to @var{>}, @code{>=}, or @code{<=}.
4559
4560 @item message
4561 Print a message in the echo area. The first argument is a string that
4562 can contain @samp{%s}, @samp{%d}, or @samp{%c} to print the value of
4563 arguments that follow the string. The argument used by @samp{%s} must
4564 be a string or a symbol; the argument used by @samp{%d} must be a
4565 number. The argument used by @samp{%c} must be an @sc{ascii} code
4566 number; it will be printed as the character with that @sc{ascii} code.
4567 (Various other %-sequences have not been mentioned.)
4568
4569 @item setq
4570 @itemx set
4571 The @code{setq} function sets the value of its first argument to the
4572 value of the second argument. The first argument is automatically
4573 quoted by @code{setq}. It does the same for succeeding pairs of
4574 arguments. Another function, @code{set}, takes only two arguments and
4575 evaluates both of them before setting the value returned by its first
4576 argument to the value returned by its second argument.
4577
4578 @item buffer-name
4579 Without an argument, return the name of the buffer, as a string.
4580
4581 @itemx buffer-file-name
4582 Without an argument, return the name of the file the buffer is
4583 visiting.
4584
4585 @item current-buffer
4586 Return the buffer in which Emacs is active; it may not be
4587 the buffer that is visible on the screen.
4588
4589 @item other-buffer
4590 Return the most recently selected buffer (other than the buffer passed
4591 to @code{other-buffer} as an argument and other than the current
4592 buffer).
4593
4594 @item switch-to-buffer
4595 Select a buffer for Emacs to be active in and display it in the current
4596 window so users can look at it. Usually bound to @kbd{C-x b}.
4597
4598 @item set-buffer
4599 Switch Emacs' attention to a buffer on which programs will run. Don't
4600 alter what the window is showing.
4601
4602 @item buffer-size
4603 Return the number of characters in the current buffer.
4604
4605 @item point
4606 Return the value of the current position of the cursor, as an
4607 integer counting the number of characters from the beginning of the
4608 buffer.
4609
4610 @item point-min
4611 Return the minimum permissible value of point in
4612 the current buffer. This is 1, unless narrowing is in effect.
4613
4614 @item point-max
4615 Return the value of the maximum permissible value of point in the
4616 current buffer. This is the end of the buffer, unless narrowing is in
4617 effect.
4618 @end table
4619
4620 @need 1500
4621 @node defun Exercises, , Review, Writing Defuns
4622 @section Exercises
4623
4624 @itemize @bullet
4625 @item
4626 Write a non-interactive function that doubles the value of its
4627 argument, a number. Make that function interactive.
4628
4629 @item
4630 Write a function that tests whether the current value of
4631 @code{fill-column} is greater than the argument passed to the function,
4632 and if so, prints an appropriate message.
4633 @end itemize
4634
4635 @node Buffer Walk Through, More Complex, Writing Defuns, Top
4636 @comment node-name, next, previous, up
4637 @chapter A Few Buffer--Related Functions
4638
4639 In this chapter we study in detail several of the functions used in GNU
4640 Emacs. This is called a ``walk-through''. These functions are used as
4641 examples of Lisp code, but are not imaginary examples; with the
4642 exception of the first, simplified function definition, these functions
4643 show the actual code used in GNU Emacs. You can learn a great deal from
4644 these definitions. The functions described here are all related to
4645 buffers. Later, we will study other functions.
4646
4647 @menu
4648 * Finding More::
4649 * simplified-beginning-of-buffer::
4650 * mark-whole-buffer::
4651 * append-to-buffer::
4652 * Buffer Related Review::
4653 * Buffer Exercises::
4654 @end menu
4655
4656 @node Finding More, simplified-beginning-of-buffer, Buffer Walk Through, Buffer Walk Through
4657 @section Finding More Information
4658
4659 @findex describe-function, @r{introduced}
4660 @cindex Find function documentation
4661 In this walk-through, I will describe each new function as we come to
4662 it, sometimes in detail and sometimes briefly. If you are interested,
4663 you can get the full documentation of any Emacs Lisp function at any
4664 time by typing @kbd{C-h f} and then the name of the function (and then
4665 @key{RET}). Similarly, you can get the full documentation for a
4666 variable by typing @kbd{C-h v} and then the name of the variable (and
4667 then @key{RET}).
4668
4669 @cindex Find source of function
4670 @c In version 22, tells location both of C and of Emacs Lisp
4671 Also, @code{describe-function} will tell you the location of the
4672 function definition.
4673
4674 Put point into the name of the file that contains the function and
4675 press the @key{RET} key. In this case, @key{RET} means
4676 @code{push-button} rather than `return' or `enter'. Emacs will take
4677 you directly to the function definition.
4678
4679 @ignore
4680 Not In version 22
4681
4682 If you move point over the file name and press
4683 the @key{RET} key, which in this case means @code{help-follow} rather
4684 than `return' or `enter', Emacs will take you directly to the function
4685 definition.
4686 @end ignore
4687
4688 More generally, if you want to see a function in its original source
4689 file, you can use the @code{find-tags} function to jump to it.
4690 @code{find-tags} works with a wide variety of languages, not just
4691 Lisp, and C, and it works with non-programming text as well. For
4692 example, @code{find-tags} will jump to the various nodes in the
4693 Texinfo source file of this document.
4694 The @code{find-tags} function depends on `tags tables' that record
4695 the locations of the functions, variables, and other items to which
4696 @code{find-tags} jumps.
4697
4698 To use the @code{find-tags} command, type @kbd{M-.} (i.e., press the
4699 period key while holding down the @key{META} key, or else type the
4700 @key{ESC} key and then type the period key), and then, at the prompt,
4701 type in the name of the function whose source code you want to see,
4702 such as @code{mark-whole-buffer}, and then type @key{RET}. Emacs will
4703 switch buffers and display the source code for the function on your
4704 screen. To switch back to your current buffer, type @kbd{C-x b
4705 @key{RET}}. (On some keyboards, the @key{META} key is labelled
4706 @key{ALT}.)
4707
4708 @c !!! 22.1.100 tags table location in this paragraph
4709 @cindex TAGS table, specifying
4710 @findex find-tags
4711 Depending on how the initial default values of your copy of Emacs are
4712 set, you may also need to specify the location of your `tags table',
4713 which is a file called @file{TAGS}. For example, if you are
4714 interested in Emacs sources, the tags table you will most likely want,
4715 if it has already been created for you, will be in a subdirectory of
4716 the @file{/usr/local/share/emacs/} directory; thus you would use the
4717 @code{M-x visit-tags-table} command and specify a pathname such as
4718 @file{/usr/local/share/emacs/22.1.100/lisp/TAGS}. If the tags table
4719 has not already been created, you will have to create it yourself. It
4720 will in a file such as @file{/usr/local/src/emacs/src/TAGS}.
4721
4722 @need 1250
4723 To create a @file{TAGS} file in a specific directory, switch to that
4724 directory in Emacs using @kbd{M-x cd} command, or list the directory
4725 with @kbd{C-x d} (@code{dired}). Then run the compile command, with
4726 @w{@code{etags *.el}} as the command to execute:
4727
4728 @smallexample
4729 M-x compile RET etags *.el RET
4730 @end smallexample
4731
4732 For more information, see @ref{etags, , Create Your Own @file{TAGS} File}.
4733
4734 After you become more familiar with Emacs Lisp, you will find that you will
4735 frequently use @code{find-tags} to navigate your way around source code;
4736 and you will create your own @file{TAGS} tables.
4737
4738 @cindex Library, as term for `file'
4739 Incidentally, the files that contain Lisp code are conventionally
4740 called @dfn{libraries}. The metaphor is derived from that of a
4741 specialized library, such as a law library or an engineering library,
4742 rather than a general library. Each library, or file, contains
4743 functions that relate to a particular topic or activity, such as
4744 @file{abbrev.el} for handling abbreviations and other typing
4745 shortcuts, and @file{help.el} for on-line help. (Sometimes several
4746 libraries provide code for a single activity, as the various
4747 @file{rmail@dots{}} files provide code for reading electronic mail.)
4748 In @cite{The GNU Emacs Manual}, you will see sentences such as ``The
4749 @kbd{C-h p} command lets you search the standard Emacs Lisp libraries
4750 by topic keywords.''
4751
4752 @node simplified-beginning-of-buffer, mark-whole-buffer, Finding More, Buffer Walk Through
4753 @comment node-name, next, previous, up
4754 @section A Simplified @code{beginning-of-buffer} Definition
4755 @findex simplified-beginning-of-buffer
4756
4757 The @code{beginning-of-buffer} command is a good function to start with
4758 since you are likely to be familiar with it and it is easy to
4759 understand. Used as an interactive command, @code{beginning-of-buffer}
4760 moves the cursor to the beginning of the buffer, leaving the mark at the
4761 previous position. It is generally bound to @kbd{M-<}.
4762
4763 In this section, we will discuss a shortened version of the function
4764 that shows how it is most frequently used. This shortened function
4765 works as written, but it does not contain the code for a complex option.
4766 In another section, we will describe the entire function.
4767 (@xref{beginning-of-buffer, , Complete Definition of
4768 @code{beginning-of-buffer}}.)
4769
4770 Before looking at the code, let's consider what the function
4771 definition has to contain: it must include an expression that makes
4772 the function interactive so it can be called by typing @kbd{M-x
4773 beginning-of-buffer} or by typing a keychord such as @kbd{M-<}; it
4774 must include code to leave a mark at the original position in the
4775 buffer; and it must include code to move the cursor to the beginning
4776 of the buffer.
4777
4778 @need 1250
4779 Here is the complete text of the shortened version of the function:
4780
4781 @smallexample
4782 @group
4783 (defun simplified-beginning-of-buffer ()
4784 "Move point to the beginning of the buffer;
4785 leave mark at previous position."
4786 (interactive)
4787 (push-mark)
4788 (goto-char (point-min)))
4789 @end group
4790 @end smallexample
4791
4792 Like all function definitions, this definition has five parts following
4793 the special form @code{defun}:
4794
4795 @enumerate
4796 @item
4797 The name: in this example, @code{simplified-beginning-of-buffer}.
4798
4799 @item
4800 A list of the arguments: in this example, an empty list, @code{()},
4801
4802 @item
4803 The documentation string.
4804
4805 @item
4806 The interactive expression.
4807
4808 @item
4809 The body.
4810 @end enumerate
4811
4812 @noindent
4813 In this function definition, the argument list is empty; this means that
4814 this function does not require any arguments. (When we look at the
4815 definition for the complete function, we will see that it may be passed
4816 an optional argument.)
4817
4818 The interactive expression tells Emacs that the function is intended to
4819 be used interactively. In this example, @code{interactive} does not have
4820 an argument because @code{simplified-beginning-of-buffer} does not
4821 require one.
4822
4823 @need 800
4824 The body of the function consists of the two lines:
4825
4826 @smallexample
4827 @group
4828 (push-mark)
4829 (goto-char (point-min))
4830 @end group
4831 @end smallexample
4832
4833 The first of these lines is the expression, @code{(push-mark)}. When
4834 this expression is evaluated by the Lisp interpreter, it sets a mark at
4835 the current position of the cursor, wherever that may be. The position
4836 of this mark is saved in the mark ring.
4837
4838 The next line is @code{(goto-char (point-min))}. This expression
4839 jumps the cursor to the minimum point in the buffer, that is, to the
4840 beginning of the buffer (or to the beginning of the accessible portion
4841 of the buffer if it is narrowed. @xref{Narrowing & Widening, ,
4842 Narrowing and Widening}.)
4843
4844 The @code{push-mark} command sets a mark at the place where the cursor
4845 was located before it was moved to the beginning of the buffer by the
4846 @code{(goto-char (point-min))} expression. Consequently, you can, if
4847 you wish, go back to where you were originally by typing @kbd{C-x C-x}.
4848
4849 That is all there is to the function definition!
4850
4851 @findex describe-function
4852 When you are reading code such as this and come upon an unfamiliar
4853 function, such as @code{goto-char}, you can find out what it does by
4854 using the @code{describe-function} command. To use this command, type
4855 @kbd{C-h f} and then type in the name of the function and press
4856 @key{RET}. The @code{describe-function} command will print the
4857 function's documentation string in a @file{*Help*} window. For
4858 example, the documentation for @code{goto-char} is:
4859
4860 @smallexample
4861 @group
4862 Set point to POSITION, a number or marker.
4863 Beginning of buffer is position (point-min), end is (point-max).
4864 @end group
4865 @end smallexample
4866
4867 @noindent
4868 The function's one argument is the desired position.
4869
4870 @noindent
4871 (The prompt for @code{describe-function} will offer you the symbol
4872 under or preceding the cursor, so you can save typing by positioning
4873 the cursor right over or after the function and then typing @kbd{C-h f
4874 @key{RET}}.)
4875
4876 The @code{end-of-buffer} function definition is written in the same way as
4877 the @code{beginning-of-buffer} definition except that the body of the
4878 function contains the expression @code{(goto-char (point-max))} in place
4879 of @code{(goto-char (point-min))}.
4880
4881 @node mark-whole-buffer, append-to-buffer, simplified-beginning-of-buffer, Buffer Walk Through
4882 @comment node-name, next, previous, up
4883 @section The Definition of @code{mark-whole-buffer}
4884 @findex mark-whole-buffer
4885
4886 The @code{mark-whole-buffer} function is no harder to understand than the
4887 @code{simplified-beginning-of-buffer} function. In this case, however,
4888 we will look at the complete function, not a shortened version.
4889
4890 The @code{mark-whole-buffer} function is not as commonly used as the
4891 @code{beginning-of-buffer} function, but is useful nonetheless: it
4892 marks a whole buffer as a region by putting point at the beginning and
4893 a mark at the end of the buffer. It is generally bound to @kbd{C-x
4894 h}.
4895
4896 @menu
4897 * mark-whole-buffer overview::
4898 * Body of mark-whole-buffer::
4899 @end menu
4900
4901 @node mark-whole-buffer overview, Body of mark-whole-buffer, mark-whole-buffer, mark-whole-buffer
4902 @ifnottex
4903 @unnumberedsubsec An overview of @code{mark-whole-buffer}
4904 @end ifnottex
4905
4906 @need 1250
4907 In GNU Emacs 22, the code for the complete function looks like this:
4908
4909 @smallexample
4910 @group
4911 (defun mark-whole-buffer ()
4912 "Put point at beginning and mark at end of buffer.
4913 You probably should not use this function in Lisp programs;
4914 it is usually a mistake for a Lisp function to use any subroutine
4915 that uses or sets the mark."
4916 (interactive)
4917 (push-mark (point))
4918 (push-mark (point-max) nil t)
4919 (goto-char (point-min)))
4920 @end group
4921 @end smallexample
4922
4923 @need 1250
4924 Like all other functions, the @code{mark-whole-buffer} function fits
4925 into the template for a function definition. The template looks like
4926 this:
4927
4928 @smallexample
4929 @group
4930 (defun @var{name-of-function} (@var{argument-list})
4931 "@var{documentation}@dots{}"
4932 (@var{interactive-expression}@dots{})
4933 @var{body}@dots{})
4934 @end group
4935 @end smallexample
4936
4937 Here is how the function works: the name of the function is
4938 @code{mark-whole-buffer}; it is followed by an empty argument list,
4939 @samp{()}, which means that the function does not require arguments.
4940 The documentation comes next.
4941
4942 The next line is an @code{(interactive)} expression that tells Emacs
4943 that the function will be used interactively. These details are similar
4944 to the @code{simplified-beginning-of-buffer} function described in the
4945 previous section.
4946
4947 @need 1250
4948 @node Body of mark-whole-buffer, , mark-whole-buffer overview, mark-whole-buffer
4949 @comment node-name, next, previous, up
4950 @subsection Body of @code{mark-whole-buffer}
4951
4952 The body of the @code{mark-whole-buffer} function consists of three
4953 lines of code:
4954
4955 @c GNU Emacs 22
4956 @smallexample
4957 @group
4958 (push-mark (point))
4959 (push-mark (point-max) nil t)
4960 (goto-char (point-min))
4961 @end group
4962 @end smallexample
4963
4964 The first of these lines is the expression, @code{(push-mark (point))}.
4965
4966 This line does exactly the same job as the first line of the body of
4967 the @code{simplified-beginning-of-buffer} function, which is written
4968 @code{(push-mark)}. In both cases, the Lisp interpreter sets a mark
4969 at the current position of the cursor.
4970
4971 I don't know why the expression in @code{mark-whole-buffer} is written
4972 @code{(push-mark (point))} and the expression in
4973 @code{beginning-of-buffer} is written @code{(push-mark)}. Perhaps
4974 whoever wrote the code did not know that the arguments for
4975 @code{push-mark} are optional and that if @code{push-mark} is not
4976 passed an argument, the function automatically sets mark at the
4977 location of point by default. Or perhaps the expression was written
4978 so as to parallel the structure of the next line. In any case, the
4979 line causes Emacs to determine the position of point and set a mark
4980 there.
4981
4982 In earlier versions of GNU Emacs, the next line of
4983 @code{mark-whole-buffer} was @code{(push-mark (point-max))}. This
4984 expression sets a mark at the point in the buffer that has the highest
4985 number. This will be the end of the buffer (or, if the buffer is
4986 narrowed, the end of the accessible portion of the buffer.
4987 @xref{Narrowing & Widening, , Narrowing and Widening}, for more about
4988 narrowing.) After this mark has been set, the previous mark, the one
4989 set at point, is no longer set, but Emacs remembers its position, just
4990 as all other recent marks are always remembered. This means that you
4991 can, if you wish, go back to that position by typing @kbd{C-u
4992 C-@key{SPC}} twice.
4993
4994 @need 1250
4995 In GNU Emacs 22, the @code{(point-max)} is slightly more complicated.
4996 The line reads
4997
4998 @smallexample
4999 (push-mark (point-max) nil t)
5000 @end smallexample
5001
5002 @noindent
5003 The expression works nearly the same as before. It sets a mark at the
5004 highest numbered place in the buffer that it can. However, in this
5005 version, @code{push-mark} has two additional arguments. The second
5006 argument to @code{push-mark} is @code{nil}. This tells the function
5007 it @emph{should} display a message that says `Mark set' when it pushes
5008 the mark. The third argument is @code{t}. This tells
5009 @code{push-mark} to activate the mark when Transient Mark mode is
5010 turned on. Transient Mark mode highlights the currently active
5011 region. It is often turned off.
5012
5013 Finally, the last line of the function is @code{(goto-char
5014 (point-min)))}. This is written exactly the same way as it is written
5015 in @code{beginning-of-buffer}. The expression moves the cursor to
5016 the minimum point in the buffer, that is, to the beginning of the buffer
5017 (or to the beginning of the accessible portion of the buffer). As a
5018 result of this, point is placed at the beginning of the buffer and mark
5019 is set at the end of the buffer. The whole buffer is, therefore, the
5020 region.
5021
5022 @node append-to-buffer, Buffer Related Review, mark-whole-buffer, Buffer Walk Through
5023 @comment node-name, next, previous, up
5024 @section The Definition of @code{append-to-buffer}
5025 @findex append-to-buffer
5026
5027 The @code{append-to-buffer} command is more complex than the
5028 @code{mark-whole-buffer} command. What it does is copy the region
5029 (that is, the part of the buffer between point and mark) from the
5030 current buffer to a specified buffer.
5031
5032 @menu
5033 * append-to-buffer overview::
5034 * append interactive::
5035 * append-to-buffer body::
5036 * append save-excursion::
5037 @end menu
5038
5039 @node append-to-buffer overview, append interactive, append-to-buffer, append-to-buffer
5040 @ifnottex
5041 @unnumberedsubsec An Overview of @code{append-to-buffer}
5042 @end ifnottex
5043
5044 @findex insert-buffer-substring
5045 The @code{append-to-buffer} command uses the
5046 @code{insert-buffer-substring} function to copy the region.
5047 @code{insert-buffer-substring} is described by its name: it takes a
5048 string of characters from part of a buffer, a ``substring'', and
5049 inserts them into another buffer.
5050
5051 Most of @code{append-to-buffer} is
5052 concerned with setting up the conditions for
5053 @code{insert-buffer-substring} to work: the code must specify both the
5054 buffer to which the text will go, the window it comes from and goes
5055 to, and the region that will be copied.
5056
5057 @need 1250
5058 Here is the complete text of the function:
5059
5060 @smallexample
5061 @group
5062 (defun append-to-buffer (buffer start end)
5063 "Append to specified buffer the text of the region.
5064 It is inserted into that buffer before its point.
5065 @end group
5066
5067 @group
5068 When calling from a program, give three arguments:
5069 BUFFER (or buffer name), START and END.
5070 START and END specify the portion of the current buffer to be copied."
5071 (interactive
5072 (list (read-buffer "Append to buffer: " (other-buffer
5073 (current-buffer) t))
5074 (region-beginning) (region-end)))
5075 @end group
5076 @group
5077 (let ((oldbuf (current-buffer)))
5078 (save-excursion
5079 (let* ((append-to (get-buffer-create buffer))
5080 (windows (get-buffer-window-list append-to t t))
5081 point)
5082 (set-buffer append-to)
5083 (setq point (point))
5084 (barf-if-buffer-read-only)
5085 (insert-buffer-substring oldbuf start end)
5086 (dolist (window windows)
5087 (when (= (window-point window) point)
5088 (set-window-point window (point))))))))
5089 @end group
5090 @end smallexample
5091
5092 The function can be understood by looking at it as a series of
5093 filled-in templates.
5094
5095 The outermost template is for the function definition. In this
5096 function, it looks like this (with several slots filled in):
5097
5098 @smallexample
5099 @group
5100 (defun append-to-buffer (buffer start end)
5101 "@var{documentation}@dots{}"
5102 (interactive @dots{})
5103 @var{body}@dots{})
5104 @end group
5105 @end smallexample
5106
5107 The first line of the function includes its name and three arguments.
5108 The arguments are the @code{buffer} to which the text will be copied, and
5109 the @code{start} and @code{end} of the region in the current buffer that
5110 will be copied.
5111
5112 The next part of the function is the documentation, which is clear and
5113 complete. As is conventional, the three arguments are written in
5114 upper case so you will notice them easily. Even better, they are
5115 described in the same order as in the argument list.
5116
5117 Note that the documentation distinguishes between a buffer and its
5118 name. (The function can handle either.)
5119
5120 @node append interactive, append-to-buffer body, append-to-buffer overview, append-to-buffer
5121 @comment node-name, next, previous, up
5122 @subsection The @code{append-to-buffer} Interactive Expression
5123
5124 Since the @code{append-to-buffer} function will be used interactively,
5125 the function must have an @code{interactive} expression. (For a
5126 review of @code{interactive}, see @ref{Interactive, , Making a
5127 Function Interactive}.) The expression reads as follows:
5128
5129 @smallexample
5130 @group
5131 (interactive
5132 (list (read-buffer
5133 "Append to buffer: "
5134 (other-buffer (current-buffer) t))
5135 (region-beginning)
5136 (region-end)))
5137 @end group
5138 @end smallexample
5139
5140 @noindent
5141 This expression is not one with letters standing for parts, as
5142 described earlier. Instead, it starts a list with thee parts.
5143
5144 The first part of the list is an expression to read the name of a
5145 buffer and return it as a string. That is @code{read-buffer}. The
5146 function requires a prompt as its first argument, @samp{"Append to
5147 buffer: "}. Its second argument tells the command what value to
5148 provide if you don't specify anything.
5149
5150 In this case that second argument is an expression containing the
5151 function @code{other-buffer}, an exception, and a @samp{t}, standing
5152 for true.
5153
5154 The first argument to @code{other-buffer}, the exception, is yet
5155 another function, @code{current-buffer}. That is not going to be
5156 returned. The second argument is the symbol for true, @code{t}. that
5157 tells @code{other-buffer} that it may show visible buffers (except in
5158 this case, it will not show the current buffer, which makes sense).
5159
5160 @need 1250
5161 The expression looks like this:
5162
5163 @smallexample
5164 (other-buffer (current-buffer) t)
5165 @end smallexample
5166
5167 The second and third arguments to the @code{list} expression are
5168 @code{(region-beginning)} and @code{(region-end)}. These two
5169 functions specify the beginning and end of the text to be appended.
5170
5171 @need 1250
5172 Originally, the command used the letters @samp{B} and @samp{r}.
5173 The whole @code{interactive} expression looked like this:
5174
5175 @smallexample
5176 (interactive "BAppend to buffer:@: \nr")
5177 @end smallexample
5178
5179 @noindent
5180 But when that was done, the default value of the buffer switched to
5181 was invisible. That was not wanted.
5182
5183 (The prompt was separated from the second argument with a newline,
5184 @samp{\n}. It was followed by an @samp{r} that told Emacs to bind the
5185 two arguments that follow the symbol @code{buffer} in the function's
5186 argument list (that is, @code{start} and @code{end}) to the values of
5187 point and mark. That argument worked fine.)
5188
5189 @node append-to-buffer body, append save-excursion, append interactive, append-to-buffer
5190 @comment node-name, next, previous, up
5191 @subsection The Body of @code{append-to-buffer}
5192
5193 @ignore
5194 in GNU Emacs 22 in /usr/local/src/emacs/lisp/simple.el
5195
5196 (defun append-to-buffer (buffer start end)
5197 "Append to specified buffer the text of the region.
5198 It is inserted into that buffer before its point.
5199
5200 When calling from a program, give three arguments:
5201 BUFFER (or buffer name), START and END.
5202 START and END specify the portion of the current buffer to be copied."
5203 (interactive
5204 (list (read-buffer "Append to buffer: " (other-buffer (current-buffer) t))
5205 (region-beginning) (region-end)))
5206 (let ((oldbuf (current-buffer)))
5207 (save-excursion
5208 (let* ((append-to (get-buffer-create buffer))
5209 (windows (get-buffer-window-list append-to t t))
5210 point)
5211 (set-buffer append-to)
5212 (setq point (point))
5213 (barf-if-buffer-read-only)
5214 (insert-buffer-substring oldbuf start end)
5215 (dolist (window windows)
5216 (when (= (window-point window) point)
5217 (set-window-point window (point))))))))
5218 @end ignore
5219
5220 The body of the @code{append-to-buffer} function begins with @code{let}.
5221
5222 As we have seen before (@pxref{let, , @code{let}}), the purpose of a
5223 @code{let} expression is to create and give initial values to one or
5224 more variables that will only be used within the body of the
5225 @code{let}. This means that such a variable will not be confused with
5226 any variable of the same name outside the @code{let} expression.
5227
5228 We can see how the @code{let} expression fits into the function as a
5229 whole by showing a template for @code{append-to-buffer} with the
5230 @code{let} expression in outline:
5231
5232 @smallexample
5233 @group
5234 (defun append-to-buffer (buffer start end)
5235 "@var{documentation}@dots{}"
5236 (interactive @dots{})
5237 (let ((@var{variable} @var{value}))
5238 @var{body}@dots{})
5239 @end group
5240 @end smallexample
5241
5242 The @code{let} expression has three elements:
5243
5244 @enumerate
5245 @item
5246 The symbol @code{let};
5247
5248 @item
5249 A varlist containing, in this case, a single two-element list,
5250 @code{(@var{variable} @var{value})};
5251
5252 @item
5253 The body of the @code{let} expression.
5254 @end enumerate
5255
5256 @need 800
5257 In the @code{append-to-buffer} function, the varlist looks like this:
5258
5259 @smallexample
5260 (oldbuf (current-buffer))
5261 @end smallexample
5262
5263 @noindent
5264 In this part of the @code{let} expression, the one variable,
5265 @code{oldbuf}, is bound to the value returned by the
5266 @code{(current-buffer)} expression. The variable, @code{oldbuf}, is
5267 used to keep track of the buffer in which you are working and from
5268 which you will copy.
5269
5270 The element or elements of a varlist are surrounded by a set of
5271 parentheses so the Lisp interpreter can distinguish the varlist from
5272 the body of the @code{let}. As a consequence, the two-element list
5273 within the varlist is surrounded by a circumscribing set of parentheses.
5274 The line looks like this:
5275
5276 @smallexample
5277 @group
5278 (let ((oldbuf (current-buffer)))
5279 @dots{} )
5280 @end group
5281 @end smallexample
5282
5283 @noindent
5284 The two parentheses before @code{oldbuf} might surprise you if you did
5285 not realize that the first parenthesis before @code{oldbuf} marks the
5286 boundary of the varlist and the second parenthesis marks the beginning
5287 of the two-element list, @code{(oldbuf (current-buffer))}.
5288
5289 @node append save-excursion, , append-to-buffer body, append-to-buffer
5290 @comment node-name, next, previous, up
5291 @subsection @code{save-excursion} in @code{append-to-buffer}
5292
5293 The body of the @code{let} expression in @code{append-to-buffer}
5294 consists of a @code{save-excursion} expression.
5295
5296 The @code{save-excursion} function saves the locations of point and
5297 mark, and restores them to those positions after the expressions in the
5298 body of the @code{save-excursion} complete execution. In addition,
5299 @code{save-excursion} keeps track of the original buffer, and
5300 restores it. This is how @code{save-excursion} is used in
5301 @code{append-to-buffer}.
5302
5303 @need 1500
5304 @cindex Indentation for formatting
5305 @cindex Formatting convention
5306 Incidentally, it is worth noting here that a Lisp function is normally
5307 formatted so that everything that is enclosed in a multi-line spread is
5308 indented more to the right than the first symbol. In this function
5309 definition, the @code{let} is indented more than the @code{defun}, and
5310 the @code{save-excursion} is indented more than the @code{let}, like
5311 this:
5312
5313 @smallexample
5314 @group
5315 (defun @dots{}
5316 @dots{}
5317 @dots{}
5318 (let@dots{}
5319 (save-excursion
5320 @dots{}
5321 @end group
5322 @end smallexample
5323
5324 @need 1500
5325 @noindent
5326 This formatting convention makes it easy to see that the lines in
5327 the body of the @code{save-excursion} are enclosed by the parentheses
5328 associated with @code{save-excursion}, just as the
5329 @code{save-excursion} itself is enclosed by the parentheses associated
5330 with the @code{let}:
5331
5332 @smallexample
5333 @group
5334 (let ((oldbuf (current-buffer)))
5335 (save-excursion
5336 @dots{}
5337 (set-buffer @dots{})
5338 (insert-buffer-substring oldbuf start end)
5339 @dots{}))
5340 @end group
5341 @end smallexample
5342
5343 @need 1200
5344 The use of the @code{save-excursion} function can be viewed as a process
5345 of filling in the slots of a template:
5346
5347 @smallexample
5348 @group
5349 (save-excursion
5350 @var{first-expression-in-body}
5351 @var{second-expression-in-body}
5352 @dots{}
5353 @var{last-expression-in-body})
5354 @end group
5355 @end smallexample
5356
5357 @need 1200
5358 @noindent
5359 In this function, the body of the @code{save-excursion} contains only
5360 one expression, the @code{let*} expression. You know about a
5361 @code{let} function. The @code{let*} function is different. It has a
5362 @samp{*} in its name. It enables Emacs to set each variable in its
5363 varlist in sequence, one after another.
5364
5365 Its critical feature is that variables later in the varlist can make
5366 use of the values to which Emacs set variables earlier in the varlist.
5367 @xref{fwd-para let, , The @code{let*} expression}.
5368
5369 We will skip functions like @code{let*} and focus on two: the
5370 @code{set-buffer} function and the @code{insert-buffer-substring}
5371 function.
5372
5373 @need 1250
5374 In the old days, the @code{set-buffer} expression was simply
5375
5376 @smallexample
5377 (set-buffer (get-buffer-create buffer))
5378 @end smallexample
5379
5380 @need 1250
5381 @noindent
5382 but now it is
5383
5384 @smallexample
5385 (set-buffer append-to)
5386 @end smallexample
5387
5388 @noindent
5389 @code{append-to} is bound to @code{(get-buffer-create buffer)} earlier
5390 on in the @code{let*} expression. That extra binding would not be
5391 necessary except for that @code{append-to} is used later in the
5392 varlist as an argument to @code{get-buffer-window-list}.
5393
5394 @ignore
5395 in GNU Emacs 22
5396
5397 (let ((oldbuf (current-buffer)))
5398 (save-excursion
5399 (let* ((append-to (get-buffer-create buffer))
5400 (windows (get-buffer-window-list append-to t t))
5401 point)
5402 (set-buffer append-to)
5403 (setq point (point))
5404 (barf-if-buffer-read-only)
5405 (insert-buffer-substring oldbuf start end)
5406 (dolist (window windows)
5407 (when (= (window-point window) point)
5408 (set-window-point window (point))))))))
5409 @end ignore
5410
5411 The @code{append-to-buffer} function definition inserts text from the
5412 buffer in which you are currently to a named buffer. It happens that
5413 @code{insert-buffer-substring} copies text from another buffer to the
5414 current buffer, just the reverse---that is why the
5415 @code{append-to-buffer} definition starts out with a @code{let} that
5416 binds the local symbol @code{oldbuf} to the value returned by
5417 @code{current-buffer}.
5418
5419 @need 1250
5420 The @code{insert-buffer-substring} expression looks like this:
5421
5422 @smallexample
5423 (insert-buffer-substring oldbuf start end)
5424 @end smallexample
5425
5426 @noindent
5427 The @code{insert-buffer-substring} function copies a string
5428 @emph{from} the buffer specified as its first argument and inserts the
5429 string into the present buffer. In this case, the argument to
5430 @code{insert-buffer-substring} is the value of the variable created
5431 and bound by the @code{let}, namely the value of @code{oldbuf}, which
5432 was the current buffer when you gave the @code{append-to-buffer}
5433 command.
5434
5435 After @code{insert-buffer-substring} has done its work,
5436 @code{save-excursion} will restore the action to the original buffer
5437 and @code{append-to-buffer} will have done its job.
5438
5439 @need 800
5440 Written in skeletal form, the workings of the body look like this:
5441
5442 @smallexample
5443 @group
5444 (let (@var{bind-}@code{oldbuf}@var{-to-value-of-}@code{current-buffer})
5445 (save-excursion ; @r{Keep track of buffer.}
5446 @var{change-buffer}
5447 @var{insert-substring-from-}@code{oldbuf}@var{-into-buffer})
5448
5449 @var{change-back-to-original-buffer-when-finished}
5450 @var{let-the-local-meaning-of-}@code{oldbuf}@var{-disappear-when-finished}
5451 @end group
5452 @end smallexample
5453
5454 In summary, @code{append-to-buffer} works as follows: it saves the
5455 value of the current buffer in the variable called @code{oldbuf}. It
5456 gets the new buffer (creating one if need be) and switches Emacs'
5457 attention to it. Using the value of @code{oldbuf}, it inserts the
5458 region of text from the old buffer into the new buffer; and then using
5459 @code{save-excursion}, it brings you back to your original buffer.
5460
5461 In looking at @code{append-to-buffer}, you have explored a fairly
5462 complex function. It shows how to use @code{let} and
5463 @code{save-excursion}, and how to change to and come back from another
5464 buffer. Many function definitions use @code{let},
5465 @code{save-excursion}, and @code{set-buffer} this way.
5466
5467 @node Buffer Related Review, Buffer Exercises, append-to-buffer, Buffer Walk Through
5468 @comment node-name, next, previous, up
5469 @section Review
5470
5471 Here is a brief summary of the various functions discussed in this chapter.
5472
5473 @table @code
5474 @item describe-function
5475 @itemx describe-variable
5476 Print the documentation for a function or variable.
5477 Conventionally bound to @kbd{C-h f} and @kbd{C-h v}.
5478
5479 @item find-tag
5480 Find the file containing the source for a function or variable and
5481 switch buffers to it, positioning point at the beginning of the item.
5482 Conventionally bound to @kbd{M-.} (that's a period following the
5483 @key{META} key).
5484
5485 @item save-excursion
5486 Save the location of point and mark and restore their values after the
5487 arguments to @code{save-excursion} have been evaluated. Also, remember
5488 the current buffer and return to it.
5489
5490 @item push-mark
5491 Set mark at a location and record the value of the previous mark on the
5492 mark ring. The mark is a location in the buffer that will keep its
5493 relative position even if text is added to or removed from the buffer.
5494
5495 @item goto-char
5496 Set point to the location specified by the value of the argument, which
5497 can be a number, a marker, or an expression that returns the number of
5498 a position, such as @code{(point-min)}.
5499
5500 @item insert-buffer-substring
5501 Copy a region of text from a buffer that is passed to the function as
5502 an argument and insert the region into the current buffer.
5503
5504 @item mark-whole-buffer
5505 Mark the whole buffer as a region. Normally bound to @kbd{C-x h}.
5506
5507 @item set-buffer
5508 Switch the attention of Emacs to another buffer, but do not change the
5509 window being displayed. Used when the program rather than a human is
5510 to work on a different buffer.
5511
5512 @item get-buffer-create
5513 @itemx get-buffer
5514 Find a named buffer or create one if a buffer of that name does not
5515 exist. The @code{get-buffer} function returns @code{nil} if the named
5516 buffer does not exist.
5517 @end table
5518
5519 @need 1500
5520 @node Buffer Exercises, , Buffer Related Review, Buffer Walk Through
5521 @section Exercises
5522
5523 @itemize @bullet
5524 @item
5525 Write your own @code{simplified-end-of-buffer} function definition;
5526 then test it to see whether it works.
5527
5528 @item
5529 Use @code{if} and @code{get-buffer} to write a function that prints a
5530 message telling you whether a buffer exists.
5531
5532 @item
5533 Using @code{find-tag}, find the source for the @code{copy-to-buffer}
5534 function.
5535 @end itemize
5536
5537 @node More Complex, Narrowing & Widening, Buffer Walk Through, Top
5538 @comment node-name, next, previous, up
5539 @chapter A Few More Complex Functions
5540
5541 In this chapter, we build on what we have learned in previous chapters
5542 by looking at more complex functions. The @code{copy-to-buffer}
5543 function illustrates use of two @code{save-excursion} expressions in
5544 one definition, while the @code{insert-buffer} function illustrates
5545 use of an asterisk in an @code{interactive} expression, use of
5546 @code{or}, and the important distinction between a name and the object
5547 to which the name refers.
5548
5549 @menu
5550 * copy-to-buffer::
5551 * insert-buffer::
5552 * beginning-of-buffer::
5553 * Second Buffer Related Review::
5554 * optional Exercise::
5555 @end menu
5556
5557 @node copy-to-buffer, insert-buffer, More Complex, More Complex
5558 @comment node-name, next, previous, up
5559 @section The Definition of @code{copy-to-buffer}
5560 @findex copy-to-buffer
5561
5562 After understanding how @code{append-to-buffer} works, it is easy to
5563 understand @code{copy-to-buffer}. This function copies text into a
5564 buffer, but instead of adding to the second buffer, it replaces all the
5565 previous text in the second buffer.
5566
5567 @need 800
5568 The body of @code{copy-to-buffer} looks like this,
5569
5570 @smallexample
5571 @group
5572 @dots{}
5573 (interactive "BCopy to buffer: \nr")
5574 (let ((oldbuf (current-buffer)))
5575 (with-current-buffer (get-buffer-create buffer)
5576 (barf-if-buffer-read-only)
5577 (erase-buffer)
5578 (save-excursion
5579 (insert-buffer-substring oldbuf start end)))))
5580 @end group
5581 @end smallexample
5582
5583 The @code{copy-to-buffer} function has a simpler @code{interactive}
5584 expression than @code{append-to-buffer}.
5585
5586 @need 800
5587 The definition then says
5588
5589 @smallexample
5590 (with-current-buffer (get-buffer-create buffer) @dots{}
5591 @end smallexample
5592
5593 First, look at the earliest inner expression; that is evaluated first.
5594 That expression starts with @code{get-buffer-create buffer}. The
5595 function tells the computer to use the buffer with the name specified
5596 as the one to which you are copying, or if such a buffer does not
5597 exist, to create it. Then, the @code{with-current-buffer} function
5598 evaluates its body with that buffer temporarily current.
5599
5600 (This demonstrates another way to shift the computer's attention but
5601 not the user's. The @code{append-to-buffer} function showed how to do
5602 the same with @code{save-excursion} and @code{set-buffer}.
5603 @code{with-current-buffer} is a newer, and arguably easier,
5604 mechanism.)
5605
5606 The @code{barf-if-buffer-read-only} function sends you an error
5607 message saying the buffer is read-only if you cannot modify it.
5608
5609 The next line has the @code{erase-buffer} function as its sole
5610 contents. That function erases the buffer.
5611
5612 Finally, the last two lines contain the @code{save-excursion}
5613 expression with @code{insert-buffer-substring} as its body.
5614 The @code{insert-buffer-substring} expression copies the text from
5615 the buffer you are in (and you have not seen the computer shift its
5616 attention, so you don't know that that buffer is now called
5617 @code{oldbuf}).
5618
5619 Incidentally, this is what is meant by `replacement'. To replace text,
5620 Emacs erases the previous text and then inserts new text.
5621
5622 @need 1250
5623 In outline, the body of @code{copy-to-buffer} looks like this:
5624
5625 @smallexample
5626 @group
5627 (let (@var{bind-}@code{oldbuf}@var{-to-value-of-}@code{current-buffer})
5628 (@var{with-the-buffer-you-are-copying-to}
5629 (@var{but-do-not-erase-or-copy-to-a-read-only-buffer})
5630 (erase-buffer)
5631 (save-excursion
5632 @var{insert-substring-from-}@code{oldbuf}@var{-into-buffer})))
5633 @end group
5634 @end smallexample
5635
5636 @node insert-buffer, beginning-of-buffer, copy-to-buffer, More Complex
5637 @comment node-name, next, previous, up
5638 @section The Definition of @code{insert-buffer}
5639 @findex insert-buffer
5640
5641 @code{insert-buffer} is yet another buffer-related function. This
5642 command copies another buffer @emph{into} the current buffer. It is the
5643 reverse of @code{append-to-buffer} or @code{copy-to-buffer}, since they
5644 copy a region of text @emph{from} the current buffer to another buffer.
5645
5646 Here is a discussion based on the original code. The code was
5647 simplified in 2003 and is harder to understand.
5648
5649 (@xref{New insert-buffer, , New Body for @code{insert-buffer}}, to see
5650 a discussion of the new body.)
5651
5652 In addition, this code illustrates the use of @code{interactive} with a
5653 buffer that might be @dfn{read-only} and the important distinction
5654 between the name of an object and the object actually referred to.
5655
5656 @menu
5657 * insert-buffer code::
5658 * insert-buffer interactive::
5659 * insert-buffer body::
5660 * if & or::
5661 * Insert or::
5662 * Insert let::
5663 * New insert-buffer ::
5664 @end menu
5665
5666 @node insert-buffer code, insert-buffer interactive, insert-buffer, insert-buffer
5667 @ifnottex
5668 @unnumberedsubsec The Code for @code{insert-buffer}
5669 @end ifnottex
5670
5671 @need 800
5672 Here is the earlier code:
5673
5674 @smallexample
5675 @group
5676 (defun insert-buffer (buffer)
5677 "Insert after point the contents of BUFFER.
5678 Puts mark after the inserted text.
5679 BUFFER may be a buffer or a buffer name."
5680 (interactive "*bInsert buffer:@: ")
5681 @end group
5682 @group
5683 (or (bufferp buffer)
5684 (setq buffer (get-buffer buffer)))
5685 (let (start end newmark)
5686 (save-excursion
5687 (save-excursion
5688 (set-buffer buffer)
5689 (setq start (point-min) end (point-max)))
5690 @end group
5691 @group
5692 (insert-buffer-substring buffer start end)
5693 (setq newmark (point)))
5694 (push-mark newmark)))
5695 @end group
5696 @end smallexample
5697
5698 @need 1200
5699 As with other function definitions, you can use a template to see an
5700 outline of the function:
5701
5702 @smallexample
5703 @group
5704 (defun insert-buffer (buffer)
5705 "@var{documentation}@dots{}"
5706 (interactive "*bInsert buffer:@: ")
5707 @var{body}@dots{})
5708 @end group
5709 @end smallexample
5710
5711 @node insert-buffer interactive, insert-buffer body, insert-buffer code, insert-buffer
5712 @comment node-name, next, previous, up
5713 @subsection The Interactive Expression in @code{insert-buffer}
5714 @findex interactive, @r{example use of}
5715
5716 In @code{insert-buffer}, the argument to the @code{interactive}
5717 declaration has two parts, an asterisk, @samp{*}, and @samp{bInsert
5718 buffer:@: }.
5719
5720 @menu
5721 * Read-only buffer::
5722 * b for interactive::
5723 @end menu
5724
5725 @node Read-only buffer, b for interactive, insert-buffer interactive, insert-buffer interactive
5726 @comment node-name, next, previous, up
5727 @unnumberedsubsubsec A Read-only Buffer
5728 @cindex Read-only buffer
5729 @cindex Asterisk for read-only buffer
5730 @findex * @r{for read-only buffer}
5731
5732 The asterisk is for the situation when the current buffer is a
5733 read-only buffer---a buffer that cannot be modified. If
5734 @code{insert-buffer} is called when the current buffer is read-only, a
5735 message to this effect is printed in the echo area and the terminal
5736 may beep or blink at you; you will not be permitted to insert anything
5737 into current buffer. The asterisk does not need to be followed by a
5738 newline to separate it from the next argument.
5739
5740 @node b for interactive, , Read-only buffer, insert-buffer interactive
5741 @comment node-name, next, previous, up
5742 @unnumberedsubsubsec @samp{b} in an Interactive Expression
5743
5744 The next argument in the interactive expression starts with a lower
5745 case @samp{b}. (This is different from the code for
5746 @code{append-to-buffer}, which uses an upper-case @samp{B}.
5747 @xref{append-to-buffer, , The Definition of @code{append-to-buffer}}.)
5748 The lower-case @samp{b} tells the Lisp interpreter that the argument
5749 for @code{insert-buffer} should be an existing buffer or else its
5750 name. (The upper-case @samp{B} option provides for the possibility
5751 that the buffer does not exist.) Emacs will prompt you for the name
5752 of the buffer, offering you a default buffer, with name completion
5753 enabled. If the buffer does not exist, you receive a message that
5754 says ``No match''; your terminal may beep at you as well.
5755
5756 The new and simplified code generates a list for @code{interactive}.
5757 It uses the @code{barf-if-buffer-read-only} and @code{read-buffer}
5758 functions with which we are already familiar and the @code{progn}
5759 special form with which we are not. (It will be described later.)
5760
5761 @node insert-buffer body, if & or, insert-buffer interactive, insert-buffer
5762 @comment node-name, next, previous, up
5763 @subsection The Body of the @code{insert-buffer} Function
5764
5765 The body of the @code{insert-buffer} function has two major parts: an
5766 @code{or} expression and a @code{let} expression. The purpose of the
5767 @code{or} expression is to ensure that the argument @code{buffer} is
5768 bound to a buffer and not just the name of a buffer. The body of the
5769 @code{let} expression contains the code which copies the other buffer
5770 into the current buffer.
5771
5772 @need 1250
5773 In outline, the two expressions fit into the @code{insert-buffer}
5774 function like this:
5775
5776 @smallexample
5777 @group
5778 (defun insert-buffer (buffer)
5779 "@var{documentation}@dots{}"
5780 (interactive "*bInsert buffer:@: ")
5781 (or @dots{}
5782 @dots{}
5783 @end group
5784 @group
5785 (let (@var{varlist})
5786 @var{body-of-}@code{let}@dots{} )
5787 @end group
5788 @end smallexample
5789
5790 To understand how the @code{or} expression ensures that the argument
5791 @code{buffer} is bound to a buffer and not to the name of a buffer, it
5792 is first necessary to understand the @code{or} function.
5793
5794 Before doing this, let me rewrite this part of the function using
5795 @code{if} so that you can see what is done in a manner that will be familiar.
5796
5797 @node if & or, Insert or, insert-buffer body, insert-buffer
5798 @comment node-name, next, previous, up
5799 @subsection @code{insert-buffer} With an @code{if} Instead of an @code{or}
5800
5801 The job to be done is to make sure the value of @code{buffer} is a
5802 buffer itself and not the name of a buffer. If the value is the name,
5803 then the buffer itself must be got.
5804
5805 You can imagine yourself at a conference where an usher is wandering
5806 around holding a list with your name on it and looking for you: the
5807 usher is ``bound'' to your name, not to you; but when the usher finds
5808 you and takes your arm, the usher becomes ``bound'' to you.
5809
5810 @need 800
5811 In Lisp, you might describe this situation like this:
5812
5813 @smallexample
5814 @group
5815 (if (not (holding-on-to-guest))
5816 (find-and-take-arm-of-guest))
5817 @end group
5818 @end smallexample
5819
5820 We want to do the same thing with a buffer---if we do not have the
5821 buffer itself, we want to get it.
5822
5823 @need 1200
5824 Using a predicate called @code{bufferp} that tells us whether we have a
5825 buffer (rather than its name), we can write the code like this:
5826
5827 @smallexample
5828 @group
5829 (if (not (bufferp buffer)) ; @r{if-part}
5830 (setq buffer (get-buffer buffer))) ; @r{then-part}
5831 @end group
5832 @end smallexample
5833
5834 @noindent
5835 Here, the true-or-false-test of the @code{if} expression is
5836 @w{@code{(not (bufferp buffer))}}; and the then-part is the expression
5837 @w{@code{(setq buffer (get-buffer buffer))}}.
5838
5839 In the test, the function @code{bufferp} returns true if its argument is
5840 a buffer---but false if its argument is the name of the buffer. (The
5841 last character of the function name @code{bufferp} is the character
5842 @samp{p}; as we saw earlier, such use of @samp{p} is a convention that
5843 indicates that the function is a predicate, which is a term that means
5844 that the function will determine whether some property is true or false.
5845 @xref{Wrong Type of Argument, , Using the Wrong Type Object as an
5846 Argument}.)
5847
5848 @need 1200
5849 The function @code{not} precedes the expression @code{(bufferp buffer)},
5850 so the true-or-false-test looks like this:
5851
5852 @smallexample
5853 (not (bufferp buffer))
5854 @end smallexample
5855
5856 @noindent
5857 @code{not} is a function that returns true if its argument is false
5858 and false if its argument is true. So if @code{(bufferp buffer)}
5859 returns true, the @code{not} expression returns false and vice-verse:
5860 what is ``not true'' is false and what is ``not false'' is true.
5861
5862 Using this test, the @code{if} expression works as follows: when the
5863 value of the variable @code{buffer} is actually a buffer rather than
5864 its name, the true-or-false-test returns false and the @code{if}
5865 expression does not evaluate the then-part. This is fine, since we do
5866 not need to do anything to the variable @code{buffer} if it really is
5867 a buffer.
5868
5869 On the other hand, when the value of @code{buffer} is not a buffer
5870 itself, but the name of a buffer, the true-or-false-test returns true
5871 and the then-part of the expression is evaluated. In this case, the
5872 then-part is @code{(setq buffer (get-buffer buffer))}. This
5873 expression uses the @code{get-buffer} function to return an actual
5874 buffer itself, given its name. The @code{setq} then sets the variable
5875 @code{buffer} to the value of the buffer itself, replacing its previous
5876 value (which was the name of the buffer).
5877
5878 @node Insert or, Insert let, if & or, insert-buffer
5879 @comment node-name, next, previous, up
5880 @subsection The @code{or} in the Body
5881
5882 The purpose of the @code{or} expression in the @code{insert-buffer}
5883 function is to ensure that the argument @code{buffer} is bound to a
5884 buffer and not just to the name of a buffer. The previous section shows
5885 how the job could have been done using an @code{if} expression.
5886 However, the @code{insert-buffer} function actually uses @code{or}.
5887 To understand this, it is necessary to understand how @code{or} works.
5888
5889 @findex or
5890 An @code{or} function can have any number of arguments. It evaluates
5891 each argument in turn and returns the value of the first of its
5892 arguments that is not @code{nil}. Also, and this is a crucial feature
5893 of @code{or}, it does not evaluate any subsequent arguments after
5894 returning the first non-@code{nil} value.
5895
5896 @need 800
5897 The @code{or} expression looks like this:
5898
5899 @smallexample
5900 @group
5901 (or (bufferp buffer)
5902 (setq buffer (get-buffer buffer)))
5903 @end group
5904 @end smallexample
5905
5906 @noindent
5907 The first argument to @code{or} is the expression @code{(bufferp buffer)}.
5908 This expression returns true (a non-@code{nil} value) if the buffer is
5909 actually a buffer, and not just the name of a buffer. In the @code{or}
5910 expression, if this is the case, the @code{or} expression returns this
5911 true value and does not evaluate the next expression---and this is fine
5912 with us, since we do not want to do anything to the value of
5913 @code{buffer} if it really is a buffer.
5914
5915 On the other hand, if the value of @code{(bufferp buffer)} is @code{nil},
5916 which it will be if the value of @code{buffer} is the name of a buffer,
5917 the Lisp interpreter evaluates the next element of the @code{or}
5918 expression. This is the expression @code{(setq buffer (get-buffer
5919 buffer))}. This expression returns a non-@code{nil} value, which
5920 is the value to which it sets the variable @code{buffer}---and this
5921 value is a buffer itself, not the name of a buffer.
5922
5923 The result of all this is that the symbol @code{buffer} is always
5924 bound to a buffer itself rather than to the name of a buffer. All
5925 this is necessary because the @code{set-buffer} function in a
5926 following line only works with a buffer itself, not with the name to a
5927 buffer.
5928
5929 @need 1250
5930 Incidentally, using @code{or}, the situation with the usher would be
5931 written like this:
5932
5933 @smallexample
5934 (or (holding-on-to-guest) (find-and-take-arm-of-guest))
5935 @end smallexample
5936
5937 @node Insert let, New insert-buffer , Insert or, insert-buffer
5938 @comment node-name, next, previous, up
5939 @subsection The @code{let} Expression in @code{insert-buffer}
5940
5941 After ensuring that the variable @code{buffer} refers to a buffer itself
5942 and not just to the name of a buffer, the @code{insert-buffer function}
5943 continues with a @code{let} expression. This specifies three local
5944 variables, @code{start}, @code{end}, and @code{newmark} and binds them
5945 to the initial value @code{nil}. These variables are used inside the
5946 remainder of the @code{let} and temporarily hide any other occurrence of
5947 variables of the same name in Emacs until the end of the @code{let}.
5948
5949 @need 1200
5950 The body of the @code{let} contains two @code{save-excursion}
5951 expressions. First, we will look at the inner @code{save-excursion}
5952 expression in detail. The expression looks like this:
5953
5954 @smallexample
5955 @group
5956 (save-excursion
5957 (set-buffer buffer)
5958 (setq start (point-min) end (point-max)))
5959 @end group
5960 @end smallexample
5961
5962 @noindent
5963 The expression @code{(set-buffer buffer)} changes Emacs' attention
5964 from the current buffer to the one from which the text will copied.
5965 In that buffer, the variables @code{start} and @code{end} are set to
5966 the beginning and end of the buffer, using the commands
5967 @code{point-min} and @code{point-max}. Note that we have here an
5968 illustration of how @code{setq} is able to set two variables in the
5969 same expression. The first argument of @code{setq} is set to the
5970 value of its second, and its third argument is set to the value of its
5971 fourth.
5972
5973 After the body of the inner @code{save-excursion} is evaluated, the
5974 @code{save-excursion} restores the original buffer, but @code{start} and
5975 @code{end} remain set to the values of the beginning and end of the
5976 buffer from which the text will be copied.
5977
5978 @need 1250
5979 The outer @code{save-excursion} expression looks like this:
5980
5981 @smallexample
5982 @group
5983 (save-excursion
5984 (@var{inner-}@code{save-excursion}@var{-expression}
5985 (@var{go-to-new-buffer-and-set-}@code{start}@var{-and-}@code{end})
5986 (insert-buffer-substring buffer start end)
5987 (setq newmark (point)))
5988 @end group
5989 @end smallexample
5990
5991 @noindent
5992 The @code{insert-buffer-substring} function copies the text
5993 @emph{into} the current buffer @emph{from} the region indicated by
5994 @code{start} and @code{end} in @code{buffer}. Since the whole of the
5995 second buffer lies between @code{start} and @code{end}, the whole of
5996 the second buffer is copied into the buffer you are editing. Next,
5997 the value of point, which will be at the end of the inserted text, is
5998 recorded in the variable @code{newmark}.
5999
6000 After the body of the outer @code{save-excursion} is evaluated, point
6001 and mark are relocated to their original places.
6002
6003 However, it is convenient to locate a mark at the end of the newly
6004 inserted text and locate point at its beginning. The @code{newmark}
6005 variable records the end of the inserted text. In the last line of
6006 the @code{let} expression, the @code{(push-mark newmark)} expression
6007 function sets a mark to this location. (The previous location of the
6008 mark is still accessible; it is recorded on the mark ring and you can
6009 go back to it with @kbd{C-u C-@key{SPC}}.) Meanwhile, point is
6010 located at the beginning of the inserted text, which is where it was
6011 before you called the insert function, the position of which was saved
6012 by the first @code{save-excursion}.
6013
6014 @need 1250
6015 The whole @code{let} expression looks like this:
6016
6017 @smallexample
6018 @group
6019 (let (start end newmark)
6020 (save-excursion
6021 (save-excursion
6022 (set-buffer buffer)
6023 (setq start (point-min) end (point-max)))
6024 (insert-buffer-substring buffer start end)
6025 (setq newmark (point)))
6026 (push-mark newmark))
6027 @end group
6028 @end smallexample
6029
6030 Like the @code{append-to-buffer} function, the @code{insert-buffer}
6031 function uses @code{let}, @code{save-excursion}, and
6032 @code{set-buffer}. In addition, the function illustrates one way to
6033 use @code{or}. All these functions are building blocks that we will
6034 find and use again and again.
6035
6036 @node New insert-buffer , , Insert let, insert-buffer
6037 @comment node-name, next, previous, up
6038 @subsection New Body for @code{insert-buffer}
6039 @findex insert-buffer, new version body
6040 @findex new version body for insert-buffer
6041
6042 The body in the GNU Emacs 22 version is more confusing than the original.
6043
6044 @need 1250
6045 It consists of two expressions,
6046
6047 @smallexample
6048 @group
6049 (push-mark
6050 (save-excursion
6051 (insert-buffer-substring (get-buffer buffer))
6052 (point)))
6053
6054 nil
6055 @end group
6056 @end smallexample
6057
6058 @noindent
6059 except, and this is what confuses novices, very important work is done
6060 inside the @code{push-mark} expression.
6061
6062 The @code{get-buffer} function returns a buffer with the name
6063 provided. You will note that the function is @emph{not} called
6064 @code{get-buffer-create}; it does not create a buffer if one does not
6065 already exist. The buffer returned by @code{get-buffer}, an existing
6066 buffer, is passed to @code{insert-buffer-substring}, which inserts the
6067 whole of the buffer (since you did not specify anything else).
6068
6069 The location into which the buffer is inserted is recorded by
6070 @code{push-mark}. Then the function returns @code{nil}, the value of
6071 its last command. Put another way, the @code{insert-buffer} function
6072 exists only to produce a side effect, inserting another buffer, not to
6073 return any value.
6074
6075 @node beginning-of-buffer, Second Buffer Related Review, insert-buffer, More Complex
6076 @comment node-name, next, previous, up
6077 @section Complete Definition of @code{beginning-of-buffer}
6078 @findex beginning-of-buffer
6079
6080 The basic structure of the @code{beginning-of-buffer} function has
6081 already been discussed. (@xref{simplified-beginning-of-buffer, , A
6082 Simplified @code{beginning-of-buffer} Definition}.)
6083 This section describes the complex part of the definition.
6084
6085 As previously described, when invoked without an argument,
6086 @code{beginning-of-buffer} moves the cursor to the beginning of the
6087 buffer (in truth, the beginning of the accessible portion of the
6088 buffer), leaving the mark at the previous position. However, when the
6089 command is invoked with a number between one and ten, the function
6090 considers that number to be a fraction of the length of the buffer,
6091 measured in tenths, and Emacs moves the cursor that fraction of the
6092 way from the beginning of the buffer. Thus, you can either call this
6093 function with the key command @kbd{M-<}, which will move the cursor to
6094 the beginning of the buffer, or with a key command such as @kbd{C-u 7
6095 M-<} which will move the cursor to a point 70% of the way through the
6096 buffer. If a number bigger than ten is used for the argument, it
6097 moves to the end of the buffer.
6098
6099 The @code{beginning-of-buffer} function can be called with or without an
6100 argument. The use of the argument is optional.
6101
6102 @menu
6103 * Optional Arguments::
6104 * beginning-of-buffer opt arg::
6105 * beginning-of-buffer complete::
6106 @end menu
6107
6108 @node Optional Arguments, beginning-of-buffer opt arg, beginning-of-buffer, beginning-of-buffer
6109 @subsection Optional Arguments
6110
6111 Unless told otherwise, Lisp expects that a function with an argument in
6112 its function definition will be called with a value for that argument.
6113 If that does not happen, you get an error and a message that says
6114 @samp{Wrong number of arguments}.
6115
6116 @cindex Optional arguments
6117 @cindex Keyword
6118 @findex optional
6119 However, optional arguments are a feature of Lisp: a particular
6120 @dfn{keyword} is used to tell the Lisp interpreter that an argument is
6121 optional. The keyword is @code{&optional}. (The @samp{&} in front of
6122 @samp{optional} is part of the keyword.) In a function definition, if
6123 an argument follows the keyword @code{&optional}, no value need be
6124 passed to that argument when the function is called.
6125
6126 @need 1200
6127 The first line of the function definition of @code{beginning-of-buffer}
6128 therefore looks like this:
6129
6130 @smallexample
6131 (defun beginning-of-buffer (&optional arg)
6132 @end smallexample
6133
6134 @need 1250
6135 In outline, the whole function looks like this:
6136
6137 @smallexample
6138 @group
6139 (defun beginning-of-buffer (&optional arg)
6140 "@var{documentation}@dots{}"
6141 (interactive "P")
6142 (or (@var{is-the-argument-a-cons-cell} arg)
6143 (and @var{are-both-transient-mark-mode-and-mark-active-true})
6144 (push-mark))
6145 (let (@var{determine-size-and-set-it})
6146 (goto-char
6147 (@var{if-there-is-an-argument}
6148 @var{figure-out-where-to-go}
6149 @var{else-go-to}
6150 (point-min))))
6151 @var{do-nicety}
6152 @end group
6153 @end smallexample
6154
6155 The function is similar to the @code{simplified-beginning-of-buffer}
6156 function except that the @code{interactive} expression has @code{"P"}
6157 as an argument and the @code{goto-char} function is followed by an
6158 if-then-else expression that figures out where to put the cursor if
6159 there is an argument that is not a cons cell.
6160
6161 (Since I do not explain a cons cell for many more chapters, please
6162 consider ignoring the function @code{consp}. @xref{List
6163 Implementation, , How Lists are Implemented}, and @ref{Cons Cell Type,
6164 , Cons Cell and List Types, elisp, The GNU Emacs Lisp Reference
6165 Manual}.)
6166
6167 The @code{"P"} in the @code{interactive} expression tells Emacs to
6168 pass a prefix argument, if there is one, to the function in raw form.
6169 A prefix argument is made by typing the @key{META} key followed by a
6170 number, or by typing @kbd{C-u} and then a number. (If you don't type
6171 a number, @kbd{C-u} defaults to a cons cell with a 4. A lowercase
6172 @code{"p"} in the @code{interactive} expression causes the function to
6173 convert a prefix arg to a number.)
6174
6175 The true-or-false-test of the @code{if} expression looks complex, but
6176 it is not: it checks whether @code{arg} has a value that is not
6177 @code{nil} and whether it is a cons cell. (That is what @code{consp}
6178 does; it checks whether its argument is a cons cell.) If @code{arg}
6179 has a value that is not @code{nil} (and is not a cons cell), which
6180 will be the case if @code{beginning-of-buffer} is called with a
6181 numeric argument, then this true-or-false-test will return true and
6182 the then-part of the @code{if} expression will be evaluated. On the
6183 other hand, if @code{beginning-of-buffer} is not called with an
6184 argument, the value of @code{arg} will be @code{nil} and the else-part
6185 of the @code{if} expression will be evaluated. The else-part is
6186 simply @code{point-min}, and when this is the outcome, the whole
6187 @code{goto-char} expression is @code{(goto-char (point-min))}, which
6188 is how we saw the @code{beginning-of-buffer} function in its
6189 simplified form.
6190
6191 @node beginning-of-buffer opt arg, beginning-of-buffer complete, Optional Arguments, beginning-of-buffer
6192 @subsection @code{beginning-of-buffer} with an Argument
6193
6194 When @code{beginning-of-buffer} is called with an argument, an
6195 expression is evaluated which calculates what value to pass to
6196 @code{goto-char}. This expression is rather complicated at first sight.
6197 It includes an inner @code{if} expression and much arithmetic. It looks
6198 like this:
6199
6200 @smallexample
6201 @group
6202 (if (> (buffer-size) 10000)
6203 ;; @r{Avoid overflow for large buffer sizes!}
6204 (* (prefix-numeric-value arg)
6205 (/ size 10))
6206 (/
6207 (+ 10
6208 (*
6209 size (prefix-numeric-value arg))) 10)))
6210 @end group
6211 @end smallexample
6212
6213 @menu
6214 * Disentangle beginning-of-buffer::
6215 * Large buffer case::
6216 * Small buffer case::
6217 @end menu
6218
6219 @node Disentangle beginning-of-buffer, Large buffer case, beginning-of-buffer opt arg, beginning-of-buffer opt arg
6220 @ifnottex
6221 @unnumberedsubsubsec Disentangle @code{beginning-of-buffer}
6222 @end ifnottex
6223
6224 Like other complex-looking expressions, the conditional expression
6225 within @code{beginning-of-buffer} can be disentangled by looking at it
6226 as parts of a template, in this case, the template for an if-then-else
6227 expression. In skeletal form, the expression looks like this:
6228
6229 @smallexample
6230 @group
6231 (if (@var{buffer-is-large}
6232 @var{divide-buffer-size-by-10-and-multiply-by-arg}
6233 @var{else-use-alternate-calculation}
6234 @end group
6235 @end smallexample
6236
6237 The true-or-false-test of this inner @code{if} expression checks the
6238 size of the buffer. The reason for this is that the old Version 18
6239 Emacs used numbers that are no bigger than eight million or so
6240 and in the computation that followed, the programmer feared that Emacs
6241 might try to use over-large numbers if the buffer were large. The
6242 term `overflow', mentioned in the comment, means numbers that are over
6243 large. Version 21 Emacs uses larger numbers, but this code has not
6244 been touched, if only because people now look at buffers that are far,
6245 far larger than ever before.
6246
6247 There are two cases: if the buffer is large and if it is not.
6248
6249 @node Large buffer case, Small buffer case, Disentangle beginning-of-buffer, beginning-of-buffer opt arg
6250 @comment node-name, next, previous, up
6251 @unnumberedsubsubsec What happens in a large buffer
6252
6253 In @code{beginning-of-buffer}, the inner @code{if} expression tests
6254 whether the size of the buffer is greater than 10,000 characters. To do
6255 this, it uses the @code{>} function and the computation of @code{size}
6256 that comes from the let expression.
6257
6258 In the old days, the function @code{buffer-size} was used. Not only
6259 was that function called several times, it gave the size of the whole
6260 buffer, not the accessible part. The computation makes much more
6261 sense when it handles just the accessible part. (@xref{Narrowing &
6262 Widening, , Narrowing and Widening}, for more information on focusing
6263 attention to an `accessible' part.)
6264
6265 @need 800
6266 The line looks like this:
6267
6268 @smallexample
6269 (if (> size 10000)
6270 @end smallexample
6271
6272 @need 1200
6273 @noindent
6274 When the buffer is large, the then-part of the @code{if} expression is
6275 evaluated. It reads like this (after formatting for easy reading):
6276
6277 @smallexample
6278 @group
6279 (*
6280 (prefix-numeric-value arg)
6281 (/ size 10))
6282 @end group
6283 @end smallexample
6284
6285 @noindent
6286 This expression is a multiplication, with two arguments to the function
6287 @code{*}.
6288
6289 The first argument is @code{(prefix-numeric-value arg)}. When
6290 @code{"P"} is used as the argument for @code{interactive}, the value
6291 passed to the function as its argument is passed a ``raw prefix
6292 argument'', and not a number. (It is a number in a list.) To perform
6293 the arithmetic, a conversion is necessary, and
6294 @code{prefix-numeric-value} does the job.
6295
6296 @findex / @r{(division)}
6297 @cindex Division
6298 The second argument is @code{(/ size 10)}. This expression divides
6299 the numeric value by ten --- the numeric value of the size of the
6300 accessible portion of the buffer. This produces a number that tells
6301 how many characters make up one tenth of the buffer size. (In Lisp,
6302 @code{/} is used for division, just as @code{*} is used for
6303 multiplication.)
6304
6305 @need 1200
6306 In the multiplication expression as a whole, this amount is multiplied
6307 by the value of the prefix argument---the multiplication looks like this:
6308
6309 @smallexample
6310 @group
6311 (* @var{numeric-value-of-prefix-arg}
6312 @var{number-of-characters-in-one-tenth-of-the-accessible-buffer})
6313 @end group
6314 @end smallexample
6315
6316 @noindent
6317 If, for example, the prefix argument is @samp{7}, the one-tenth value
6318 will be multiplied by 7 to give a position 70% of the way through.
6319
6320 @need 1200
6321 The result of all this is that if the accessible portion of the buffer
6322 is large, the @code{goto-char} expression reads like this:
6323
6324 @smallexample
6325 @group
6326 (goto-char (* (prefix-numeric-value arg)
6327 (/ size 10)))
6328 @end group
6329 @end smallexample
6330
6331 This puts the cursor where we want it.
6332
6333 @node Small buffer case, , Large buffer case, beginning-of-buffer opt arg
6334 @comment node-name, next, previous, up
6335 @unnumberedsubsubsec What happens in a small buffer
6336
6337 If the buffer contains fewer than 10,000 characters, a slightly
6338 different computation is performed. You might think this is not
6339 necessary, since the first computation could do the job. However, in
6340 a small buffer, the first method may not put the cursor on exactly the
6341 desired line; the second method does a better job.
6342
6343 @need 800
6344 The code looks like this:
6345
6346 @c Keep this on one line.
6347 @smallexample
6348 (/ (+ 10 (* size (prefix-numeric-value arg))) 10))
6349 @end smallexample
6350
6351 @need 1200
6352 @noindent
6353 This is code in which you figure out what happens by discovering how the
6354 functions are embedded in parentheses. It is easier to read if you
6355 reformat it with each expression indented more deeply than its
6356 enclosing expression:
6357
6358 @smallexample
6359 @group
6360 (/
6361 (+ 10
6362 (*
6363 size
6364 (prefix-numeric-value arg)))
6365 10))
6366 @end group
6367 @end smallexample
6368
6369 @need 1200
6370 @noindent
6371 Looking at parentheses, we see that the innermost operation is
6372 @code{(prefix-numeric-value arg)}, which converts the raw argument to
6373 a number. In the following expression, this number is multiplied by
6374 the size of the accessible portion of the buffer:
6375
6376 @smallexample
6377 (* size (prefix-numeric-value arg))
6378 @end smallexample
6379
6380 @noindent
6381 This multiplication creates a number that may be larger than the size of
6382 the buffer---seven times larger if the argument is 7, for example. Ten
6383 is then added to this number and finally the large number is divided by
6384 ten to provide a value that is one character larger than the percentage
6385 position in the buffer.
6386
6387 The number that results from all this is passed to @code{goto-char} and
6388 the cursor is moved to that point.
6389
6390 @need 1500
6391 @node beginning-of-buffer complete, , beginning-of-buffer opt arg, beginning-of-buffer
6392 @comment node-name, next, previous, up
6393 @subsection The Complete @code{beginning-of-buffer}
6394
6395 @need 1000
6396 Here is the complete text of the @code{beginning-of-buffer} function:
6397 @sp 1
6398
6399 @c In GNU Emacs 22
6400 @smallexample
6401 @group
6402 (defun beginning-of-buffer (&optional arg)
6403 "Move point to the beginning of the buffer;
6404 leave mark at previous position.
6405 With \\[universal-argument] prefix,
6406 do not set mark at previous position.
6407 With numeric arg N,
6408 put point N/10 of the way from the beginning.
6409
6410 If the buffer is narrowed,
6411 this command uses the beginning and size
6412 of the accessible part of the buffer.
6413 @end group
6414
6415 @group
6416 Don't use this command in Lisp programs!
6417 \(goto-char (point-min)) is faster
6418 and avoids clobbering the mark."
6419 (interactive "P")
6420 (or (consp arg)
6421 (and transient-mark-mode mark-active)
6422 (push-mark))
6423 @end group
6424 @group
6425 (let ((size (- (point-max) (point-min))))
6426 (goto-char (if (and arg (not (consp arg)))
6427 (+ (point-min)
6428 (if (> size 10000)
6429 ;; Avoid overflow for large buffer sizes!
6430 (* (prefix-numeric-value arg)
6431 (/ size 10))
6432 (/ (+ 10 (* size (prefix-numeric-value arg))) 10)))
6433 (point-min))))
6434 (if arg (forward-line 1)))
6435 @end group
6436 @end smallexample
6437
6438 @ignore
6439 From before GNU Emacs 22
6440 @smallexample
6441 @group
6442 (defun beginning-of-buffer (&optional arg)
6443 "Move point to the beginning of the buffer;
6444 leave mark at previous position.
6445 With arg N, put point N/10 of the way
6446 from the true beginning.
6447 @end group
6448 @group
6449 Don't use this in Lisp programs!
6450 \(goto-char (point-min)) is faster
6451 and does not set the mark."
6452 (interactive "P")
6453 (push-mark)
6454 @end group
6455 @group
6456 (goto-char
6457 (if arg
6458 (if (> (buffer-size) 10000)
6459 ;; @r{Avoid overflow for large buffer sizes!}
6460 (* (prefix-numeric-value arg)
6461 (/ (buffer-size) 10))
6462 @end group
6463 @group
6464 (/ (+ 10 (* (buffer-size)
6465 (prefix-numeric-value arg)))
6466 10))
6467 (point-min)))
6468 (if arg (forward-line 1)))
6469 @end group
6470 @end smallexample
6471 @end ignore
6472
6473 @noindent
6474 Except for two small points, the previous discussion shows how this
6475 function works. The first point deals with a detail in the
6476 documentation string, and the second point concerns the last line of
6477 the function.
6478
6479 @need 800
6480 In the documentation string, there is reference to an expression:
6481
6482 @smallexample
6483 \\[universal-argument]
6484 @end smallexample
6485
6486 @noindent
6487 A @samp{\\} is used before the first square bracket of this
6488 expression. This @samp{\\} tells the Lisp interpreter to substitute
6489 whatever key is currently bound to the @samp{[@dots{}]}. In the case
6490 of @code{universal-argument}, that is usually @kbd{C-u}, but it might
6491 be different. (@xref{Documentation Tips, , Tips for Documentation
6492 Strings, elisp, The GNU Emacs Lisp Reference Manual}, for more
6493 information.)
6494
6495 @need 1200
6496 Finally, the last line of the @code{beginning-of-buffer} command says
6497 to move point to the beginning of the next line if the command is
6498 invoked with an argument:
6499
6500 @smallexample
6501 (if arg (forward-line 1)))
6502 @end smallexample
6503
6504 @noindent
6505 This puts the cursor at the beginning of the first line after the
6506 appropriate tenths position in the buffer. This is a flourish that
6507 means that the cursor is always located @emph{at least} the requested
6508 tenths of the way through the buffer, which is a nicety that is,
6509 perhaps, not necessary, but which, if it did not occur, would be sure
6510 to draw complaints.
6511
6512 On the other hand, it also means that if you specify the command with
6513 a @kbd{C-u}, but without a number, that is to say, if the `raw prefix
6514 argument' is simply a cons cell, then the command puts you at the
6515 beginning of the second line @dots{} I don't know whether this is
6516 intended or whether no one has dealt with the code to avoid this
6517 happening.
6518
6519 @node Second Buffer Related Review, optional Exercise, beginning-of-buffer, More Complex
6520 @comment node-name, next, previous, up
6521 @section Review
6522
6523 Here is a brief summary of some of the topics covered in this chapter.
6524
6525 @table @code
6526 @item or
6527 Evaluate each argument in sequence, and return the value of the first
6528 argument that is not @code{nil}; if none return a value that is not
6529 @code{nil}, return @code{nil}. In brief, return the first true value
6530 of the arguments; return a true value if one @emph{or} any of the
6531 others are true.
6532
6533 @item and
6534 Evaluate each argument in sequence, and if any are @code{nil}, return
6535 @code{nil}; if none are @code{nil}, return the value of the last
6536 argument. In brief, return a true value only if all the arguments are
6537 true; return a true value if one @emph{and} each of the others is
6538 true.
6539
6540 @item &optional
6541 A keyword used to indicate that an argument to a function definition
6542 is optional; this means that the function can be evaluated without the
6543 argument, if desired.
6544
6545 @item prefix-numeric-value
6546 Convert the `raw prefix argument' produced by @code{(interactive
6547 "P")} to a numeric value.
6548
6549 @item forward-line
6550 Move point forward to the beginning of the next line, or if the argument
6551 is greater than one, forward that many lines. If it can't move as far
6552 forward as it is supposed to, @code{forward-line} goes forward as far as
6553 it can and then returns a count of the number of additional lines it was
6554 supposed to move but couldn't.
6555
6556 @item erase-buffer
6557 Delete the entire contents of the current buffer.
6558
6559 @item bufferp
6560 Return @code{t} if its argument is a buffer; otherwise return @code{nil}.
6561 @end table
6562
6563 @node optional Exercise, , Second Buffer Related Review, More Complex
6564 @section @code{optional} Argument Exercise
6565
6566 Write an interactive function with an optional argument that tests
6567 whether its argument, a number, is greater than or equal to, or else,
6568 less than the value of @code{fill-column}, and tells you which, in a
6569 message. However, if you do not pass an argument to the function, use
6570 56 as a default value.
6571
6572 @node Narrowing & Widening, car cdr & cons, More Complex, Top
6573 @comment node-name, next, previous, up
6574 @chapter Narrowing and Widening
6575 @cindex Focusing attention (narrowing)
6576 @cindex Narrowing
6577 @cindex Widening
6578
6579 Narrowing is a feature of Emacs that makes it possible for you to focus
6580 on a specific part of a buffer, and work without accidentally changing
6581 other parts. Narrowing is normally disabled since it can confuse
6582 novices.
6583
6584 @menu
6585 * Narrowing advantages::
6586 * save-restriction::
6587 * what-line::
6588 * narrow Exercise::
6589 @end menu
6590
6591 @node Narrowing advantages, save-restriction, Narrowing & Widening, Narrowing & Widening
6592 @ifnottex
6593 @unnumberedsec The Advantages of Narrowing
6594 @end ifnottex
6595
6596 With narrowing, the rest of a buffer is made invisible, as if it weren't
6597 there. This is an advantage if, for example, you want to replace a word
6598 in one part of a buffer but not in another: you narrow to the part you want
6599 and the replacement is carried out only in that section, not in the rest
6600 of the buffer. Searches will only work within a narrowed region, not
6601 outside of one, so if you are fixing a part of a document, you can keep
6602 yourself from accidentally finding parts you do not need to fix by
6603 narrowing just to the region you want.
6604 (The key binding for @code{narrow-to-region} is @kbd{C-x n n}.)
6605
6606 However, narrowing does make the rest of the buffer invisible, which
6607 can scare people who inadvertently invoke narrowing and think they
6608 have deleted a part of their file. Moreover, the @code{undo} command
6609 (which is usually bound to @kbd{C-x u}) does not turn off narrowing
6610 (nor should it), so people can become quite desperate if they do not
6611 know that they can return the rest of a buffer to visibility with the
6612 @code{widen} command.
6613 (The key binding for @code{widen} is @kbd{C-x n w}.)
6614
6615 Narrowing is just as useful to the Lisp interpreter as to a human.
6616 Often, an Emacs Lisp function is designed to work on just part of a
6617 buffer; or conversely, an Emacs Lisp function needs to work on all of a
6618 buffer that has been narrowed. The @code{what-line} function, for
6619 example, removes the narrowing from a buffer, if it has any narrowing
6620 and when it has finished its job, restores the narrowing to what it was.
6621 On the other hand, the @code{count-lines} function, which is called by
6622 @code{what-line}, uses narrowing to restrict itself to just that portion
6623 of the buffer in which it is interested and then restores the previous
6624 situation.
6625
6626 @node save-restriction, what-line, Narrowing advantages, Narrowing & Widening
6627 @comment node-name, next, previous, up
6628 @section The @code{save-restriction} Special Form
6629 @findex save-restriction
6630
6631 In Emacs Lisp, you can use the @code{save-restriction} special form to
6632 keep track of whatever narrowing is in effect, if any. When the Lisp
6633 interpreter meets with @code{save-restriction}, it executes the code
6634 in the body of the @code{save-restriction} expression, and then undoes
6635 any changes to narrowing that the code caused. If, for example, the
6636 buffer is narrowed and the code that follows @code{save-restriction}
6637 gets rid of the narrowing, @code{save-restriction} returns the buffer
6638 to its narrowed region afterwards. In the @code{what-line} command,
6639 any narrowing the buffer may have is undone by the @code{widen}
6640 command that immediately follows the @code{save-restriction} command.
6641 Any original narrowing is restored just before the completion of the
6642 function.
6643
6644 @need 1250
6645 The template for a @code{save-restriction} expression is simple:
6646
6647 @smallexample
6648 @group
6649 (save-restriction
6650 @var{body}@dots{} )
6651 @end group
6652 @end smallexample
6653
6654 @noindent
6655 The body of the @code{save-restriction} is one or more expressions that
6656 will be evaluated in sequence by the Lisp interpreter.
6657
6658 Finally, a point to note: when you use both @code{save-excursion} and
6659 @code{save-restriction}, one right after the other, you should use
6660 @code{save-excursion} outermost. If you write them in reverse order,
6661 you may fail to record narrowing in the buffer to which Emacs switches
6662 after calling @code{save-excursion}. Thus, when written together,
6663 @code{save-excursion} and @code{save-restriction} should be written
6664 like this:
6665
6666 @smallexample
6667 @group
6668 (save-excursion
6669 (save-restriction
6670 @var{body}@dots{}))
6671 @end group
6672 @end smallexample
6673
6674 In other circumstances, when not written together, the
6675 @code{save-excursion} and @code{save-restriction} special forms must
6676 be written in the order appropriate to the function.
6677
6678 @need 1250
6679 For example,
6680
6681 @smallexample
6682 @group
6683 (save-restriction
6684 (widen)
6685 (save-excursion
6686 @var{body}@dots{}))
6687 @end group
6688 @end smallexample
6689
6690 @ignore
6691 Emacs 22
6692 /usr/local/src/emacs/lisp/simple.el
6693
6694 (defun what-line ()
6695 "Print the current buffer line number and narrowed line number of point."
6696 (interactive)
6697 (let ((start (point-min))
6698 (n (line-number-at-pos)))
6699 (if (= start 1)
6700 (message "Line %d" n)
6701 (save-excursion
6702 (save-restriction
6703 (widen)
6704 (message "line %d (narrowed line %d)"
6705 (+ n (line-number-at-pos start) -1) n))))))
6706
6707 (defun line-number-at-pos (&optional pos)
6708 "Return (narrowed) buffer line number at position POS.
6709 If POS is nil, use current buffer location.
6710 Counting starts at (point-min), so the value refers
6711 to the contents of the accessible portion of the buffer."
6712 (let ((opoint (or pos (point))) start)
6713 (save-excursion
6714 (goto-char (point-min))
6715 (setq start (point))
6716 (goto-char opoint)
6717 (forward-line 0)
6718 (1+ (count-lines start (point))))))
6719
6720 (defun count-lines (start end)
6721 "Return number of lines between START and END.
6722 This is usually the number of newlines between them,
6723 but can be one more if START is not equal to END
6724 and the greater of them is not at the start of a line."
6725 (save-excursion
6726 (save-restriction
6727 (narrow-to-region start end)
6728 (goto-char (point-min))
6729 (if (eq selective-display t)
6730 (save-match-data
6731 (let ((done 0))
6732 (while (re-search-forward "[\n\C-m]" nil t 40)
6733 (setq done (+ 40 done)))
6734 (while (re-search-forward "[\n\C-m]" nil t 1)
6735 (setq done (+ 1 done)))
6736 (goto-char (point-max))
6737 (if (and (/= start end)
6738 (not (bolp)))
6739 (1+ done)
6740 done)))
6741 (- (buffer-size) (forward-line (buffer-size)))))))
6742 @end ignore
6743
6744 @node what-line, narrow Exercise, save-restriction, Narrowing & Widening
6745 @comment node-name, next, previous, up
6746 @section @code{what-line}
6747 @findex what-line
6748 @cindex Widening, example of
6749
6750 The @code{what-line} command tells you the number of the line in which
6751 the cursor is located. The function illustrates the use of the
6752 @code{save-restriction} and @code{save-excursion} commands. Here is the
6753 original text of the function:
6754
6755 @smallexample
6756 @group
6757 (defun what-line ()
6758 "Print the current line number (in the buffer) of point."
6759 (interactive)
6760 (save-restriction
6761 (widen)
6762 (save-excursion
6763 (beginning-of-line)
6764 (message "Line %d"
6765 (1+ (count-lines 1 (point)))))))
6766 @end group
6767 @end smallexample
6768
6769 (In recent versions of GNU Emacs, the @code{what-line} function has
6770 been expanded to tell you your line number in a narrowed buffer as
6771 well as your line number in a widened buffer. The recent version is
6772 more complex than the version shown here. If you feel adventurous,
6773 you might want to look at it after figuring out how this version
6774 works. You will probably need to use @kbd{C-h f}
6775 (@code{describe-function}). The newer version uses a conditional to
6776 determine whether the buffer has been narrowed.
6777
6778 (Also, it uses @code{line-number-at-pos}, which among other simple
6779 expressions, such as @code{(goto-char (point-min))}, moves point to
6780 the beginning of the current line with @code{(forward-line 0)} rather
6781 than @code{beginning-of-line}.)
6782
6783 The @code{what-line} function as shown here has a documentation line
6784 and is interactive, as you would expect. The next two lines use the
6785 functions @code{save-restriction} and @code{widen}.
6786
6787 The @code{save-restriction} special form notes whatever narrowing is in
6788 effect, if any, in the current buffer and restores that narrowing after
6789 the code in the body of the @code{save-restriction} has been evaluated.
6790
6791 The @code{save-restriction} special form is followed by @code{widen}.
6792 This function undoes any narrowing the current buffer may have had
6793 when @code{what-line} was called. (The narrowing that was there is
6794 the narrowing that @code{save-restriction} remembers.) This widening
6795 makes it possible for the line counting commands to count from the
6796 beginning of the buffer. Otherwise, they would have been limited to
6797 counting within the accessible region. Any original narrowing is
6798 restored just before the completion of the function by the
6799 @code{save-restriction} special form.
6800
6801 The call to @code{widen} is followed by @code{save-excursion}, which
6802 saves the location of the cursor (i.e., of point) and of the mark, and
6803 restores them after the code in the body of the @code{save-excursion}
6804 uses the @code{beginning-of-line} function to move point.
6805
6806 (Note that the @code{(widen)} expression comes between the
6807 @code{save-restriction} and @code{save-excursion} special forms. When
6808 you write the two @code{save- @dots{}} expressions in sequence, write
6809 @code{save-excursion} outermost.)
6810
6811 @need 1200
6812 The last two lines of the @code{what-line} function are functions to
6813 count the number of lines in the buffer and then print the number in the
6814 echo area.
6815
6816 @smallexample
6817 @group
6818 (message "Line %d"
6819 (1+ (count-lines 1 (point)))))))
6820 @end group
6821 @end smallexample
6822
6823 The @code{message} function prints a one-line message at the bottom of
6824 the Emacs screen. The first argument is inside of quotation marks and
6825 is printed as a string of characters. However, it may contain a
6826 @samp{%d} expression to print a following argument. @samp{%d} prints
6827 the argument as a decimal, so the message will say something such as
6828 @samp{Line 243}.
6829
6830 @need 1200
6831 The number that is printed in place of the @samp{%d} is computed by the
6832 last line of the function:
6833
6834 @smallexample
6835 (1+ (count-lines 1 (point)))
6836 @end smallexample
6837
6838 @ignore
6839 GNU Emacs 22
6840
6841 (defun count-lines (start end)
6842 "Return number of lines between START and END.
6843 This is usually the number of newlines between them,
6844 but can be one more if START is not equal to END
6845 and the greater of them is not at the start of a line."
6846 (save-excursion
6847 (save-restriction
6848 (narrow-to-region start end)
6849 (goto-char (point-min))
6850 (if (eq selective-display t)
6851 (save-match-data
6852 (let ((done 0))
6853 (while (re-search-forward "[\n\C-m]" nil t 40)
6854 (setq done (+ 40 done)))
6855 (while (re-search-forward "[\n\C-m]" nil t 1)
6856 (setq done (+ 1 done)))
6857 (goto-char (point-max))
6858 (if (and (/= start end)
6859 (not (bolp)))
6860 (1+ done)
6861 done)))
6862 (- (buffer-size) (forward-line (buffer-size)))))))
6863 @end ignore
6864
6865 @noindent
6866 What this does is count the lines from the first position of the
6867 buffer, indicated by the @code{1}, up to @code{(point)}, and then add
6868 one to that number. (The @code{1+} function adds one to its
6869 argument.) We add one to it because line 2 has only one line before
6870 it, and @code{count-lines} counts only the lines @emph{before} the
6871 current line.
6872
6873 After @code{count-lines} has done its job, and the message has been
6874 printed in the echo area, the @code{save-excursion} restores point and
6875 mark to their original positions; and @code{save-restriction} restores
6876 the original narrowing, if any.
6877
6878 @node narrow Exercise, , what-line, Narrowing & Widening
6879 @section Exercise with Narrowing
6880
6881 Write a function that will display the first 60 characters of the
6882 current buffer, even if you have narrowed the buffer to its latter
6883 half so that the first line is inaccessible. Restore point, mark, and
6884 narrowing. For this exercise, you need to use a whole potpourri of
6885 functions, including @code{save-restriction}, @code{widen},
6886 @code{goto-char}, @code{point-min}, @code{message}, and
6887 @code{buffer-substring}.
6888
6889 @cindex Properties, mention of @code{buffer-substring-no-properties}
6890 (@code{buffer-substring} is a previously unmentioned function you will
6891 have to investigate yourself; or perhaps you will have to use
6892 @code{buffer-substring-no-properties} or
6893 @code{filter-buffer-substring} @dots{}, yet other functions. Text
6894 properties are a feature otherwise not discussed here. @xref{Text
6895 Properties, , Text Properties, elisp, The GNU Emacs Lisp Reference
6896 Manual}.)
6897
6898 Additionally, do you really need @code{goto-char} or @code{point-min}?
6899 Or can you write the function without them?
6900
6901 @node car cdr & cons, Cutting & Storing Text, Narrowing & Widening, Top
6902 @comment node-name, next, previous, up
6903 @chapter @code{car}, @code{cdr}, @code{cons}: Fundamental Functions
6904 @findex car, @r{introduced}
6905 @findex cdr, @r{introduced}
6906
6907 In Lisp, @code{car}, @code{cdr}, and @code{cons} are fundamental
6908 functions. The @code{cons} function is used to construct lists, and
6909 the @code{car} and @code{cdr} functions are used to take them apart.
6910
6911 In the walk through of the @code{copy-region-as-kill} function, we
6912 will see @code{cons} as well as two variants on @code{cdr},
6913 namely, @code{setcdr} and @code{nthcdr}. (@xref{copy-region-as-kill}.)
6914
6915 @menu
6916 * Strange Names::
6917 * car & cdr::
6918 * cons::
6919 * nthcdr::
6920 * nth::
6921 * setcar::
6922 * setcdr::
6923 * cons Exercise::
6924 @end menu
6925
6926 @node Strange Names, car & cdr, car cdr & cons, car cdr & cons
6927 @ifnottex
6928 @unnumberedsec Strange Names
6929 @end ifnottex
6930
6931 The name of the @code{cons} function is not unreasonable: it is an
6932 abbreviation of the word `construct'. The origins of the names for
6933 @code{car} and @code{cdr}, on the other hand, are esoteric: @code{car}
6934 is an acronym from the phrase `Contents of the Address part of the
6935 Register'; and @code{cdr} (pronounced `could-er') is an acronym from
6936 the phrase `Contents of the Decrement part of the Register'. These
6937 phrases refer to specific pieces of hardware on the very early
6938 computer on which the original Lisp was developed. Besides being
6939 obsolete, the phrases have been completely irrelevant for more than 25
6940 years to anyone thinking about Lisp. Nonetheless, although a few
6941 brave scholars have begun to use more reasonable names for these
6942 functions, the old terms are still in use. In particular, since the
6943 terms are used in the Emacs Lisp source code, we will use them in this
6944 introduction.
6945
6946 @node car & cdr, cons, Strange Names, car cdr & cons
6947 @comment node-name, next, previous, up
6948 @section @code{car} and @code{cdr}
6949
6950 The @sc{car} of a list is, quite simply, the first item in the list.
6951 Thus the @sc{car} of the list @code{(rose violet daisy buttercup)} is
6952 @code{rose}.
6953
6954 @need 1200
6955 If you are reading this in Info in GNU Emacs, you can see this by
6956 evaluating the following:
6957
6958 @smallexample
6959 (car '(rose violet daisy buttercup))
6960 @end smallexample
6961
6962 @noindent
6963 After evaluating the expression, @code{rose} will appear in the echo
6964 area.
6965
6966 Clearly, a more reasonable name for the @code{car} function would be
6967 @code{first} and this is often suggested.
6968
6969 @code{car} does not remove the first item from the list; it only reports
6970 what it is. After @code{car} has been applied to a list, the list is
6971 still the same as it was. In the jargon, @code{car} is
6972 `non-destructive'. This feature turns out to be important.
6973
6974 The @sc{cdr} of a list is the rest of the list, that is, the
6975 @code{cdr} function returns the part of the list that follows the
6976 first item. Thus, while the @sc{car} of the list @code{'(rose violet
6977 daisy buttercup)} is @code{rose}, the rest of the list, the value
6978 returned by the @code{cdr} function, is @code{(violet daisy
6979 buttercup)}.
6980
6981 @need 800
6982 You can see this by evaluating the following in the usual way:
6983
6984 @smallexample
6985 (cdr '(rose violet daisy buttercup))
6986 @end smallexample
6987
6988 @noindent
6989 When you evaluate this, @code{(violet daisy buttercup)} will appear in
6990 the echo area.
6991
6992 Like @code{car}, @code{cdr} does not remove any elements from the
6993 list---it just returns a report of what the second and subsequent
6994 elements are.
6995
6996 Incidentally, in the example, the list of flowers is quoted. If it were
6997 not, the Lisp interpreter would try to evaluate the list by calling
6998 @code{rose} as a function. In this example, we do not want to do that.
6999
7000 Clearly, a more reasonable name for @code{cdr} would be @code{rest}.
7001
7002 (There is a lesson here: when you name new functions, consider very
7003 carefully what you are doing, since you may be stuck with the names
7004 for far longer than you expect. The reason this document perpetuates
7005 these names is that the Emacs Lisp source code uses them, and if I did
7006 not use them, you would have a hard time reading the code; but do,
7007 please, try to avoid using these terms yourself. The people who come
7008 after you will be grateful to you.)
7009
7010 When @code{car} and @code{cdr} are applied to a list made up of symbols,
7011 such as the list @code{(pine fir oak maple)}, the element of the list
7012 returned by the function @code{car} is the symbol @code{pine} without
7013 any parentheses around it. @code{pine} is the first element in the
7014 list. However, the @sc{cdr} of the list is a list itself, @code{(fir
7015 oak maple)}, as you can see by evaluating the following expressions in
7016 the usual way:
7017
7018 @smallexample
7019 @group
7020 (car '(pine fir oak maple))
7021
7022 (cdr '(pine fir oak maple))
7023 @end group
7024 @end smallexample
7025
7026 On the other hand, in a list of lists, the first element is itself a
7027 list. @code{car} returns this first element as a list. For example,
7028 the following list contains three sub-lists, a list of carnivores, a
7029 list of herbivores and a list of sea mammals:
7030
7031 @smallexample
7032 @group
7033 (car '((lion tiger cheetah)
7034 (gazelle antelope zebra)
7035 (whale dolphin seal)))
7036 @end group
7037 @end smallexample
7038
7039 @noindent
7040 In this example, the first element or @sc{car} of the list is the list of
7041 carnivores, @code{(lion tiger cheetah)}, and the rest of the list is
7042 @code{((gazelle antelope zebra) (whale dolphin seal))}.
7043
7044 @smallexample
7045 @group
7046 (cdr '((lion tiger cheetah)
7047 (gazelle antelope zebra)
7048 (whale dolphin seal)))
7049 @end group
7050 @end smallexample
7051
7052 It is worth saying again that @code{car} and @code{cdr} are
7053 non-destructive---that is, they do not modify or change lists to which
7054 they are applied. This is very important for how they are used.
7055
7056 Also, in the first chapter, in the discussion about atoms, I said that
7057 in Lisp, ``certain kinds of atom, such as an array, can be separated
7058 into parts; but the mechanism for doing this is different from the
7059 mechanism for splitting a list. As far as Lisp is concerned, the
7060 atoms of a list are unsplittable.'' (@xref{Lisp Atoms}.) The
7061 @code{car} and @code{cdr} functions are used for splitting lists and
7062 are considered fundamental to Lisp. Since they cannot split or gain
7063 access to the parts of an array, an array is considered an atom.
7064 Conversely, the other fundamental function, @code{cons}, can put
7065 together or construct a list, but not an array. (Arrays are handled
7066 by array-specific functions. @xref{Arrays, , Arrays, elisp, The GNU
7067 Emacs Lisp Reference Manual}.)
7068
7069 @node cons, nthcdr, car & cdr, car cdr & cons
7070 @comment node-name, next, previous, up
7071 @section @code{cons}
7072 @findex cons, @r{introduced}
7073
7074 The @code{cons} function constructs lists; it is the inverse of
7075 @code{car} and @code{cdr}. For example, @code{cons} can be used to make
7076 a four element list from the three element list, @code{(fir oak maple)}:
7077
7078 @smallexample
7079 (cons 'pine '(fir oak maple))
7080 @end smallexample
7081
7082 @need 800
7083 @noindent
7084 After evaluating this list, you will see
7085
7086 @smallexample
7087 (pine fir oak maple)
7088 @end smallexample
7089
7090 @noindent
7091 appear in the echo area. @code{cons} causes the creation of a new
7092 list in which the element is followed by the elements of the original
7093 list.
7094
7095 We often say that `@code{cons} puts a new element at the beginning of
7096 a list; it attaches or pushes elements onto the list', but this
7097 phrasing can be misleading, since @code{cons} does not change an
7098 existing list, but creates a new one.
7099
7100 Like @code{car} and @code{cdr}, @code{cons} is non-destructive.
7101
7102 @menu
7103 * Build a list::
7104 * length::
7105 @end menu
7106
7107 @node Build a list, length, cons, cons
7108 @ifnottex
7109 @unnumberedsubsec Build a list
7110 @end ifnottex
7111
7112 @code{cons} must have a list to attach to.@footnote{Actually, you can
7113 @code{cons} an element to an atom to produce a dotted pair. Dotted
7114 pairs are not discussed here; see @ref{Dotted Pair Notation, , Dotted
7115 Pair Notation, elisp, The GNU Emacs Lisp Reference Manual}.} You
7116 cannot start from absolutely nothing. If you are building a list, you
7117 need to provide at least an empty list at the beginning. Here is a
7118 series of @code{cons} expressions that build up a list of flowers. If
7119 you are reading this in Info in GNU Emacs, you can evaluate each of
7120 the expressions in the usual way; the value is printed in this text
7121 after @samp{@result{}}, which you may read as `evaluates to'.
7122
7123 @smallexample
7124 @group
7125 (cons 'buttercup ())
7126 @result{} (buttercup)
7127 @end group
7128
7129 @group
7130 (cons 'daisy '(buttercup))
7131 @result{} (daisy buttercup)
7132 @end group
7133
7134 @group
7135 (cons 'violet '(daisy buttercup))
7136 @result{} (violet daisy buttercup)
7137 @end group
7138
7139 @group
7140 (cons 'rose '(violet daisy buttercup))
7141 @result{} (rose violet daisy buttercup)
7142 @end group
7143 @end smallexample
7144
7145 @noindent
7146 In the first example, the empty list is shown as @code{()} and a list
7147 made up of @code{buttercup} followed by the empty list is constructed.
7148 As you can see, the empty list is not shown in the list that was
7149 constructed. All that you see is @code{(buttercup)}. The empty list is
7150 not counted as an element of a list because there is nothing in an empty
7151 list. Generally speaking, an empty list is invisible.
7152
7153 The second example, @code{(cons 'daisy '(buttercup))} constructs a new,
7154 two element list by putting @code{daisy} in front of @code{buttercup};
7155 and the third example constructs a three element list by putting
7156 @code{violet} in front of @code{daisy} and @code{buttercup}.
7157
7158 @node length, , Build a list, cons
7159 @comment node-name, next, previous, up
7160 @subsection Find the Length of a List: @code{length}
7161 @findex length
7162
7163 You can find out how many elements there are in a list by using the Lisp
7164 function @code{length}, as in the following examples:
7165
7166 @smallexample
7167 @group
7168 (length '(buttercup))
7169 @result{} 1
7170 @end group
7171
7172 @group
7173 (length '(daisy buttercup))
7174 @result{} 2
7175 @end group
7176
7177 @group
7178 (length (cons 'violet '(daisy buttercup)))
7179 @result{} 3
7180 @end group
7181 @end smallexample
7182
7183 @noindent
7184 In the third example, the @code{cons} function is used to construct a
7185 three element list which is then passed to the @code{length} function as
7186 its argument.
7187
7188 @need 1200
7189 We can also use @code{length} to count the number of elements in an
7190 empty list:
7191
7192 @smallexample
7193 @group
7194 (length ())
7195 @result{} 0
7196 @end group
7197 @end smallexample
7198
7199 @noindent
7200 As you would expect, the number of elements in an empty list is zero.
7201
7202 An interesting experiment is to find out what happens if you try to find
7203 the length of no list at all; that is, if you try to call @code{length}
7204 without giving it an argument, not even an empty list:
7205
7206 @smallexample
7207 (length )
7208 @end smallexample
7209
7210 @need 800
7211 @noindent
7212 What you see, if you evaluate this, is the error message
7213
7214 @smallexample
7215 Lisp error: (wrong-number-of-arguments length 0)
7216 @end smallexample
7217
7218 @noindent
7219 This means that the function receives the wrong number of
7220 arguments, zero, when it expects some other number of arguments. In
7221 this case, one argument is expected, the argument being a list whose
7222 length the function is measuring. (Note that @emph{one} list is
7223 @emph{one} argument, even if the list has many elements inside it.)
7224
7225 The part of the error message that says @samp{length} is the name of
7226 the function.
7227
7228 @ignore
7229 @code{length} is still a subroutine, but you need C-h f to discover that.
7230
7231 In an earlier version:
7232 This is written with a special notation, @samp{#<subr},
7233 that indicates that the function @code{length} is one of the primitive
7234 functions written in C rather than in Emacs Lisp. (@samp{subr} is an
7235 abbreviation for `subroutine'.) @xref{What Is a Function, , What Is a
7236 Function?, elisp , The GNU Emacs Lisp Reference Manual}, for more
7237 about subroutines.
7238 @end ignore
7239
7240 @node nthcdr, nth, cons, car cdr & cons
7241 @comment node-name, next, previous, up
7242 @section @code{nthcdr}
7243 @findex nthcdr
7244
7245 The @code{nthcdr} function is associated with the @code{cdr} function.
7246 What it does is take the @sc{cdr} of a list repeatedly.
7247
7248 If you take the @sc{cdr} of the list @code{(pine fir
7249 oak maple)}, you will be returned the list @code{(fir oak maple)}. If you
7250 repeat this on what was returned, you will be returned the list
7251 @code{(oak maple)}. (Of course, repeated @sc{cdr}ing on the original
7252 list will just give you the original @sc{cdr} since the function does
7253 not change the list. You need to evaluate the @sc{cdr} of the
7254 @sc{cdr} and so on.) If you continue this, eventually you will be
7255 returned an empty list, which in this case, instead of being shown as
7256 @code{()} is shown as @code{nil}.
7257
7258 @need 1200
7259 For review, here is a series of repeated @sc{cdr}s, the text following
7260 the @samp{@result{}} shows what is returned.
7261
7262 @smallexample
7263 @group
7264 (cdr '(pine fir oak maple))
7265 @result{}(fir oak maple)
7266 @end group
7267
7268 @group
7269 (cdr '(fir oak maple))
7270 @result{} (oak maple)
7271 @end group
7272
7273 @group
7274 (cdr '(oak maple))
7275 @result{}(maple)
7276 @end group
7277
7278 @group
7279 (cdr '(maple))
7280 @result{} nil
7281 @end group
7282
7283 @group
7284 (cdr 'nil)
7285 @result{} nil
7286 @end group
7287
7288 @group
7289 (cdr ())
7290 @result{} nil
7291 @end group
7292 @end smallexample
7293
7294 @need 1200
7295 You can also do several @sc{cdr}s without printing the values in
7296 between, like this:
7297
7298 @smallexample
7299 @group
7300 (cdr (cdr '(pine fir oak maple)))
7301 @result{} (oak maple)
7302 @end group
7303 @end smallexample
7304
7305 @noindent
7306 In this example, the Lisp interpreter evaluates the innermost list first.
7307 The innermost list is quoted, so it just passes the list as it is to the
7308 innermost @code{cdr}. This @code{cdr} passes a list made up of the
7309 second and subsequent elements of the list to the outermost @code{cdr},
7310 which produces a list composed of the third and subsequent elements of
7311 the original list. In this example, the @code{cdr} function is repeated
7312 and returns a list that consists of the original list without its
7313 first two elements.
7314
7315 The @code{nthcdr} function does the same as repeating the call to
7316 @code{cdr}. In the following example, the argument 2 is passed to the
7317 function @code{nthcdr}, along with the list, and the value returned is
7318 the list without its first two items, which is exactly the same
7319 as repeating @code{cdr} twice on the list:
7320
7321 @smallexample
7322 @group
7323 (nthcdr 2 '(pine fir oak maple))
7324 @result{} (oak maple)
7325 @end group
7326 @end smallexample
7327
7328 @need 1200
7329 Using the original four element list, we can see what happens when
7330 various numeric arguments are passed to @code{nthcdr}, including 0, 1,
7331 and 5:
7332
7333 @smallexample
7334 @group
7335 ;; @r{Leave the list as it was.}
7336 (nthcdr 0 '(pine fir oak maple))
7337 @result{} (pine fir oak maple)
7338 @end group
7339
7340 @group
7341 ;; @r{Return a copy without the first element.}
7342 (nthcdr 1 '(pine fir oak maple))
7343 @result{} (fir oak maple)
7344 @end group
7345
7346 @group
7347 ;; @r{Return a copy of the list without three elements.}
7348 (nthcdr 3 '(pine fir oak maple))
7349 @result{} (maple)
7350 @end group
7351
7352 @group
7353 ;; @r{Return a copy lacking all four elements.}
7354 (nthcdr 4 '(pine fir oak maple))
7355 @result{} nil
7356 @end group
7357
7358 @group
7359 ;; @r{Return a copy lacking all elements.}
7360 (nthcdr 5 '(pine fir oak maple))
7361 @result{} nil
7362 @end group
7363 @end smallexample
7364
7365 @node nth, setcar, nthcdr, car cdr & cons
7366 @comment node-name, next, previous, up
7367 @section @code{nth}
7368 @findex nth
7369
7370 The @code{nthcdr} function takes the @sc{cdr} of a list repeatedly.
7371 The @code{nth} function takes the @sc{car} of the result returned by
7372 @code{nthcdr}. It returns the Nth element of the list.
7373
7374 @need 1500
7375 Thus, if it were not defined in C for speed, the definition of
7376 @code{nth} would be:
7377
7378 @smallexample
7379 @group
7380 (defun nth (n list)
7381 "Returns the Nth element of LIST.
7382 N counts from zero. If LIST is not that long, nil is returned."
7383 (car (nthcdr n list)))
7384 @end group
7385 @end smallexample
7386
7387 @noindent
7388 (Originally, @code{nth} was defined in Emacs Lisp in @file{subr.el},
7389 but its definition was redone in C in the 1980s.)
7390
7391 The @code{nth} function returns a single element of a list.
7392 This can be very convenient.
7393
7394 Note that the elements are numbered from zero, not one. That is to
7395 say, the first element of a list, its @sc{car} is the zeroth element.
7396 This is called `zero-based' counting and often bothers people who
7397 are accustomed to the first element in a list being number one, which
7398 is `one-based'.
7399
7400 @need 1250
7401 For example:
7402
7403 @smallexample
7404 @group
7405 (nth 0 '("one" "two" "three"))
7406 @result{} "one"
7407
7408 (nth 1 '("one" "two" "three"))
7409 @result{} "two"
7410 @end group
7411 @end smallexample
7412
7413 It is worth mentioning that @code{nth}, like @code{nthcdr} and
7414 @code{cdr}, does not change the original list---the function is
7415 non-destructive. This is in sharp contrast to the @code{setcar} and
7416 @code{setcdr} functions.
7417
7418 @node setcar, setcdr, nth, car cdr & cons
7419 @comment node-name, next, previous, up
7420 @section @code{setcar}
7421 @findex setcar
7422
7423 As you might guess from their names, the @code{setcar} and @code{setcdr}
7424 functions set the @sc{car} or the @sc{cdr} of a list to a new value.
7425 They actually change the original list, unlike @code{car} and @code{cdr}
7426 which leave the original list as it was. One way to find out how this
7427 works is to experiment. We will start with the @code{setcar} function.
7428
7429 @need 1200
7430 First, we can make a list and then set the value of a variable to the
7431 list, using the @code{setq} function. Here is a list of animals:
7432
7433 @smallexample
7434 (setq animals '(antelope giraffe lion tiger))
7435 @end smallexample
7436
7437 @noindent
7438 If you are reading this in Info inside of GNU Emacs, you can evaluate
7439 this expression in the usual fashion, by positioning the cursor after
7440 the expression and typing @kbd{C-x C-e}. (I'm doing this right here
7441 as I write this. This is one of the advantages of having the
7442 interpreter built into the computing environment. Incidentally, when
7443 there is nothing on the line after the final parentheses, such as a
7444 comment, point can be on the next line. Thus, if your cursor is in
7445 the first column of the next line, you do not need to move it.
7446 Indeed, Emacs permits any amount of white space after the final
7447 parenthesis.)
7448
7449 @need 1200
7450 When we evaluate the variable @code{animals}, we see that it is bound to
7451 the list @code{(antelope giraffe lion tiger)}:
7452
7453 @smallexample
7454 @group
7455 animals
7456 @result{} (antelope giraffe lion tiger)
7457 @end group
7458 @end smallexample
7459
7460 @noindent
7461 Put another way, the variable @code{animals} points to the list
7462 @code{(antelope giraffe lion tiger)}.
7463
7464 Next, evaluate the function @code{setcar} while passing it two
7465 arguments, the variable @code{animals} and the quoted symbol
7466 @code{hippopotamus}; this is done by writing the three element list
7467 @code{(setcar animals 'hippopotamus)} and then evaluating it in the
7468 usual fashion:
7469
7470 @smallexample
7471 (setcar animals 'hippopotamus)
7472 @end smallexample
7473
7474 @need 1200
7475 @noindent
7476 After evaluating this expression, evaluate the variable @code{animals}
7477 again. You will see that the list of animals has changed:
7478
7479 @smallexample
7480 @group
7481 animals
7482 @result{} (hippopotamus giraffe lion tiger)
7483 @end group
7484 @end smallexample
7485
7486 @noindent
7487 The first element on the list, @code{antelope} is replaced by
7488 @code{hippopotamus}.
7489
7490 So we can see that @code{setcar} did not add a new element to the list
7491 as @code{cons} would have; it replaced @code{antelope} with
7492 @code{hippopotamus}; it @emph{changed} the list.
7493
7494 @node setcdr, cons Exercise, setcar, car cdr & cons
7495 @comment node-name, next, previous, up
7496 @section @code{setcdr}
7497 @findex setcdr
7498
7499 The @code{setcdr} function is similar to the @code{setcar} function,
7500 except that the function replaces the second and subsequent elements of
7501 a list rather than the first element.
7502
7503 (To see how to change the last element of a list, look ahead to
7504 @ref{kill-new function, , The @code{kill-new} function}, which uses
7505 the @code{nthcdr} and @code{setcdr} functions.)
7506
7507 @need 1200
7508 To see how this works, set the value of the variable to a list of
7509 domesticated animals by evaluating the following expression:
7510
7511 @smallexample
7512 (setq domesticated-animals '(horse cow sheep goat))
7513 @end smallexample
7514
7515 @need 1200
7516 @noindent
7517 If you now evaluate the list, you will be returned the list
7518 @code{(horse cow sheep goat)}:
7519
7520 @smallexample
7521 @group
7522 domesticated-animals
7523 @result{} (horse cow sheep goat)
7524 @end group
7525 @end smallexample
7526
7527 @need 1200
7528 Next, evaluate @code{setcdr} with two arguments, the name of the
7529 variable which has a list as its value, and the list to which the
7530 @sc{cdr} of the first list will be set;
7531
7532 @smallexample
7533 (setcdr domesticated-animals '(cat dog))
7534 @end smallexample
7535
7536 @noindent
7537 If you evaluate this expression, the list @code{(cat dog)} will appear
7538 in the echo area. This is the value returned by the function. The
7539 result we are interested in is the ``side effect'', which we can see by
7540 evaluating the variable @code{domesticated-animals}:
7541
7542 @smallexample
7543 @group
7544 domesticated-animals
7545 @result{} (horse cat dog)
7546 @end group
7547 @end smallexample
7548
7549 @noindent
7550 Indeed, the list is changed from @code{(horse cow sheep goat)} to
7551 @code{(horse cat dog)}. The @sc{cdr} of the list is changed from
7552 @code{(cow sheep goat)} to @code{(cat dog)}.
7553
7554 @node cons Exercise, , setcdr, car cdr & cons
7555 @section Exercise
7556
7557 Construct a list of four birds by evaluating several expressions with
7558 @code{cons}. Find out what happens when you @code{cons} a list onto
7559 itself. Replace the first element of the list of four birds with a
7560 fish. Replace the rest of that list with a list of other fish.
7561
7562 @node Cutting & Storing Text, List Implementation, car cdr & cons, Top
7563 @comment node-name, next, previous, up
7564 @chapter Cutting and Storing Text
7565 @cindex Cutting and storing text
7566 @cindex Storing and cutting text
7567 @cindex Killing text
7568 @cindex Clipping text
7569 @cindex Erasing text
7570 @cindex Deleting text
7571
7572 Whenever you cut or clip text out of a buffer with a `kill' command in
7573 GNU Emacs, it is stored in a list and you can bring it back with a
7574 `yank' command.
7575
7576 (The use of the word `kill' in Emacs for processes which specifically
7577 @emph{do not} destroy the values of the entities is an unfortunate
7578 historical accident. A much more appropriate word would be `clip' since
7579 that is what the kill commands do; they clip text out of a buffer and
7580 put it into storage from which it can be brought back. I have often
7581 been tempted to replace globally all occurrences of `kill' in the Emacs
7582 sources with `clip' and all occurrences of `killed' with `clipped'.)
7583
7584 @menu
7585 * Storing Text::
7586 * zap-to-char::
7587 * kill-region::
7588 * copy-region-as-kill::
7589 * Digression into C::
7590 * defvar::
7591 * cons & search-fwd Review::
7592 * search Exercises::
7593 @end menu
7594
7595 @node Storing Text, zap-to-char, Cutting & Storing Text, Cutting & Storing Text
7596 @ifnottex
7597 @unnumberedsec Storing Text in a List
7598 @end ifnottex
7599
7600 When text is cut out of a buffer, it is stored on a list. Successive
7601 pieces of text are stored on the list successively, so the list might
7602 look like this:
7603
7604 @smallexample
7605 ("a piece of text" "previous piece")
7606 @end smallexample
7607
7608 @need 1200
7609 @noindent
7610 The function @code{cons} can be used to create a new list from a piece
7611 of text (an `atom', to use the jargon) and an existing list, like
7612 this:
7613
7614 @smallexample
7615 @group
7616 (cons "another piece"
7617 '("a piece of text" "previous piece"))
7618 @end group
7619 @end smallexample
7620
7621 @need 1200
7622 @noindent
7623 If you evaluate this expression, a list of three elements will appear in
7624 the echo area:
7625
7626 @smallexample
7627 ("another piece" "a piece of text" "previous piece")
7628 @end smallexample
7629
7630 With the @code{car} and @code{nthcdr} functions, you can retrieve
7631 whichever piece of text you want. For example, in the following code,
7632 @code{nthcdr 1 @dots{}} returns the list with the first item removed;
7633 and the @code{car} returns the first element of that remainder---the
7634 second element of the original list:
7635
7636 @smallexample
7637 @group
7638 (car (nthcdr 1 '("another piece"
7639 "a piece of text"
7640 "previous piece")))
7641 @result{} "a piece of text"
7642 @end group
7643 @end smallexample
7644
7645 The actual functions in Emacs are more complex than this, of course.
7646 The code for cutting and retrieving text has to be written so that
7647 Emacs can figure out which element in the list you want---the first,
7648 second, third, or whatever. In addition, when you get to the end of
7649 the list, Emacs should give you the first element of the list, rather
7650 than nothing at all.
7651
7652 The list that holds the pieces of text is called the @dfn{kill ring}.
7653 This chapter leads up to a description of the kill ring and how it is
7654 used by first tracing how the @code{zap-to-char} function works. This
7655 function uses (or `calls') a function that invokes a function that
7656 manipulates the kill ring. Thus, before reaching the mountains, we
7657 climb the foothills.
7658
7659 A subsequent chapter describes how text that is cut from the buffer is
7660 retrieved. @xref{Yanking, , Yanking Text Back}.
7661
7662 @node zap-to-char, kill-region, Storing Text, Cutting & Storing Text
7663 @comment node-name, next, previous, up
7664 @section @code{zap-to-char}
7665 @findex zap-to-char
7666
7667 The @code{zap-to-char} function changed little between GNU Emacs
7668 version 19 and GNU Emacs version 22. However, @code{zap-to-char}
7669 calls another function, @code{kill-region}, which enjoyed a major
7670 rewrite.
7671
7672 The @code{kill-region} function in Emacs 19 is complex, but does not
7673 use code that is important at this time. We will skip it.
7674
7675 The @code{kill-region} function in Emacs 22 is easier to read than the
7676 same function in Emacs 19 and introduces a very important concept,
7677 that of error handling. We will walk through the function.
7678
7679 But first, let us look at the interactive @code{zap-to-char} function.
7680
7681 @menu
7682 * Complete zap-to-char::
7683 * zap-to-char interactive::
7684 * zap-to-char body::
7685 * search-forward::
7686 * progn::
7687 * Summing up zap-to-char::
7688 @end menu
7689
7690 @node Complete zap-to-char, zap-to-char interactive, zap-to-char, zap-to-char
7691 @ifnottex
7692 @unnumberedsubsec The Complete @code{zap-to-char} Implementation
7693 @end ifnottex
7694
7695 The @code{zap-to-char} function removes the text in the region between
7696 the location of the cursor (i.e., of point) up to and including the
7697 next occurrence of a specified character. The text that
7698 @code{zap-to-char} removes is put in the kill ring; and it can be
7699 retrieved from the kill ring by typing @kbd{C-y} (@code{yank}). If
7700 the command is given an argument, it removes text through that number
7701 of occurrences. Thus, if the cursor were at the beginning of this
7702 sentence and the character were @samp{s}, @samp{Thus} would be
7703 removed. If the argument were two, @samp{Thus, if the curs} would be
7704 removed, up to and including the @samp{s} in @samp{cursor}.
7705
7706 If the specified character is not found, @code{zap-to-char} will say
7707 ``Search failed'', tell you the character you typed, and not remove
7708 any text.
7709
7710 In order to determine how much text to remove, @code{zap-to-char} uses
7711 a search function. Searches are used extensively in code that
7712 manipulates text, and we will focus attention on them as well as on the
7713 deletion command.
7714
7715 @ignore
7716 @c GNU Emacs version 19
7717 (defun zap-to-char (arg char) ; version 19 implementation
7718 "Kill up to and including ARG'th occurrence of CHAR.
7719 Goes backward if ARG is negative; error if CHAR not found."
7720 (interactive "*p\ncZap to char: ")
7721 (kill-region (point)
7722 (progn
7723 (search-forward
7724 (char-to-string char) nil nil arg)
7725 (point))))
7726 @end ignore
7727
7728 @need 1250
7729 Here is the complete text of the version 22 implementation of the function:
7730
7731 @c GNU Emacs 22
7732 @smallexample
7733 @group
7734 (defun zap-to-char (arg char)
7735 "Kill up to and including ARG'th occurrence of CHAR.
7736 Case is ignored if `case-fold-search' is non-nil in the current buffer.
7737 Goes backward if ARG is negative; error if CHAR not found."
7738 (interactive "p\ncZap to char: ")
7739 (if (char-table-p translation-table-for-input)
7740 (setq char (or (aref translation-table-for-input char) char)))
7741 (kill-region (point) (progn
7742 (search-forward (char-to-string char) nil nil arg)
7743 (point))))
7744 @end group
7745 @end smallexample
7746
7747 The documentation is thorough. You do need to know the jargon meaning
7748 of the word `kill'.
7749
7750 @node zap-to-char interactive, zap-to-char body, Complete zap-to-char, zap-to-char
7751 @comment node-name, next, previous, up
7752 @subsection The @code{interactive} Expression
7753
7754 @need 800
7755 The interactive expression in the @code{zap-to-char} command looks like
7756 this:
7757
7758 @smallexample
7759 (interactive "p\ncZap to char: ")
7760 @end smallexample
7761
7762 The part within quotation marks, @code{"p\ncZap to char:@: "}, specifies
7763 two different things. First, and most simply, is the @samp{p}.
7764 This part is separated from the next part by a newline, @samp{\n}.
7765 The @samp{p} means that the first argument to the function will be
7766 passed the value of a `processed prefix'. The prefix argument is
7767 passed by typing @kbd{C-u} and a number, or @kbd{M-} and a number. If
7768 the function is called interactively without a prefix, 1 is passed to
7769 this argument.
7770
7771 The second part of @code{"p\ncZap to char:@: "} is
7772 @samp{cZap to char:@: }. In this part, the lower case @samp{c}
7773 indicates that @code{interactive} expects a prompt and that the
7774 argument will be a character. The prompt follows the @samp{c} and is
7775 the string @samp{Zap to char:@: } (with a space after the colon to
7776 make it look good).
7777
7778 What all this does is prepare the arguments to @code{zap-to-char} so they
7779 are of the right type, and give the user a prompt.
7780
7781 In a read-only buffer, the @code{zap-to-char} function copies the text
7782 to the kill ring, but does not remove it. The echo area displays a
7783 message saying that the buffer is read-only. Also, the terminal may
7784 beep or blink at you.
7785
7786 @node zap-to-char body, search-forward, zap-to-char interactive, zap-to-char
7787 @comment node-name, next, previous, up
7788 @subsection The Body of @code{zap-to-char}
7789
7790 The body of the @code{zap-to-char} function contains the code that
7791 kills (that is, removes) the text in the region from the current
7792 position of the cursor up to and including the specified character.
7793
7794 The first part of the code looks like this:
7795
7796 @smallexample
7797 (if (char-table-p translation-table-for-input)
7798 (setq char (or (aref translation-table-for-input char) char)))
7799 (kill-region (point) (progn
7800 (search-forward (char-to-string char) nil nil arg)
7801 (point)))
7802 @end smallexample
7803
7804 @noindent
7805 @code{char-table-p} is an hitherto unseen function. It determines
7806 whether its argument is a character table. When it is, it sets the
7807 character passed to @code{zap-to-char} to one of them, if that
7808 character exists, or to the character itself. (This becomes important
7809 for certain characters in non-European languages. The @code{aref}
7810 function extracts an element from an array. It is an array-specific
7811 function that is not described in this document. @xref{Arrays, ,
7812 Arrays, elisp, The GNU Emacs Lisp Reference Manual}.)
7813
7814 @noindent
7815 @code{(point)} is the current position of the cursor.
7816
7817 The next part of the code is an expression using @code{progn}. The body
7818 of the @code{progn} consists of calls to @code{search-forward} and
7819 @code{point}.
7820
7821 It is easier to understand how @code{progn} works after learning about
7822 @code{search-forward}, so we will look at @code{search-forward} and
7823 then at @code{progn}.
7824
7825 @node search-forward, progn, zap-to-char body, zap-to-char
7826 @comment node-name, next, previous, up
7827 @subsection The @code{search-forward} Function
7828 @findex search-forward
7829
7830 The @code{search-forward} function is used to locate the
7831 zapped-for-character in @code{zap-to-char}. If the search is
7832 successful, @code{search-forward} leaves point immediately after the
7833 last character in the target string. (In @code{zap-to-char}, the
7834 target string is just one character long. @code{zap-to-char} uses the
7835 function @code{char-to-string} to ensure that the computer treats that
7836 character as a string.) If the search is backwards,
7837 @code{search-forward} leaves point just before the first character in
7838 the target. Also, @code{search-forward} returns @code{t} for true.
7839 (Moving point is therefore a `side effect'.)
7840
7841 @need 1250
7842 In @code{zap-to-char}, the @code{search-forward} function looks like this:
7843
7844 @smallexample
7845 (search-forward (char-to-string char) nil nil arg)
7846 @end smallexample
7847
7848 The @code{search-forward} function takes four arguments:
7849
7850 @enumerate
7851 @item
7852 The first argument is the target, what is searched for. This must be a
7853 string, such as @samp{"z"}.
7854
7855 As it happens, the argument passed to @code{zap-to-char} is a single
7856 character. Because of the way computers are built, the Lisp
7857 interpreter may treat a single character as being different from a
7858 string of characters. Inside the computer, a single character has a
7859 different electronic format than a string of one character. (A single
7860 character can often be recorded in the computer using exactly one
7861 byte; but a string may be longer, and the computer needs to be ready
7862 for this.) Since the @code{search-forward} function searches for a
7863 string, the character that the @code{zap-to-char} function receives as
7864 its argument must be converted inside the computer from one format to
7865 the other; otherwise the @code{search-forward} function will fail.
7866 The @code{char-to-string} function is used to make this conversion.
7867
7868 @item
7869 The second argument bounds the search; it is specified as a position in
7870 the buffer. In this case, the search can go to the end of the buffer,
7871 so no bound is set and the second argument is @code{nil}.
7872
7873 @item
7874 The third argument tells the function what it should do if the search
7875 fails---it can signal an error (and print a message) or it can return
7876 @code{nil}. A @code{nil} as the third argument causes the function to
7877 signal an error when the search fails.
7878
7879 @item
7880 The fourth argument to @code{search-forward} is the repeat count---how
7881 many occurrences of the string to look for. This argument is optional
7882 and if the function is called without a repeat count, this argument is
7883 passed the value 1. If this argument is negative, the search goes
7884 backwards.
7885 @end enumerate
7886
7887 @need 800
7888 In template form, a @code{search-forward} expression looks like this:
7889
7890 @smallexample
7891 @group
7892 (search-forward "@var{target-string}"
7893 @var{limit-of-search}
7894 @var{what-to-do-if-search-fails}
7895 @var{repeat-count})
7896 @end group
7897 @end smallexample
7898
7899 We will look at @code{progn} next.
7900
7901 @node progn, Summing up zap-to-char, search-forward, zap-to-char
7902 @comment node-name, next, previous, up
7903 @subsection The @code{progn} Special Form
7904 @findex progn
7905
7906 @code{progn} is a special form that causes each of its arguments to be
7907 evaluated in sequence and then returns the value of the last one. The
7908 preceding expressions are evaluated only for the side effects they
7909 perform. The values produced by them are discarded.
7910
7911 @need 800
7912 The template for a @code{progn} expression is very simple:
7913
7914 @smallexample
7915 @group
7916 (progn
7917 @var{body}@dots{})
7918 @end group
7919 @end smallexample
7920
7921 In @code{zap-to-char}, the @code{progn} expression has to do two things:
7922 put point in exactly the right position; and return the location of
7923 point so that @code{kill-region} will know how far to kill to.
7924
7925 The first argument to the @code{progn} is @code{search-forward}. When
7926 @code{search-forward} finds the string, the function leaves point
7927 immediately after the last character in the target string. (In this
7928 case the target string is just one character long.) If the search is
7929 backwards, @code{search-forward} leaves point just before the first
7930 character in the target. The movement of point is a side effect.
7931
7932 The second and last argument to @code{progn} is the expression
7933 @code{(point)}. This expression returns the value of point, which in
7934 this case will be the location to which it has been moved by
7935 @code{search-forward}. (In the source, a line that tells the function
7936 to go to the previous character, if it is going forward, was commented
7937 out in 1999; I don't remember whether that feature or mis-feature was
7938 ever a part of the distributed source.) The value of @code{point} is
7939 returned by the @code{progn} expression and is passed to
7940 @code{kill-region} as @code{kill-region}'s second argument.
7941
7942 @node Summing up zap-to-char, , progn, zap-to-char
7943 @comment node-name, next, previous, up
7944 @subsection Summing up @code{zap-to-char}
7945
7946 Now that we have seen how @code{search-forward} and @code{progn} work,
7947 we can see how the @code{zap-to-char} function works as a whole.
7948
7949 The first argument to @code{kill-region} is the position of the cursor
7950 when the @code{zap-to-char} command is given---the value of point at
7951 that time. Within the @code{progn}, the search function then moves
7952 point to just after the zapped-to-character and @code{point} returns the
7953 value of this location. The @code{kill-region} function puts together
7954 these two values of point, the first one as the beginning of the region
7955 and the second one as the end of the region, and removes the region.
7956
7957 The @code{progn} special form is necessary because the
7958 @code{kill-region} command takes two arguments; and it would fail if
7959 @code{search-forward} and @code{point} expressions were written in
7960 sequence as two additional arguments. The @code{progn} expression is
7961 a single argument to @code{kill-region} and returns the one value that
7962 @code{kill-region} needs for its second argument.
7963
7964 @node kill-region, copy-region-as-kill, zap-to-char, Cutting & Storing Text
7965 @comment node-name, next, previous, up
7966 @section @code{kill-region}
7967 @findex kill-region
7968
7969 The @code{zap-to-char} function uses the @code{kill-region} function.
7970 This function clips text from a region and copies that text to
7971 the kill ring, from which it may be retrieved.
7972
7973 @ignore
7974 GNU Emacs 22:
7975
7976 (defun kill-region (beg end &optional yank-handler)
7977 "Kill (\"cut\") text between point and mark.
7978 This deletes the text from the buffer and saves it in the kill ring.
7979 The command \\[yank] can retrieve it from there.
7980 \(If you want to kill and then yank immediately, use \\[kill-ring-save].)
7981
7982 If you want to append the killed region to the last killed text,
7983 use \\[append-next-kill] before \\[kill-region].
7984
7985 If the buffer is read-only, Emacs will beep and refrain from deleting
7986 the text, but put the text in the kill ring anyway. This means that
7987 you can use the killing commands to copy text from a read-only buffer.
7988
7989 This is the primitive for programs to kill text (as opposed to deleting it).
7990 Supply two arguments, character positions indicating the stretch of text
7991 to be killed.
7992 Any command that calls this function is a \"kill command\".
7993 If the previous command was also a kill command,
7994 the text killed this time appends to the text killed last time
7995 to make one entry in the kill ring.
7996
7997 In Lisp code, optional third arg YANK-HANDLER, if non-nil,
7998 specifies the yank-handler text property to be set on the killed
7999 text. See `insert-for-yank'."
8000 ;; Pass point first, then mark, because the order matters
8001 ;; when calling kill-append.
8002 (interactive (list (point) (mark)))
8003 (unless (and beg end)
8004 (error "The mark is not set now, so there is no region"))
8005 (condition-case nil
8006 (let ((string (filter-buffer-substring beg end t)))
8007 (when string ;STRING is nil if BEG = END
8008 ;; Add that string to the kill ring, one way or another.
8009 (if (eq last-command 'kill-region)
8010 (kill-append string (< end beg) yank-handler)
8011 (kill-new string nil yank-handler)))
8012 (when (or string (eq last-command 'kill-region))
8013 (setq this-command 'kill-region))
8014 nil)
8015 ((buffer-read-only text-read-only)
8016 ;; The code above failed because the buffer, or some of the characters
8017 ;; in the region, are read-only.
8018 ;; We should beep, in case the user just isn't aware of this.
8019 ;; However, there's no harm in putting
8020 ;; the region's text in the kill ring, anyway.
8021 (copy-region-as-kill beg end)
8022 ;; Set this-command now, so it will be set even if we get an error.
8023 (setq this-command 'kill-region)
8024 ;; This should barf, if appropriate, and give us the correct error.
8025 (if kill-read-only-ok
8026 (progn (message "Read only text copied to kill ring") nil)
8027 ;; Signal an error if the buffer is read-only.
8028 (barf-if-buffer-read-only)
8029 ;; If the buffer isn't read-only, the text is.
8030 (signal 'text-read-only (list (current-buffer)))))))
8031 @end ignore
8032
8033 The Emacs 22 version of that function uses @code{condition-case} and
8034 @code{copy-region-as-kill}, both of which we will explain.
8035 @code{condition-case} is an important special form.
8036
8037 In essence, the @code{kill-region} function calls
8038 @code{condition-case}, which takes three arguments. In this function,
8039 the first argument does nothing. The second argument contains the
8040 code that does the work when all goes well. The third argument
8041 contains the code that is called in the event of an error.
8042
8043 @menu
8044 * Complete kill-region::
8045 * condition-case::
8046 * Lisp macro::
8047 @end menu
8048
8049 @node Complete kill-region, condition-case, kill-region, kill-region
8050 @ifnottex
8051 @unnumberedsubsec The Complete @code{kill-region} Definition
8052 @end ifnottex
8053
8054 @need 1200
8055 We will go through the @code{condition-case} code in a moment. First,
8056 let us look at the definition of @code{kill-region}, with comments
8057 added:
8058
8059 @c GNU Emacs 22:
8060 @smallexample
8061 @group
8062 (defun kill-region (beg end)
8063 "Kill (\"cut\") text between point and mark.
8064 This deletes the text from the buffer and saves it in the kill ring.
8065 The command \\[yank] can retrieve it from there. @dots{} "
8066 @end group
8067
8068 @group
8069 ;; @bullet{} Since order matters, pass point first.
8070 (interactive (list (point) (mark)))
8071 ;; @bullet{} And tell us if we cannot cut the text.
8072 ;; `unless' is an `if' without a then-part.
8073 (unless (and beg end)
8074 (error "The mark is not set now, so there is no region"))
8075 @end group
8076
8077 @group
8078 ;; @bullet{} `condition-case' takes three arguments.
8079 ;; If the first argument is nil, as it is here,
8080 ;; information about the error signal is not
8081 ;; stored for use by another function.
8082 (condition-case nil
8083 @end group
8084
8085 @group
8086 ;; @bullet{} The second argument to `condition-case' tells the
8087 ;; Lisp interpreter what to do when all goes well.
8088 @end group
8089
8090 @group
8091 ;; It starts with a `let' function that extracts the string
8092 ;; and tests whether it exists. If so (that is what the
8093 ;; `when' checks), it calls an `if' function that determines
8094 ;; whether the previous command was another call to
8095 ;; `kill-region'; if it was, then the new text is appended to
8096 ;; the previous text; if not, then a different function,
8097 ;; `kill-new', is called.
8098 @end group
8099
8100 @group
8101 ;; The `kill-append' function concatenates the new string and
8102 ;; the old. The `kill-new' function inserts text into a new
8103 ;; item in the kill ring.
8104 @end group
8105
8106 @group
8107 ;; `when' is an `if' without an else-part. The second `when'
8108 ;; again checks whether the current string exists; in
8109 ;; addition, it checks whether the previous command was
8110 ;; another call to `kill-region'. If one or the other
8111 ;; condition is true, then it sets the current command to
8112 ;; be `kill-region'.
8113 @end group
8114 @group
8115 (let ((string (filter-buffer-substring beg end t)))
8116 (when string ;STRING is nil if BEG = END
8117 ;; Add that string to the kill ring, one way or another.
8118 (if (eq last-command 'kill-region)
8119 @end group
8120 @group
8121 ;; @minus{} `yank-handler' is an optional argument to
8122 ;; `kill-region' that tells the `kill-append' and
8123 ;; `kill-new' functions how deal with properties
8124 ;; added to the text, such as `bold' or `italics'.
8125 (kill-append string (< end beg) yank-handler)
8126 (kill-new string nil yank-handler)))
8127 (when (or string (eq last-command 'kill-region))
8128 (setq this-command 'kill-region))
8129 nil)
8130 @end group
8131
8132 @group
8133 ;; @bullet{} The third argument to `condition-case' tells the interpreter
8134 ;; what to do with an error.
8135 @end group
8136 @group
8137 ;; The third argument has a conditions part and a body part.
8138 ;; If the conditions are met (in this case,
8139 ;; if text or buffer are read-only)
8140 ;; then the body is executed.
8141 @end group
8142 @group
8143 ;; The first part of the third argument is the following:
8144 ((buffer-read-only text-read-only) ;; the if-part
8145 ;; @dots{} the then-part
8146 (copy-region-as-kill beg end)
8147 @end group
8148 @group
8149 ;; Next, also as part of the then-part, set this-command, so
8150 ;; it will be set in an error
8151 (setq this-command 'kill-region)
8152 ;; Finally, in the then-part, send a message if you may copy
8153 ;; the text to the kill ring without signally an error, but
8154 ;; don't if you may not.
8155 @end group
8156 @group
8157 (if kill-read-only-ok
8158 (progn (message "Read only text copied to kill ring") nil)
8159 (barf-if-buffer-read-only)
8160 ;; If the buffer isn't read-only, the text is.
8161 (signal 'text-read-only (list (current-buffer)))))
8162 @end group
8163 @end smallexample
8164
8165 @ignore
8166 @c v 21
8167 @smallexample
8168 @group
8169 (defun kill-region (beg end)
8170 "Kill between point and mark.
8171 The text is deleted but saved in the kill ring."
8172 (interactive "r")
8173 @end group
8174
8175 @group
8176 ;; 1. `condition-case' takes three arguments.
8177 ;; If the first argument is nil, as it is here,
8178 ;; information about the error signal is not
8179 ;; stored for use by another function.
8180 (condition-case nil
8181 @end group
8182
8183 @group
8184 ;; 2. The second argument to `condition-case'
8185 ;; tells the Lisp interpreter what to do when all goes well.
8186 @end group
8187
8188 @group
8189 ;; The `delete-and-extract-region' function usually does the
8190 ;; work. If the beginning and ending of the region are both
8191 ;; the same, then the variable `string' will be empty, or nil
8192 (let ((string (delete-and-extract-region beg end)))
8193 @end group
8194
8195 @group
8196 ;; `when' is an `if' clause that cannot take an `else-part'.
8197 ;; Emacs normally sets the value of `last-command' to the
8198 ;; previous command.
8199 @end group
8200 @group
8201 ;; `kill-append' concatenates the new string and the old.
8202 ;; `kill-new' inserts text into a new item in the kill ring.
8203 (when string
8204 (if (eq last-command 'kill-region)
8205 ;; if true, prepend string
8206 (kill-append string (< end beg))
8207 (kill-new string)))
8208 (setq this-command 'kill-region))
8209 @end group
8210
8211 @group
8212 ;; 3. The third argument to `condition-case' tells the interpreter
8213 ;; what to do with an error.
8214 @end group
8215 @group
8216 ;; The third argument has a conditions part and a body part.
8217 ;; If the conditions are met (in this case,
8218 ;; if text or buffer are read-only)
8219 ;; then the body is executed.
8220 @end group
8221 @group
8222 ((buffer-read-only text-read-only) ;; this is the if-part
8223 ;; then...
8224 (copy-region-as-kill beg end)
8225 @end group
8226 @group
8227 (if kill-read-only-ok ;; usually this variable is nil
8228 (message "Read only text copied to kill ring")
8229 ;; or else, signal an error if the buffer is read-only;
8230 (barf-if-buffer-read-only)
8231 ;; and, in any case, signal that the text is read-only.
8232 (signal 'text-read-only (list (current-buffer)))))))
8233 @end group
8234 @end smallexample
8235 @end ignore
8236
8237 @node condition-case, Lisp macro, Complete kill-region, kill-region
8238 @comment node-name, next, previous, up
8239 @subsection @code{condition-case}
8240 @findex condition-case
8241
8242 As we have seen earlier (@pxref{Making Errors, , Generate an Error
8243 Message}), when the Emacs Lisp interpreter has trouble evaluating an
8244 expression, it provides you with help; in the jargon, this is called
8245 ``signaling an error''. Usually, the computer stops the program and
8246 shows you a message.
8247
8248 However, some programs undertake complicated actions. They should not
8249 simply stop on an error. In the @code{kill-region} function, the most
8250 likely error is that you will try to kill text that is read-only and
8251 cannot be removed. So the @code{kill-region} function contains code
8252 to handle this circumstance. This code, which makes up the body of
8253 the @code{kill-region} function, is inside of a @code{condition-case}
8254 special form.
8255
8256 @need 800
8257 The template for @code{condition-case} looks like this:
8258
8259 @smallexample
8260 @group
8261 (condition-case
8262 @var{var}
8263 @var{bodyform}
8264 @var{error-handler}@dots{})
8265 @end group
8266 @end smallexample
8267
8268 The second argument, @var{bodyform}, is straightforward. The
8269 @code{condition-case} special form causes the Lisp interpreter to
8270 evaluate the code in @var{bodyform}. If no error occurs, the special
8271 form returns the code's value and produces the side-effects, if any.
8272
8273 In short, the @var{bodyform} part of a @code{condition-case}
8274 expression determines what should happen when everything works
8275 correctly.
8276
8277 However, if an error occurs, among its other actions, the function
8278 generating the error signal will define one or more error condition
8279 names.
8280
8281 An error handler is the third argument to @code{condition case}.
8282 An error handler has two parts, a @var{condition-name} and a
8283 @var{body}. If the @var{condition-name} part of an error handler
8284 matches a condition name generated by an error, then the @var{body}
8285 part of the error handler is run.
8286
8287 As you will expect, the @var{condition-name} part of an error handler
8288 may be either a single condition name or a list of condition names.
8289
8290 Also, a complete @code{condition-case} expression may contain more
8291 than one error handler. When an error occurs, the first applicable
8292 handler is run.
8293
8294 Lastly, the first argument to the @code{condition-case} expression,
8295 the @var{var} argument, is sometimes bound to a variable that
8296 contains information about the error. However, if that argument is
8297 nil, as is the case in @code{kill-region}, that information is
8298 discarded.
8299
8300 @need 1200
8301 In brief, in the @code{kill-region} function, the code
8302 @code{condition-case} works like this:
8303
8304 @smallexample
8305 @group
8306 @var{If no errors}, @var{run only this code}
8307 @var{but}, @var{if errors}, @var{run this other code}.
8308 @end group
8309 @end smallexample
8310
8311 @ignore
8312 2006 Oct 24
8313 In Emacs 22,
8314 copy-region-as-kill is short, 12 lines, and uses
8315 filter-buffer-substring, which is longer, 39 lines
8316 and has delete-and-extract-region in it.
8317 delete-and-extract-region is written in C.
8318
8319 see Initializing a Variable with @code{defvar}
8320 this is line 8054
8321 Initializing a Variable with @code{defvar} includes line 8350
8322 @end ignore
8323
8324 @node Lisp macro, , condition-case, kill-region
8325 @comment node-name, next, previous, up
8326 @subsection Lisp macro
8327 @cindex Macro, lisp
8328 @cindex Lisp macro
8329
8330 The part of the @code{condition-case} expression that is evaluated in
8331 the expectation that all goes well has a @code{when}. The code uses
8332 @code{when} to determine whether the @code{string} variable points to
8333 text that exists.
8334
8335 A @code{when} expression is simply a programmers' convenience. It is
8336 an @code{if} without the possibility of an else clause. In your mind,
8337 you can replace @code{when} with @code{if} and understand what goes
8338 on. That is what the Lisp interpreter does.
8339
8340 Technically speaking, @code{when} is a Lisp macro. A Lisp @dfn{macro}
8341 enables you to define new control constructs and other language
8342 features. It tells the interpreter how to compute another Lisp
8343 expression which will in turn compute the value. In this case, the
8344 `other expression' is an @code{if} expression.
8345
8346 The @code{kill-region} function definition also has an @code{unless}
8347 macro; it is the converse of @code{when}. The @code{unless} macro is
8348 an @code{if} without a then clause
8349
8350 For more about Lisp macros, see @ref{Macros, , Macros, elisp, The GNU
8351 Emacs Lisp Reference Manual}. The C programming language also
8352 provides macros. These are different, but also useful.
8353
8354 @ignore
8355 We will briefly look at C macros in
8356 @ref{Digression into C}.
8357 @end ignore
8358
8359 @need 1200
8360 Regarding the @code{when} macro, in the @code{condition-case}
8361 expression, when the string has content, then another conditional
8362 expression is executed. This is an @code{if} with both a then-part
8363 and an else-part.
8364
8365 @smallexample
8366 @group
8367 (if (eq last-command 'kill-region)
8368 (kill-append string (< end beg) yank-handler)
8369 (kill-new string nil yank-handler))
8370 @end group
8371 @end smallexample
8372
8373 The then-part is evaluated if the previous command was another call to
8374 @code{kill-region}; if not, the else-part is evaluated.
8375
8376 @code{yank-handler} is an optional argument to @code{kill-region} that
8377 tells the @code{kill-append} and @code{kill-new} functions how deal
8378 with properties added to the text, such as `bold' or `italics'.
8379
8380 @code{last-command} is a variable that comes with Emacs that we have
8381 not seen before. Normally, whenever a function is executed, Emacs
8382 sets the value of @code{last-command} to the previous command.
8383
8384 @need 1200
8385 In this segment of the definition, the @code{if} expression checks
8386 whether the previous command was @code{kill-region}. If it was,
8387
8388 @smallexample
8389 (kill-append string (< end beg) yank-handler)
8390 @end smallexample
8391
8392 @noindent
8393 concatenates a copy of the newly clipped text to the just previously
8394 clipped text in the kill ring.
8395
8396 @node copy-region-as-kill, Digression into C, kill-region, Cutting & Storing Text
8397 @comment node-name, next, previous, up
8398 @section @code{copy-region-as-kill}
8399 @findex copy-region-as-kill
8400 @findex nthcdr
8401
8402 The @code{copy-region-as-kill} function copies a region of text from a
8403 buffer and (via either @code{kill-append} or @code{kill-new}) saves it
8404 in the @code{kill-ring}.
8405
8406 If you call @code{copy-region-as-kill} immediately after a
8407 @code{kill-region} command, Emacs appends the newly copied text to the
8408 previously copied text. This means that if you yank back the text, you
8409 get it all, from both this and the previous operation. On the other
8410 hand, if some other command precedes the @code{copy-region-as-kill},
8411 the function copies the text into a separate entry in the kill ring.
8412
8413 @menu
8414 * Complete copy-region-as-kill::
8415 * copy-region-as-kill body::
8416 @end menu
8417
8418 @node Complete copy-region-as-kill, copy-region-as-kill body, copy-region-as-kill, copy-region-as-kill
8419 @ifnottex
8420 @unnumberedsubsec The complete @code{copy-region-as-kill} function definition
8421 @end ifnottex
8422
8423 @need 1200
8424 Here is the complete text of the version 22 @code{copy-region-as-kill}
8425 function:
8426
8427 @smallexample
8428 @group
8429 (defun copy-region-as-kill (beg end)
8430 "Save the region as if killed, but don't kill it.
8431 In Transient Mark mode, deactivate the mark.
8432 If `interprogram-cut-function' is non-nil, also save the text for a window
8433 system cut and paste."
8434 (interactive "r")
8435 @end group
8436 @group
8437 (if (eq last-command 'kill-region)
8438 (kill-append (filter-buffer-substring beg end) (< end beg))
8439 (kill-new (filter-buffer-substring beg end)))
8440 @end group
8441 @group
8442 (if transient-mark-mode
8443 (setq deactivate-mark t))
8444 nil)
8445 @end group
8446 @end smallexample
8447
8448 @need 800
8449 As usual, this function can be divided into its component parts:
8450
8451 @smallexample
8452 @group
8453 (defun copy-region-as-kill (@var{argument-list})
8454 "@var{documentation}@dots{}"
8455 (interactive "r")
8456 @var{body}@dots{})
8457 @end group
8458 @end smallexample
8459
8460 The arguments are @code{beg} and @code{end} and the function is
8461 interactive with @code{"r"}, so the two arguments must refer to the
8462 beginning and end of the region. If you have been reading though this
8463 document from the beginning, understanding these parts of a function is
8464 almost becoming routine.
8465
8466 The documentation is somewhat confusing unless you remember that the
8467 word `kill' has a meaning different from usual. The `Transient Mark'
8468 and @code{interprogram-cut-function} comments explain certain
8469 side-effects.
8470
8471 After you once set a mark, a buffer always contains a region. If you
8472 wish, you can use Transient Mark mode to highlight the region
8473 temporarily. (No one wants to highlight the region all the time, so
8474 Transient Mark mode highlights it only at appropriate times. Many
8475 people turn off Transient Mark mode, so the region is never
8476 highlighted.)
8477
8478 Also, a windowing system allows you to copy, cut, and paste among
8479 different programs. In the X windowing system, for example, the
8480 @code{interprogram-cut-function} function is @code{x-select-text},
8481 which works with the windowing system's equivalent of the Emacs kill
8482 ring.
8483
8484 The body of the @code{copy-region-as-kill} function starts with an
8485 @code{if} clause. What this clause does is distinguish between two
8486 different situations: whether or not this command is executed
8487 immediately after a previous @code{kill-region} command. In the first
8488 case, the new region is appended to the previously copied text.
8489 Otherwise, it is inserted into the beginning of the kill ring as a
8490 separate piece of text from the previous piece.
8491
8492 The last two lines of the function prevent the region from lighting up
8493 if Transient Mark mode is turned on.
8494
8495 The body of @code{copy-region-as-kill} merits discussion in detail.
8496
8497 @node copy-region-as-kill body, , Complete copy-region-as-kill, copy-region-as-kill
8498 @comment node-name, next, previous, up
8499 @subsection The Body of @code{copy-region-as-kill}
8500
8501 The @code{copy-region-as-kill} function works in much the same way as
8502 the @code{kill-region} function. Both are written so that two or more
8503 kills in a row combine their text into a single entry. If you yank
8504 back the text from the kill ring, you get it all in one piece.
8505 Moreover, kills that kill forward from the current position of the
8506 cursor are added to the end of the previously copied text and commands
8507 that copy text backwards add it to the beginning of the previously
8508 copied text. This way, the words in the text stay in the proper
8509 order.
8510
8511 Like @code{kill-region}, the @code{copy-region-as-kill} function makes
8512 use of the @code{last-command} variable that keeps track of the
8513 previous Emacs command.
8514
8515 @menu
8516 * last-command & this-command::
8517 * kill-append function::
8518 * kill-new function::
8519 @end menu
8520
8521 @node last-command & this-command, kill-append function, copy-region-as-kill body, copy-region-as-kill body
8522 @ifnottex
8523 @unnumberedsubsubsec @code{last-command} and @code{this-command}
8524 @end ifnottex
8525
8526 Normally, whenever a function is executed, Emacs sets the value of
8527 @code{this-command} to the function being executed (which in this case
8528 would be @code{copy-region-as-kill}). At the same time, Emacs sets
8529 the value of @code{last-command} to the previous value of
8530 @code{this-command}.
8531
8532 In the first part of the body of the @code{copy-region-as-kill}
8533 function, an @code{if} expression determines whether the value of
8534 @code{last-command} is @code{kill-region}. If so, the then-part of
8535 the @code{if} expression is evaluated; it uses the @code{kill-append}
8536 function to concatenate the text copied at this call to the function
8537 with the text already in the first element (the @sc{car}) of the kill
8538 ring. On the other hand, if the value of @code{last-command} is not
8539 @code{kill-region}, then the @code{copy-region-as-kill} function
8540 attaches a new element to the kill ring using the @code{kill-new}
8541 function.
8542
8543 @need 1250
8544 The @code{if} expression reads as follows; it uses @code{eq}:
8545
8546 @smallexample
8547 @group
8548 (if (eq last-command 'kill-region)
8549 ;; @r{then-part}
8550 (kill-append (filter-buffer-substring beg end) (< end beg))
8551 ;; @r{else-part}
8552 (kill-new (filter-buffer-substring beg end)))
8553 @end group
8554 @end smallexample
8555
8556 @findex filter-buffer-substring
8557 (The @code{filter-buffer-substring} function returns a filtered
8558 substring of the buffer, if any. Optionally---the arguments are not
8559 here, so neither is done---the function may delete the initial text or
8560 return the text without its properties; this function is a replacement
8561 for the older @code{buffer-substring} function, which came before text
8562 properties were implemented.)
8563
8564 @findex eq @r{(example of use)}
8565 @noindent
8566 The @code{eq} function tests whether its first argument is the same Lisp
8567 object as its second argument. The @code{eq} function is similar to the
8568 @code{equal} function in that it is used to test for equality, but
8569 differs in that it determines whether two representations are actually
8570 the same object inside the computer, but with different names.
8571 @code{equal} determines whether the structure and contents of two
8572 expressions are the same.
8573
8574 If the previous command was @code{kill-region}, then the Emacs Lisp
8575 interpreter calls the @code{kill-append} function
8576
8577 @node kill-append function, kill-new function, last-command & this-command, copy-region-as-kill body
8578 @unnumberedsubsubsec The @code{kill-append} function
8579 @findex kill-append
8580
8581 @need 800
8582 The @code{kill-append} function looks like this:
8583
8584 @c in GNU Emacs 22
8585 @smallexample
8586 @group
8587 (defun kill-append (string before-p &optional yank-handler)
8588 "Append STRING to the end of the latest kill in the kill ring.
8589 If BEFORE-P is non-nil, prepend STRING to the kill.
8590 @dots{} "
8591 (let* ((cur (car kill-ring)))
8592 (kill-new (if before-p (concat string cur) (concat cur string))
8593 (or (= (length cur) 0)
8594 (equal yank-handler
8595 (get-text-property 0 'yank-handler cur)))
8596 yank-handler)))
8597 @end group
8598 @end smallexample
8599
8600 @ignore
8601 was:
8602 (defun kill-append (string before-p)
8603 "Append STRING to the end of the latest kill in the kill ring.
8604 If BEFORE-P is non-nil, prepend STRING to the kill.
8605 If `interprogram-cut-function' is set, pass the resulting kill to
8606 it."
8607 (kill-new (if before-p
8608 (concat string (car kill-ring))
8609 (concat (car kill-ring) string))
8610 t))
8611 @end ignore
8612
8613 @noindent
8614 The @code{kill-append} function is fairly straightforward. It uses
8615 the @code{kill-new} function, which we will discuss in more detail in
8616 a moment.
8617
8618 (Also, the function provides an optional argument called
8619 @code{yank-handler}; when invoked, this argument tells the function
8620 how to deal with properties added to the text, such as `bold' or
8621 `italics'.)
8622
8623 @c !!! bug in GNU Emacs 22 version of kill-append ?
8624 It has a @code{let*} function to set the value of the first element of
8625 the kill ring to @code{cur}. (I do not know why the function does not
8626 use @code{let} instead; only one value is set in the expression.
8627 Perhaps this is a bug that produces no problems?)
8628
8629 Consider the conditional that is one of the two arguments to
8630 @code{kill-new}. It uses @code{concat} to concatenate the new text to
8631 the @sc{car} of the kill ring. Whether it prepends or appends the
8632 text depends on the results of an @code{if} expression:
8633
8634 @smallexample
8635 @group
8636 (if before-p ; @r{if-part}
8637 (concat string cur) ; @r{then-part}
8638 (concat cur string)) ; @r{else-part}
8639 @end group
8640 @end smallexample
8641
8642 @noindent
8643 If the region being killed is before the region that was killed in the
8644 last command, then it should be prepended before the material that was
8645 saved in the previous kill; and conversely, if the killed text follows
8646 what was just killed, it should be appended after the previous text.
8647 The @code{if} expression depends on the predicate @code{before-p} to
8648 decide whether the newly saved text should be put before or after the
8649 previously saved text.
8650
8651 The symbol @code{before-p} is the name of one of the arguments to
8652 @code{kill-append}. When the @code{kill-append} function is
8653 evaluated, it is bound to the value returned by evaluating the actual
8654 argument. In this case, this is the expression @code{(< end beg)}.
8655 This expression does not directly determine whether the killed text in
8656 this command is located before or after the kill text of the last
8657 command; what it does is determine whether the value of the variable
8658 @code{end} is less than the value of the variable @code{beg}. If it
8659 is, it means that the user is most likely heading towards the
8660 beginning of the buffer. Also, the result of evaluating the predicate
8661 expression, @code{(< end beg)}, will be true and the text will be
8662 prepended before the previous text. On the other hand, if the value of
8663 the variable @code{end} is greater than the value of the variable
8664 @code{beg}, the text will be appended after the previous text.
8665
8666 @need 800
8667 When the newly saved text will be prepended, then the string with the new
8668 text will be concatenated before the old text:
8669
8670 @smallexample
8671 (concat string cur)
8672 @end smallexample
8673
8674 @need 1200
8675 @noindent
8676 But if the text will be appended, it will be concatenated
8677 after the old text:
8678
8679 @smallexample
8680 (concat cur string))
8681 @end smallexample
8682
8683 To understand how this works, we first need to review the
8684 @code{concat} function. The @code{concat} function links together or
8685 unites two strings of text. The result is a string. For example:
8686
8687 @smallexample
8688 @group
8689 (concat "abc" "def")
8690 @result{} "abcdef"
8691 @end group
8692
8693 @group
8694 (concat "new "
8695 (car '("first element" "second element")))
8696 @result{} "new first element"
8697
8698 (concat (car
8699 '("first element" "second element")) " modified")
8700 @result{} "first element modified"
8701 @end group
8702 @end smallexample
8703
8704 We can now make sense of @code{kill-append}: it modifies the contents
8705 of the kill ring. The kill ring is a list, each element of which is
8706 saved text. The @code{kill-append} function uses the @code{kill-new}
8707 function which in turn uses the @code{setcar} function.
8708
8709 @node kill-new function, , kill-append function, copy-region-as-kill body
8710 @unnumberedsubsubsec The @code{kill-new} function
8711 @findex kill-new
8712
8713 @c in GNU Emacs 22, additional documentation to kill-new:
8714 @ignore
8715 Optional third arguments YANK-HANDLER controls how the STRING is later
8716 inserted into a buffer; see `insert-for-yank' for details.
8717 When a yank handler is specified, STRING must be non-empty (the yank
8718 handler, if non-nil, is stored as a `yank-handler' text property on STRING).
8719
8720 When the yank handler has a non-nil PARAM element, the original STRING
8721 argument is not used by `insert-for-yank'. However, since Lisp code
8722 may access and use elements from the kill ring directly, the STRING
8723 argument should still be a \"useful\" string for such uses."
8724 @end ignore
8725 @need 1200
8726 The @code{kill-new} function looks like this:
8727
8728 @smallexample
8729 @group
8730 (defun kill-new (string &optional replace yank-handler)
8731 "Make STRING the latest kill in the kill ring.
8732 Set `kill-ring-yank-pointer' to point to it.
8733
8734 If `interprogram-cut-function' is non-nil, apply it to STRING.
8735 Optional second argument REPLACE non-nil means that STRING will replace
8736 the front of the kill ring, rather than being added to the list.
8737 @dots{}"
8738 @end group
8739 @group
8740 (if (> (length string) 0)
8741 (if yank-handler
8742 (put-text-property 0 (length string)
8743 'yank-handler yank-handler string))
8744 (if yank-handler
8745 (signal 'args-out-of-range
8746 (list string "yank-handler specified for empty string"))))
8747 @end group
8748 @group
8749 (if (fboundp 'menu-bar-update-yank-menu)
8750 (menu-bar-update-yank-menu string (and replace (car kill-ring))))
8751 @end group
8752 @group
8753 (if (and replace kill-ring)
8754 (setcar kill-ring string)
8755 (push string kill-ring)
8756 (if (> (length kill-ring) kill-ring-max)
8757 (setcdr (nthcdr (1- kill-ring-max) kill-ring) nil)))
8758 @end group
8759 @group
8760 (setq kill-ring-yank-pointer kill-ring)
8761 (if interprogram-cut-function
8762 (funcall interprogram-cut-function string (not replace))))
8763 @end group
8764 @end smallexample
8765 @ignore
8766 was:
8767 (defun kill-new (string &optional replace)
8768 "Make STRING the latest kill in the kill ring.
8769 Set the kill-ring-yank pointer to point to it.
8770 If `interprogram-cut-function' is non-nil, apply it to STRING.
8771 Optional second argument REPLACE non-nil means that STRING will replace
8772 the front of the kill ring, rather than being added to the list."
8773 (and (fboundp 'menu-bar-update-yank-menu)
8774 (menu-bar-update-yank-menu string (and replace (car kill-ring))))
8775 (if (and replace kill-ring)
8776 (setcar kill-ring string)
8777 (setq kill-ring (cons string kill-ring))
8778 (if (> (length kill-ring) kill-ring-max)
8779 (setcdr (nthcdr (1- kill-ring-max) kill-ring) nil)))
8780 (setq kill-ring-yank-pointer kill-ring)
8781 (if interprogram-cut-function
8782 (funcall interprogram-cut-function string (not replace))))
8783 @end ignore
8784
8785 (Notice that the function is not interactive.)
8786
8787 As usual, we can look at this function in parts.
8788
8789 The function definition has an optional @code{yank-handler} argument,
8790 which when invoked tells the function how to deal with properties
8791 added to the text, such as `bold' or `italics'. We will skip that.
8792
8793 @need 1200
8794 The first line of the documentation makes sense:
8795
8796 @smallexample
8797 Make STRING the latest kill in the kill ring.
8798 @end smallexample
8799
8800 @noindent
8801 Let's skip over the rest of the documentation for the moment.
8802
8803 @noindent
8804 Also, let's skip over the initial @code{if} expression and those lines
8805 of code involving @code{menu-bar-update-yank-menu}. We will explain
8806 them below.
8807
8808 @need 1200
8809 The critical lines are these:
8810
8811 @smallexample
8812 @group
8813 (if (and replace kill-ring)
8814 ;; @r{then}
8815 (setcar kill-ring string)
8816 @end group
8817 @group
8818 ;; @r{else}
8819 (push string kill-ring)
8820 @end group
8821 @group
8822 (setq kill-ring (cons string kill-ring))
8823 (if (> (length kill-ring) kill-ring-max)
8824 ;; @r{avoid overly long kill ring}
8825 (setcdr (nthcdr (1- kill-ring-max) kill-ring) nil)))
8826 @end group
8827 @group
8828 (setq kill-ring-yank-pointer kill-ring)
8829 (if interprogram-cut-function
8830 (funcall interprogram-cut-function string (not replace))))
8831 @end group
8832 @end smallexample
8833
8834 The conditional test is @w{@code{(and replace kill-ring)}}.
8835 This will be true when two conditions are met: the kill ring has
8836 something in it, and the @code{replace} variable is true.
8837
8838 @need 1250
8839 When the @code{kill-append} function sets @code{replace} to be true
8840 and when the kill ring has at least one item in it, the @code{setcar}
8841 expression is executed:
8842
8843 @smallexample
8844 (setcar kill-ring string)
8845 @end smallexample
8846
8847 The @code{setcar} function actually changes the first element of the
8848 @code{kill-ring} list to the value of @code{string}. It replaces the
8849 first element.
8850
8851 @need 1250
8852 On the other hand, if the kill ring is empty, or replace is false, the
8853 else-part of the condition is executed:
8854
8855 @smallexample
8856 (push string kill-ring)
8857 @end smallexample
8858
8859 @noindent
8860 @need 1250
8861 @code{push} puts its first argument onto the second. It is similar to
8862 the older
8863
8864 @smallexample
8865 (setq kill-ring (cons string kill-ring))
8866 @end smallexample
8867
8868 @noindent
8869 @need 1250
8870 or the newer
8871
8872 @smallexample
8873 (add-to-list kill-ring string)
8874 @end smallexample
8875
8876 @noindent
8877 When it is false, the expression first constructs a new version of the
8878 kill ring by prepending @code{string} to the existing kill ring as a
8879 new element (that is what the @code{push} does). Then it executes a
8880 second @code{if} clause. This second @code{if} clause keeps the kill
8881 ring from growing too long.
8882
8883 Let's look at these two expressions in order.
8884
8885 The @code{push} line of the else-part sets the new value of the kill
8886 ring to what results from adding the string being killed to the old
8887 kill ring.
8888
8889 We can see how this works with an example.
8890
8891 @need 800
8892 First,
8893
8894 @smallexample
8895 (setq example-list '("here is a clause" "another clause"))
8896 @end smallexample
8897
8898 @need 1200
8899 @noindent
8900 After evaluating this expression with @kbd{C-x C-e}, you can evaluate
8901 @code{example-list} and see what it returns:
8902
8903 @smallexample
8904 @group
8905 example-list
8906 @result{} ("here is a clause" "another clause")
8907 @end group
8908 @end smallexample
8909
8910 @need 1200
8911 @noindent
8912 Now, we can add a new element on to this list by evaluating the
8913 following expression:
8914 @findex push, @r{example}
8915
8916 @smallexample
8917 (push "a third clause" example-list)
8918 @end smallexample
8919
8920 @need 800
8921 @noindent
8922 When we evaluate @code{example-list}, we find its value is:
8923
8924 @smallexample
8925 @group
8926 example-list
8927 @result{} ("a third clause" "here is a clause" "another clause")
8928 @end group
8929 @end smallexample
8930
8931 @noindent
8932 Thus, the third clause is added to the list by @code{push}.
8933
8934 @need 1200
8935 Now for the second part of the @code{if} clause. This expression
8936 keeps the kill ring from growing too long. It looks like this:
8937
8938 @smallexample
8939 @group
8940 (if (> (length kill-ring) kill-ring-max)
8941 (setcdr (nthcdr (1- kill-ring-max) kill-ring) nil))
8942 @end group
8943 @end smallexample
8944
8945 The code checks whether the length of the kill ring is greater than
8946 the maximum permitted length. This is the value of
8947 @code{kill-ring-max} (which is 60, by default). If the length of the
8948 kill ring is too long, then this code sets the last element of the
8949 kill ring to @code{nil}. It does this by using two functions,
8950 @code{nthcdr} and @code{setcdr}.
8951
8952 We looked at @code{setcdr} earlier (@pxref{setcdr, , @code{setcdr}}).
8953 It sets the @sc{cdr} of a list, just as @code{setcar} sets the
8954 @sc{car} of a list. In this case, however, @code{setcdr} will not be
8955 setting the @sc{cdr} of the whole kill ring; the @code{nthcdr}
8956 function is used to cause it to set the @sc{cdr} of the next to last
8957 element of the kill ring---this means that since the @sc{cdr} of the
8958 next to last element is the last element of the kill ring, it will set
8959 the last element of the kill ring.
8960
8961 @findex nthcdr, @r{example}
8962 The @code{nthcdr} function works by repeatedly taking the @sc{cdr} of a
8963 list---it takes the @sc{cdr} of the @sc{cdr} of the @sc{cdr}
8964 @dots{} It does this @var{N} times and returns the results.
8965 (@xref{nthcdr, , @code{nthcdr}}.)
8966
8967 @findex setcdr, @r{example}
8968 Thus, if we had a four element list that was supposed to be three
8969 elements long, we could set the @sc{cdr} of the next to last element
8970 to @code{nil}, and thereby shorten the list. (If you set the last
8971 element to some other value than @code{nil}, which you could do, then
8972 you would not have shortened the list. @xref{setcdr, ,
8973 @code{setcdr}}.)
8974
8975 You can see shortening by evaluating the following three expressions
8976 in turn. First set the value of @code{trees} to @code{(maple oak pine
8977 birch)}, then set the @sc{cdr} of its second @sc{cdr} to @code{nil}
8978 and then find the value of @code{trees}:
8979
8980 @smallexample
8981 @group
8982 (setq trees '(maple oak pine birch))
8983 @result{} (maple oak pine birch)
8984 @end group
8985
8986 @group
8987 (setcdr (nthcdr 2 trees) nil)
8988 @result{} nil
8989
8990 trees
8991 @result{} (maple oak pine)
8992 @end group
8993 @end smallexample
8994
8995 @noindent
8996 (The value returned by the @code{setcdr} expression is @code{nil} since
8997 that is what the @sc{cdr} is set to.)
8998
8999 To repeat, in @code{kill-new}, the @code{nthcdr} function takes the
9000 @sc{cdr} a number of times that is one less than the maximum permitted
9001 size of the kill ring and @code{setcdr} sets the @sc{cdr} of that
9002 element (which will be the rest of the elements in the kill ring) to
9003 @code{nil}. This prevents the kill ring from growing too long.
9004
9005 @need 800
9006 The next to last expression in the @code{kill-new} function is
9007
9008 @smallexample
9009 (setq kill-ring-yank-pointer kill-ring)
9010 @end smallexample
9011
9012 The @code{kill-ring-yank-pointer} is a global variable that is set to be
9013 the @code{kill-ring}.
9014
9015 Even though the @code{kill-ring-yank-pointer} is called a
9016 @samp{pointer}, it is a variable just like the kill ring. However, the
9017 name has been chosen to help humans understand how the variable is used.
9018
9019 @need 1200
9020 Now, to return to an early expression in the body of the function:
9021
9022 @smallexample
9023 @group
9024 (if (fboundp 'menu-bar-update-yank-menu)
9025 (menu-bar-update-yank-menu string (and replace (car kill-ring))))
9026 @end group
9027 @end smallexample
9028
9029 @noindent
9030 It starts with an @code{if} expression
9031
9032 In this case, the expression tests first to see whether
9033 @code{menu-bar-update-yank-menu} exists as a function, and if so,
9034 calls it. The @code{fboundp} function returns true if the symbol it
9035 is testing has a function definition that `is not void'. If the
9036 symbol's function definition were void, we would receive an error
9037 message, as we did when we created errors intentionally (@pxref{Making
9038 Errors, , Generate an Error Message}).
9039
9040 @noindent
9041 The then-part contains an expression whose first element is the
9042 function @code{and}.
9043
9044 @findex and
9045 The @code{and} special form evaluates each of its arguments until one
9046 of the arguments returns a value of @code{nil}, in which case the
9047 @code{and} expression returns @code{nil}; however, if none of the
9048 arguments returns a value of @code{nil}, the value resulting from
9049 evaluating the last argument is returned. (Since such a value is not
9050 @code{nil}, it is considered true in Emacs Lisp.) In other words, an
9051 @code{and} expression returns a true value only if all its arguments
9052 are true. (@xref{Second Buffer Related Review}.)
9053
9054 The expression determines whether the second argument to
9055 @code{menu-bar-update-yank-menu} is true or not.
9056 @ignore
9057 ;; If we're supposed to be extending an existing string, and that
9058 ;; string really is at the front of the menu, then update it in place.
9059 @end ignore
9060
9061 @code{menu-bar-update-yank-menu} is one of the functions that make it
9062 possible to use the `Select and Paste' menu in the Edit item of a menu
9063 bar; using a mouse, you can look at the various pieces of text you
9064 have saved and select one piece to paste.
9065
9066 The last expression in the @code{kill-new} function adds the newly
9067 copied string to whatever facility exists for copying and pasting
9068 among different programs running in a windowing system. In the X
9069 Windowing system, for example, the @code{x-select-text} function takes
9070 the string and stores it in memory operated by X. You can paste the
9071 string in another program, such as an Xterm.
9072
9073 @need 1200
9074 The expression looks like this:
9075
9076 @smallexample
9077 @group
9078 (if interprogram-cut-function
9079 (funcall interprogram-cut-function string (not replace))))
9080 @end group
9081 @end smallexample
9082
9083 If an @code{interprogram-cut-function} exists, then Emacs executes
9084 @code{funcall}, which in turn calls its first argument as a function
9085 and passes the remaining arguments to it. (Incidentally, as far as I
9086 can see, this @code{if} expression could be replaced by an @code{and}
9087 expression similar to the one in the first part of the function.)
9088
9089 We are not going to discuss windowing systems and other programs
9090 further, but merely note that this is a mechanism that enables GNU
9091 Emacs to work easily and well with other programs.
9092
9093 This code for placing text in the kill ring, either concatenated with
9094 an existing element or as a new element, leads us to the code for
9095 bringing back text that has been cut out of the buffer---the yank
9096 commands. However, before discussing the yank commands, it is better
9097 to learn how lists are implemented in a computer. This will make
9098 clear such mysteries as the use of the term `pointer'. But before
9099 that, we will digress into C.
9100
9101 @ignore
9102 @c is this true in Emacs 22? Does not seems to be
9103
9104 (If the @w{@code{(< end beg))}}
9105 expression is true, @code{kill-append} prepends the string to the just
9106 previously clipped text. For a detailed discussion, see
9107 @ref{kill-append function, , The @code{kill-append} function}.)
9108
9109 If you then yank back the text, i.e., `paste' it, you get both
9110 pieces of text at once. That way, if you delete two words in a row,
9111 and then yank them back, you get both words, in their proper order,
9112 with one yank. (The @w{@code{(< end beg))}} expression makes sure the
9113 order is correct.)
9114
9115 On the other hand, if the previous command is not @code{kill-region},
9116 then the @code{kill-new} function is called, which adds the text to
9117 the kill ring as the latest item, and sets the
9118 @code{kill-ring-yank-pointer} variable to point to it.
9119 @end ignore
9120 @ignore
9121
9122 @c Evidently, changed for Emacs 22. The zap-to-char command does not
9123 @c use the delete-and-extract-region function
9124
9125 2006 Oct 26, the Digression into C is now OK but should come after
9126 copy-region-as-kill and filter-buffer-substring
9127
9128 2006 Oct 24
9129 In Emacs 22,
9130 copy-region-as-kill is short, 12 lines, and uses
9131 filter-buffer-substring, which is longer, 39 lines
9132 and has delete-and-extract-region in it.
9133 delete-and-extract-region is written in C.
9134
9135 see Initializing a Variable with @code{defvar}
9136 @end ignore
9137
9138 @node Digression into C, defvar, copy-region-as-kill, Cutting & Storing Text
9139 @comment node-name, next, previous, up
9140 @section Digression into C
9141 @findex delete-and-extract-region
9142 @cindex C, a digression into
9143 @cindex Digression into C
9144
9145 The @code{copy-region-as-kill} function (@pxref{copy-region-as-kill, ,
9146 @code{copy-region-as-kill}}) uses the @code{filter-buffer-substring}
9147 function, which in turn uses the @code{delete-and-extract-region}
9148 function. It removes the contents of a region and you cannot get them
9149 back.
9150
9151 Unlike the other code discussed here, the
9152 @code{delete-and-extract-region} function is not written in Emacs
9153 Lisp; it is written in C and is one of the primitives of the GNU Emacs
9154 system. Since it is very simple, I will digress briefly from Lisp and
9155 describe it here.
9156
9157 @c GNU Emacs 22 in /usr/local/src/emacs/src/editfns.c
9158 @c the DEFUN for buffer-substring-no-properties
9159
9160 @need 1500
9161 Like many of the other Emacs primitives,
9162 @code{delete-and-extract-region} is written as an instance of a C
9163 macro, a macro being a template for code. The complete macro looks
9164 like this:
9165
9166 @smallexample
9167 @group
9168 DEFUN ("buffer-substring-no-properties", Fbuffer_substring_no_properties,
9169 Sbuffer_substring_no_properties, 2, 2, 0,
9170 doc: /* Return the characters of part of the buffer,
9171 without the text properties.
9172 The two arguments START and END are character positions;
9173 they can be in either order. */)
9174 (start, end)
9175 Lisp_Object start, end;
9176 @{
9177 register int b, e;
9178
9179 validate_region (&start, &end);
9180 b = XINT (start);
9181 e = XINT (end);
9182
9183 return make_buffer_string (b, e, 0);
9184 @}
9185 @end group
9186 @end smallexample
9187
9188 Without going into the details of the macro writing process, let me
9189 point out that this macro starts with the word @code{DEFUN}. The word
9190 @code{DEFUN} was chosen since the code serves the same purpose as
9191 @code{defun} does in Lisp. (The @code{DEFUN} C macro is defined in
9192 @file{emacs/src/lisp.h}.)
9193
9194 The word @code{DEFUN} is followed by seven parts inside of
9195 parentheses:
9196
9197 @itemize @bullet
9198 @item
9199 The first part is the name given to the function in Lisp,
9200 @code{delete-and-extract-region}.
9201
9202 @item
9203 The second part is the name of the function in C,
9204 @code{Fdelete_and_extract_region}. By convention, it starts with
9205 @samp{F}. Since C does not use hyphens in names, underscores are used
9206 instead.
9207
9208 @item
9209 The third part is the name for the C constant structure that records
9210 information on this function for internal use. It is the name of the
9211 function in C but begins with an @samp{S} instead of an @samp{F}.
9212
9213 @item
9214 The fourth and fifth parts specify the minimum and maximum number of
9215 arguments the function can have. This function demands exactly 2
9216 arguments.
9217
9218 @item
9219 The sixth part is nearly like the argument that follows the
9220 @code{interactive} declaration in a function written in Lisp: a letter
9221 followed, perhaps, by a prompt. The only difference from the Lisp is
9222 when the macro is called with no arguments. Then you write a @code{0}
9223 (which is a `null string'), as in this macro.
9224
9225 If you were to specify arguments, you would place them between
9226 quotation marks. The C macro for @code{goto-char} includes
9227 @code{"NGoto char: "} in this position to indicate that the function
9228 expects a raw prefix, in this case, a numerical location in a buffer,
9229 and provides a prompt.
9230
9231 @item
9232 The seventh part is a documentation string, just like the one for a
9233 function written in Emacs Lisp, except that every newline must be
9234 written explicitly as @samp{\n} followed by a backslash and carriage
9235 return.
9236
9237 @need 1000
9238 Thus, the first two lines of documentation for @code{goto-char} are
9239 written like this:
9240
9241 @smallexample
9242 @group
9243 "Set point to POSITION, a number or marker.\n\
9244 Beginning of buffer is position (point-min), end is (point-max)."
9245 @end group
9246 @end smallexample
9247 @end itemize
9248
9249 @need 1200
9250 In a C macro, the formal parameters come next, with a statement of
9251 what kind of object they are, followed by what might be called the `body'
9252 of the macro. For @code{delete-and-extract-region} the `body'
9253 consists of the following four lines:
9254
9255 @smallexample
9256 @group
9257 validate_region (&start, &end);
9258 if (XINT (start) == XINT (end))
9259 return build_string ("");
9260 return del_range_1 (XINT (start), XINT (end), 1, 1);
9261 @end group
9262 @end smallexample
9263
9264 The @code{validate_region} function checks whether the values
9265 passed as the beginning and end of the region are the proper type and
9266 are within range. If the beginning and end positions are the same,
9267 then return and empty string.
9268
9269 The @code{del_range_1} function actually deletes the text. It is a
9270 complex function we will not look into. It updates the buffer and
9271 does other things. However, it is worth looking at the two arguments
9272 passed to @code{del_range}. These are @w{@code{XINT (start)}} and
9273 @w{@code{XINT (end)}}.
9274
9275 As far as the C language is concerned, @code{start} and @code{end} are
9276 two integers that mark the beginning and end of the region to be
9277 deleted@footnote{More precisely, and requiring more expert knowledge
9278 to understand, the two integers are of type `Lisp_Object', which can
9279 also be a C union instead of an integer type.}.
9280
9281 In early versions of Emacs, these two numbers were thirty-two bits
9282 long, but the code is slowly being generalized to handle other
9283 lengths. Three of the available bits are used to specify the type of
9284 information; the remaining bits are used as `content'.
9285
9286 @samp{XINT} is a C macro that extracts the relevant number from the
9287 longer collection of bits; the three other bits are discarded.
9288
9289 @need 800
9290 The command in @code{delete-and-extract-region} looks like this:
9291
9292 @smallexample
9293 del_range_1 (XINT (start), XINT (end), 1, 1);
9294 @end smallexample
9295
9296 @noindent
9297 It deletes the region between the beginning position, @code{start},
9298 and the ending position, @code{end}.
9299
9300 From the point of view of the person writing Lisp, Emacs is all very
9301 simple; but hidden underneath is a great deal of complexity to make it
9302 all work.
9303
9304 @node defvar, cons & search-fwd Review, Digression into C, Cutting & Storing Text
9305 @comment node-name, next, previous, up
9306 @section Initializing a Variable with @code{defvar}
9307 @findex defvar
9308 @cindex Initializing a variable
9309 @cindex Variable initialization
9310
9311 @ignore
9312 2006 Oct 24
9313 In Emacs 22,
9314 copy-region-as-kill is short, 12 lines, and uses
9315 filter-buffer-substring, which is longer, 39 lines
9316 and has delete-and-extract-region in it.
9317 delete-and-extract-region is written in C.
9318
9319 see Initializing a Variable with @code{defvar}
9320
9321 @end ignore
9322
9323 The @code{copy-region-as-kill} function is written in Emacs Lisp. Two
9324 functions within it, @code{kill-append} and @code{kill-new}, copy a
9325 region in a buffer and save it in a variable called the
9326 @code{kill-ring}. This section describes how the @code{kill-ring}
9327 variable is created and initialized using the @code{defvar} special
9328 form.
9329
9330 (Again we note that the term @code{kill-ring} is a misnomer. The text
9331 that is clipped out of the buffer can be brought back; it is not a ring
9332 of corpses, but a ring of resurrectable text.)
9333
9334 In Emacs Lisp, a variable such as the @code{kill-ring} is created and
9335 given an initial value by using the @code{defvar} special form. The
9336 name comes from ``define variable''.
9337
9338 The @code{defvar} special form is similar to @code{setq} in that it sets
9339 the value of a variable. It is unlike @code{setq} in two ways: first,
9340 it only sets the value of the variable if the variable does not already
9341 have a value. If the variable already has a value, @code{defvar} does
9342 not override the existing value. Second, @code{defvar} has a
9343 documentation string.
9344
9345 (Another special form, @code{defcustom}, is designed for variables
9346 that people customize. It has more features than @code{defvar}.
9347 (@xref{defcustom, , Setting Variables with @code{defcustom}}.)
9348
9349 @menu
9350 * See variable current value::
9351 * defvar and asterisk::
9352 @end menu
9353
9354 @node See variable current value, defvar and asterisk, defvar, defvar
9355 @ifnottex
9356 @unnumberedsubsec Seeing the Current Value of a Variable
9357 @end ifnottex
9358
9359 You can see the current value of a variable, any variable, by using
9360 the @code{describe-variable} function, which is usually invoked by
9361 typing @kbd{C-h v}. If you type @kbd{C-h v} and then @code{kill-ring}
9362 (followed by @key{RET}) when prompted, you will see what is in your
9363 current kill ring---this may be quite a lot! Conversely, if you have
9364 been doing nothing this Emacs session except read this document, you
9365 may have nothing in it. Also, you will see the documentation for
9366 @code{kill-ring}:
9367
9368 @smallexample
9369 @group
9370 Documentation:
9371 List of killed text sequences.
9372 Since the kill ring is supposed to interact nicely with cut-and-paste
9373 facilities offered by window systems, use of this variable should
9374 @end group
9375 @group
9376 interact nicely with `interprogram-cut-function' and
9377 `interprogram-paste-function'. The functions `kill-new',
9378 `kill-append', and `current-kill' are supposed to implement this
9379 interaction; you may want to use them instead of manipulating the kill
9380 ring directly.
9381 @end group
9382 @end smallexample
9383
9384 @need 800
9385 The kill ring is defined by a @code{defvar} in the following way:
9386
9387 @smallexample
9388 @group
9389 (defvar kill-ring nil
9390 "List of killed text sequences.
9391 @dots{}")
9392 @end group
9393 @end smallexample
9394
9395 @noindent
9396 In this variable definition, the variable is given an initial value of
9397 @code{nil}, which makes sense, since if you have saved nothing, you want
9398 nothing back if you give a @code{yank} command. The documentation
9399 string is written just like the documentation string of a @code{defun}.
9400 As with the documentation string of the @code{defun}, the first line of
9401 the documentation should be a complete sentence, since some commands,
9402 like @code{apropos}, print only the first line of documentation.
9403 Succeeding lines should not be indented; otherwise they look odd when
9404 you use @kbd{C-h v} (@code{describe-variable}).
9405
9406 @node defvar and asterisk, , See variable current value, defvar
9407 @subsection @code{defvar} and an asterisk
9408 @findex defvar @r{for a user customizable variable}
9409 @findex defvar @r{with an asterisk}
9410
9411 In the past, Emacs used the @code{defvar} special form both for
9412 internal variables that you would not expect a user to change and for
9413 variables that you do expect a user to change. Although you can still
9414 use @code{defvar} for user customizable variables, please use
9415 @code{defcustom} instead, since that special form provides a path into
9416 the Customization commands. (@xref{defcustom, , Specifying Variables
9417 using @code{defcustom}}.)
9418
9419 When you specified a variable using the @code{defvar} special form,
9420 you could distinguish a readily settable variable from others by
9421 typing an asterisk, @samp{*}, in the first column of its documentation
9422 string. For example:
9423
9424 @smallexample
9425 @group
9426 (defvar shell-command-default-error-buffer nil
9427 "*Buffer name for `shell-command' @dots{} error output.
9428 @dots{} ")
9429 @end group
9430 @end smallexample
9431
9432 @findex set-variable
9433 @noindent
9434 You could (and still can) use the @code{set-variable} command to
9435 change the value of @code{shell-command-default-error-buffer}
9436 temporarily. However, options set using @code{set-variable} are set
9437 only for the duration of your editing session. The new values are not
9438 saved between sessions. Each time Emacs starts, it reads the original
9439 value, unless you change the value within your @file{.emacs} file,
9440 either by setting it manually or by using @code{customize}.
9441 @xref{Emacs Initialization, , Your @file{.emacs} File}.
9442
9443 For me, the major use of the @code{set-variable} command is to suggest
9444 variables that I might want to set in my @file{.emacs} file. There
9445 are now more than 700 such variables --- far too many to remember
9446 readily. Fortunately, you can press @key{TAB} after calling the
9447 @code{M-x set-variable} command to see the list of variables.
9448 (@xref{Examining, , Examining and Setting Variables, emacs,
9449 The GNU Emacs Manual}.)
9450
9451 @need 1250
9452 @node cons & search-fwd Review, search Exercises, defvar, Cutting & Storing Text
9453 @comment node-name, next, previous, up
9454 @section Review
9455
9456 Here is a brief summary of some recently introduced functions.
9457
9458 @table @code
9459 @item car
9460 @itemx cdr
9461 @code{car} returns the first element of a list; @code{cdr} returns the
9462 second and subsequent elements of a list.
9463
9464 @need 1250
9465 For example:
9466
9467 @smallexample
9468 @group
9469 (car '(1 2 3 4 5 6 7))
9470 @result{} 1
9471 (cdr '(1 2 3 4 5 6 7))
9472 @result{} (2 3 4 5 6 7)
9473 @end group
9474 @end smallexample
9475
9476 @item cons
9477 @code{cons} constructs a list by prepending its first argument to its
9478 second argument.
9479
9480 @need 1250
9481 For example:
9482
9483 @smallexample
9484 @group
9485 (cons 1 '(2 3 4))
9486 @result{} (1 2 3 4)
9487 @end group
9488 @end smallexample
9489
9490 @item funcall
9491 @code{funcall} evaluates its first argument as a function. It passes
9492 its remaining arguments to its first argument.
9493
9494 @item nthcdr
9495 Return the result of taking @sc{cdr} `n' times on a list.
9496 @iftex
9497 The
9498 @tex
9499 $n^{th}$
9500 @end tex
9501 @code{cdr}.
9502 @end iftex
9503 The `rest of the rest', as it were.
9504
9505 @need 1250
9506 For example:
9507
9508 @smallexample
9509 @group
9510 (nthcdr 3 '(1 2 3 4 5 6 7))
9511 @result{} (4 5 6 7)
9512 @end group
9513 @end smallexample
9514
9515 @item setcar
9516 @itemx setcdr
9517 @code{setcar} changes the first element of a list; @code{setcdr}
9518 changes the second and subsequent elements of a list.
9519
9520 @need 1250
9521 For example:
9522
9523 @smallexample
9524 @group
9525 (setq triple '(1 2 3))
9526
9527 (setcar triple '37)
9528
9529 triple
9530 @result{} (37 2 3)
9531
9532 (setcdr triple '("foo" "bar"))
9533
9534 triple
9535 @result{} (37 "foo" "bar")
9536 @end group
9537 @end smallexample
9538
9539 @item progn
9540 Evaluate each argument in sequence and then return the value of the
9541 last.
9542
9543 @need 1250
9544 For example:
9545
9546 @smallexample
9547 @group
9548 (progn 1 2 3 4)
9549 @result{} 4
9550 @end group
9551 @end smallexample
9552
9553 @item save-restriction
9554 Record whatever narrowing is in effect in the current buffer, if any,
9555 and restore that narrowing after evaluating the arguments.
9556
9557 @item search-forward
9558 Search for a string, and if the string is found, move point. With a
9559 regular expression, use the similar @code{re-search-forward}.
9560 (@xref{Regexp Search, , Regular Expression Searches}, for an
9561 explanation of regular expression patterns and searches.)
9562
9563 @need 1250
9564 @noindent
9565 @code{search-forward} and @code{re-search-forward} take four
9566 arguments:
9567
9568 @enumerate
9569 @item
9570 The string or regular expression to search for.
9571
9572 @item
9573 Optionally, the limit of the search.
9574
9575 @item
9576 Optionally, what to do if the search fails, return @code{nil} or an
9577 error message.
9578
9579 @item
9580 Optionally, how many times to repeat the search; if negative, the
9581 search goes backwards.
9582 @end enumerate
9583
9584 @item kill-region
9585 @itemx delete-and-extract-region
9586 @itemx copy-region-as-kill
9587
9588 @code{kill-region} cuts the text between point and mark from the
9589 buffer and stores that text in the kill ring, so you can get it back
9590 by yanking.
9591
9592 @code{copy-region-as-kill} copies the text between point and mark into
9593 the kill ring, from which you can get it by yanking. The function
9594 does not cut or remove the text from the buffer.
9595 @end table
9596
9597 @code{delete-and-extract-region} removes the text between point and
9598 mark from the buffer and throws it away. You cannot get it back.
9599 (This is not an interactive command.)
9600
9601 @need 1500
9602 @node search Exercises, , cons & search-fwd Review, Cutting & Storing Text
9603 @section Searching Exercises
9604
9605 @itemize @bullet
9606 @item
9607 Write an interactive function that searches for a string. If the
9608 search finds the string, leave point after it and display a message
9609 that says ``Found!''. (Do not use @code{search-forward} for the name
9610 of this function; if you do, you will overwrite the existing version of
9611 @code{search-forward} that comes with Emacs. Use a name such as
9612 @code{test-search} instead.)
9613
9614 @item
9615 Write a function that prints the third element of the kill ring in the
9616 echo area, if any; if the kill ring does not contain a third element,
9617 print an appropriate message.
9618 @end itemize
9619
9620 @node List Implementation, Yanking, Cutting & Storing Text, Top
9621 @comment node-name, next, previous, up
9622 @chapter How Lists are Implemented
9623 @cindex Lists in a computer
9624
9625 In Lisp, atoms are recorded in a straightforward fashion; if the
9626 implementation is not straightforward in practice, it is, nonetheless,
9627 straightforward in theory. The atom @samp{rose}, for example, is
9628 recorded as the four contiguous letters @samp{r}, @samp{o}, @samp{s},
9629 @samp{e}. A list, on the other hand, is kept differently. The mechanism
9630 is equally simple, but it takes a moment to get used to the idea. A
9631 list is kept using a series of pairs of pointers. In the series, the
9632 first pointer in each pair points to an atom or to another list, and the
9633 second pointer in each pair points to the next pair, or to the symbol
9634 @code{nil}, which marks the end of the list.
9635
9636 A pointer itself is quite simply the electronic address of what is
9637 pointed to. Hence, a list is kept as a series of electronic addresses.
9638
9639 @menu
9640 * Lists diagrammed::
9641 * Symbols as Chest::
9642 * List Exercise::
9643 @end menu
9644
9645 @node Lists diagrammed, Symbols as Chest, List Implementation, List Implementation
9646 @ifnottex
9647 @unnumberedsec Lists diagrammed
9648 @end ifnottex
9649
9650 For example, the list @code{(rose violet buttercup)} has three elements,
9651 @samp{rose}, @samp{violet}, and @samp{buttercup}. In the computer, the
9652 electronic address of @samp{rose} is recorded in a segment of computer
9653 memory along with the address that gives the electronic address of where
9654 the atom @samp{violet} is located; and that address (the one that tells
9655 where @samp{violet} is located) is kept along with an address that tells
9656 where the address for the atom @samp{buttercup} is located.
9657
9658 @need 1200
9659 This sounds more complicated than it is and is easier seen in a diagram:
9660
9661 @c clear print-postscript-figures
9662 @c !!! cons-cell-diagram #1
9663 @ifnottex
9664 @smallexample
9665 @group
9666 ___ ___ ___ ___ ___ ___
9667 |___|___|--> |___|___|--> |___|___|--> nil
9668 | | |
9669 | | |
9670 --> rose --> violet --> buttercup
9671 @end group
9672 @end smallexample
9673 @end ifnottex
9674 @ifset print-postscript-figures
9675 @sp 1
9676 @tex
9677 @center @image{cons-1}
9678 %%%% old method of including an image
9679 % \input /usr/local/lib/tex/inputs/psfig.tex
9680 % \centerline{\psfig{figure=/usr/local/lib/emacs/man/cons-1.eps}}
9681 % \catcode`\@=0 %
9682 @end tex
9683 @sp 1
9684 @end ifset
9685 @ifclear print-postscript-figures
9686 @iftex
9687 @smallexample
9688 @group
9689 ___ ___ ___ ___ ___ ___
9690 |___|___|--> |___|___|--> |___|___|--> nil
9691 | | |
9692 | | |
9693 --> rose --> violet --> buttercup
9694 @end group
9695 @end smallexample
9696 @end iftex
9697 @end ifclear
9698
9699 @noindent
9700 In the diagram, each box represents a word of computer memory that
9701 holds a Lisp object, usually in the form of a memory address. The boxes,
9702 i.e.@: the addresses, are in pairs. Each arrow points to what the address
9703 is the address of, either an atom or another pair of addresses. The
9704 first box is the electronic address of @samp{rose} and the arrow points
9705 to @samp{rose}; the second box is the address of the next pair of boxes,
9706 the first part of which is the address of @samp{violet} and the second
9707 part of which is the address of the next pair. The very last box
9708 points to the symbol @code{nil}, which marks the end of the list.
9709
9710 @need 1200
9711 When a variable is set to a list with a function such as @code{setq},
9712 it stores the address of the first box in the variable. Thus,
9713 evaluation of the expression
9714
9715 @smallexample
9716 (setq bouquet '(rose violet buttercup))
9717 @end smallexample
9718
9719 @need 1250
9720 @noindent
9721 creates a situation like this:
9722
9723 @c cons-cell-diagram #2
9724 @ifnottex
9725 @smallexample
9726 @group
9727 bouquet
9728 |
9729 | ___ ___ ___ ___ ___ ___
9730 --> |___|___|--> |___|___|--> |___|___|--> nil
9731 | | |
9732 | | |
9733 --> rose --> violet --> buttercup
9734 @end group
9735 @end smallexample
9736 @end ifnottex
9737 @ifset print-postscript-figures
9738 @sp 1
9739 @tex
9740 @center @image{cons-2}
9741 %%%% old method of including an image
9742 % \input /usr/local/lib/tex/inputs/psfig.tex
9743 % \centerline{\psfig{figure=/usr/local/lib/emacs/man/cons-2.eps}}
9744 % \catcode`\@=0 %
9745 @end tex
9746 @sp 1
9747 @end ifset
9748 @ifclear print-postscript-figures
9749 @iftex
9750 @smallexample
9751 @group
9752 bouquet
9753 |
9754 | ___ ___ ___ ___ ___ ___
9755 --> |___|___|--> |___|___|--> |___|___|--> nil
9756 | | |
9757 | | |
9758 --> rose --> violet --> buttercup
9759 @end group
9760 @end smallexample
9761 @end iftex
9762 @end ifclear
9763
9764 @noindent
9765 In this example, the symbol @code{bouquet} holds the address of the first
9766 pair of boxes.
9767
9768 @need 1200
9769 This same list can be illustrated in a different sort of box notation
9770 like this:
9771
9772 @c cons-cell-diagram #2a
9773 @ifnottex
9774 @smallexample
9775 @group
9776 bouquet
9777 |
9778 | -------------- --------------- ----------------
9779 | | car | cdr | | car | cdr | | car | cdr |
9780 -->| rose | o------->| violet | o------->| butter- | nil |
9781 | | | | | | | cup | |
9782 -------------- --------------- ----------------
9783 @end group
9784 @end smallexample
9785 @end ifnottex
9786 @ifset print-postscript-figures
9787 @sp 1
9788 @tex
9789 @center @image{cons-2a}
9790 %%%% old method of including an image
9791 % \input /usr/local/lib/tex/inputs/psfig.tex
9792 % \centerline{\psfig{figure=/usr/local/lib/emacs/man/cons-2a.eps}}
9793 % \catcode`\@=0 %
9794 @end tex
9795 @sp 1
9796 @end ifset
9797 @ifclear print-postscript-figures
9798 @iftex
9799 @smallexample
9800 @group
9801 bouquet
9802 |
9803 | -------------- --------------- ----------------
9804 | | car | cdr | | car | cdr | | car | cdr |
9805 -->| rose | o------->| violet | o------->| butter- | nil |
9806 | | | | | | | cup | |
9807 -------------- --------------- ----------------
9808 @end group
9809 @end smallexample
9810 @end iftex
9811 @end ifclear
9812
9813 (Symbols consist of more than pairs of addresses, but the structure of
9814 a symbol is made up of addresses. Indeed, the symbol @code{bouquet}
9815 consists of a group of address-boxes, one of which is the address of
9816 the printed word @samp{bouquet}, a second of which is the address of a
9817 function definition attached to the symbol, if any, a third of which
9818 is the address of the first pair of address-boxes for the list
9819 @code{(rose violet buttercup)}, and so on. Here we are showing that
9820 the symbol's third address-box points to the first pair of
9821 address-boxes for the list.)
9822
9823 If a symbol is set to the @sc{cdr} of a list, the list itself is not
9824 changed; the symbol simply has an address further down the list. (In
9825 the jargon, @sc{car} and @sc{cdr} are `non-destructive'.) Thus,
9826 evaluation of the following expression
9827
9828 @smallexample
9829 (setq flowers (cdr bouquet))
9830 @end smallexample
9831
9832 @need 800
9833 @noindent
9834 produces this:
9835
9836 @c cons-cell-diagram #3
9837 @ifnottex
9838 @sp 1
9839 @smallexample
9840 @group
9841 bouquet flowers
9842 | |
9843 | ___ ___ | ___ ___ ___ ___
9844 --> | | | --> | | | | | |
9845 |___|___|----> |___|___|--> |___|___|--> nil
9846 | | |
9847 | | |
9848 --> rose --> violet --> buttercup
9849 @end group
9850 @end smallexample
9851 @sp 1
9852 @end ifnottex
9853 @ifset print-postscript-figures
9854 @sp 1
9855 @tex
9856 @center @image{cons-3}
9857 %%%% old method of including an image
9858 % \input /usr/local/lib/tex/inputs/psfig.tex
9859 % \centerline{\psfig{figure=/usr/local/lib/emacs/man/cons-3.eps}}
9860 % \catcode`\@=0 %
9861 @end tex
9862 @sp 1
9863 @end ifset
9864 @ifclear print-postscript-figures
9865 @iftex
9866 @sp 1
9867 @smallexample
9868 @group
9869 bouquet flowers
9870 | |
9871 | ___ ___ | ___ ___ ___ ___
9872 --> | | | --> | | | | | |
9873 |___|___|----> |___|___|--> |___|___|--> nil
9874 | | |
9875 | | |
9876 --> rose --> violet --> buttercup
9877 @end group
9878 @end smallexample
9879 @sp 1
9880 @end iftex
9881 @end ifclear
9882
9883 @noindent
9884 The value of @code{flowers} is @code{(violet buttercup)}, which is
9885 to say, the symbol @code{flowers} holds the address of the pair of
9886 address-boxes, the first of which holds the address of @code{violet},
9887 and the second of which holds the address of @code{buttercup}.
9888
9889 A pair of address-boxes is called a @dfn{cons cell} or @dfn{dotted
9890 pair}. @xref{Cons Cell Type, , Cons Cell and List Types, elisp, The GNU Emacs Lisp
9891 Reference Manual}, and @ref{Dotted Pair Notation, , Dotted Pair
9892 Notation, elisp, The GNU Emacs Lisp Reference Manual}, for more
9893 information about cons cells and dotted pairs.
9894
9895 @need 1200
9896 The function @code{cons} adds a new pair of addresses to the front of
9897 a series of addresses like that shown above. For example, evaluating
9898 the expression
9899
9900 @smallexample
9901 (setq bouquet (cons 'lily bouquet))
9902 @end smallexample
9903
9904 @need 1500
9905 @noindent
9906 produces:
9907
9908 @c cons-cell-diagram #4
9909 @ifnottex
9910 @sp 1
9911 @smallexample
9912 @group
9913 bouquet flowers
9914 | |
9915 | ___ ___ ___ ___ | ___ ___ ___ ___
9916 --> | | | | | | --> | | | | | |
9917 |___|___|----> |___|___|----> |___|___|---->|___|___|--> nil
9918 | | | |
9919 | | | |
9920 --> lily --> rose --> violet --> buttercup
9921 @end group
9922 @end smallexample
9923 @sp 1
9924 @end ifnottex
9925 @ifset print-postscript-figures
9926 @sp 1
9927 @tex
9928 @center @image{cons-4}
9929 %%%% old method of including an image
9930 % \input /usr/local/lib/tex/inputs/psfig.tex
9931 % \centerline{\psfig{figure=/usr/local/lib/emacs/man/cons-4.eps}}
9932 % \catcode`\@=0 %
9933 @end tex
9934 @sp 1
9935 @end ifset
9936 @ifclear print-postscript-figures
9937 @iftex
9938 @sp 1
9939 @smallexample
9940 @group
9941 bouquet flowers
9942 | |
9943 | ___ ___ ___ ___ | ___ ___ ___ ___
9944 --> | | | | | | --> | | | | | |
9945 |___|___|----> |___|___|----> |___|___|---->|___|___|--> nil
9946 | | | |
9947 | | | |
9948 --> lily --> rose --> violet --> buttercup
9949 @end group
9950 @end smallexample
9951 @sp 1
9952 @end iftex
9953 @end ifclear
9954
9955 @need 1200
9956 @noindent
9957 However, this does not change the value of the symbol
9958 @code{flowers}, as you can see by evaluating the following,
9959
9960 @smallexample
9961 (eq (cdr (cdr bouquet)) flowers)
9962 @end smallexample
9963
9964 @noindent
9965 which returns @code{t} for true.
9966
9967 Until it is reset, @code{flowers} still has the value
9968 @code{(violet buttercup)}; that is, it has the address of the cons
9969 cell whose first address is of @code{violet}. Also, this does not
9970 alter any of the pre-existing cons cells; they are all still there.
9971
9972 Thus, in Lisp, to get the @sc{cdr} of a list, you just get the address
9973 of the next cons cell in the series; to get the @sc{car} of a list,
9974 you get the address of the first element of the list; to @code{cons} a
9975 new element on a list, you add a new cons cell to the front of the list.
9976 That is all there is to it! The underlying structure of Lisp is
9977 brilliantly simple!
9978
9979 And what does the last address in a series of cons cells refer to? It
9980 is the address of the empty list, of @code{nil}.
9981
9982 In summary, when a Lisp variable is set to a value, it is provided with
9983 the address of the list to which the variable refers.
9984
9985 @node Symbols as Chest, List Exercise, Lists diagrammed, List Implementation
9986 @section Symbols as a Chest of Drawers
9987 @cindex Symbols as a Chest of Drawers
9988 @cindex Chest of Drawers, metaphor for a symbol
9989 @cindex Drawers, Chest of, metaphor for a symbol
9990
9991 In an earlier section, I suggested that you might imagine a symbol as
9992 being a chest of drawers. The function definition is put in one
9993 drawer, the value in another, and so on. What is put in the drawer
9994 holding the value can be changed without affecting the contents of the
9995 drawer holding the function definition, and vice-verse.
9996
9997 Actually, what is put in each drawer is the address of the value or
9998 function definition. It is as if you found an old chest in the attic,
9999 and in one of its drawers you found a map giving you directions to
10000 where the buried treasure lies.
10001
10002 (In addition to its name, symbol definition, and variable value, a
10003 symbol has a `drawer' for a @dfn{property list} which can be used to
10004 record other information. Property lists are not discussed here; see
10005 @ref{Property Lists, , Property Lists, elisp, The GNU Emacs Lisp
10006 Reference Manual}.)
10007
10008 @need 1500
10009 Here is a fanciful representation:
10010
10011 @c chest-of-drawers diagram
10012 @ifnottex
10013 @sp 1
10014 @smallexample
10015 @group
10016 Chest of Drawers Contents of Drawers
10017
10018 __ o0O0o __
10019 / \
10020 ---------------------
10021 | directions to | [map to]
10022 | symbol name | bouquet
10023 | |
10024 +---------------------+
10025 | directions to |
10026 | symbol definition | [none]
10027 | |
10028 +---------------------+
10029 | directions to | [map to]
10030 | variable value | (rose violet buttercup)
10031 | |
10032 +---------------------+
10033 | directions to |
10034 | property list | [not described here]
10035 | |
10036 +---------------------+
10037 |/ \|
10038 @end group
10039 @end smallexample
10040 @sp 1
10041 @end ifnottex
10042 @ifset print-postscript-figures
10043 @sp 1
10044 @tex
10045 @center @image{drawers}
10046 %%%% old method of including an image
10047 % \input /usr/local/lib/tex/inputs/psfig.tex
10048 % \centerline{\psfig{figure=/usr/local/lib/emacs/man/drawers.eps}}
10049 % \catcode`\@=0 %
10050 @end tex
10051 @sp 1
10052 @end ifset
10053 @ifclear print-postscript-figures
10054 @iftex
10055 @sp 1
10056 @smallexample
10057 @group
10058 Chest of Drawers Contents of Drawers
10059
10060 __ o0O0o __
10061 / \
10062 ---------------------
10063 | directions to | [map to]
10064 | symbol name | bouquet
10065 | |
10066 +---------------------+
10067 | directions to |
10068 | symbol definition | [none]
10069 | |
10070 +---------------------+
10071 | directions to | [map to]
10072 | variable value | (rose violet buttercup)
10073 | |
10074 +---------------------+
10075 | directions to |
10076 | property list | [not described here]
10077 | |
10078 +---------------------+
10079 |/ \|
10080 @end group
10081 @end smallexample
10082 @sp 1
10083 @end iftex
10084 @end ifclear
10085
10086 @node List Exercise, , Symbols as Chest, List Implementation
10087 @section Exercise
10088
10089 Set @code{flowers} to @code{violet} and @code{buttercup}. Cons two
10090 more flowers on to this list and set this new list to
10091 @code{more-flowers}. Set the @sc{car} of @code{flowers} to a fish.
10092 What does the @code{more-flowers} list now contain?
10093
10094 @node Yanking, Loops & Recursion, List Implementation, Top
10095 @comment node-name, next, previous, up
10096 @chapter Yanking Text Back
10097 @findex yank
10098 @findex rotate-yank-pointer
10099 @cindex Text retrieval
10100 @cindex Retrieving text
10101 @cindex Pasting text
10102
10103 Whenever you cut text out of a buffer with a `kill' command in GNU Emacs,
10104 you can bring it back with a `yank' command. The text that is cut out of
10105 the buffer is put in the kill ring and the yank commands insert the
10106 appropriate contents of the kill ring back into a buffer (not necessarily
10107 the original buffer).
10108
10109 A simple @kbd{C-y} (@code{yank}) command inserts the first item from
10110 the kill ring into the current buffer. If the @kbd{C-y} command is
10111 followed immediately by @kbd{M-y}, the first element is replaced by
10112 the second element. Successive @kbd{M-y} commands replace the second
10113 element with the third, fourth, or fifth element, and so on. When the
10114 last element in the kill ring is reached, it is replaced by the first
10115 element and the cycle is repeated. (Thus the kill ring is called a
10116 `ring' rather than just a `list'. However, the actual data structure
10117 that holds the text is a list.
10118 @xref{Kill Ring, , Handling the Kill Ring}, for the details of how the
10119 list is handled as a ring.)
10120
10121 @menu
10122 * Kill Ring Overview::
10123 * kill-ring-yank-pointer::
10124 * yank nthcdr Exercises::
10125 @end menu
10126
10127 @node Kill Ring Overview, kill-ring-yank-pointer, Yanking, Yanking
10128 @comment node-name, next, previous, up
10129 @section Kill Ring Overview
10130 @cindex Kill ring overview
10131
10132 The kill ring is a list of textual strings. This is what it looks like:
10133
10134 @smallexample
10135 ("some text" "a different piece of text" "yet more text")
10136 @end smallexample
10137
10138 If this were the contents of my kill ring and I pressed @kbd{C-y}, the
10139 string of characters saying @samp{some text} would be inserted in this
10140 buffer where my cursor is located.
10141
10142 The @code{yank} command is also used for duplicating text by copying it.
10143 The copied text is not cut from the buffer, but a copy of it is put on the
10144 kill ring and is inserted by yanking it back.
10145
10146 Three functions are used for bringing text back from the kill ring:
10147 @code{yank}, which is usually bound to @kbd{C-y}; @code{yank-pop},
10148 which is usually bound to @kbd{M-y}; and @code{rotate-yank-pointer},
10149 which is used by the two other functions.
10150
10151 These functions refer to the kill ring through a variable called the
10152 @code{kill-ring-yank-pointer}. Indeed, the insertion code for both the
10153 @code{yank} and @code{yank-pop} functions is:
10154
10155 @smallexample
10156 (insert (car kill-ring-yank-pointer))
10157 @end smallexample
10158
10159 @noindent
10160 (Well, no more. In GNU Emacs 22, the function has been replaced by
10161 @code{insert-for-yank} which calls @code{insert-for-yank-1}
10162 repetitively for each @code{yank-handler} segment. In turn,
10163 @code{insert-for-yank-1} strips text properties from the inserted text
10164 according to @code{yank-excluded-properties}. Otherwise, it is just
10165 like @code{insert}. We will stick with plain @code{insert} since it
10166 is easier to understand.)
10167
10168 To begin to understand how @code{yank} and @code{yank-pop} work, it is
10169 first necessary to look at the @code{kill-ring-yank-pointer} variable
10170 and the @code{rotate-yank-pointer} function.
10171
10172 @node kill-ring-yank-pointer, yank nthcdr Exercises, Kill Ring Overview, Yanking
10173 @comment node-name, next, previous, up
10174 @section The @code{kill-ring-yank-pointer} Variable
10175
10176 @code{kill-ring-yank-pointer} is a variable, just as @code{kill-ring} is
10177 a variable. It points to something by being bound to the value of what
10178 it points to, like any other Lisp variable.
10179
10180 @need 1000
10181 Thus, if the value of the kill ring is:
10182
10183 @smallexample
10184 ("some text" "a different piece of text" "yet more text")
10185 @end smallexample
10186
10187 @need 1250
10188 @noindent
10189 and the @code{kill-ring-yank-pointer} points to the second clause, the
10190 value of @code{kill-ring-yank-pointer} is:
10191
10192 @smallexample
10193 ("a different piece of text" "yet more text")
10194 @end smallexample
10195
10196 As explained in the previous chapter (@pxref{List Implementation}), the
10197 computer does not keep two different copies of the text being pointed to
10198 by both the @code{kill-ring} and the @code{kill-ring-yank-pointer}. The
10199 words ``a different piece of text'' and ``yet more text'' are not
10200 duplicated. Instead, the two Lisp variables point to the same pieces of
10201 text. Here is a diagram:
10202
10203 @c cons-cell-diagram #5
10204 @ifnottex
10205 @smallexample
10206 @group
10207 kill-ring kill-ring-yank-pointer
10208 | |
10209 | ___ ___ | ___ ___ ___ ___
10210 ---> | | | --> | | | | | |
10211 |___|___|----> |___|___|--> |___|___|--> nil
10212 | | |
10213 | | |
10214 | | --> "yet more text"
10215 | |
10216 | --> "a different piece of text"
10217 |
10218 --> "some text"
10219 @end group
10220 @end smallexample
10221 @sp 1
10222 @end ifnottex
10223 @ifset print-postscript-figures
10224 @sp 1
10225 @tex
10226 @center @image{cons-5}
10227 %%%% old method of including an image
10228 % \input /usr/local/lib/tex/inputs/psfig.tex
10229 % \centerline{\psfig{figure=/usr/local/lib/emacs/man/cons-5.eps}}
10230 % \catcode`\@=0 %
10231 @end tex
10232 @sp 1
10233 @end ifset
10234 @ifclear print-postscript-figures
10235 @iftex
10236 @smallexample
10237 @group
10238 kill-ring kill-ring-yank-pointer
10239 | |
10240 | ___ ___ | ___ ___ ___ ___
10241 ---> | | | --> | | | | | |
10242 |___|___|----> |___|___|--> |___|___|--> nil
10243 | | |
10244 | | |
10245 | | --> "yet more text"
10246 | |
10247 | --> "a different piece of text
10248 |
10249 --> "some text"
10250 @end group
10251 @end smallexample
10252 @sp 1
10253 @end iftex
10254 @end ifclear
10255
10256 Both the variable @code{kill-ring} and the variable
10257 @code{kill-ring-yank-pointer} are pointers. But the kill ring itself is
10258 usually described as if it were actually what it is composed of. The
10259 @code{kill-ring} is spoken of as if it were the list rather than that it
10260 points to the list. Conversely, the @code{kill-ring-yank-pointer} is
10261 spoken of as pointing to a list.
10262
10263 These two ways of talking about the same thing sound confusing at first but
10264 make sense on reflection. The kill ring is generally thought of as the
10265 complete structure of data that holds the information of what has recently
10266 been cut out of the Emacs buffers. The @code{kill-ring-yank-pointer}
10267 on the other hand, serves to indicate---that is, to `point to'---that part
10268 of the kill ring of which the first element (the @sc{car}) will be
10269 inserted.
10270
10271 @ignore
10272 In GNU Emacs 22, the @code{kill-new} function calls
10273
10274 @code{(setq kill-ring-yank-pointer kill-ring)}
10275
10276 (defun rotate-yank-pointer (arg)
10277 "Rotate the yanking point in the kill ring.
10278 With argument, rotate that many kills forward (or backward, if negative)."
10279 (interactive "p")
10280 (current-kill arg))
10281
10282 (defun current-kill (n &optional do-not-move)
10283 "Rotate the yanking point by N places, and then return that kill.
10284 If N is zero, `interprogram-paste-function' is set, and calling it
10285 returns a string, then that string is added to the front of the
10286 kill ring and returned as the latest kill.
10287 If optional arg DO-NOT-MOVE is non-nil, then don't actually move the
10288 yanking point; just return the Nth kill forward."
10289 (let ((interprogram-paste (and (= n 0)
10290 interprogram-paste-function
10291 (funcall interprogram-paste-function))))
10292 (if interprogram-paste
10293 (progn
10294 ;; Disable the interprogram cut function when we add the new
10295 ;; text to the kill ring, so Emacs doesn't try to own the
10296 ;; selection, with identical text.
10297 (let ((interprogram-cut-function nil))
10298 (kill-new interprogram-paste))
10299 interprogram-paste)
10300 (or kill-ring (error "Kill ring is empty"))
10301 (let ((ARGth-kill-element
10302 (nthcdr (mod (- n (length kill-ring-yank-pointer))
10303 (length kill-ring))
10304 kill-ring)))
10305 (or do-not-move
10306 (setq kill-ring-yank-pointer ARGth-kill-element))
10307 (car ARGth-kill-element)))))
10308
10309 @end ignore
10310
10311 @need 1500
10312 @node yank nthcdr Exercises, , kill-ring-yank-pointer, Yanking
10313 @section Exercises with @code{yank} and @code{nthcdr}
10314
10315 @itemize @bullet
10316 @item
10317 Using @kbd{C-h v} (@code{describe-variable}), look at the value of
10318 your kill ring. Add several items to your kill ring; look at its
10319 value again. Using @kbd{M-y} (@code{yank-pop)}, move all the way
10320 around the kill ring. How many items were in your kill ring? Find
10321 the value of @code{kill-ring-max}. Was your kill ring full, or could
10322 you have kept more blocks of text within it?
10323
10324 @item
10325 Using @code{nthcdr} and @code{car}, construct a series of expressions
10326 to return the first, second, third, and fourth elements of a list.
10327 @end itemize
10328
10329 @node Loops & Recursion, Regexp Search, Yanking, Top
10330 @comment node-name, next, previous, up
10331 @chapter Loops and Recursion
10332 @cindex Loops and recursion
10333 @cindex Recursion and loops
10334 @cindex Repetition (loops)
10335
10336 Emacs Lisp has two primary ways to cause an expression, or a series of
10337 expressions, to be evaluated repeatedly: one uses a @code{while}
10338 loop, and the other uses @dfn{recursion}.
10339
10340 Repetition can be very valuable. For example, to move forward four
10341 sentences, you need only write a program that will move forward one
10342 sentence and then repeat the process four times. Since a computer does
10343 not get bored or tired, such repetitive action does not have the
10344 deleterious effects that excessive or the wrong kinds of repetition can
10345 have on humans.
10346
10347 People mostly write Emacs Lisp functions using @code{while} loops and
10348 their kin; but you can use recursion, which provides a very powerful
10349 way to think about and then to solve problems@footnote{You can write
10350 recursive functions to be frugal or wasteful of mental or computer
10351 resources; as it happens, methods that people find easy---that are
10352 frugal of `mental resources'---sometimes use considerable computer
10353 resources. Emacs was designed to run on machines that we now consider
10354 limited and its default settings are conservative. You may want to
10355 increase the values of @code{max-specpdl-size} and
10356 @code{max-lisp-eval-depth}. In my @file{.emacs} file, I set them to
10357 15 and 30 times their default value.}.
10358
10359 @menu
10360 * while::
10361 * dolist dotimes::
10362 * Recursion::
10363 * Looping exercise::
10364 @end menu
10365
10366 @node while, dolist dotimes, Loops & Recursion, Loops & Recursion
10367 @comment node-name, next, previous, up
10368 @section @code{while}
10369 @cindex Loops
10370 @findex while
10371
10372 The @code{while} special form tests whether the value returned by
10373 evaluating its first argument is true or false. This is similar to what
10374 the Lisp interpreter does with an @code{if}; what the interpreter does
10375 next, however, is different.
10376
10377 In a @code{while} expression, if the value returned by evaluating the
10378 first argument is false, the Lisp interpreter skips the rest of the
10379 expression (the @dfn{body} of the expression) and does not evaluate it.
10380 However, if the value is true, the Lisp interpreter evaluates the body
10381 of the expression and then again tests whether the first argument to
10382 @code{while} is true or false. If the value returned by evaluating the
10383 first argument is again true, the Lisp interpreter again evaluates the
10384 body of the expression.
10385
10386 @need 1200
10387 The template for a @code{while} expression looks like this:
10388
10389 @smallexample
10390 @group
10391 (while @var{true-or-false-test}
10392 @var{body}@dots{})
10393 @end group
10394 @end smallexample
10395
10396 @menu
10397 * Looping with while::
10398 * Loop Example::
10399 * print-elements-of-list::
10400 * Incrementing Loop::
10401 * Decrementing Loop::
10402 @end menu
10403
10404 @node Looping with while, Loop Example, while, while
10405 @ifnottex
10406 @unnumberedsubsec Looping with @code{while}
10407 @end ifnottex
10408
10409 So long as the true-or-false-test of the @code{while} expression
10410 returns a true value when it is evaluated, the body is repeatedly
10411 evaluated. This process is called a loop since the Lisp interpreter
10412 repeats the same thing again and again, like an airplane doing a loop.
10413 When the result of evaluating the true-or-false-test is false, the
10414 Lisp interpreter does not evaluate the rest of the @code{while}
10415 expression and `exits the loop'.
10416
10417 Clearly, if the value returned by evaluating the first argument to
10418 @code{while} is always true, the body following will be evaluated
10419 again and again @dots{} and again @dots{} forever. Conversely, if the
10420 value returned is never true, the expressions in the body will never
10421 be evaluated. The craft of writing a @code{while} loop consists of
10422 choosing a mechanism such that the true-or-false-test returns true
10423 just the number of times that you want the subsequent expressions to
10424 be evaluated, and then have the test return false.
10425
10426 The value returned by evaluating a @code{while} is the value of the
10427 true-or-false-test. An interesting consequence of this is that a
10428 @code{while} loop that evaluates without error will return @code{nil}
10429 or false regardless of whether it has looped 1 or 100 times or none at
10430 all. A @code{while} expression that evaluates successfully never
10431 returns a true value! What this means is that @code{while} is always
10432 evaluated for its side effects, which is to say, the consequences of
10433 evaluating the expressions within the body of the @code{while} loop.
10434 This makes sense. It is not the mere act of looping that is desired,
10435 but the consequences of what happens when the expressions in the loop
10436 are repeatedly evaluated.
10437
10438 @node Loop Example, print-elements-of-list, Looping with while, while
10439 @comment node-name, next, previous, up
10440 @subsection A @code{while} Loop and a List
10441
10442 A common way to control a @code{while} loop is to test whether a list
10443 has any elements. If it does, the loop is repeated; but if it does not,
10444 the repetition is ended. Since this is an important technique, we will
10445 create a short example to illustrate it.
10446
10447 A simple way to test whether a list has elements is to evaluate the
10448 list: if it has no elements, it is an empty list and will return the
10449 empty list, @code{()}, which is a synonym for @code{nil} or false. On
10450 the other hand, a list with elements will return those elements when it
10451 is evaluated. Since Emacs Lisp considers as true any value that is not
10452 @code{nil}, a list that returns elements will test true in a
10453 @code{while} loop.
10454
10455 @need 1200
10456 For example, you can set the variable @code{empty-list} to @code{nil} by
10457 evaluating the following @code{setq} expression:
10458
10459 @smallexample
10460 (setq empty-list ())
10461 @end smallexample
10462
10463 @noindent
10464 After evaluating the @code{setq} expression, you can evaluate the
10465 variable @code{empty-list} in the usual way, by placing the cursor after
10466 the symbol and typing @kbd{C-x C-e}; @code{nil} will appear in your
10467 echo area:
10468
10469 @smallexample
10470 empty-list
10471 @end smallexample
10472
10473 On the other hand, if you set a variable to be a list with elements, the
10474 list will appear when you evaluate the variable, as you can see by
10475 evaluating the following two expressions:
10476
10477 @smallexample
10478 @group
10479 (setq animals '(gazelle giraffe lion tiger))
10480
10481 animals
10482 @end group
10483 @end smallexample
10484
10485 Thus, to create a @code{while} loop that tests whether there are any
10486 items in the list @code{animals}, the first part of the loop will be
10487 written like this:
10488
10489 @smallexample
10490 @group
10491 (while animals
10492 @dots{}
10493 @end group
10494 @end smallexample
10495
10496 @noindent
10497 When the @code{while} tests its first argument, the variable
10498 @code{animals} is evaluated. It returns a list. So long as the list
10499 has elements, the @code{while} considers the results of the test to be
10500 true; but when the list is empty, it considers the results of the test
10501 to be false.
10502
10503 To prevent the @code{while} loop from running forever, some mechanism
10504 needs to be provided to empty the list eventually. An oft-used
10505 technique is to have one of the subsequent forms in the @code{while}
10506 expression set the value of the list to be the @sc{cdr} of the list.
10507 Each time the @code{cdr} function is evaluated, the list will be made
10508 shorter, until eventually only the empty list will be left. At this
10509 point, the test of the @code{while} loop will return false, and the
10510 arguments to the @code{while} will no longer be evaluated.
10511
10512 For example, the list of animals bound to the variable @code{animals}
10513 can be set to be the @sc{cdr} of the original list with the
10514 following expression:
10515
10516 @smallexample
10517 (setq animals (cdr animals))
10518 @end smallexample
10519
10520 @noindent
10521 If you have evaluated the previous expressions and then evaluate this
10522 expression, you will see @code{(giraffe lion tiger)} appear in the echo
10523 area. If you evaluate the expression again, @code{(lion tiger)} will
10524 appear in the echo area. If you evaluate it again and yet again,
10525 @code{(tiger)} appears and then the empty list, shown by @code{nil}.
10526
10527 A template for a @code{while} loop that uses the @code{cdr} function
10528 repeatedly to cause the true-or-false-test eventually to test false
10529 looks like this:
10530
10531 @smallexample
10532 @group
10533 (while @var{test-whether-list-is-empty}
10534 @var{body}@dots{}
10535 @var{set-list-to-cdr-of-list})
10536 @end group
10537 @end smallexample
10538
10539 This test and use of @code{cdr} can be put together in a function that
10540 goes through a list and prints each element of the list on a line of its
10541 own.
10542
10543 @node print-elements-of-list, Incrementing Loop, Loop Example, while
10544 @subsection An Example: @code{print-elements-of-list}
10545 @findex print-elements-of-list
10546
10547 The @code{print-elements-of-list} function illustrates a @code{while}
10548 loop with a list.
10549
10550 @cindex @file{*scratch*} buffer
10551 The function requires several lines for its output. If you are
10552 reading this in a recent instance of GNU Emacs,
10553 @c GNU Emacs 21, GNU Emacs 22, or a later version,
10554 you can evaluate the following expression inside of Info, as usual.
10555
10556 If you are using an earlier version of Emacs, you need to copy the
10557 necessary expressions to your @file{*scratch*} buffer and evaluate
10558 them there. This is because the echo area had only one line in the
10559 earlier versions.
10560
10561 You can copy the expressions by marking the beginning of the region
10562 with @kbd{C-@key{SPC}} (@code{set-mark-command}), moving the cursor to
10563 the end of the region and then copying the region using @kbd{M-w}
10564 (@code{kill-ring-save}, which calls @code{copy-region-as-kill} and
10565 then provides visual feedback). In the @file{*scratch*}
10566 buffer, you can yank the expressions back by typing @kbd{C-y}
10567 (@code{yank}).
10568
10569 After you have copied the expressions to the @file{*scratch*} buffer,
10570 evaluate each expression in turn. Be sure to evaluate the last
10571 expression, @code{(print-elements-of-list animals)}, by typing
10572 @kbd{C-u C-x C-e}, that is, by giving an argument to
10573 @code{eval-last-sexp}. This will cause the result of the evaluation
10574 to be printed in the @file{*scratch*} buffer instead of being printed
10575 in the echo area. (Otherwise you will see something like this in your
10576 echo area: @code{^Jgazelle^J^Jgiraffe^J^Jlion^J^Jtiger^Jnil}, in which
10577 each @samp{^J} stands for a `newline'.)
10578
10579 @need 1500
10580 In a recent instance of GNU Emacs, you can evaluate these expressions
10581 directly in the Info buffer, and the echo area will grow to show the
10582 results.
10583
10584 @smallexample
10585 @group
10586 (setq animals '(gazelle giraffe lion tiger))
10587
10588 (defun print-elements-of-list (list)
10589 "Print each element of LIST on a line of its own."
10590 (while list
10591 (print (car list))
10592 (setq list (cdr list))))
10593
10594 (print-elements-of-list animals)
10595 @end group
10596 @end smallexample
10597
10598 @need 1200
10599 @noindent
10600 When you evaluate the three expressions in sequence, you will see
10601 this:
10602
10603 @smallexample
10604 @group
10605 gazelle
10606
10607 giraffe
10608
10609 lion
10610
10611 tiger
10612 nil
10613 @end group
10614 @end smallexample
10615
10616 Each element of the list is printed on a line of its own (that is what
10617 the function @code{print} does) and then the value returned by the
10618 function is printed. Since the last expression in the function is the
10619 @code{while} loop, and since @code{while} loops always return
10620 @code{nil}, a @code{nil} is printed after the last element of the list.
10621
10622 @node Incrementing Loop, Decrementing Loop, print-elements-of-list, while
10623 @comment node-name, next, previous, up
10624 @subsection A Loop with an Incrementing Counter
10625
10626 A loop is not useful unless it stops when it ought. Besides
10627 controlling a loop with a list, a common way of stopping a loop is to
10628 write the first argument as a test that returns false when the correct
10629 number of repetitions are complete. This means that the loop must
10630 have a counter---an expression that counts how many times the loop
10631 repeats itself.
10632
10633 The test can be an expression such as @code{(< count desired-number)}
10634 which returns @code{t} for true if the value of @code{count} is less
10635 than the @code{desired-number} of repetitions and @code{nil} for false if
10636 the value of @code{count} is equal to or is greater than the
10637 @code{desired-number}. The expression that increments the count can be
10638 a simple @code{setq} such as @code{(setq count (1+ count))}, where
10639 @code{1+} is a built-in function in Emacs Lisp that adds 1 to its
10640 argument. (The expression @w{@code{(1+ count)}} has the same result as
10641 @w{@code{(+ count 1)}}, but is easier for a human to read.)
10642
10643 @need 1250
10644 The template for a @code{while} loop controlled by an incrementing
10645 counter looks like this:
10646
10647 @smallexample
10648 @group
10649 @var{set-count-to-initial-value}
10650 (while (< count desired-number) ; @r{true-or-false-test}
10651 @var{body}@dots{}
10652 (setq count (1+ count))) ; @r{incrementer}
10653 @end group
10654 @end smallexample
10655
10656 @noindent
10657 Note that you need to set the initial value of @code{count}; usually it
10658 is set to 1.
10659
10660 @menu
10661 * Incrementing Example::
10662 * Inc Example parts::
10663 * Inc Example altogether::
10664 @end menu
10665
10666 @node Incrementing Example, Inc Example parts, Incrementing Loop, Incrementing Loop
10667 @unnumberedsubsubsec Example with incrementing counter
10668
10669 Suppose you are playing on the beach and decide to make a triangle of
10670 pebbles, putting one pebble in the first row, two in the second row,
10671 three in the third row and so on, like this:
10672
10673 @sp 1
10674 @c pebble diagram
10675 @ifnottex
10676 @smallexample
10677 @group
10678 *
10679 * *
10680 * * *
10681 * * * *
10682 @end group
10683 @end smallexample
10684 @end ifnottex
10685 @iftex
10686 @smallexample
10687 @group
10688 @bullet{}
10689 @bullet{} @bullet{}
10690 @bullet{} @bullet{} @bullet{}
10691 @bullet{} @bullet{} @bullet{} @bullet{}
10692 @end group
10693 @end smallexample
10694 @end iftex
10695 @sp 1
10696
10697 @noindent
10698 (About 2500 years ago, Pythagoras and others developed the beginnings of
10699 number theory by considering questions such as this.)
10700
10701 Suppose you want to know how many pebbles you will need to make a
10702 triangle with 7 rows?
10703
10704 Clearly, what you need to do is add up the numbers from 1 to 7. There
10705 are two ways to do this; start with the smallest number, one, and add up
10706 the list in sequence, 1, 2, 3, 4 and so on; or start with the largest
10707 number and add the list going down: 7, 6, 5, 4 and so on. Because both
10708 mechanisms illustrate common ways of writing @code{while} loops, we will
10709 create two examples, one counting up and the other counting down. In
10710 this first example, we will start with 1 and add 2, 3, 4 and so on.
10711
10712 If you are just adding up a short list of numbers, the easiest way to do
10713 it is to add up all the numbers at once. However, if you do not know
10714 ahead of time how many numbers your list will have, or if you want to be
10715 prepared for a very long list, then you need to design your addition so
10716 that what you do is repeat a simple process many times instead of doing
10717 a more complex process once.
10718
10719 For example, instead of adding up all the pebbles all at once, what you
10720 can do is add the number of pebbles in the first row, 1, to the number
10721 in the second row, 2, and then add the total of those two rows to the
10722 third row, 3. Then you can add the number in the fourth row, 4, to the
10723 total of the first three rows; and so on.
10724
10725 The critical characteristic of the process is that each repetitive
10726 action is simple. In this case, at each step we add only two numbers,
10727 the number of pebbles in the row and the total already found. This
10728 process of adding two numbers is repeated again and again until the last
10729 row has been added to the total of all the preceding rows. In a more
10730 complex loop the repetitive action might not be so simple, but it will
10731 be simpler than doing everything all at once.
10732
10733 @node Inc Example parts, Inc Example altogether, Incrementing Example, Incrementing Loop
10734 @unnumberedsubsubsec The parts of the function definition
10735
10736 The preceding analysis gives us the bones of our function definition:
10737 first, we will need a variable that we can call @code{total} that will
10738 be the total number of pebbles. This will be the value returned by
10739 the function.
10740
10741 Second, we know that the function will require an argument: this
10742 argument will be the total number of rows in the triangle. It can be
10743 called @code{number-of-rows}.
10744
10745 Finally, we need a variable to use as a counter. We could call this
10746 variable @code{counter}, but a better name is @code{row-number}. That
10747 is because what the counter does in this function is count rows, and a
10748 program should be written to be as understandable as possible.
10749
10750 When the Lisp interpreter first starts evaluating the expressions in the
10751 function, the value of @code{total} should be set to zero, since we have
10752 not added anything to it. Then the function should add the number of
10753 pebbles in the first row to the total, and then add the number of
10754 pebbles in the second to the total, and then add the number of
10755 pebbles in the third row to the total, and so on, until there are no
10756 more rows left to add.
10757
10758 Both @code{total} and @code{row-number} are used only inside the
10759 function, so they can be declared as local variables with @code{let}
10760 and given initial values. Clearly, the initial value for @code{total}
10761 should be 0. The initial value of @code{row-number} should be 1,
10762 since we start with the first row. This means that the @code{let}
10763 statement will look like this:
10764
10765 @smallexample
10766 @group
10767 (let ((total 0)
10768 (row-number 1))
10769 @var{body}@dots{})
10770 @end group
10771 @end smallexample
10772
10773 After the internal variables are declared and bound to their initial
10774 values, we can begin the @code{while} loop. The expression that serves
10775 as the test should return a value of @code{t} for true so long as the
10776 @code{row-number} is less than or equal to the @code{number-of-rows}.
10777 (If the expression tests true only so long as the row number is less
10778 than the number of rows in the triangle, the last row will never be
10779 added to the total; hence the row number has to be either less than or
10780 equal to the number of rows.)
10781
10782 @need 1500
10783 @findex <= @r{(less than or equal)}
10784 Lisp provides the @code{<=} function that returns true if the value of
10785 its first argument is less than or equal to the value of its second
10786 argument and false otherwise. So the expression that the @code{while}
10787 will evaluate as its test should look like this:
10788
10789 @smallexample
10790 (<= row-number number-of-rows)
10791 @end smallexample
10792
10793 The total number of pebbles can be found by repeatedly adding the number
10794 of pebbles in a row to the total already found. Since the number of
10795 pebbles in the row is equal to the row number, the total can be found by
10796 adding the row number to the total. (Clearly, in a more complex
10797 situation, the number of pebbles in the row might be related to the row
10798 number in a more complicated way; if this were the case, the row number
10799 would be replaced by the appropriate expression.)
10800
10801 @smallexample
10802 (setq total (+ total row-number))
10803 @end smallexample
10804
10805 @noindent
10806 What this does is set the new value of @code{total} to be equal to the
10807 sum of adding the number of pebbles in the row to the previous total.
10808
10809 After setting the value of @code{total}, the conditions need to be
10810 established for the next repetition of the loop, if there is one. This
10811 is done by incrementing the value of the @code{row-number} variable,
10812 which serves as a counter. After the @code{row-number} variable has
10813 been incremented, the true-or-false-test at the beginning of the
10814 @code{while} loop tests whether its value is still less than or equal to
10815 the value of the @code{number-of-rows} and if it is, adds the new value
10816 of the @code{row-number} variable to the @code{total} of the previous
10817 repetition of the loop.
10818
10819 @need 1200
10820 The built-in Emacs Lisp function @code{1+} adds 1 to a number, so the
10821 @code{row-number} variable can be incremented with this expression:
10822
10823 @smallexample
10824 (setq row-number (1+ row-number))
10825 @end smallexample
10826
10827 @node Inc Example altogether, , Inc Example parts, Incrementing Loop
10828 @unnumberedsubsubsec Putting the function definition together
10829
10830 We have created the parts for the function definition; now we need to
10831 put them together.
10832
10833 @need 800
10834 First, the contents of the @code{while} expression:
10835
10836 @smallexample
10837 @group
10838 (while (<= row-number number-of-rows) ; @r{true-or-false-test}
10839 (setq total (+ total row-number))
10840 (setq row-number (1+ row-number))) ; @r{incrementer}
10841 @end group
10842 @end smallexample
10843
10844 Along with the @code{let} expression varlist, this very nearly
10845 completes the body of the function definition. However, it requires
10846 one final element, the need for which is somewhat subtle.
10847
10848 The final touch is to place the variable @code{total} on a line by
10849 itself after the @code{while} expression. Otherwise, the value returned
10850 by the whole function is the value of the last expression that is
10851 evaluated in the body of the @code{let}, and this is the value
10852 returned by the @code{while}, which is always @code{nil}.
10853
10854 This may not be evident at first sight. It almost looks as if the
10855 incrementing expression is the last expression of the whole function.
10856 But that expression is part of the body of the @code{while}; it is the
10857 last element of the list that starts with the symbol @code{while}.
10858 Moreover, the whole of the @code{while} loop is a list within the body
10859 of the @code{let}.
10860
10861 @need 1250
10862 In outline, the function will look like this:
10863
10864 @smallexample
10865 @group
10866 (defun @var{name-of-function} (@var{argument-list})
10867 "@var{documentation}@dots{}"
10868 (let (@var{varlist})
10869 (while (@var{true-or-false-test})
10870 @var{body-of-while}@dots{} )
10871 @dots{} )) ; @r{Need final expression here.}
10872 @end group
10873 @end smallexample
10874
10875 The result of evaluating the @code{let} is what is going to be returned
10876 by the @code{defun} since the @code{let} is not embedded within any
10877 containing list, except for the @code{defun} as a whole. However, if
10878 the @code{while} is the last element of the @code{let} expression, the
10879 function will always return @code{nil}. This is not what we want!
10880 Instead, what we want is the value of the variable @code{total}. This
10881 is returned by simply placing the symbol as the last element of the list
10882 starting with @code{let}. It gets evaluated after the preceding
10883 elements of the list are evaluated, which means it gets evaluated after
10884 it has been assigned the correct value for the total.
10885
10886 It may be easier to see this by printing the list starting with
10887 @code{let} all on one line. This format makes it evident that the
10888 @var{varlist} and @code{while} expressions are the second and third
10889 elements of the list starting with @code{let}, and the @code{total} is
10890 the last element:
10891
10892 @smallexample
10893 @group
10894 (let (@var{varlist}) (while (@var{true-or-false-test}) @var{body-of-while}@dots{} ) total)
10895 @end group
10896 @end smallexample
10897
10898 @need 1200
10899 Putting everything together, the @code{triangle} function definition
10900 looks like this:
10901
10902 @smallexample
10903 @group
10904 (defun triangle (number-of-rows) ; @r{Version with}
10905 ; @r{ incrementing counter.}
10906 "Add up the number of pebbles in a triangle.
10907 The first row has one pebble, the second row two pebbles,
10908 the third row three pebbles, and so on.
10909 The argument is NUMBER-OF-ROWS."
10910 @end group
10911 @group
10912 (let ((total 0)
10913 (row-number 1))
10914 (while (<= row-number number-of-rows)
10915 (setq total (+ total row-number))
10916 (setq row-number (1+ row-number)))
10917 total))
10918 @end group
10919 @end smallexample
10920
10921 @need 1200
10922 After you have installed @code{triangle} by evaluating the function, you
10923 can try it out. Here are two examples:
10924
10925 @smallexample
10926 @group
10927 (triangle 4)
10928
10929 (triangle 7)
10930 @end group
10931 @end smallexample
10932
10933 @noindent
10934 The sum of the first four numbers is 10 and the sum of the first seven
10935 numbers is 28.
10936
10937 @node Decrementing Loop, , Incrementing Loop, while
10938 @comment node-name, next, previous, up
10939 @subsection Loop with a Decrementing Counter
10940
10941 Another common way to write a @code{while} loop is to write the test
10942 so that it determines whether a counter is greater than zero. So long
10943 as the counter is greater than zero, the loop is repeated. But when
10944 the counter is equal to or less than zero, the loop is stopped. For
10945 this to work, the counter has to start out greater than zero and then
10946 be made smaller and smaller by a form that is evaluated
10947 repeatedly.
10948
10949 The test will be an expression such as @code{(> counter 0)} which
10950 returns @code{t} for true if the value of @code{counter} is greater
10951 than zero, and @code{nil} for false if the value of @code{counter} is
10952 equal to or less than zero. The expression that makes the number
10953 smaller and smaller can be a simple @code{setq} such as @code{(setq
10954 counter (1- counter))}, where @code{1-} is a built-in function in
10955 Emacs Lisp that subtracts 1 from its argument.
10956
10957 @need 1250
10958 The template for a decrementing @code{while} loop looks like this:
10959
10960 @smallexample
10961 @group
10962 (while (> counter 0) ; @r{true-or-false-test}
10963 @var{body}@dots{}
10964 (setq counter (1- counter))) ; @r{decrementer}
10965 @end group
10966 @end smallexample
10967
10968 @menu
10969 * Decrementing Example::
10970 * Dec Example parts::
10971 * Dec Example altogether::
10972 @end menu
10973
10974 @node Decrementing Example, Dec Example parts, Decrementing Loop, Decrementing Loop
10975 @unnumberedsubsubsec Example with decrementing counter
10976
10977 To illustrate a loop with a decrementing counter, we will rewrite the
10978 @code{triangle} function so the counter decreases to zero.
10979
10980 This is the reverse of the earlier version of the function. In this
10981 case, to find out how many pebbles are needed to make a triangle with
10982 3 rows, add the number of pebbles in the third row, 3, to the number
10983 in the preceding row, 2, and then add the total of those two rows to
10984 the row that precedes them, which is 1.
10985
10986 Likewise, to find the number of pebbles in a triangle with 7 rows, add
10987 the number of pebbles in the seventh row, 7, to the number in the
10988 preceding row, which is 6, and then add the total of those two rows to
10989 the row that precedes them, which is 5, and so on. As in the previous
10990 example, each addition only involves adding two numbers, the total of
10991 the rows already added up and the number of pebbles in the row that is
10992 being added to the total. This process of adding two numbers is
10993 repeated again and again until there are no more pebbles to add.
10994
10995 We know how many pebbles to start with: the number of pebbles in the
10996 last row is equal to the number of rows. If the triangle has seven
10997 rows, the number of pebbles in the last row is 7. Likewise, we know how
10998 many pebbles are in the preceding row: it is one less than the number in
10999 the row.
11000
11001 @node Dec Example parts, Dec Example altogether, Decrementing Example, Decrementing Loop
11002 @unnumberedsubsubsec The parts of the function definition
11003
11004 We start with three variables: the total number of rows in the
11005 triangle; the number of pebbles in a row; and the total number of
11006 pebbles, which is what we want to calculate. These variables can be
11007 named @code{number-of-rows}, @code{number-of-pebbles-in-row}, and
11008 @code{total}, respectively.
11009
11010 Both @code{total} and @code{number-of-pebbles-in-row} are used only
11011 inside the function and are declared with @code{let}. The initial
11012 value of @code{total} should, of course, be zero. However, the
11013 initial value of @code{number-of-pebbles-in-row} should be equal to
11014 the number of rows in the triangle, since the addition will start with
11015 the longest row.
11016
11017 @need 1250
11018 This means that the beginning of the @code{let} expression will look
11019 like this:
11020
11021 @smallexample
11022 @group
11023 (let ((total 0)
11024 (number-of-pebbles-in-row number-of-rows))
11025 @var{body}@dots{})
11026 @end group
11027 @end smallexample
11028
11029 The total number of pebbles can be found by repeatedly adding the number
11030 of pebbles in a row to the total already found, that is, by repeatedly
11031 evaluating the following expression:
11032
11033 @smallexample
11034 (setq total (+ total number-of-pebbles-in-row))
11035 @end smallexample
11036
11037 @noindent
11038 After the @code{number-of-pebbles-in-row} is added to the @code{total},
11039 the @code{number-of-pebbles-in-row} should be decremented by one, since
11040 the next time the loop repeats, the preceding row will be
11041 added to the total.
11042
11043 The number of pebbles in a preceding row is one less than the number of
11044 pebbles in a row, so the built-in Emacs Lisp function @code{1-} can be
11045 used to compute the number of pebbles in the preceding row. This can be
11046 done with the following expression:
11047
11048 @smallexample
11049 @group
11050 (setq number-of-pebbles-in-row
11051 (1- number-of-pebbles-in-row))
11052 @end group
11053 @end smallexample
11054
11055 Finally, we know that the @code{while} loop should stop making repeated
11056 additions when there are no pebbles in a row. So the test for
11057 the @code{while} loop is simply:
11058
11059 @smallexample
11060 (while (> number-of-pebbles-in-row 0)
11061 @end smallexample
11062
11063 @node Dec Example altogether, , Dec Example parts, Decrementing Loop
11064 @unnumberedsubsubsec Putting the function definition together
11065
11066 We can put these expressions together to create a function definition
11067 that works. However, on examination, we find that one of the local
11068 variables is unneeded!
11069
11070 @need 1250
11071 The function definition looks like this:
11072
11073 @smallexample
11074 @group
11075 ;;; @r{First subtractive version.}
11076 (defun triangle (number-of-rows)
11077 "Add up the number of pebbles in a triangle."
11078 (let ((total 0)
11079 (number-of-pebbles-in-row number-of-rows))
11080 (while (> number-of-pebbles-in-row 0)
11081 (setq total (+ total number-of-pebbles-in-row))
11082 (setq number-of-pebbles-in-row
11083 (1- number-of-pebbles-in-row)))
11084 total))
11085 @end group
11086 @end smallexample
11087
11088 As written, this function works.
11089
11090 However, we do not need @code{number-of-pebbles-in-row}.
11091
11092 @cindex Argument as local variable
11093 When the @code{triangle} function is evaluated, the symbol
11094 @code{number-of-rows} will be bound to a number, giving it an initial
11095 value. That number can be changed in the body of the function as if
11096 it were a local variable, without any fear that such a change will
11097 effect the value of the variable outside of the function. This is a
11098 very useful characteristic of Lisp; it means that the variable
11099 @code{number-of-rows} can be used anywhere in the function where
11100 @code{number-of-pebbles-in-row} is used.
11101
11102 @need 800
11103 Here is a second version of the function written a bit more cleanly:
11104
11105 @smallexample
11106 @group
11107 (defun triangle (number) ; @r{Second version.}
11108 "Return sum of numbers 1 through NUMBER inclusive."
11109 (let ((total 0))
11110 (while (> number 0)
11111 (setq total (+ total number))
11112 (setq number (1- number)))
11113 total))
11114 @end group
11115 @end smallexample
11116
11117 In brief, a properly written @code{while} loop will consist of three parts:
11118
11119 @enumerate
11120 @item
11121 A test that will return false after the loop has repeated itself the
11122 correct number of times.
11123
11124 @item
11125 An expression the evaluation of which will return the value desired
11126 after being repeatedly evaluated.
11127
11128 @item
11129 An expression to change the value passed to the true-or-false-test so
11130 that the test returns false after the loop has repeated itself the right
11131 number of times.
11132 @end enumerate
11133
11134 @node dolist dotimes, Recursion, while, Loops & Recursion
11135 @comment node-name, next, previous, up
11136 @section Save your time: @code{dolist} and @code{dotimes}
11137
11138 In addition to @code{while}, both @code{dolist} and @code{dotimes}
11139 provide for looping. Sometimes these are quicker to write than the
11140 equivalent @code{while} loop. Both are Lisp macros. (@xref{Macros, ,
11141 Macros, elisp, The GNU Emacs Lisp Reference Manual}. )
11142
11143 @code{dolist} works like a @code{while} loop that `@sc{cdr}s down a
11144 list': @code{dolist} automatically shortens the list each time it
11145 loops---takes the @sc{cdr} of the list---and binds the @sc{car} of
11146 each shorter version of the list to the first of its arguments.
11147
11148 @code{dotimes} loops a specific number of times: you specify the number.
11149
11150 @menu
11151 * dolist::
11152 * dotimes::
11153 @end menu
11154
11155 @node dolist, dotimes, dolist dotimes, dolist dotimes
11156 @unnumberedsubsubsec The @code{dolist} Macro
11157 @findex dolist
11158
11159 Suppose, for example, you want to reverse a list, so that
11160 ``first'' ``second'' ``third'' becomes ``third'' ``second'' ``first''.
11161
11162 @need 1250
11163 In practice, you would use the @code{reverse} function, like this:
11164
11165 @smallexample
11166 @group
11167 (setq animals '(gazelle giraffe lion tiger))
11168
11169 (reverse animals)
11170 @end group
11171 @end smallexample
11172
11173 @need 800
11174 @noindent
11175 Here is how you could reverse the list using a @code{while} loop:
11176
11177 @smallexample
11178 @group
11179 (setq animals '(gazelle giraffe lion tiger))
11180
11181 (defun reverse-list-with-while (list)
11182 "Using while, reverse the order of LIST."
11183 (let (value) ; make sure list starts empty
11184 (while list
11185 (setq value (cons (car list) value))
11186 (setq list (cdr list)))
11187 value))
11188
11189 (reverse-list-with-while animals)
11190 @end group
11191 @end smallexample
11192
11193 @need 800
11194 @noindent
11195 And here is how you could use the @code{dolist} macro:
11196
11197 @smallexample
11198 @group
11199 (setq animals '(gazelle giraffe lion tiger))
11200
11201 (defun reverse-list-with-dolist (list)
11202 "Using dolist, reverse the order of LIST."
11203 (let (value) ; make sure list starts empty
11204 (dolist (element list value)
11205 (setq value (cons element value)))))
11206
11207 (reverse-list-with-dolist animals)
11208 @end group
11209 @end smallexample
11210
11211 @need 1250
11212 @noindent
11213 In Info, you can place your cursor after the closing parenthesis of
11214 each expression and type @kbd{C-x C-e}; in each case, you should see
11215
11216 @smallexample
11217 (tiger lion giraffe gazelle)
11218 @end smallexample
11219
11220 @noindent
11221 in the echo area.
11222
11223 For this example, the existing @code{reverse} function is obviously best.
11224 The @code{while} loop is just like our first example (@pxref{Loop
11225 Example, , A @code{while} Loop and a List}). The @code{while} first
11226 checks whether the list has elements; if so, it constructs a new list
11227 by adding the first element of the list to the existing list (which in
11228 the first iteration of the loop is @code{nil}). Since the second
11229 element is prepended in front of the first element, and the third
11230 element is prepended in front of the second element, the list is reversed.
11231
11232 In the expression using a @code{while} loop,
11233 the @w{@code{(setq list (cdr list))}}
11234 expression shortens the list, so the @code{while} loop eventually
11235 stops. In addition, it provides the @code{cons} expression with a new
11236 first element by creating a new and shorter list at each repetition of
11237 the loop.
11238
11239 The @code{dolist} expression does very much the same as the
11240 @code{while} expression, except that the @code{dolist} macro does some
11241 of the work you have to do when writing a @code{while} expression.
11242
11243 Like a @code{while} loop, a @code{dolist} loops. What is different is
11244 that it automatically shortens the list each time it loops --- it
11245 `@sc{cdr}s down the list' on its own --- and it automatically binds
11246 the @sc{car} of each shorter version of the list to the first of its
11247 arguments.
11248
11249 In the example, the @sc{car} of each shorter version of the list is
11250 referred to using the symbol @samp{element}, the list itself is called
11251 @samp{list}, and the value returned is called @samp{value}. The
11252 remainder of the @code{dolist} expression is the body.
11253
11254 The @code{dolist} expression binds the @sc{car} of each shorter
11255 version of the list to @code{element} and then evaluates the body of
11256 the expression; and repeats the loop. The result is returned in
11257 @code{value}.
11258
11259 @node dotimes, , dolist, dolist dotimes
11260 @unnumberedsubsubsec The @code{dotimes} Macro
11261 @findex dotimes
11262
11263 The @code{dotimes} macro is similar to @code{dolist}, except that it
11264 loops a specific number of times.
11265
11266 The first argument to @code{dotimes} is assigned the numbers 0, 1, 2
11267 and so forth each time around the loop, and the value of the third
11268 argument is returned. You need to provide the value of the second
11269 argument, which is how many times the macro loops.
11270
11271 @need 1250
11272 For example, the following binds the numbers from 0 up to, but not
11273 including, the number 3 to the first argument, @var{number}, and then
11274 constructs a list of the three numbers. (The first number is 0, the
11275 second number is 1, and the third number is 2; this makes a total of
11276 three numbers in all, starting with zero as the first number.)
11277
11278 @smallexample
11279 @group
11280 (let (value) ; otherwise a value is a void variable
11281 (dotimes (number 3 value)
11282 (setq value (cons number value))))
11283
11284 @result{} (2 1 0)
11285 @end group
11286 @end smallexample
11287
11288 @noindent
11289 @code{dotimes} returns @code{value}, so the way to use
11290 @code{dotimes} is to operate on some expression @var{number} number of
11291 times and then return the result, either as a list or an atom.
11292
11293 @need 1250
11294 Here is an example of a @code{defun} that uses @code{dotimes} to add
11295 up the number of pebbles in a triangle.
11296
11297 @smallexample
11298 @group
11299 (defun triangle-using-dotimes (number-of-rows)
11300 "Using dotimes, add up the number of pebbles in a triangle."
11301 (let ((total 0)) ; otherwise a total is a void variable
11302 (dotimes (number number-of-rows total)
11303 (setq total (+ total (1+ number))))))
11304
11305 (triangle-using-dotimes 4)
11306 @end group
11307 @end smallexample
11308
11309 @node Recursion, Looping exercise, dolist dotimes, Loops & Recursion
11310 @comment node-name, next, previous, up
11311 @section Recursion
11312 @cindex Recursion
11313
11314 A recursive function contains code that tells the Lisp interpreter to
11315 call a program that runs exactly like itself, but with slightly
11316 different arguments. The code runs exactly the same because it has
11317 the same name. However, even though the program has the same name, it
11318 is not the same entity. It is different. In the jargon, it is a
11319 different `instance'.
11320
11321 Eventually, if the program is written correctly, the `slightly
11322 different arguments' will become sufficiently different from the first
11323 arguments that the final instance will stop.
11324
11325 @menu
11326 * Building Robots::
11327 * Recursive Definition Parts::
11328 * Recursion with list::
11329 * Recursive triangle function::
11330 * Recursion with cond::
11331 * Recursive Patterns::
11332 * No Deferment::
11333 * No deferment solution::
11334 @end menu
11335
11336 @node Building Robots, Recursive Definition Parts, Recursion, Recursion
11337 @comment node-name, next, previous, up
11338 @subsection Building Robots: Extending the Metaphor
11339 @cindex Building robots
11340 @cindex Robots, building
11341
11342 It is sometimes helpful to think of a running program as a robot that
11343 does a job. In doing its job, a recursive function calls on a second
11344 robot to help it. The second robot is identical to the first in every
11345 way, except that the second robot helps the first and has been
11346 passed different arguments than the first.
11347
11348 In a recursive function, the second robot may call a third; and the
11349 third may call a fourth, and so on. Each of these is a different
11350 entity; but all are clones.
11351
11352 Since each robot has slightly different instructions---the arguments
11353 will differ from one robot to the next---the last robot should know
11354 when to stop.
11355
11356 Let's expand on the metaphor in which a computer program is a robot.
11357
11358 A function definition provides the blueprints for a robot. When you
11359 install a function definition, that is, when you evaluate a
11360 @code{defun} special form, you install the necessary equipment to
11361 build robots. It is as if you were in a factory, setting up an
11362 assembly line. Robots with the same name are built according to the
11363 same blueprints. So they have, as it were, the same `model number',
11364 but a different `serial number'.
11365
11366 We often say that a recursive function `calls itself'. What we mean
11367 is that the instructions in a recursive function cause the Lisp
11368 interpreter to run a different function that has the same name and
11369 does the same job as the first, but with different arguments.
11370
11371 It is important that the arguments differ from one instance to the
11372 next; otherwise, the process will never stop.
11373
11374 @node Recursive Definition Parts, Recursion with list, Building Robots, Recursion
11375 @comment node-name, next, previous, up
11376 @subsection The Parts of a Recursive Definition
11377 @cindex Parts of a Recursive Definition
11378 @cindex Recursive Definition Parts
11379
11380 A recursive function typically contains a conditional expression which
11381 has three parts:
11382
11383 @enumerate
11384 @item
11385 A true-or-false-test that determines whether the function is called
11386 again, here called the @dfn{do-again-test}.
11387
11388 @item
11389 The name of the function. When this name is called, a new instance of
11390 the function---a new robot, as it were---is created and told what to do.
11391
11392 @item
11393 An expression that returns a different value each time the function is
11394 called, here called the @dfn{next-step-expression}. Consequently, the
11395 argument (or arguments) passed to the new instance of the function
11396 will be different from that passed to the previous instance. This
11397 causes the conditional expression, the @dfn{do-again-test}, to test
11398 false after the correct number of repetitions.
11399 @end enumerate
11400
11401 Recursive functions can be much simpler than any other kind of
11402 function. Indeed, when people first start to use them, they often look
11403 so mysteriously simple as to be incomprehensible. Like riding a
11404 bicycle, reading a recursive function definition takes a certain knack
11405 which is hard at first but then seems simple.
11406
11407 @need 1200
11408 There are several different common recursive patterns. A very simple
11409 pattern looks like this:
11410
11411 @smallexample
11412 @group
11413 (defun @var{name-of-recursive-function} (@var{argument-list})
11414 "@var{documentation}@dots{}"
11415 (if @var{do-again-test}
11416 @var{body}@dots{}
11417 (@var{name-of-recursive-function}
11418 @var{next-step-expression})))
11419 @end group
11420 @end smallexample
11421
11422 Each time a recursive function is evaluated, a new instance of it is
11423 created and told what to do. The arguments tell the instance what to do.
11424
11425 An argument is bound to the value of the next-step-expression. Each
11426 instance runs with a different value of the next-step-expression.
11427
11428 The value in the next-step-expression is used in the do-again-test.
11429
11430 The value returned by the next-step-expression is passed to the new
11431 instance of the function, which evaluates it (or some
11432 transmogrification of it) to determine whether to continue or stop.
11433 The next-step-expression is designed so that the do-again-test returns
11434 false when the function should no longer be repeated.
11435
11436 The do-again-test is sometimes called the @dfn{stop condition},
11437 since it stops the repetitions when it tests false.
11438
11439 @node Recursion with list, Recursive triangle function, Recursive Definition Parts, Recursion
11440 @comment node-name, next, previous, up
11441 @subsection Recursion with a List
11442
11443 The example of a @code{while} loop that printed the elements of a list
11444 of numbers can be written recursively. Here is the code, including
11445 an expression to set the value of the variable @code{animals} to a list.
11446
11447 If you are using GNU Emacs 20 or before, this example must be copied
11448 to the @file{*scratch*} buffer and each expression must be evaluated
11449 there. Use @kbd{C-u C-x C-e} to evaluate the
11450 @code{(print-elements-recursively animals)} expression so that the
11451 results are printed in the buffer; otherwise the Lisp interpreter will
11452 try to squeeze the results into the one line of the echo area.
11453
11454 Also, place your cursor immediately after the last closing parenthesis
11455 of the @code{print-elements-recursively} function, before the comment.
11456 Otherwise, the Lisp interpreter will try to evaluate the comment.
11457
11458 If you are using a more recent version of Emacs, you can evaluate this
11459 expression directly in Info.
11460
11461 @findex print-elements-recursively
11462 @smallexample
11463 @group
11464 (setq animals '(gazelle giraffe lion tiger))
11465
11466 (defun print-elements-recursively (list)
11467 "Print each element of LIST on a line of its own.
11468 Uses recursion."
11469 (when list ; @r{do-again-test}
11470 (print (car list)) ; @r{body}
11471 (print-elements-recursively ; @r{recursive call}
11472 (cdr list)))) ; @r{next-step-expression}
11473
11474 (print-elements-recursively animals)
11475 @end group
11476 @end smallexample
11477
11478 The @code{print-elements-recursively} function first tests whether
11479 there is any content in the list; if there is, the function prints the
11480 first element of the list, the @sc{car} of the list. Then the
11481 function `invokes itself', but gives itself as its argument, not the
11482 whole list, but the second and subsequent elements of the list, the
11483 @sc{cdr} of the list.
11484
11485 Put another way, if the list is not empty, the function invokes
11486 another instance of code that is similar to the initial code, but is a
11487 different thread of execution, with different arguments than the first
11488 instance.
11489
11490 Put in yet another way, if the list is not empty, the first robot
11491 assemblies a second robot and tells it what to do; the second robot is
11492 a different individual from the first, but is the same model.
11493
11494 When the second evaluation occurs, the @code{when} expression is
11495 evaluated and if true, prints the first element of the list it
11496 receives as its argument (which is the second element of the original
11497 list). Then the function `calls itself' with the @sc{cdr} of the list
11498 it is invoked with, which (the second time around) is the @sc{cdr} of
11499 the @sc{cdr} of the original list.
11500
11501 Note that although we say that the function `calls itself', what we
11502 mean is that the Lisp interpreter assembles and instructs a new
11503 instance of the program. The new instance is a clone of the first,
11504 but is a separate individual.
11505
11506 Each time the function `invokes itself', it invokes itself on a
11507 shorter version of the original list. It creates a new instance that
11508 works on a shorter list.
11509
11510 Eventually, the function invokes itself on an empty list. It creates
11511 a new instance whose argument is @code{nil}. The conditional expression
11512 tests the value of @code{list}. Since the value of @code{list} is
11513 @code{nil}, the @code{when} expression tests false so the then-part is
11514 not evaluated. The function as a whole then returns @code{nil}.
11515
11516 @need 1200
11517 When you evaluate @code{(print-elements-recursively animals)} in the
11518 @file{*scratch*} buffer, you see this result:
11519
11520 @smallexample
11521 @group
11522 gazelle
11523
11524 giraffe
11525
11526 lion
11527
11528 tiger
11529 nil
11530 @end group
11531 @end smallexample
11532
11533 @need 2000
11534 @node Recursive triangle function, Recursion with cond, Recursion with list, Recursion
11535 @comment node-name, next, previous, up
11536 @subsection Recursion in Place of a Counter
11537 @findex triangle-recursively
11538
11539 @need 1200
11540 The @code{triangle} function described in a previous section can also
11541 be written recursively. It looks like this:
11542
11543 @smallexample
11544 @group
11545 (defun triangle-recursively (number)
11546 "Return the sum of the numbers 1 through NUMBER inclusive.
11547 Uses recursion."
11548 (if (= number 1) ; @r{do-again-test}
11549 1 ; @r{then-part}
11550 (+ number ; @r{else-part}
11551 (triangle-recursively ; @r{recursive call}
11552 (1- number))))) ; @r{next-step-expression}
11553
11554 (triangle-recursively 7)
11555 @end group
11556 @end smallexample
11557
11558 @noindent
11559 You can install this function by evaluating it and then try it by
11560 evaluating @code{(triangle-recursively 7)}. (Remember to put your
11561 cursor immediately after the last parenthesis of the function
11562 definition, before the comment.) The function evaluates to 28.
11563
11564 To understand how this function works, let's consider what happens in the
11565 various cases when the function is passed 1, 2, 3, or 4 as the value of
11566 its argument.
11567
11568 @menu
11569 * Recursive Example arg of 1 or 2::
11570 * Recursive Example arg of 3 or 4::
11571 @end menu
11572
11573 @node Recursive Example arg of 1 or 2, Recursive Example arg of 3 or 4, Recursive triangle function, Recursive triangle function
11574 @ifnottex
11575 @unnumberedsubsubsec An argument of 1 or 2
11576 @end ifnottex
11577
11578 First, what happens if the value of the argument is 1?
11579
11580 The function has an @code{if} expression after the documentation
11581 string. It tests whether the value of @code{number} is equal to 1; if
11582 so, Emacs evaluates the then-part of the @code{if} expression, which
11583 returns the number 1 as the value of the function. (A triangle with
11584 one row has one pebble in it.)
11585
11586 Suppose, however, that the value of the argument is 2. In this case,
11587 Emacs evaluates the else-part of the @code{if} expression.
11588
11589 @need 1200
11590 The else-part consists of an addition, the recursive call to
11591 @code{triangle-recursively} and a decrementing action; and it looks like
11592 this:
11593
11594 @smallexample
11595 (+ number (triangle-recursively (1- number)))
11596 @end smallexample
11597
11598 When Emacs evaluates this expression, the innermost expression is
11599 evaluated first; then the other parts in sequence. Here are the steps
11600 in detail:
11601
11602 @table @i
11603 @item Step 1 @w{ } Evaluate the innermost expression.
11604
11605 The innermost expression is @code{(1- number)} so Emacs decrements the
11606 value of @code{number} from 2 to 1.
11607
11608 @item Step 2 @w{ } Evaluate the @code{triangle-recursively} function.
11609
11610 The Lisp interpreter creates an individual instance of
11611 @code{triangle-recursively}. It does not matter that this function is
11612 contained within itself. Emacs passes the result Step 1 as the
11613 argument used by this instance of the @code{triangle-recursively}
11614 function
11615
11616 In this case, Emacs evaluates @code{triangle-recursively} with an
11617 argument of 1. This means that this evaluation of
11618 @code{triangle-recursively} returns 1.
11619
11620 @item Step 3 @w{ } Evaluate the value of @code{number}.
11621
11622 The variable @code{number} is the second element of the list that
11623 starts with @code{+}; its value is 2.
11624
11625 @item Step 4 @w{ } Evaluate the @code{+} expression.
11626
11627 The @code{+} expression receives two arguments, the first
11628 from the evaluation of @code{number} (Step 3) and the second from the
11629 evaluation of @code{triangle-recursively} (Step 2).
11630
11631 The result of the addition is the sum of 2 plus 1, and the number 3 is
11632 returned, which is correct. A triangle with two rows has three
11633 pebbles in it.
11634 @end table
11635
11636 @node Recursive Example arg of 3 or 4, , Recursive Example arg of 1 or 2, Recursive triangle function
11637 @unnumberedsubsubsec An argument of 3 or 4
11638
11639 Suppose that @code{triangle-recursively} is called with an argument of
11640 3.
11641
11642 @table @i
11643 @item Step 1 @w{ } Evaluate the do-again-test.
11644
11645 The @code{if} expression is evaluated first. This is the do-again
11646 test and returns false, so the else-part of the @code{if} expression
11647 is evaluated. (Note that in this example, the do-again-test causes
11648 the function to call itself when it tests false, not when it tests
11649 true.)
11650
11651 @item Step 2 @w{ } Evaluate the innermost expression of the else-part.
11652
11653 The innermost expression of the else-part is evaluated, which decrements
11654 3 to 2. This is the next-step-expression.
11655
11656 @item Step 3 @w{ } Evaluate the @code{triangle-recursively} function.
11657
11658 The number 2 is passed to the @code{triangle-recursively} function.
11659
11660 We know what happens when Emacs evaluates @code{triangle-recursively} with
11661 an argument of 2. After going through the sequence of actions described
11662 earlier, it returns a value of 3. So that is what will happen here.
11663
11664 @item Step 4 @w{ } Evaluate the addition.
11665
11666 3 will be passed as an argument to the addition and will be added to the
11667 number with which the function was called, which is 3.
11668 @end table
11669
11670 @noindent
11671 The value returned by the function as a whole will be 6.
11672
11673 Now that we know what will happen when @code{triangle-recursively} is
11674 called with an argument of 3, it is evident what will happen if it is
11675 called with an argument of 4:
11676
11677 @quotation
11678 @need 800
11679 In the recursive call, the evaluation of
11680
11681 @smallexample
11682 (triangle-recursively (1- 4))
11683 @end smallexample
11684
11685 @need 800
11686 @noindent
11687 will return the value of evaluating
11688
11689 @smallexample
11690 (triangle-recursively 3)
11691 @end smallexample
11692
11693 @noindent
11694 which is 6 and this value will be added to 4 by the addition in the
11695 third line.
11696 @end quotation
11697
11698 @noindent
11699 The value returned by the function as a whole will be 10.
11700
11701 Each time @code{triangle-recursively} is evaluated, it evaluates a
11702 version of itself---a different instance of itself---with a smaller
11703 argument, until the argument is small enough so that it does not
11704 evaluate itself.
11705
11706 Note that this particular design for a recursive function
11707 requires that operations be deferred.
11708
11709 Before @code{(triangle-recursively 7)} can calculate its answer, it
11710 must call @code{(triangle-recursively 6)}; and before
11711 @code{(triangle-recursively 6)} can calculate its answer, it must call
11712 @code{(triangle-recursively 5)}; and so on. That is to say, the
11713 calculation that @code{(triangle-recursively 7)} makes must be
11714 deferred until @code{(triangle-recursively 6)} makes its calculation;
11715 and @code{(triangle-recursively 6)} must defer until
11716 @code{(triangle-recursively 5)} completes; and so on.
11717
11718 If each of these instances of @code{triangle-recursively} are thought
11719 of as different robots, the first robot must wait for the second to
11720 complete its job, which must wait until the third completes, and so
11721 on.
11722
11723 There is a way around this kind of waiting, which we will discuss in
11724 @ref{No Deferment, , Recursion without Deferments}.
11725
11726 @node Recursion with cond, Recursive Patterns, Recursive triangle function, Recursion
11727 @comment node-name, next, previous, up
11728 @subsection Recursion Example Using @code{cond}
11729 @findex cond
11730
11731 The version of @code{triangle-recursively} described earlier is written
11732 with the @code{if} special form. It can also be written using another
11733 special form called @code{cond}. The name of the special form
11734 @code{cond} is an abbreviation of the word @samp{conditional}.
11735
11736 Although the @code{cond} special form is not used as often in the
11737 Emacs Lisp sources as @code{if}, it is used often enough to justify
11738 explaining it.
11739
11740 @need 800
11741 The template for a @code{cond} expression looks like this:
11742
11743 @smallexample
11744 @group
11745 (cond
11746 @var{body}@dots{})
11747 @end group
11748 @end smallexample
11749
11750 @noindent
11751 where the @var{body} is a series of lists.
11752
11753 @need 800
11754 Written out more fully, the template looks like this:
11755
11756 @smallexample
11757 @group
11758 (cond
11759 (@var{first-true-or-false-test} @var{first-consequent})
11760 (@var{second-true-or-false-test} @var{second-consequent})
11761 (@var{third-true-or-false-test} @var{third-consequent})
11762 @dots{})
11763 @end group
11764 @end smallexample
11765
11766 When the Lisp interpreter evaluates the @code{cond} expression, it
11767 evaluates the first element (the @sc{car} or true-or-false-test) of
11768 the first expression in a series of expressions within the body of the
11769 @code{cond}.
11770
11771 If the true-or-false-test returns @code{nil} the rest of that
11772 expression, the consequent, is skipped and the true-or-false-test of the
11773 next expression is evaluated. When an expression is found whose
11774 true-or-false-test returns a value that is not @code{nil}, the
11775 consequent of that expression is evaluated. The consequent can be one
11776 or more expressions. If the consequent consists of more than one
11777 expression, the expressions are evaluated in sequence and the value of
11778 the last one is returned. If the expression does not have a consequent,
11779 the value of the true-or-false-test is returned.
11780
11781 If none of the true-or-false-tests test true, the @code{cond} expression
11782 returns @code{nil}.
11783
11784 @need 1250
11785 Written using @code{cond}, the @code{triangle} function looks like this:
11786
11787 @smallexample
11788 @group
11789 (defun triangle-using-cond (number)
11790 (cond ((<= number 0) 0)
11791 ((= number 1) 1)
11792 ((> number 1)
11793 (+ number (triangle-using-cond (1- number))))))
11794 @end group
11795 @end smallexample
11796
11797 @noindent
11798 In this example, the @code{cond} returns 0 if the number is less than or
11799 equal to 0, it returns 1 if the number is 1 and it evaluates @code{(+
11800 number (triangle-using-cond (1- number)))} if the number is greater than
11801 1.
11802
11803 @node Recursive Patterns, No Deferment, Recursion with cond, Recursion
11804 @comment node-name, next, previous, up
11805 @subsection Recursive Patterns
11806 @cindex Recursive Patterns
11807
11808 Here are three common recursive patterns. Each involves a list.
11809 Recursion does not need to involve lists, but Lisp is designed for lists
11810 and this provides a sense of its primal capabilities.
11811
11812 @menu
11813 * Every::
11814 * Accumulate::
11815 * Keep::
11816 @end menu
11817
11818 @node Every, Accumulate, Recursive Patterns, Recursive Patterns
11819 @comment node-name, next, previous, up
11820 @unnumberedsubsubsec Recursive Pattern: @emph{every}
11821 @cindex Every, type of recursive pattern
11822 @cindex Recursive pattern: every
11823
11824 In the @code{every} recursive pattern, an action is performed on every
11825 element of a list.
11826
11827 @need 1500
11828 The basic pattern is:
11829
11830 @itemize @bullet
11831 @item
11832 If a list be empty, return @code{nil}.
11833 @item
11834 Else, act on the beginning of the list (the @sc{car} of the list)
11835 @itemize @minus
11836 @item
11837 through a recursive call by the function on the rest (the
11838 @sc{cdr}) of the list,
11839 @item
11840 and, optionally, combine the acted-on element, using @code{cons},
11841 with the results of acting on the rest.
11842 @end itemize
11843 @end itemize
11844
11845 @need 1500
11846 Here is example:
11847
11848 @smallexample
11849 @group
11850 (defun square-each (numbers-list)
11851 "Square each of a NUMBERS LIST, recursively."
11852 (if (not numbers-list) ; do-again-test
11853 nil
11854 (cons
11855 (* (car numbers-list) (car numbers-list))
11856 (square-each (cdr numbers-list))))) ; next-step-expression
11857 @end group
11858
11859 @group
11860 (square-each '(1 2 3))
11861 @result{} (1 4 9)
11862 @end group
11863 @end smallexample
11864
11865 @need 1200
11866 @noindent
11867 If @code{numbers-list} is empty, do nothing. But if it has content,
11868 construct a list combining the square of the first number in the list
11869 with the result of the recursive call.
11870
11871 (The example follows the pattern exactly: @code{nil} is returned if
11872 the numbers' list is empty. In practice, you would write the
11873 conditional so it carries out the action when the numbers' list is not
11874 empty.)
11875
11876 The @code{print-elements-recursively} function (@pxref{Recursion with
11877 list, , Recursion with a List}) is another example of an @code{every}
11878 pattern, except in this case, rather than bring the results together
11879 using @code{cons}, we print each element of output.
11880
11881 @need 1250
11882 The @code{print-elements-recursively} function looks like this:
11883
11884 @smallexample
11885 @group
11886 (setq animals '(gazelle giraffe lion tiger))
11887 @end group
11888
11889 @group
11890 (defun print-elements-recursively (list)
11891 "Print each element of LIST on a line of its own.
11892 Uses recursion."
11893 (when list ; @r{do-again-test}
11894 (print (car list)) ; @r{body}
11895 (print-elements-recursively ; @r{recursive call}
11896 (cdr list)))) ; @r{next-step-expression}
11897
11898 (print-elements-recursively animals)
11899 @end group
11900 @end smallexample
11901
11902 @need 1500
11903 The pattern for @code{print-elements-recursively} is:
11904
11905 @itemize @bullet
11906 @item
11907 When the list is empty, do nothing.
11908 @item
11909 But when the list has at least one element,
11910 @itemize @minus
11911 @item
11912 act on the beginning of the list (the @sc{car} of the list),
11913 @item
11914 and make a recursive call on the rest (the @sc{cdr}) of the list.
11915 @end itemize
11916 @end itemize
11917
11918 @node Accumulate, Keep, Every, Recursive Patterns
11919 @comment node-name, next, previous, up
11920 @unnumberedsubsubsec Recursive Pattern: @emph{accumulate}
11921 @cindex Accumulate, type of recursive pattern
11922 @cindex Recursive pattern: accumulate
11923
11924 Another recursive pattern is called the @code{accumulate} pattern. In
11925 the @code{accumulate} recursive pattern, an action is performed on
11926 every element of a list and the result of that action is accumulated
11927 with the results of performing the action on the other elements.
11928
11929 This is very like the `every' pattern using @code{cons}, except that
11930 @code{cons} is not used, but some other combiner.
11931
11932 @need 1500
11933 The pattern is:
11934
11935 @itemize @bullet
11936 @item
11937 If a list be empty, return zero or some other constant.
11938 @item
11939 Else, act on the beginning of the list (the @sc{car} of the list),
11940 @itemize @minus
11941 @item
11942 and combine that acted-on element, using @code{+} or
11943 some other combining function, with
11944 @item
11945 a recursive call by the function on the rest (the @sc{cdr}) of the list.
11946 @end itemize
11947 @end itemize
11948
11949 @need 1500
11950 Here is an example:
11951
11952 @smallexample
11953 @group
11954 (defun add-elements (numbers-list)
11955 "Add the elements of NUMBERS-LIST together."
11956 (if (not numbers-list)
11957 0
11958 (+ (car numbers-list) (add-elements (cdr numbers-list)))))
11959 @end group
11960
11961 @group
11962 (add-elements '(1 2 3 4))
11963 @result{} 10
11964 @end group
11965 @end smallexample
11966
11967 @xref{Files List, , Making a List of Files}, for an example of the
11968 accumulate pattern.
11969
11970 @node Keep, , Accumulate, Recursive Patterns
11971 @comment node-name, next, previous, up
11972 @unnumberedsubsubsec Recursive Pattern: @emph{keep}
11973 @cindex Keep, type of recursive pattern
11974 @cindex Recursive pattern: keep
11975
11976 A third recursive pattern is called the @code{keep} pattern.
11977 In the @code{keep} recursive pattern, each element of a list is tested;
11978 the element is acted on and the results are kept only if the element
11979 meets a criterion.
11980
11981 Again, this is very like the `every' pattern, except the element is
11982 skipped unless it meets a criterion.
11983
11984 @need 1500
11985 The pattern has three parts:
11986
11987 @itemize @bullet
11988 @item
11989 If a list be empty, return @code{nil}.
11990 @item
11991 Else, if the beginning of the list (the @sc{car} of the list) passes
11992 a test
11993 @itemize @minus
11994 @item
11995 act on that element and combine it, using @code{cons} with
11996 @item
11997 a recursive call by the function on the rest (the @sc{cdr}) of the list.
11998 @end itemize
11999 @item
12000 Otherwise, if the beginning of the list (the @sc{car} of the list) fails
12001 the test
12002 @itemize @minus
12003 @item
12004 skip on that element,
12005 @item
12006 and, recursively call the function on the rest (the @sc{cdr}) of the list.
12007 @end itemize
12008 @end itemize
12009
12010 @need 1500
12011 Here is an example that uses @code{cond}:
12012
12013 @smallexample
12014 @group
12015 (defun keep-three-letter-words (word-list)
12016 "Keep three letter words in WORD-LIST."
12017 (cond
12018 ;; First do-again-test: stop-condition
12019 ((not word-list) nil)
12020
12021 ;; Second do-again-test: when to act
12022 ((eq 3 (length (symbol-name (car word-list))))
12023 ;; combine acted-on element with recursive call on shorter list
12024 (cons (car word-list) (keep-three-letter-words (cdr word-list))))
12025
12026 ;; Third do-again-test: when to skip element;
12027 ;; recursively call shorter list with next-step expression
12028 (t (keep-three-letter-words (cdr word-list)))))
12029 @end group
12030
12031 @group
12032 (keep-three-letter-words '(one two three four five six))
12033 @result{} (one two six)
12034 @end group
12035 @end smallexample
12036
12037 It goes without saying that you need not use @code{nil} as the test for
12038 when to stop; and you can, of course, combine these patterns.
12039
12040 @node No Deferment, No deferment solution, Recursive Patterns, Recursion
12041 @subsection Recursion without Deferments
12042 @cindex Deferment in recursion
12043 @cindex Recursion without Deferments
12044
12045 Let's consider again what happens with the @code{triangle-recursively}
12046 function. We will find that the intermediate calculations are
12047 deferred until all can be done.
12048
12049 @need 800
12050 Here is the function definition:
12051
12052 @smallexample
12053 @group
12054 (defun triangle-recursively (number)
12055 "Return the sum of the numbers 1 through NUMBER inclusive.
12056 Uses recursion."
12057 (if (= number 1) ; @r{do-again-test}
12058 1 ; @r{then-part}
12059 (+ number ; @r{else-part}
12060 (triangle-recursively ; @r{recursive call}
12061 (1- number))))) ; @r{next-step-expression}
12062 @end group
12063 @end smallexample
12064
12065 What happens when we call this function with a argument of 7?
12066
12067 The first instance of the @code{triangle-recursively} function adds
12068 the number 7 to the value returned by a second instance of
12069 @code{triangle-recursively}, an instance that has been passed an
12070 argument of 6. That is to say, the first calculation is:
12071
12072 @smallexample
12073 (+ 7 (triangle-recursively 6))
12074 @end smallexample
12075
12076 @noindent
12077 The first instance of @code{triangle-recursively}---you may want to
12078 think of it as a little robot---cannot complete its job. It must hand
12079 off the calculation for @code{(triangle-recursively 6)} to a second
12080 instance of the program, to a second robot. This second individual is
12081 completely different from the first one; it is, in the jargon, a
12082 `different instantiation'. Or, put another way, it is a different
12083 robot. It is the same model as the first; it calculates triangle
12084 numbers recursively; but it has a different serial number.
12085
12086 And what does @code{(triangle-recursively 6)} return? It returns the
12087 number 6 added to the value returned by evaluating
12088 @code{triangle-recursively} with an argument of 5. Using the robot
12089 metaphor, it asks yet another robot to help it.
12090
12091 @need 800
12092 Now the total is:
12093
12094 @smallexample
12095 (+ 7 6 (triangle-recursively 5))
12096 @end smallexample
12097
12098 @need 800
12099 And what happens next?
12100
12101 @smallexample
12102 (+ 7 6 5 (triangle-recursively 4))
12103 @end smallexample
12104
12105 Each time @code{triangle-recursively} is called, except for the last
12106 time, it creates another instance of the program---another robot---and
12107 asks it to make a calculation.
12108
12109 @need 800
12110 Eventually, the full addition is set up and performed:
12111
12112 @smallexample
12113 (+ 7 6 5 4 3 2 1)
12114 @end smallexample
12115
12116 This design for the function defers the calculation of the first step
12117 until the second can be done, and defers that until the third can be
12118 done, and so on. Each deferment means the computer must remember what
12119 is being waited on. This is not a problem when there are only a few
12120 steps, as in this example. But it can be a problem when there are
12121 more steps.
12122
12123 @node No deferment solution, , No Deferment, Recursion
12124 @subsection No Deferment Solution
12125 @cindex No deferment solution
12126 @cindex Defermentless solution
12127 @cindex Solution without deferment
12128
12129 The solution to the problem of deferred operations is to write in a
12130 manner that does not defer operations@footnote{The phrase @dfn{tail
12131 recursive} is used to describe such a process, one that uses
12132 `constant space'.}. This requires
12133 writing to a different pattern, often one that involves writing two
12134 function definitions, an `initialization' function and a `helper'
12135 function.
12136
12137 The `initialization' function sets up the job; the `helper' function
12138 does the work.
12139
12140 @need 1200
12141 Here are the two function definitions for adding up numbers. They are
12142 so simple, I find them hard to understand.
12143
12144 @smallexample
12145 @group
12146 (defun triangle-initialization (number)
12147 "Return the sum of the numbers 1 through NUMBER inclusive.
12148 This is the `initialization' component of a two function
12149 duo that uses recursion."
12150 (triangle-recursive-helper 0 0 number))
12151 @end group
12152 @end smallexample
12153
12154 @smallexample
12155 @group
12156 (defun triangle-recursive-helper (sum counter number)
12157 "Return SUM, using COUNTER, through NUMBER inclusive.
12158 This is the `helper' component of a two function duo
12159 that uses recursion."
12160 (if (> counter number)
12161 sum
12162 (triangle-recursive-helper (+ sum counter) ; @r{sum}
12163 (1+ counter) ; @r{counter}
12164 number))) ; @r{number}
12165 @end group
12166 @end smallexample
12167
12168 @need 1250
12169 Install both function definitions by evaluating them, then call
12170 @code{triangle-initialization} with 2 rows:
12171
12172 @smallexample
12173 @group
12174 (triangle-initialization 2)
12175 @result{} 3
12176 @end group
12177 @end smallexample
12178
12179 The `initialization' function calls the first instance of the `helper'
12180 function with three arguments: zero, zero, and a number which is the
12181 number of rows in the triangle.
12182
12183 The first two arguments passed to the `helper' function are
12184 initialization values. These values are changed when
12185 @code{triangle-recursive-helper} invokes new instances.@footnote{The
12186 jargon is mildly confusing: @code{triangle-recursive-helper} uses a
12187 process that is iterative in a procedure that is recursive. The
12188 process is called iterative because the computer need only record the
12189 three values, @code{sum}, @code{counter}, and @code{number}; the
12190 procedure is recursive because the function `calls itself'. On the
12191 other hand, both the process and the procedure used by
12192 @code{triangle-recursively} are called recursive. The word
12193 `recursive' has different meanings in the two contexts.}
12194
12195 Let's see what happens when we have a triangle that has one row. (This
12196 triangle will have one pebble in it!)
12197
12198 @need 1200
12199 @code{triangle-initialization} will call its helper with
12200 the arguments @w{@code{0 0 1}}. That function will run the conditional
12201 test whether @code{(> counter number)}:
12202
12203 @smallexample
12204 (> 0 1)
12205 @end smallexample
12206
12207 @need 1200
12208 @noindent
12209 and find that the result is false, so it will invoke
12210 the else-part of the @code{if} clause:
12211
12212 @smallexample
12213 @group
12214 (triangle-recursive-helper
12215 (+ sum counter) ; @r{sum plus counter} @result{} @r{sum}
12216 (1+ counter) ; @r{increment counter} @result{} @r{counter}
12217 number) ; @r{number stays the same}
12218 @end group
12219 @end smallexample
12220
12221 @need 800
12222 @noindent
12223 which will first compute:
12224
12225 @smallexample
12226 @group
12227 (triangle-recursive-helper (+ 0 0) ; @r{sum}
12228 (1+ 0) ; @r{counter}
12229 1) ; @r{number}
12230 @exdent which is:
12231
12232 (triangle-recursive-helper 0 1 1)
12233 @end group
12234 @end smallexample
12235
12236 Again, @code{(> counter number)} will be false, so again, the Lisp
12237 interpreter will evaluate @code{triangle-recursive-helper}, creating a
12238 new instance with new arguments.
12239
12240 @need 800
12241 This new instance will be;
12242
12243 @smallexample
12244 @group
12245 (triangle-recursive-helper
12246 (+ sum counter) ; @r{sum plus counter} @result{} @r{sum}
12247 (1+ counter) ; @r{increment counter} @result{} @r{counter}
12248 number) ; @r{number stays the same}
12249
12250 @exdent which is:
12251
12252 (triangle-recursive-helper 1 2 1)
12253 @end group
12254 @end smallexample
12255
12256 In this case, the @code{(> counter number)} test will be true! So the
12257 instance will return the value of the sum, which will be 1, as
12258 expected.
12259
12260 Now, let's pass @code{triangle-initialization} an argument
12261 of 2, to find out how many pebbles there are in a triangle with two rows.
12262
12263 That function calls @code{(triangle-recursive-helper 0 0 2)}.
12264
12265 @need 800
12266 In stages, the instances called will be:
12267
12268 @smallexample
12269 @group
12270 @r{sum counter number}
12271 (triangle-recursive-helper 0 1 2)
12272
12273 (triangle-recursive-helper 1 2 2)
12274
12275 (triangle-recursive-helper 3 3 2)
12276 @end group
12277 @end smallexample
12278
12279 When the last instance is called, the @code{(> counter number)} test
12280 will be true, so the instance will return the value of @code{sum},
12281 which will be 3.
12282
12283 This kind of pattern helps when you are writing functions that can use
12284 many resources in a computer.
12285
12286 @need 1500
12287 @node Looping exercise, , Recursion, Loops & Recursion
12288 @section Looping Exercise
12289
12290 @itemize @bullet
12291 @item
12292 Write a function similar to @code{triangle} in which each row has a
12293 value which is the square of the row number. Use a @code{while} loop.
12294
12295 @item
12296 Write a function similar to @code{triangle} that multiplies instead of
12297 adds the values.
12298
12299 @item
12300 Rewrite these two functions recursively. Rewrite these functions
12301 using @code{cond}.
12302
12303 @c comma in printed title causes problem in Info cross reference
12304 @item
12305 Write a function for Texinfo mode that creates an index entry at the
12306 beginning of a paragraph for every @samp{@@dfn} within the paragraph.
12307 (In a Texinfo file, @samp{@@dfn} marks a definition. This book is
12308 written in Texinfo.)
12309
12310 Many of the functions you will need are described in two of the
12311 previous chapters, @ref{Cutting & Storing Text, , Cutting and Storing
12312 Text}, and @ref{Yanking, , Yanking Text Back}. If you use
12313 @code{forward-paragraph} to put the index entry at the beginning of
12314 the paragraph, you will have to use @w{@kbd{C-h f}}
12315 (@code{describe-function}) to find out how to make the command go
12316 backwards.
12317
12318 For more information, see
12319 @ifinfo
12320 @ref{Indicating, , Indicating Definitions, texinfo}.
12321 @end ifinfo
12322 @ifhtml
12323 @ref{Indicating, , Indicating, texinfo, Texinfo Manual}, which goes to
12324 a Texinfo manual in the current directory. Or, if you are on the
12325 Internet, see
12326 @uref{http://www.gnu.org/software/texinfo/manual/texinfo/}
12327 @end ifhtml
12328 @iftex
12329 ``Indicating Definitions, Commands, etc.'' in @cite{Texinfo, The GNU
12330 Documentation Format}.
12331 @end iftex
12332 @end itemize
12333
12334 @node Regexp Search, Counting Words, Loops & Recursion, Top
12335 @comment node-name, next, previous, up
12336 @chapter Regular Expression Searches
12337 @cindex Searches, illustrating
12338 @cindex Regular expression searches
12339 @cindex Patterns, searching for
12340 @cindex Motion by sentence and paragraph
12341 @cindex Sentences, movement by
12342 @cindex Paragraphs, movement by
12343
12344 Regular expression searches are used extensively in GNU Emacs. The
12345 two functions, @code{forward-sentence} and @code{forward-paragraph},
12346 illustrate these searches well. They use regular expressions to find
12347 where to move point. The phrase `regular expression' is often written
12348 as `regexp'.
12349
12350 Regular expression searches are described in @ref{Regexp Search, ,
12351 Regular Expression Search, emacs, The GNU Emacs Manual}, as well as in
12352 @ref{Regular Expressions, , , elisp, The GNU Emacs Lisp Reference
12353 Manual}. In writing this chapter, I am presuming that you have at
12354 least a mild acquaintance with them. The major point to remember is
12355 that regular expressions permit you to search for patterns as well as
12356 for literal strings of characters. For example, the code in
12357 @code{forward-sentence} searches for the pattern of possible
12358 characters that could mark the end of a sentence, and moves point to
12359 that spot.
12360
12361 Before looking at the code for the @code{forward-sentence} function, it
12362 is worth considering what the pattern that marks the end of a sentence
12363 must be. The pattern is discussed in the next section; following that
12364 is a description of the regular expression search function,
12365 @code{re-search-forward}. The @code{forward-sentence} function
12366 is described in the section following. Finally, the
12367 @code{forward-paragraph} function is described in the last section of
12368 this chapter. @code{forward-paragraph} is a complex function that
12369 introduces several new features.
12370
12371 @menu
12372 * sentence-end::
12373 * re-search-forward::
12374 * forward-sentence::
12375 * forward-paragraph::
12376 * etags::
12377 * Regexp Review::
12378 * re-search Exercises::
12379 @end menu
12380
12381 @node sentence-end, re-search-forward, Regexp Search, Regexp Search
12382 @comment node-name, next, previous, up
12383 @section The Regular Expression for @code{sentence-end}
12384 @findex sentence-end
12385
12386 The symbol @code{sentence-end} is bound to the pattern that marks the
12387 end of a sentence. What should this regular expression be?
12388
12389 Clearly, a sentence may be ended by a period, a question mark, or an
12390 exclamation mark. Indeed, in English, only clauses that end with one
12391 of those three characters should be considered the end of a sentence.
12392 This means that the pattern should include the character set:
12393
12394 @smallexample
12395 [.?!]
12396 @end smallexample
12397
12398 However, we do not want @code{forward-sentence} merely to jump to a
12399 period, a question mark, or an exclamation mark, because such a character
12400 might be used in the middle of a sentence. A period, for example, is
12401 used after abbreviations. So other information is needed.
12402
12403 According to convention, you type two spaces after every sentence, but
12404 only one space after a period, a question mark, or an exclamation mark in
12405 the body of a sentence. So a period, a question mark, or an exclamation
12406 mark followed by two spaces is a good indicator of an end of sentence.
12407 However, in a file, the two spaces may instead be a tab or the end of a
12408 line. This means that the regular expression should include these three
12409 items as alternatives.
12410
12411 @need 800
12412 This group of alternatives will look like this:
12413
12414 @smallexample
12415 @group
12416 \\($\\| \\| \\)
12417 ^ ^^
12418 TAB SPC
12419 @end group
12420 @end smallexample
12421
12422 @noindent
12423 Here, @samp{$} indicates the end of the line, and I have pointed out
12424 where the tab and two spaces are inserted in the expression. Both are
12425 inserted by putting the actual characters into the expression.
12426
12427 Two backslashes, @samp{\\}, are required before the parentheses and
12428 vertical bars: the first backslash quotes the following backslash in
12429 Emacs; and the second indicates that the following character, the
12430 parenthesis or the vertical bar, is special.
12431
12432 @need 1000
12433 Also, a sentence may be followed by one or more carriage returns, like
12434 this:
12435
12436 @smallexample
12437 @group
12438 [
12439 ]*
12440 @end group
12441 @end smallexample
12442
12443 @noindent
12444 Like tabs and spaces, a carriage return is inserted into a regular
12445 expression by inserting it literally. The asterisk indicates that the
12446 @key{RET} is repeated zero or more times.
12447
12448 But a sentence end does not consist only of a period, a question mark or
12449 an exclamation mark followed by appropriate space: a closing quotation
12450 mark or a closing brace of some kind may precede the space. Indeed more
12451 than one such mark or brace may precede the space. These require a
12452 expression that looks like this:
12453
12454 @smallexample
12455 []\"')@}]*
12456 @end smallexample
12457
12458 In this expression, the first @samp{]} is the first character in the
12459 expression; the second character is @samp{"}, which is preceded by a
12460 @samp{\} to tell Emacs the @samp{"} is @emph{not} special. The last
12461 three characters are @samp{'}, @samp{)}, and @samp{@}}.
12462
12463 All this suggests what the regular expression pattern for matching the
12464 end of a sentence should be; and, indeed, if we evaluate
12465 @code{sentence-end} we find that it returns the following value:
12466
12467 @smallexample
12468 @group
12469 sentence-end
12470 @result{} "[.?!][]\"')@}]*\\($\\| \\| \\)[
12471 ]*"
12472 @end group
12473 @end smallexample
12474
12475 @noindent
12476 (Well, not in GNU Emacs 22; that is because of an effort to make the
12477 process simpler and to handle more glyphs and languages. When the
12478 value of @code{sentence-end} is @code{nil}, then use the value defined
12479 by the function @code{sentence-end}. (Here is a use of the difference
12480 between a value and a function in Emacs Lisp.) The function returns a
12481 value constructed from the variables @code{sentence-end-base},
12482 @code{sentence-end-double-space}, @code{sentence-end-without-period},
12483 and @code{sentence-end-without-space}. The critical variable is
12484 @code{sentence-end-base}; its global value is similar to the one
12485 described above but it also contains two additional quotation marks.
12486 These have differing degrees of curliness. The
12487 @code{sentence-end-without-period} variable, when true, tells Emacs
12488 that a sentence may end without a period, such as text in Thai.)
12489
12490 @ignore
12491 @noindent
12492 (Note that here the @key{TAB}, two spaces, and @key{RET} are shown
12493 literally in the pattern.)
12494
12495 This regular expression can be deciphered as follows:
12496
12497 @table @code
12498 @item [.?!]
12499 The first part of the pattern is the three characters, a period, a question
12500 mark and an exclamation mark, within square brackets. The pattern must
12501 begin with one or other of these characters.
12502
12503 @item []\"')@}]*
12504 The second part of the pattern is the group of closing braces and
12505 quotation marks, which can appear zero or more times. These may follow
12506 the period, question mark or exclamation mark. In a regular expression,
12507 the backslash, @samp{\}, followed by the double quotation mark,
12508 @samp{"}, indicates the class of string-quote characters. Usually, the
12509 double quotation mark is the only character in this class. The
12510 asterisk, @samp{*}, indicates that the items in the previous group (the
12511 group surrounded by square brackets, @samp{[]}) may be repeated zero or
12512 more times.
12513
12514 @item \\($\\| \\| \\)
12515 The third part of the pattern is one or other of: either the end of a
12516 line, or two blank spaces, or a tab. The double back-slashes are used
12517 to prevent Emacs from reading the parentheses and vertical bars as part
12518 of the search pattern; the parentheses are used to mark the group and
12519 the vertical bars are used to indicated that the patterns to either side
12520 of them are alternatives. The dollar sign is used to indicate the end
12521 of a line and both the two spaces and the tab are each inserted as is to
12522 indicate what they are.
12523
12524 @item [@key{RET}]*
12525 Finally, the last part of the pattern indicates that the end of the line
12526 or the whitespace following the period, question mark or exclamation
12527 mark may, but need not, be followed by one or more carriage returns. In
12528 the pattern, the carriage return is inserted as an actual carriage
12529 return between square brackets but here it is shown as @key{RET}.
12530 @end table
12531 @end ignore
12532
12533 @node re-search-forward, forward-sentence, sentence-end, Regexp Search
12534 @comment node-name, next, previous, up
12535 @section The @code{re-search-forward} Function
12536 @findex re-search-forward
12537
12538 The @code{re-search-forward} function is very like the
12539 @code{search-forward} function. (@xref{search-forward, , The
12540 @code{search-forward} Function}.)
12541
12542 @code{re-search-forward} searches for a regular expression. If the
12543 search is successful, it leaves point immediately after the last
12544 character in the target. If the search is backwards, it leaves point
12545 just before the first character in the target. You may tell
12546 @code{re-search-forward} to return @code{t} for true. (Moving point
12547 is therefore a `side effect'.)
12548
12549 Like @code{search-forward}, the @code{re-search-forward} function takes
12550 four arguments:
12551
12552 @enumerate
12553 @item
12554 The first argument is the regular expression that the function searches
12555 for. The regular expression will be a string between quotations marks.
12556
12557 @item
12558 The optional second argument limits how far the function will search; it is a
12559 bound, which is specified as a position in the buffer.
12560
12561 @item
12562 The optional third argument specifies how the function responds to
12563 failure: @code{nil} as the third argument causes the function to
12564 signal an error (and print a message) when the search fails; any other
12565 value causes it to return @code{nil} if the search fails and @code{t}
12566 if the search succeeds.
12567
12568 @item
12569 The optional fourth argument is the repeat count. A negative repeat
12570 count causes @code{re-search-forward} to search backwards.
12571 @end enumerate
12572
12573 @need 800
12574 The template for @code{re-search-forward} looks like this:
12575
12576 @smallexample
12577 @group
12578 (re-search-forward "@var{regular-expression}"
12579 @var{limit-of-search}
12580 @var{what-to-do-if-search-fails}
12581 @var{repeat-count})
12582 @end group
12583 @end smallexample
12584
12585 The second, third, and fourth arguments are optional. However, if you
12586 want to pass a value to either or both of the last two arguments, you
12587 must also pass a value to all the preceding arguments. Otherwise, the
12588 Lisp interpreter will mistake which argument you are passing the value
12589 to.
12590
12591 @need 1200
12592 In the @code{forward-sentence} function, the regular expression will be
12593 the value of the variable @code{sentence-end}. In simple form, that is:
12594
12595 @smallexample
12596 @group
12597 "[.?!][]\"')@}]*\\($\\| \\| \\)[
12598 ]*"
12599 @end group
12600 @end smallexample
12601
12602 @noindent
12603 The limit of the search will be the end of the paragraph (since a
12604 sentence cannot go beyond a paragraph). If the search fails, the
12605 function will return @code{nil}; and the repeat count will be provided
12606 by the argument to the @code{forward-sentence} function.
12607
12608 @node forward-sentence, forward-paragraph, re-search-forward, Regexp Search
12609 @comment node-name, next, previous, up
12610 @section @code{forward-sentence}
12611 @findex forward-sentence
12612
12613 The command to move the cursor forward a sentence is a straightforward
12614 illustration of how to use regular expression searches in Emacs Lisp.
12615 Indeed, the function looks longer and more complicated than it is; this
12616 is because the function is designed to go backwards as well as forwards;
12617 and, optionally, over more than one sentence. The function is usually
12618 bound to the key command @kbd{M-e}.
12619
12620 @menu
12621 * Complete forward-sentence::
12622 * fwd-sentence while loops::
12623 * fwd-sentence re-search::
12624 @end menu
12625
12626 @node Complete forward-sentence, fwd-sentence while loops, forward-sentence, forward-sentence
12627 @ifnottex
12628 @unnumberedsubsec Complete @code{forward-sentence} function definition
12629 @end ifnottex
12630
12631 @need 1250
12632 Here is the code for @code{forward-sentence}:
12633
12634 @c in GNU Emacs 22
12635 @smallexample
12636 @group
12637 (defun forward-sentence (&optional arg)
12638 "Move forward to next `sentence-end'. With argument, repeat.
12639 With negative argument, move backward repeatedly to `sentence-beginning'.
12640
12641 The variable `sentence-end' is a regular expression that matches ends of
12642 sentences. Also, every paragraph boundary terminates sentences as well."
12643 @end group
12644 @group
12645 (interactive "p")
12646 (or arg (setq arg 1))
12647 (let ((opoint (point))
12648 (sentence-end (sentence-end)))
12649 (while (< arg 0)
12650 (let ((pos (point))
12651 (par-beg (save-excursion (start-of-paragraph-text) (point))))
12652 (if (and (re-search-backward sentence-end par-beg t)
12653 (or (< (match-end 0) pos)
12654 (re-search-backward sentence-end par-beg t)))
12655 (goto-char (match-end 0))
12656 (goto-char par-beg)))
12657 (setq arg (1+ arg)))
12658 @end group
12659 @group
12660 (while (> arg 0)
12661 (let ((par-end (save-excursion (end-of-paragraph-text) (point))))
12662 (if (re-search-forward sentence-end par-end t)
12663 (skip-chars-backward " \t\n")
12664 (goto-char par-end)))
12665 (setq arg (1- arg)))
12666 (constrain-to-field nil opoint t)))
12667 @end group
12668 @end smallexample
12669
12670 @ignore
12671 GNU Emacs 21
12672 @smallexample
12673 @group
12674 (defun forward-sentence (&optional arg)
12675 "Move forward to next sentence-end. With argument, repeat.
12676 With negative argument, move backward repeatedly to sentence-beginning.
12677 Sentence ends are identified by the value of sentence-end
12678 treated as a regular expression. Also, every paragraph boundary
12679 terminates sentences as well."
12680 @end group
12681 @group
12682 (interactive "p")
12683 (or arg (setq arg 1))
12684 (while (< arg 0)
12685 (let ((par-beg
12686 (save-excursion (start-of-paragraph-text) (point))))
12687 (if (re-search-backward
12688 (concat sentence-end "[^ \t\n]") par-beg t)
12689 (goto-char (1- (match-end 0)))
12690 (goto-char par-beg)))
12691 (setq arg (1+ arg)))
12692 (while (> arg 0)
12693 (let ((par-end
12694 (save-excursion (end-of-paragraph-text) (point))))
12695 (if (re-search-forward sentence-end par-end t)
12696 (skip-chars-backward " \t\n")
12697 (goto-char par-end)))
12698 (setq arg (1- arg))))
12699 @end group
12700 @end smallexample
12701 @end ignore
12702
12703 The function looks long at first sight and it is best to look at its
12704 skeleton first, and then its muscle. The way to see the skeleton is to
12705 look at the expressions that start in the left-most columns:
12706
12707 @smallexample
12708 @group
12709 (defun forward-sentence (&optional arg)
12710 "@var{documentation}@dots{}"
12711 (interactive "p")
12712 (or arg (setq arg 1))
12713 (let ((opoint (point)) (sentence-end (sentence-end)))
12714 (while (< arg 0)
12715 (let ((pos (point))
12716 (par-beg (save-excursion (start-of-paragraph-text) (point))))
12717 @var{rest-of-body-of-while-loop-when-going-backwards}
12718 (while (> arg 0)
12719 (let ((par-end (save-excursion (end-of-paragraph-text) (point))))
12720 @var{rest-of-body-of-while-loop-when-going-forwards}
12721 @var{handle-forms-and-equivalent}
12722 @end group
12723 @end smallexample
12724
12725 This looks much simpler! The function definition consists of
12726 documentation, an @code{interactive} expression, an @code{or}
12727 expression, a @code{let} expression, and @code{while} loops.
12728
12729 Let's look at each of these parts in turn.
12730
12731 We note that the documentation is thorough and understandable.
12732
12733 The function has an @code{interactive "p"} declaration. This means
12734 that the processed prefix argument, if any, is passed to the
12735 function as its argument. (This will be a number.) If the function
12736 is not passed an argument (it is optional) then the argument
12737 @code{arg} will be bound to 1.
12738
12739 When @code{forward-sentence} is called non-interactively without an
12740 argument, @code{arg} is bound to @code{nil}. The @code{or} expression
12741 handles this. What it does is either leave the value of @code{arg} as
12742 it is, but only if @code{arg} is bound to a value; or it sets the
12743 value of @code{arg} to 1, in the case when @code{arg} is bound to
12744 @code{nil}.
12745
12746 Next is a @code{let}. That specifies the values of two local
12747 variables, @code{point} and @code{sentence-end}. The local value of
12748 point, from before the search, is used in the
12749 @code{constrain-to-field} function which handles forms and
12750 equivalents. The @code{sentence-end} variable is set by the
12751 @code{sentence-end} function.
12752
12753 @node fwd-sentence while loops, fwd-sentence re-search, Complete forward-sentence, forward-sentence
12754 @unnumberedsubsec The @code{while} loops
12755
12756 Two @code{while} loops follow. The first @code{while} has a
12757 true-or-false-test that tests true if the prefix argument for
12758 @code{forward-sentence} is a negative number. This is for going
12759 backwards. The body of this loop is similar to the body of the second
12760 @code{while} clause, but it is not exactly the same. We will skip
12761 this @code{while} loop and concentrate on the second @code{while}
12762 loop.
12763
12764 @need 1500
12765 The second @code{while} loop is for moving point forward. Its skeleton
12766 looks like this:
12767
12768 @smallexample
12769 @group
12770 (while (> arg 0) ; @r{true-or-false-test}
12771 (let @var{varlist}
12772 (if (@var{true-or-false-test})
12773 @var{then-part}
12774 @var{else-part}
12775 (setq arg (1- arg)))) ; @code{while} @r{loop decrementer}
12776 @end group
12777 @end smallexample
12778
12779 The @code{while} loop is of the decrementing kind.
12780 (@xref{Decrementing Loop, , A Loop with a Decrementing Counter}.) It
12781 has a true-or-false-test that tests true so long as the counter (in
12782 this case, the variable @code{arg}) is greater than zero; and it has a
12783 decrementer that subtracts 1 from the value of the counter every time
12784 the loop repeats.
12785
12786 If no prefix argument is given to @code{forward-sentence}, which is
12787 the most common way the command is used, this @code{while} loop will
12788 run once, since the value of @code{arg} will be 1.
12789
12790 The body of the @code{while} loop consists of a @code{let} expression,
12791 which creates and binds a local variable, and has, as its body, an
12792 @code{if} expression.
12793
12794 @need 1250
12795 The body of the @code{while} loop looks like this:
12796
12797 @smallexample
12798 @group
12799 (let ((par-end
12800 (save-excursion (end-of-paragraph-text) (point))))
12801 (if (re-search-forward sentence-end par-end t)
12802 (skip-chars-backward " \t\n")
12803 (goto-char par-end)))
12804 @end group
12805 @end smallexample
12806
12807 The @code{let} expression creates and binds the local variable
12808 @code{par-end}. As we shall see, this local variable is designed to
12809 provide a bound or limit to the regular expression search. If the
12810 search fails to find a proper sentence ending in the paragraph, it will
12811 stop on reaching the end of the paragraph.
12812
12813 But first, let us examine how @code{par-end} is bound to the value of
12814 the end of the paragraph. What happens is that the @code{let} sets the
12815 value of @code{par-end} to the value returned when the Lisp interpreter
12816 evaluates the expression
12817
12818 @smallexample
12819 @group
12820 (save-excursion (end-of-paragraph-text) (point))
12821 @end group
12822 @end smallexample
12823
12824 @noindent
12825 In this expression, @code{(end-of-paragraph-text)} moves point to the
12826 end of the paragraph, @code{(point)} returns the value of point, and then
12827 @code{save-excursion} restores point to its original position. Thus,
12828 the @code{let} binds @code{par-end} to the value returned by the
12829 @code{save-excursion} expression, which is the position of the end of
12830 the paragraph. (The @code{end-of-paragraph-text} function uses
12831 @code{forward-paragraph}, which we will discuss shortly.)
12832
12833 @need 1200
12834 Emacs next evaluates the body of the @code{let}, which is an @code{if}
12835 expression that looks like this:
12836
12837 @smallexample
12838 @group
12839 (if (re-search-forward sentence-end par-end t) ; @r{if-part}
12840 (skip-chars-backward " \t\n") ; @r{then-part}
12841 (goto-char par-end))) ; @r{else-part}
12842 @end group
12843 @end smallexample
12844
12845 The @code{if} tests whether its first argument is true and if so,
12846 evaluates its then-part; otherwise, the Emacs Lisp interpreter
12847 evaluates the else-part. The true-or-false-test of the @code{if}
12848 expression is the regular expression search.
12849
12850 It may seem odd to have what looks like the `real work' of
12851 the @code{forward-sentence} function buried here, but this is a common
12852 way this kind of operation is carried out in Lisp.
12853
12854 @node fwd-sentence re-search, , fwd-sentence while loops, forward-sentence
12855 @unnumberedsubsec The regular expression search
12856
12857 The @code{re-search-forward} function searches for the end of the
12858 sentence, that is, for the pattern defined by the @code{sentence-end}
12859 regular expression. If the pattern is found---if the end of the sentence is
12860 found---then the @code{re-search-forward} function does two things:
12861
12862 @enumerate
12863 @item
12864 The @code{re-search-forward} function carries out a side effect, which
12865 is to move point to the end of the occurrence found.
12866
12867 @item
12868 The @code{re-search-forward} function returns a value of true. This is
12869 the value received by the @code{if}, and means that the search was
12870 successful.
12871 @end enumerate
12872
12873 @noindent
12874 The side effect, the movement of point, is completed before the
12875 @code{if} function is handed the value returned by the successful
12876 conclusion of the search.
12877
12878 When the @code{if} function receives the value of true from a successful
12879 call to @code{re-search-forward}, the @code{if} evaluates the then-part,
12880 which is the expression @code{(skip-chars-backward " \t\n")}. This
12881 expression moves backwards over any blank spaces, tabs or carriage
12882 returns until a printed character is found and then leaves point after
12883 the character. Since point has already been moved to the end of the
12884 pattern that marks the end of the sentence, this action leaves point
12885 right after the closing printed character of the sentence, which is
12886 usually a period.
12887
12888 On the other hand, if the @code{re-search-forward} function fails to
12889 find a pattern marking the end of the sentence, the function returns
12890 false. The false then causes the @code{if} to evaluate its third
12891 argument, which is @code{(goto-char par-end)}: it moves point to the
12892 end of the paragraph.
12893
12894 (And if the text is in a form or equivalent, and point may not move
12895 fully, then the @code{constrain-to-field} function comes into play.)
12896
12897 Regular expression searches are exceptionally useful and the pattern
12898 illustrated by @code{re-search-forward}, in which the search is the
12899 test of an @code{if} expression, is handy. You will see or write code
12900 incorporating this pattern often.
12901
12902 @node forward-paragraph, etags, forward-sentence, Regexp Search
12903 @comment node-name, next, previous, up
12904 @section @code{forward-paragraph}: a Goldmine of Functions
12905 @findex forward-paragraph
12906
12907 @ignore
12908 @c in GNU Emacs 22
12909 (defun forward-paragraph (&optional arg)
12910 "Move forward to end of paragraph.
12911 With argument ARG, do it ARG times;
12912 a negative argument ARG = -N means move backward N paragraphs.
12913
12914 A line which `paragraph-start' matches either separates paragraphs
12915 \(if `paragraph-separate' matches it also) or is the first line of a paragraph.
12916 A paragraph end is the beginning of a line which is not part of the paragraph
12917 to which the end of the previous line belongs, or the end of the buffer.
12918 Returns the count of paragraphs left to move."
12919 (interactive "p")
12920 (or arg (setq arg 1))
12921 (let* ((opoint (point))
12922 (fill-prefix-regexp
12923 (and fill-prefix (not (equal fill-prefix ""))
12924 (not paragraph-ignore-fill-prefix)
12925 (regexp-quote fill-prefix)))
12926 ;; Remove ^ from paragraph-start and paragraph-sep if they are there.
12927 ;; These regexps shouldn't be anchored, because we look for them
12928 ;; starting at the left-margin. This allows paragraph commands to
12929 ;; work normally with indented text.
12930 ;; This hack will not find problem cases like "whatever\\|^something".
12931 (parstart (if (and (not (equal "" paragraph-start))
12932 (equal ?^ (aref paragraph-start 0)))
12933 (substring paragraph-start 1)
12934 paragraph-start))
12935 (parsep (if (and (not (equal "" paragraph-separate))
12936 (equal ?^ (aref paragraph-separate 0)))
12937 (substring paragraph-separate 1)
12938 paragraph-separate))
12939 (parsep
12940 (if fill-prefix-regexp
12941 (concat parsep "\\|"
12942 fill-prefix-regexp "[ \t]*$")
12943 parsep))
12944 ;; This is used for searching.
12945 (sp-parstart (concat "^[ \t]*\\(?:" parstart "\\|" parsep "\\)"))
12946 start found-start)
12947 (while (and (< arg 0) (not (bobp)))
12948 (if (and (not (looking-at parsep))
12949 (re-search-backward "^\n" (max (1- (point)) (point-min)) t)
12950 (looking-at parsep))
12951 (setq arg (1+ arg))
12952 (setq start (point))
12953 ;; Move back over paragraph-separating lines.
12954 (forward-char -1) (beginning-of-line)
12955 (while (and (not (bobp))
12956 (progn (move-to-left-margin)
12957 (looking-at parsep)))
12958 (forward-line -1))
12959 (if (bobp)
12960 nil
12961 (setq arg (1+ arg))
12962 ;; Go to end of the previous (non-separating) line.
12963 (end-of-line)
12964 ;; Search back for line that starts or separates paragraphs.
12965 (if (if fill-prefix-regexp
12966 ;; There is a fill prefix; it overrides parstart.
12967 (let (multiple-lines)
12968 (while (and (progn (beginning-of-line) (not (bobp)))
12969 (progn (move-to-left-margin)
12970 (not (looking-at parsep)))
12971 (looking-at fill-prefix-regexp))
12972 (unless (= (point) start)
12973 (setq multiple-lines t))
12974 (forward-line -1))
12975 (move-to-left-margin)
12976 ;; This deleted code caused a long hanging-indent line
12977 ;; not to be filled together with the following lines.
12978 ;; ;; Don't move back over a line before the paragraph
12979 ;; ;; which doesn't start with fill-prefix
12980 ;; ;; unless that is the only line we've moved over.
12981 ;; (and (not (looking-at fill-prefix-regexp))
12982 ;; multiple-lines
12983 ;; (forward-line 1))
12984 (not (bobp)))
12985 (while (and (re-search-backward sp-parstart nil 1)
12986 (setq found-start t)
12987 ;; Found a candidate, but need to check if it is a
12988 ;; REAL parstart.
12989 (progn (setq start (point))
12990 (move-to-left-margin)
12991 (not (looking-at parsep)))
12992 (not (and (looking-at parstart)
12993 (or (not use-hard-newlines)
12994 (bobp)
12995 (get-text-property
12996 (1- start) 'hard)))))
12997 (setq found-start nil)
12998 (goto-char start))
12999 found-start)
13000 ;; Found one.
13001 (progn
13002 ;; Move forward over paragraph separators.
13003 ;; We know this cannot reach the place we started
13004 ;; because we know we moved back over a non-separator.
13005 (while (and (not (eobp))
13006 (progn (move-to-left-margin)
13007 (looking-at parsep)))
13008 (forward-line 1))
13009 ;; If line before paragraph is just margin, back up to there.
13010 (end-of-line 0)
13011 (if (> (current-column) (current-left-margin))
13012 (forward-char 1)
13013 (skip-chars-backward " \t")
13014 (if (not (bolp))
13015 (forward-line 1))))
13016 ;; No starter or separator line => use buffer beg.
13017 (goto-char (point-min))))))
13018
13019 (while (and (> arg 0) (not (eobp)))
13020 ;; Move forward over separator lines...
13021 (while (and (not (eobp))
13022 (progn (move-to-left-margin) (not (eobp)))
13023 (looking-at parsep))
13024 (forward-line 1))
13025 (unless (eobp) (setq arg (1- arg)))
13026 ;; ... and one more line.
13027 (forward-line 1)
13028 (if fill-prefix-regexp
13029 ;; There is a fill prefix; it overrides parstart.
13030 (while (and (not (eobp))
13031 (progn (move-to-left-margin) (not (eobp)))
13032 (not (looking-at parsep))
13033 (looking-at fill-prefix-regexp))
13034 (forward-line 1))
13035 (while (and (re-search-forward sp-parstart nil 1)
13036 (progn (setq start (match-beginning 0))
13037 (goto-char start)
13038 (not (eobp)))
13039 (progn (move-to-left-margin)
13040 (not (looking-at parsep)))
13041 (or (not (looking-at parstart))
13042 (and use-hard-newlines
13043 (not (get-text-property (1- start) 'hard)))))
13044 (forward-char 1))
13045 (if (< (point) (point-max))
13046 (goto-char start))))
13047 (constrain-to-field nil opoint t)
13048 ;; Return the number of steps that could not be done.
13049 arg))
13050 @end ignore
13051
13052 The @code{forward-paragraph} function moves point forward to the end
13053 of the paragraph. It is usually bound to @kbd{M-@}} and makes use of a
13054 number of functions that are important in themselves, including
13055 @code{let*}, @code{match-beginning}, and @code{looking-at}.
13056
13057 The function definition for @code{forward-paragraph} is considerably
13058 longer than the function definition for @code{forward-sentence}
13059 because it works with a paragraph, each line of which may begin with a
13060 fill prefix.
13061
13062 A fill prefix consists of a string of characters that are repeated at
13063 the beginning of each line. For example, in Lisp code, it is a
13064 convention to start each line of a paragraph-long comment with
13065 @samp{;;; }. In Text mode, four blank spaces make up another common
13066 fill prefix, creating an indented paragraph. (@xref{Fill Prefix, , ,
13067 emacs, The GNU Emacs Manual}, for more information about fill
13068 prefixes.)
13069
13070 The existence of a fill prefix means that in addition to being able to
13071 find the end of a paragraph whose lines begin on the left-most
13072 column, the @code{forward-paragraph} function must be able to find the
13073 end of a paragraph when all or many of the lines in the buffer begin
13074 with the fill prefix.
13075
13076 Moreover, it is sometimes practical to ignore a fill prefix that
13077 exists, especially when blank lines separate paragraphs.
13078 This is an added complication.
13079
13080 @menu
13081 * forward-paragraph in brief::
13082 * fwd-para let::
13083 * fwd-para while::
13084 @end menu
13085
13086 @node forward-paragraph in brief, fwd-para let, forward-paragraph, forward-paragraph
13087 @ifnottex
13088 @unnumberedsubsec Shortened @code{forward-paragraph} function definition
13089 @end ifnottex
13090
13091 Rather than print all of the @code{forward-paragraph} function, we
13092 will only print parts of it. Read without preparation, the function
13093 can be daunting!
13094
13095 @need 800
13096 In outline, the function looks like this:
13097
13098 @smallexample
13099 @group
13100 (defun forward-paragraph (&optional arg)
13101 "@var{documentation}@dots{}"
13102 (interactive "p")
13103 (or arg (setq arg 1))
13104 (let*
13105 @var{varlist}
13106 (while (and (< arg 0) (not (bobp))) ; @r{backward-moving-code}
13107 @dots{}
13108 (while (and (> arg 0) (not (eobp))) ; @r{forward-moving-code}
13109 @dots{}
13110 @end group
13111 @end smallexample
13112
13113 The first parts of the function are routine: the function's argument
13114 list consists of one optional argument. Documentation follows.
13115
13116 The lower case @samp{p} in the @code{interactive} declaration means
13117 that the processed prefix argument, if any, is passed to the function.
13118 This will be a number, and is the repeat count of how many paragraphs
13119 point will move. The @code{or} expression in the next line handles
13120 the common case when no argument is passed to the function, which occurs
13121 if the function is called from other code rather than interactively.
13122 This case was described earlier. (@xref{forward-sentence, The
13123 @code{forward-sentence} function}.) Now we reach the end of the
13124 familiar part of this function.
13125
13126 @node fwd-para let, fwd-para while, forward-paragraph in brief, forward-paragraph
13127 @unnumberedsubsec The @code{let*} expression
13128
13129 The next line of the @code{forward-paragraph} function begins a
13130 @code{let*} expression. This is a different than @code{let}. The
13131 symbol is @code{let*} not @code{let}.
13132
13133 The @code{let*} special form is like @code{let} except that Emacs sets
13134 each variable in sequence, one after another, and variables in the
13135 latter part of the varlist can make use of the values to which Emacs
13136 set variables in the earlier part of the varlist.
13137
13138 @ignore
13139 ( refappend save-excursion, , code save-excursion in code append-to-buffer .)
13140 @end ignore
13141
13142 (@ref{append save-excursion, , @code{save-excursion} in @code{append-to-buffer}}.)
13143
13144 In the @code{let*} expression in this function, Emacs binds a total of
13145 seven variables: @code{opoint}, @code{fill-prefix-regexp},
13146 @code{parstart}, @code{parsep}, @code{sp-parstart}, @code{start}, and
13147 @code{found-start}.
13148
13149 The variable @code{parsep} appears twice, first, to remove instances
13150 of @samp{^}, and second, to handle fill prefixes.
13151
13152 The variable @code{opoint} is just the value of @code{point}. As you
13153 can guess, it is used in a @code{constrain-to-field} expression, just
13154 as in @code{forward-sentence}.
13155
13156 The variable @code{fill-prefix-regexp} is set to the value returned by
13157 evaluating the following list:
13158
13159 @smallexample
13160 @group
13161 (and fill-prefix
13162 (not (equal fill-prefix ""))
13163 (not paragraph-ignore-fill-prefix)
13164 (regexp-quote fill-prefix))
13165 @end group
13166 @end smallexample
13167
13168 @noindent
13169 This is an expression whose first element is the @code{and} special form.
13170
13171 As we learned earlier (@pxref{kill-new function, , The @code{kill-new}
13172 function}), the @code{and} special form evaluates each of its
13173 arguments until one of the arguments returns a value of @code{nil}, in
13174 which case the @code{and} expression returns @code{nil}; however, if
13175 none of the arguments returns a value of @code{nil}, the value
13176 resulting from evaluating the last argument is returned. (Since such
13177 a value is not @code{nil}, it is considered true in Lisp.) In other
13178 words, an @code{and} expression returns a true value only if all its
13179 arguments are true.
13180 @findex and
13181
13182 In this case, the variable @code{fill-prefix-regexp} is bound to a
13183 non-@code{nil} value only if the following four expressions produce a
13184 true (i.e., a non-@code{nil}) value when they are evaluated; otherwise,
13185 @code{fill-prefix-regexp} is bound to @code{nil}.
13186
13187 @table @code
13188 @item fill-prefix
13189 When this variable is evaluated, the value of the fill prefix, if any,
13190 is returned. If there is no fill prefix, this variable returns
13191 @code{nil}.
13192
13193 @item (not (equal fill-prefix "")
13194 This expression checks whether an existing fill prefix is an empty
13195 string, that is, a string with no characters in it. An empty string is
13196 not a useful fill prefix.
13197
13198 @item (not paragraph-ignore-fill-prefix)
13199 This expression returns @code{nil} if the variable
13200 @code{paragraph-ignore-fill-prefix} has been turned on by being set to a
13201 true value such as @code{t}.
13202
13203 @item (regexp-quote fill-prefix)
13204 This is the last argument to the @code{and} special form. If all the
13205 arguments to the @code{and} are true, the value resulting from
13206 evaluating this expression will be returned by the @code{and} expression
13207 and bound to the variable @code{fill-prefix-regexp},
13208 @end table
13209
13210 @findex regexp-quote
13211 @noindent
13212 The result of evaluating this @code{and} expression successfully is that
13213 @code{fill-prefix-regexp} will be bound to the value of
13214 @code{fill-prefix} as modified by the @code{regexp-quote} function.
13215 What @code{regexp-quote} does is read a string and return a regular
13216 expression that will exactly match the string and match nothing else.
13217 This means that @code{fill-prefix-regexp} will be set to a value that
13218 will exactly match the fill prefix if the fill prefix exists.
13219 Otherwise, the variable will be set to @code{nil}.
13220
13221 The next two local variables in the @code{let*} expression are
13222 designed to remove instances of @samp{^} from @code{parstart} and
13223 @code{parsep}, the local variables which indicate the paragraph start
13224 and the paragraph separator. The next expression sets @code{parsep}
13225 again. That is to handle fill prefixes.
13226
13227 This is the setting that requires the definition call @code{let*}
13228 rather than @code{let}. The true-or-false-test for the @code{if}
13229 depends on whether the variable @code{fill-prefix-regexp} evaluates to
13230 @code{nil} or some other value.
13231
13232 If @code{fill-prefix-regexp} does not have a value, Emacs evaluates
13233 the else-part of the @code{if} expression and binds @code{parsep} to
13234 its local value. (@code{parsep} is a regular expression that matches
13235 what separates paragraphs.)
13236
13237 But if @code{fill-prefix-regexp} does have a value, Emacs evaluates
13238 the then-part of the @code{if} expression and binds @code{parsep} to a
13239 regular expression that includes the @code{fill-prefix-regexp} as part
13240 of the pattern.
13241
13242 Specifically, @code{parsep} is set to the original value of the
13243 paragraph separate regular expression concatenated with an alternative
13244 expression that consists of the @code{fill-prefix-regexp} followed by
13245 optional whitespace to the end of the line. The whitespace is defined
13246 by @w{@code{"[ \t]*$"}}.) The @samp{\\|} defines this portion of the
13247 regexp as an alternative to @code{parsep}.
13248
13249 According to a comment in the code, the next local variable,
13250 @code{sp-parstart}, is used for searching, and then the final two,
13251 @code{start} and @code{found-start}, are set to @code{nil}.
13252
13253 Now we get into the body of the @code{let*}. The first part of the body
13254 of the @code{let*} deals with the case when the function is given a
13255 negative argument and is therefore moving backwards. We will skip this
13256 section.
13257
13258 @node fwd-para while, , fwd-para let, forward-paragraph
13259 @unnumberedsubsec The forward motion @code{while} loop
13260
13261 The second part of the body of the @code{let*} deals with forward
13262 motion. It is a @code{while} loop that repeats itself so long as the
13263 value of @code{arg} is greater than zero. In the most common use of
13264 the function, the value of the argument is 1, so the body of the
13265 @code{while} loop is evaluated exactly once, and the cursor moves
13266 forward one paragraph.
13267
13268 @ignore
13269 (while (and (> arg 0) (not (eobp)))
13270
13271 ;; Move forward over separator lines...
13272 (while (and (not (eobp))
13273 (progn (move-to-left-margin) (not (eobp)))
13274 (looking-at parsep))
13275 (forward-line 1))
13276 (unless (eobp) (setq arg (1- arg)))
13277 ;; ... and one more line.
13278 (forward-line 1)
13279
13280 (if fill-prefix-regexp
13281 ;; There is a fill prefix; it overrides parstart.
13282 (while (and (not (eobp))
13283 (progn (move-to-left-margin) (not (eobp)))
13284 (not (looking-at parsep))
13285 (looking-at fill-prefix-regexp))
13286 (forward-line 1))
13287
13288 (while (and (re-search-forward sp-parstart nil 1)
13289 (progn (setq start (match-beginning 0))
13290 (goto-char start)
13291 (not (eobp)))
13292 (progn (move-to-left-margin)
13293 (not (looking-at parsep)))
13294 (or (not (looking-at parstart))
13295 (and use-hard-newlines
13296 (not (get-text-property (1- start) 'hard)))))
13297 (forward-char 1))
13298
13299 (if (< (point) (point-max))
13300 (goto-char start))))
13301 @end ignore
13302
13303 This part handles three situations: when point is between paragraphs,
13304 when there is a fill prefix and when there is no fill prefix.
13305
13306 @need 800
13307 The @code{while} loop looks like this:
13308
13309 @smallexample
13310 @group
13311 ;; @r{going forwards and not at the end of the buffer}
13312 (while (and (> arg 0) (not (eobp)))
13313
13314 ;; @r{between paragraphs}
13315 ;; Move forward over separator lines...
13316 (while (and (not (eobp))
13317 (progn (move-to-left-margin) (not (eobp)))
13318 (looking-at parsep))
13319 (forward-line 1))
13320 ;; @r{This decrements the loop}
13321 (unless (eobp) (setq arg (1- arg)))
13322 ;; ... and one more line.
13323 (forward-line 1)
13324 @end group
13325
13326 @group
13327 (if fill-prefix-regexp
13328 ;; There is a fill prefix; it overrides parstart;
13329 ;; we go forward line by line
13330 (while (and (not (eobp))
13331 (progn (move-to-left-margin) (not (eobp)))
13332 (not (looking-at parsep))
13333 (looking-at fill-prefix-regexp))
13334 (forward-line 1))
13335 @end group
13336
13337 @group
13338 ;; There is no fill prefix;
13339 ;; we go forward character by character
13340 (while (and (re-search-forward sp-parstart nil 1)
13341 (progn (setq start (match-beginning 0))
13342 (goto-char start)
13343 (not (eobp)))
13344 (progn (move-to-left-margin)
13345 (not (looking-at parsep)))
13346 (or (not (looking-at parstart))
13347 (and use-hard-newlines
13348 (not (get-text-property (1- start) 'hard)))))
13349 (forward-char 1))
13350 @end group
13351
13352 @group
13353 ;; and if there is no fill prefix and if we are not at the end,
13354 ;; go to whatever was found in the regular expression search
13355 ;; for sp-parstart
13356 (if (< (point) (point-max))
13357 (goto-char start))))
13358 @end group
13359 @end smallexample
13360
13361 @findex eobp
13362 We can see that this is a decrementing counter @code{while} loop,
13363 using the expression @code{(setq arg (1- arg))} as the decrementer.
13364 That expression is not far from the @code{while}, but is hidden in
13365 another Lisp macro, an @code{unless} macro. Unless we are at the end
13366 of the buffer --- that is what the @code{eobp} function determines; it
13367 is an abbreviation of @samp{End Of Buffer P} --- we decrease the value
13368 of @code{arg} by one.
13369
13370 (If we are at the end of the buffer, we cannot go forward any more and
13371 the next loop of the @code{while} expression will test false since the
13372 test is an @code{and} with @code{(not (eobp))}. The @code{not}
13373 function means exactly as you expect; it is another name for
13374 @code{null}, a function that returns true when its argument is false.)
13375
13376 Interestingly, the loop count is not decremented until we leave the
13377 space between paragraphs, unless we come to the end of buffer or stop
13378 seeing the local value of the paragraph separator.
13379
13380 That second @code{while} also has a @code{(move-to-left-margin)}
13381 expression. The function is self-explanatory. It is inside a
13382 @code{progn} expression and not the last element of its body, so it is
13383 only invoked for its side effect, which is to move point to the left
13384 margin of the current line.
13385
13386 @findex looking-at
13387 The @code{looking-at} function is also self-explanatory; it returns
13388 true if the text after point matches the regular expression given as
13389 its argument.
13390
13391 The rest of the body of the loop looks difficult at first, but makes
13392 sense as you come to understand it.
13393
13394 @need 800
13395 First consider what happens if there is a fill prefix:
13396
13397 @smallexample
13398 @group
13399 (if fill-prefix-regexp
13400 ;; There is a fill prefix; it overrides parstart;
13401 ;; we go forward line by line
13402 (while (and (not (eobp))
13403 (progn (move-to-left-margin) (not (eobp)))
13404 (not (looking-at parsep))
13405 (looking-at fill-prefix-regexp))
13406 (forward-line 1))
13407 @end group
13408 @end smallexample
13409
13410 @noindent
13411 This expression moves point forward line by line so long
13412 as four conditions are true:
13413
13414 @enumerate
13415 @item
13416 Point is not at the end of the buffer.
13417
13418 @item
13419 We can move to the left margin of the text and are
13420 not at the end of the buffer.
13421
13422 @item
13423 The text following point does not separate paragraphs.
13424
13425 @item
13426 The pattern following point is the fill prefix regular expression.
13427 @end enumerate
13428
13429 The last condition may be puzzling, until you remember that point was
13430 moved to the beginning of the line early in the @code{forward-paragraph}
13431 function. This means that if the text has a fill prefix, the
13432 @code{looking-at} function will see it.
13433
13434 @need 1250
13435 Consider what happens when there is no fill prefix.
13436
13437 @smallexample
13438 @group
13439 (while (and (re-search-forward sp-parstart nil 1)
13440 (progn (setq start (match-beginning 0))
13441 (goto-char start)
13442 (not (eobp)))
13443 (progn (move-to-left-margin)
13444 (not (looking-at parsep)))
13445 (or (not (looking-at parstart))
13446 (and use-hard-newlines
13447 (not (get-text-property (1- start) 'hard)))))
13448 (forward-char 1))
13449 @end group
13450 @end smallexample
13451
13452 @noindent
13453 This @code{while} loop has us searching forward for
13454 @code{sp-parstart}, which is the combination of possible whitespace
13455 with a the local value of the start of a paragraph or of a paragraph
13456 separator. (The latter two are within an expression starting
13457 @code{\(?:} so that they are not referenced by the
13458 @code{match-beginning} function.)
13459
13460 @need 800
13461 The two expressions,
13462
13463 @smallexample
13464 @group
13465 (setq start (match-beginning 0))
13466 (goto-char start)
13467 @end group
13468 @end smallexample
13469
13470 @noindent
13471 mean go to the start of the text matched by the regular expression
13472 search.
13473
13474 The @code{(match-beginning 0)} expression is new. It returns a number
13475 specifying the location of the start of the text that was matched by
13476 the last search.
13477
13478 The @code{match-beginning} function is used here because of a
13479 characteristic of a forward search: a successful forward search,
13480 regardless of whether it is a plain search or a regular expression
13481 search, moves point to the end of the text that is found. In this
13482 case, a successful search moves point to the end of the pattern for
13483 @code{sp-parstart}.
13484
13485 However, we want to put point at the end of the current paragraph, not
13486 somewhere else. Indeed, since the search possibly includes the
13487 paragraph separator, point may end up at the beginning of the next one
13488 unless we use an expression that includes @code{match-beginning}.
13489
13490 @findex match-beginning
13491 When given an argument of 0, @code{match-beginning} returns the
13492 position that is the start of the text matched by the most recent
13493 search. In this case, the most recent search looks for
13494 @code{sp-parstart}. The @code{(match-beginning 0)} expression returns
13495 the beginning position of that pattern, rather than the end position
13496 of that pattern.
13497
13498 (Incidentally, when passed a positive number as an argument, the
13499 @code{match-beginning} function returns the location of point at that
13500 parenthesized expression in the last search unless that parenthesized
13501 expression begins with @code{\(?:}. I don't know why @code{\(?:}
13502 appears here since the argument is 0.)
13503
13504 @need 1250
13505 The last expression when there is no fill prefix is
13506
13507 @smallexample
13508 @group
13509 (if (< (point) (point-max))
13510 (goto-char start))))
13511 @end group
13512 @end smallexample
13513
13514 @noindent
13515 This says that if there is no fill prefix and if we are not at the
13516 end, point should move to the beginning of whatever was found by the
13517 regular expression search for @code{sp-parstart}.
13518
13519 The full definition for the @code{forward-paragraph} function not only
13520 includes code for going forwards, but also code for going backwards.
13521
13522 If you are reading this inside of GNU Emacs and you want to see the
13523 whole function, you can type @kbd{C-h f} (@code{describe-function})
13524 and the name of the function. This gives you the function
13525 documentation and the name of the library containing the function's
13526 source. Place point over the name of the library and press the RET
13527 key; you will be taken directly to the source. (Be sure to install
13528 your sources! Without them, you are like a person who tries to drive
13529 a car with his eyes shut!)
13530
13531 @node etags, Regexp Review, forward-paragraph, Regexp Search
13532 @section Create Your Own @file{TAGS} File
13533 @findex etags
13534 @cindex @file{TAGS} file, create own
13535
13536 Besides @kbd{C-h f} (@code{describe-function}), another way to see the
13537 source of a function is to type @kbd{M-.} (@code{find-tag}) and the
13538 name of the function when prompted for it. This is a good habit to
13539 get into. The @kbd{M-.} (@code{find-tag}) command takes you directly
13540 to the source for a function, variable, or node. The function depends
13541 on tags tables to tell it where to go.
13542
13543 If the @code{find-tag} function first asks you for the name of a
13544 @file{TAGS} table, give it the name of a @file{TAGS} file such as
13545 @file{/usr/local/src/emacs/src/TAGS}. (The exact path to your
13546 @file{TAGS} file depends on how your copy of Emacs was installed. I
13547 just told you the location that provides both my C and my Emacs Lisp
13548 sources.)
13549
13550 You can also create your own @file{TAGS} file for directories that
13551 lack one.
13552
13553 You often need to build and install tags tables yourself. They are
13554 not built automatically. A tags table is called a @file{TAGS} file;
13555 the name is in upper case letters.
13556
13557 You can create a @file{TAGS} file by calling the @code{etags} program
13558 that comes as a part of the Emacs distribution. Usually, @code{etags}
13559 is compiled and installed when Emacs is built. (@code{etags} is not
13560 an Emacs Lisp function or a part of Emacs; it is a C program.)
13561
13562 @need 1250
13563 To create a @file{TAGS} file, first switch to the directory in which
13564 you want to create the file. In Emacs you can do this with the
13565 @kbd{M-x cd} command, or by visiting a file in the directory, or by
13566 listing the directory with @kbd{C-x d} (@code{dired}). Then run the
13567 compile command, with @w{@code{etags *.el}} as the command to execute
13568
13569 @smallexample
13570 M-x compile RET etags *.el RET
13571 @end smallexample
13572
13573 @noindent
13574 to create a @file{TAGS} file for Emacs Lisp.
13575
13576 For example, if you have a large number of files in your
13577 @file{~/emacs} directory, as I do---I have 137 @file{.el} files in it,
13578 of which I load 12---you can create a @file{TAGS} file for the Emacs
13579 Lisp files in that directory.
13580
13581 @need 1250
13582 The @code{etags} program takes all the usual shell `wildcards'. For
13583 example, if you have two directories for which you want a single
13584 @file{TAGS} file, type @w{@code{etags *.el ../elisp/*.el}}, where
13585 @file{../elisp/} is the second directory:
13586
13587 @smallexample
13588 M-x compile RET etags *.el ../elisp/*.el RET
13589 @end smallexample
13590
13591 @need 1250
13592 Type
13593
13594 @smallexample
13595 M-x compile RET etags --help RET
13596 @end smallexample
13597
13598 @noindent
13599 to see a list of the options accepted by @code{etags} as well as a
13600 list of supported languages.
13601
13602 The @code{etags} program handles more than 20 languages, including
13603 Emacs Lisp, Common Lisp, Scheme, C, C++, Ada, Fortran, HTML, Java,
13604 LaTeX, Pascal, Perl, Postscript, Python, TeX, Texinfo, makefiles, and
13605 most assemblers. The program has no switches for specifying the
13606 language; it recognizes the language in an input file according to its
13607 file name and contents.
13608
13609 @file{etags} is very helpful when you are writing code yourself and
13610 want to refer back to functions you have already written. Just run
13611 @code{etags} again at intervals as you write new functions, so they
13612 become part of the @file{TAGS} file.
13613
13614 If you think an appropriate @file{TAGS} file already exists for what
13615 you want, but do not know where it is, you can use the @code{locate}
13616 program to attempt to find it.
13617
13618 Type @w{@kbd{M-x locate @key{RET} TAGS @key{RET}}} and Emacs will list
13619 for you the full path names of all your @file{TAGS} files. On my
13620 system, this command lists 34 @file{TAGS} files. On the other hand, a
13621 `plain vanilla' system I recently installed did not contain any
13622 @file{TAGS} files.
13623
13624 If the tags table you want has been created, you can use the @code{M-x
13625 visit-tags-table} command to specify it. Otherwise, you will need to
13626 create the tag table yourself and then use @code{M-x
13627 visit-tags-table}.
13628
13629 @subsubheading Building Tags in the Emacs sources
13630 @cindex Building Tags in the Emacs sources
13631 @cindex Tags in the Emacs sources
13632 @findex make tags
13633
13634 The GNU Emacs sources come with a @file{Makefile} that contains a
13635 sophisticated @code{etags} command that creates, collects, and merges
13636 tags tables from all over the Emacs sources and puts the information
13637 into one @file{TAGS} file in the @file{src/} directory. (The
13638 @file{src/} directory is below the top level of your Emacs directory.)
13639
13640 @need 1250
13641 To build this @file{TAGS} file, go to the top level of your Emacs
13642 source directory and run the compile command @code{make tags}:
13643
13644 @smallexample
13645 M-x compile RET make tags RET
13646 @end smallexample
13647
13648 @noindent
13649 (The @code{make tags} command works well with the GNU Emacs sources,
13650 as well as with some other source packages.)
13651
13652 For more information, see @ref{Tags, , Tag Tables, emacs, The GNU Emacs
13653 Manual}.
13654
13655 @node Regexp Review, re-search Exercises, etags, Regexp Search
13656 @comment node-name, next, previous, up
13657 @section Review
13658
13659 Here is a brief summary of some recently introduced functions.
13660
13661 @table @code
13662 @item while
13663 Repeatedly evaluate the body of the expression so long as the first
13664 element of the body tests true. Then return @code{nil}. (The
13665 expression is evaluated only for its side effects.)
13666
13667 @need 1250
13668 For example:
13669
13670 @smallexample
13671 @group
13672 (let ((foo 2))
13673 (while (> foo 0)
13674 (insert (format "foo is %d.\n" foo))
13675 (setq foo (1- foo))))
13676
13677 @result{} foo is 2.
13678 foo is 1.
13679 nil
13680 @end group
13681 @end smallexample
13682
13683 @noindent
13684 (The @code{insert} function inserts its arguments at point; the
13685 @code{format} function returns a string formatted from its arguments
13686 the way @code{message} formats its arguments; @code{\n} produces a new
13687 line.)
13688
13689 @item re-search-forward
13690 Search for a pattern, and if the pattern is found, move point to rest
13691 just after it.
13692
13693 @noindent
13694 Takes four arguments, like @code{search-forward}:
13695
13696 @enumerate
13697 @item
13698 A regular expression that specifies the pattern to search for.
13699 (Remember to put quotation marks around this argument!)
13700
13701 @item
13702 Optionally, the limit of the search.
13703
13704 @item
13705 Optionally, what to do if the search fails, return @code{nil} or an
13706 error message.
13707
13708 @item
13709 Optionally, how many times to repeat the search; if negative, the
13710 search goes backwards.
13711 @end enumerate
13712
13713 @item let*
13714 Bind some variables locally to particular values,
13715 and then evaluate the remaining arguments, returning the value of the
13716 last one. While binding the local variables, use the local values of
13717 variables bound earlier, if any.
13718
13719 @need 1250
13720 For example:
13721
13722 @smallexample
13723 @group
13724 (let* ((foo 7)
13725 (bar (* 3 foo)))
13726 (message "`bar' is %d." bar))
13727 @result{} `bar' is 21.
13728 @end group
13729 @end smallexample
13730
13731 @item match-beginning
13732 Return the position of the start of the text found by the last regular
13733 expression search.
13734
13735 @item looking-at
13736 Return @code{t} for true if the text after point matches the argument,
13737 which should be a regular expression.
13738
13739 @item eobp
13740 Return @code{t} for true if point is at the end of the accessible part
13741 of a buffer. The end of the accessible part is the end of the buffer
13742 if the buffer is not narrowed; it is the end of the narrowed part if
13743 the buffer is narrowed.
13744 @end table
13745
13746 @need 1500
13747 @node re-search Exercises, , Regexp Review, Regexp Search
13748 @section Exercises with @code{re-search-forward}
13749
13750 @itemize @bullet
13751 @item
13752 Write a function to search for a regular expression that matches two
13753 or more blank lines in sequence.
13754
13755 @item
13756 Write a function to search for duplicated words, such as `the the'.
13757 @xref{Regexps, , Syntax of Regular Expressions, emacs, The GNU Emacs
13758 Manual}, for information on how to write a regexp (a regular
13759 expression) to match a string that is composed of two identical
13760 halves. You can devise several regexps; some are better than others.
13761 The function I use is described in an appendix, along with several
13762 regexps. @xref{the-the, , @code{the-the} Duplicated Words Function}.
13763 @end itemize
13764
13765 @node Counting Words, Words in a defun, Regexp Search, Top
13766 @chapter Counting: Repetition and Regexps
13767 @cindex Repetition for word counting
13768 @cindex Regular expressions for word counting
13769
13770 Repetition and regular expression searches are powerful tools that you
13771 often use when you write code in Emacs Lisp. This chapter illustrates
13772 the use of regular expression searches through the construction of
13773 word count commands using @code{while} loops and recursion.
13774
13775 @menu
13776 * Why Count Words::
13777 * count-words-region::
13778 * recursive-count-words::
13779 * Counting Exercise::
13780 @end menu
13781
13782 @node Why Count Words, count-words-region, Counting Words, Counting Words
13783 @ifnottex
13784 @unnumberedsec Counting words
13785 @end ifnottex
13786
13787 The standard Emacs distribution contains a function for counting the
13788 number of lines within a region. However, there is no corresponding
13789 function for counting words.
13790
13791 Certain types of writing ask you to count words. Thus, if you write
13792 an essay, you may be limited to 800 words; if you write a novel, you
13793 may discipline yourself to write 1000 words a day. It seems odd to me
13794 that Emacs lacks a word count command. Perhaps people use Emacs
13795 mostly for code or types of documentation that do not require word
13796 counts; or perhaps they restrict themselves to the operating system
13797 word count command, @code{wc}. Alternatively, people may follow
13798 the publishers' convention and compute a word count by dividing the
13799 number of characters in a document by five. In any event, here are
13800 commands to count words.
13801
13802 @node count-words-region, recursive-count-words, Why Count Words, Counting Words
13803 @comment node-name, next, previous, up
13804 @section The @code{count-words-region} Function
13805 @findex count-words-region
13806
13807 A word count command could count words in a line, paragraph, region,
13808 or buffer. What should the command cover? You could design the
13809 command to count the number of words in a complete buffer. However,
13810 the Emacs tradition encourages flexibility---you may want to count
13811 words in just a section, rather than all of a buffer. So it makes
13812 more sense to design the command to count the number of words in a
13813 region. Once you have a @code{count-words-region} command, you can,
13814 if you wish, count words in a whole buffer by marking it with
13815 @w{@kbd{C-x h}} (@code{mark-whole-buffer}).
13816
13817 Clearly, counting words is a repetitive act: starting from the
13818 beginning of the region, you count the first word, then the second
13819 word, then the third word, and so on, until you reach the end of the
13820 region. This means that word counting is ideally suited to recursion
13821 or to a @code{while} loop.
13822
13823 @menu
13824 * Design count-words-region::
13825 * Whitespace Bug::
13826 @end menu
13827
13828 @node Design count-words-region, Whitespace Bug, count-words-region, count-words-region
13829 @ifnottex
13830 @unnumberedsubsec Designing @code{count-words-region}
13831 @end ifnottex
13832
13833 First, we will implement the word count command with a @code{while}
13834 loop, then with recursion. The command will, of course, be
13835 interactive.
13836
13837 @need 800
13838 The template for an interactive function definition is, as always:
13839
13840 @smallexample
13841 @group
13842 (defun @var{name-of-function} (@var{argument-list})
13843 "@var{documentation}@dots{}"
13844 (@var{interactive-expression}@dots{})
13845 @var{body}@dots{})
13846 @end group
13847 @end smallexample
13848
13849 What we need to do is fill in the slots.
13850
13851 The name of the function should be self-explanatory and similar to the
13852 existing @code{count-lines-region} name. This makes the name easier
13853 to remember. @code{count-words-region} is a good choice.
13854
13855 The function counts words within a region. This means that the
13856 argument list must contain symbols that are bound to the two
13857 positions, the beginning and end of the region. These two positions
13858 can be called @samp{beginning} and @samp{end} respectively. The first
13859 line of the documentation should be a single sentence, since that is
13860 all that is printed as documentation by a command such as
13861 @code{apropos}. The interactive expression will be of the form
13862 @samp{(interactive "r")}, since that will cause Emacs to pass the
13863 beginning and end of the region to the function's argument list. All
13864 this is routine.
13865
13866 The body of the function needs to be written to do three tasks:
13867 first, to set up conditions under which the @code{while} loop can
13868 count words, second, to run the @code{while} loop, and third, to send
13869 a message to the user.
13870
13871 When a user calls @code{count-words-region}, point may be at the
13872 beginning or the end of the region. However, the counting process
13873 must start at the beginning of the region. This means we will want
13874 to put point there if it is not already there. Executing
13875 @code{(goto-char beginning)} ensures this. Of course, we will want to
13876 return point to its expected position when the function finishes its
13877 work. For this reason, the body must be enclosed in a
13878 @code{save-excursion} expression.
13879
13880 The central part of the body of the function consists of a
13881 @code{while} loop in which one expression jumps point forward word by
13882 word, and another expression counts those jumps. The true-or-false-test
13883 of the @code{while} loop should test true so long as point should jump
13884 forward, and false when point is at the end of the region.
13885
13886 We could use @code{(forward-word 1)} as the expression for moving point
13887 forward word by word, but it is easier to see what Emacs identifies as a
13888 `word' if we use a regular expression search.
13889
13890 A regular expression search that finds the pattern for which it is
13891 searching leaves point after the last character matched. This means
13892 that a succession of successful word searches will move point forward
13893 word by word.
13894
13895 As a practical matter, we want the regular expression search to jump
13896 over whitespace and punctuation between words as well as over the
13897 words themselves. A regexp that refuses to jump over interword
13898 whitespace would never jump more than one word! This means that
13899 the regexp should include the whitespace and punctuation that follows
13900 a word, if any, as well as the word itself. (A word may end a buffer
13901 and not have any following whitespace or punctuation, so that part of
13902 the regexp must be optional.)
13903
13904 Thus, what we want for the regexp is a pattern defining one or more
13905 word constituent characters followed, optionally, by one or more
13906 characters that are not word constituents. The regular expression for
13907 this is:
13908
13909 @smallexample
13910 \w+\W*
13911 @end smallexample
13912
13913 @noindent
13914 The buffer's syntax table determines which characters are and are not
13915 word constituents. (@xref{Syntax, , What Constitutes a Word or
13916 Symbol?}, for more about syntax. Also, see @ref{Syntax, Syntax, The
13917 Syntax Table, emacs, The GNU Emacs Manual}, and @ref{Syntax Tables, ,
13918 Syntax Tables, elisp, The GNU Emacs Lisp Reference Manual}.)
13919
13920 @need 800
13921 The search expression looks like this:
13922
13923 @smallexample
13924 (re-search-forward "\\w+\\W*")
13925 @end smallexample
13926
13927 @noindent
13928 (Note that paired backslashes precede the @samp{w} and @samp{W}. A
13929 single backslash has special meaning to the Emacs Lisp interpreter.
13930 It indicates that the following character is interpreted differently
13931 than usual. For example, the two characters, @samp{\n}, stand for
13932 @samp{newline}, rather than for a backslash followed by @samp{n}. Two
13933 backslashes in a row stand for an ordinary, `unspecial' backslash, so
13934 Emacs Lisp interpreter ends of seeing a single backslash followed by a
13935 letter. So it discovers the letter is special.)
13936
13937 We need a counter to count how many words there are; this variable
13938 must first be set to 0 and then incremented each time Emacs goes
13939 around the @code{while} loop. The incrementing expression is simply:
13940
13941 @smallexample
13942 (setq count (1+ count))
13943 @end smallexample
13944
13945 Finally, we want to tell the user how many words there are in the
13946 region. The @code{message} function is intended for presenting this
13947 kind of information to the user. The message has to be phrased so
13948 that it reads properly regardless of how many words there are in the
13949 region: we don't want to say that ``there are 1 words in the region''.
13950 The conflict between singular and plural is ungrammatical. We can
13951 solve this problem by using a conditional expression that evaluates
13952 different messages depending on the number of words in the region.
13953 There are three possibilities: no words in the region, one word in the
13954 region, and more than one word. This means that the @code{cond}
13955 special form is appropriate.
13956
13957 @need 1500
13958 All this leads to the following function definition:
13959
13960 @smallexample
13961 @group
13962 ;;; @r{First version; has bugs!}
13963 (defun count-words-region (beginning end)
13964 "Print number of words in the region.
13965 Words are defined as at least one word-constituent
13966 character followed by at least one character that
13967 is not a word-constituent. The buffer's syntax
13968 table determines which characters these are."
13969 (interactive "r")
13970 (message "Counting words in region ... ")
13971 @end group
13972
13973 @group
13974 ;;; @r{1. Set up appropriate conditions.}
13975 (save-excursion
13976 (goto-char beginning)
13977 (let ((count 0))
13978 @end group
13979
13980 @group
13981 ;;; @r{2. Run the} while @r{loop.}
13982 (while (< (point) end)
13983 (re-search-forward "\\w+\\W*")
13984 (setq count (1+ count)))
13985 @end group
13986
13987 @group
13988 ;;; @r{3. Send a message to the user.}
13989 (cond ((zerop count)
13990 (message
13991 "The region does NOT have any words."))
13992 ((= 1 count)
13993 (message
13994 "The region has 1 word."))
13995 (t
13996 (message
13997 "The region has %d words." count))))))
13998 @end group
13999 @end smallexample
14000
14001 @noindent
14002 As written, the function works, but not in all circumstances.
14003
14004 @node Whitespace Bug, , Design count-words-region, count-words-region
14005 @comment node-name, next, previous, up
14006 @subsection The Whitespace Bug in @code{count-words-region}
14007
14008 The @code{count-words-region} command described in the preceding
14009 section has two bugs, or rather, one bug with two manifestations.
14010 First, if you mark a region containing only whitespace in the middle
14011 of some text, the @code{count-words-region} command tells you that the
14012 region contains one word! Second, if you mark a region containing
14013 only whitespace at the end of the buffer or the accessible portion of
14014 a narrowed buffer, the command displays an error message that looks
14015 like this:
14016
14017 @smallexample
14018 Search failed: "\\w+\\W*"
14019 @end smallexample
14020
14021 If you are reading this in Info in GNU Emacs, you can test for these
14022 bugs yourself.
14023
14024 First, evaluate the function in the usual manner to install it.
14025 @ifinfo
14026 Here is a copy of the definition. Place your cursor after the closing
14027 parenthesis and type @kbd{C-x C-e} to install it.
14028
14029 @smallexample
14030 @group
14031 ;; @r{First version; has bugs!}
14032 (defun count-words-region (beginning end)
14033 "Print number of words in the region.
14034 Words are defined as at least one word-constituent character followed
14035 by at least one character that is not a word-constituent. The buffer's
14036 syntax table determines which characters these are."
14037 @end group
14038 @group
14039 (interactive "r")
14040 (message "Counting words in region ... ")
14041 @end group
14042
14043 @group
14044 ;;; @r{1. Set up appropriate conditions.}
14045 (save-excursion
14046 (goto-char beginning)
14047 (let ((count 0))
14048 @end group
14049
14050 @group
14051 ;;; @r{2. Run the} while @r{loop.}
14052 (while (< (point) end)
14053 (re-search-forward "\\w+\\W*")
14054 (setq count (1+ count)))
14055 @end group
14056
14057 @group
14058 ;;; @r{3. Send a message to the user.}
14059 (cond ((zerop count)
14060 (message "The region does NOT have any words."))
14061 ((= 1 count) (message "The region has 1 word."))
14062 (t (message "The region has %d words." count))))))
14063 @end group
14064 @end smallexample
14065 @end ifinfo
14066
14067 @need 1000
14068 If you wish, you can also install this keybinding by evaluating it:
14069
14070 @smallexample
14071 (global-set-key "\C-c=" 'count-words-region)
14072 @end smallexample
14073
14074 To conduct the first test, set mark and point to the beginning and end
14075 of the following line and then type @kbd{C-c =} (or @kbd{M-x
14076 count-words-region} if you have not bound @kbd{C-c =}):
14077
14078 @smallexample
14079 one two three
14080 @end smallexample
14081
14082 @noindent
14083 Emacs will tell you, correctly, that the region has three words.
14084
14085 Repeat the test, but place mark at the beginning of the line and place
14086 point just @emph{before} the word @samp{one}. Again type the command
14087 @kbd{C-c =} (or @kbd{M-x count-words-region}). Emacs should tell you
14088 that the region has no words, since it is composed only of the
14089 whitespace at the beginning of the line. But instead Emacs tells you
14090 that the region has one word!
14091
14092 For the third test, copy the sample line to the end of the
14093 @file{*scratch*} buffer and then type several spaces at the end of the
14094 line. Place mark right after the word @samp{three} and point at the
14095 end of line. (The end of the line will be the end of the buffer.)
14096 Type @kbd{C-c =} (or @kbd{M-x count-words-region}) as you did before.
14097 Again, Emacs should tell you that the region has no words, since it is
14098 composed only of the whitespace at the end of the line. Instead,
14099 Emacs displays an error message saying @samp{Search failed}.
14100
14101 The two bugs stem from the same problem.
14102
14103 Consider the first manifestation of the bug, in which the command
14104 tells you that the whitespace at the beginning of the line contains
14105 one word. What happens is this: The @code{M-x count-words-region}
14106 command moves point to the beginning of the region. The @code{while}
14107 tests whether the value of point is smaller than the value of
14108 @code{end}, which it is. Consequently, the regular expression search
14109 looks for and finds the first word. It leaves point after the word.
14110 @code{count} is set to one. The @code{while} loop repeats; but this
14111 time the value of point is larger than the value of @code{end}, the
14112 loop is exited; and the function displays a message saying the number
14113 of words in the region is one. In brief, the regular expression
14114 search looks for and finds the word even though it is outside
14115 the marked region.
14116
14117 In the second manifestation of the bug, the region is whitespace at
14118 the end of the buffer. Emacs says @samp{Search failed}. What happens
14119 is that the true-or-false-test in the @code{while} loop tests true, so
14120 the search expression is executed. But since there are no more words
14121 in the buffer, the search fails.
14122
14123 In both manifestations of the bug, the search extends or attempts to
14124 extend outside of the region.
14125
14126 The solution is to limit the search to the region---this is a fairly
14127 simple action, but as you may have come to expect, it is not quite as
14128 simple as you might think.
14129
14130 As we have seen, the @code{re-search-forward} function takes a search
14131 pattern as its first argument. But in addition to this first,
14132 mandatory argument, it accepts three optional arguments. The optional
14133 second argument bounds the search. The optional third argument, if
14134 @code{t}, causes the function to return @code{nil} rather than signal
14135 an error if the search fails. The optional fourth argument is a
14136 repeat count. (In Emacs, you can see a function's documentation by
14137 typing @kbd{C-h f}, the name of the function, and then @key{RET}.)
14138
14139 In the @code{count-words-region} definition, the value of the end of
14140 the region is held by the variable @code{end} which is passed as an
14141 argument to the function. Thus, we can add @code{end} as an argument
14142 to the regular expression search expression:
14143
14144 @smallexample
14145 (re-search-forward "\\w+\\W*" end)
14146 @end smallexample
14147
14148 However, if you make only this change to the @code{count-words-region}
14149 definition and then test the new version of the definition on a
14150 stretch of whitespace, you will receive an error message saying
14151 @samp{Search failed}.
14152
14153 What happens is this: the search is limited to the region, and fails
14154 as you expect because there are no word-constituent characters in the
14155 region. Since it fails, we receive an error message. But we do not
14156 want to receive an error message in this case; we want to receive the
14157 message that "The region does NOT have any words."
14158
14159 The solution to this problem is to provide @code{re-search-forward}
14160 with a third argument of @code{t}, which causes the function to return
14161 @code{nil} rather than signal an error if the search fails.
14162
14163 However, if you make this change and try it, you will see the message
14164 ``Counting words in region ... '' and @dots{} you will keep on seeing
14165 that message @dots{}, until you type @kbd{C-g} (@code{keyboard-quit}).
14166
14167 Here is what happens: the search is limited to the region, as before,
14168 and it fails because there are no word-constituent characters in the
14169 region, as expected. Consequently, the @code{re-search-forward}
14170 expression returns @code{nil}. It does nothing else. In particular,
14171 it does not move point, which it does as a side effect if it finds the
14172 search target. After the @code{re-search-forward} expression returns
14173 @code{nil}, the next expression in the @code{while} loop is evaluated.
14174 This expression increments the count. Then the loop repeats. The
14175 true-or-false-test tests true because the value of point is still less
14176 than the value of end, since the @code{re-search-forward} expression
14177 did not move point. @dots{} and the cycle repeats @dots{}
14178
14179 The @code{count-words-region} definition requires yet another
14180 modification, to cause the true-or-false-test of the @code{while} loop
14181 to test false if the search fails. Put another way, there are two
14182 conditions that must be satisfied in the true-or-false-test before the
14183 word count variable is incremented: point must still be within the
14184 region and the search expression must have found a word to count.
14185
14186 Since both the first condition and the second condition must be true
14187 together, the two expressions, the region test and the search
14188 expression, can be joined with an @code{and} special form and embedded in
14189 the @code{while} loop as the true-or-false-test, like this:
14190
14191 @smallexample
14192 (and (< (point) end) (re-search-forward "\\w+\\W*" end t))
14193 @end smallexample
14194
14195 @c colon in printed section title causes problem in Info cross reference
14196 @c also trouble with an overfull hbox
14197 @iftex
14198 @noindent
14199 (For information about @code{and}, see
14200 @ref{kill-new function, , The @code{kill-new} function}.)
14201 @end iftex
14202 @ifinfo
14203 @noindent
14204 (@xref{kill-new function, , The @code{kill-new} function}, for
14205 information about @code{and}.)
14206 @end ifinfo
14207
14208 The @code{re-search-forward} expression returns @code{t} if the search
14209 succeeds and as a side effect moves point. Consequently, as words are
14210 found, point is moved through the region. When the search expression
14211 fails to find another word, or when point reaches the end of the
14212 region, the true-or-false-test tests false, the @code{while} loop
14213 exits, and the @code{count-words-region} function displays one or
14214 other of its messages.
14215
14216 After incorporating these final changes, the @code{count-words-region}
14217 works without bugs (or at least, without bugs that I have found!).
14218 Here is what it looks like:
14219
14220 @smallexample
14221 @group
14222 ;;; @r{Final version:} @code{while}
14223 (defun count-words-region (beginning end)
14224 "Print number of words in the region."
14225 (interactive "r")
14226 (message "Counting words in region ... ")
14227 @end group
14228
14229 @group
14230 ;;; @r{1. Set up appropriate conditions.}
14231 (save-excursion
14232 (let ((count 0))
14233 (goto-char beginning)
14234 @end group
14235
14236 @group
14237 ;;; @r{2. Run the} while @r{loop.}
14238 (while (and (< (point) end)
14239 (re-search-forward "\\w+\\W*" end t))
14240 (setq count (1+ count)))
14241 @end group
14242
14243 @group
14244 ;;; @r{3. Send a message to the user.}
14245 (cond ((zerop count)
14246 (message
14247 "The region does NOT have any words."))
14248 ((= 1 count)
14249 (message
14250 "The region has 1 word."))
14251 (t
14252 (message
14253 "The region has %d words." count))))))
14254 @end group
14255 @end smallexample
14256
14257 @node recursive-count-words, Counting Exercise, count-words-region, Counting Words
14258 @comment node-name, next, previous, up
14259 @section Count Words Recursively
14260 @cindex Count words recursively
14261 @cindex Recursively counting words
14262 @cindex Words, counted recursively
14263
14264 You can write the function for counting words recursively as well as
14265 with a @code{while} loop. Let's see how this is done.
14266
14267 First, we need to recognize that the @code{count-words-region}
14268 function has three jobs: it sets up the appropriate conditions for
14269 counting to occur; it counts the words in the region; and it sends a
14270 message to the user telling how many words there are.
14271
14272 If we write a single recursive function to do everything, we will
14273 receive a message for every recursive call. If the region contains 13
14274 words, we will receive thirteen messages, one right after the other.
14275 We don't want this! Instead, we must write two functions to do the
14276 job, one of which (the recursive function) will be used inside of the
14277 other. One function will set up the conditions and display the
14278 message; the other will return the word count.
14279
14280 Let us start with the function that causes the message to be displayed.
14281 We can continue to call this @code{count-words-region}.
14282
14283 This is the function that the user will call. It will be interactive.
14284 Indeed, it will be similar to our previous versions of this
14285 function, except that it will call @code{recursive-count-words} to
14286 determine how many words are in the region.
14287
14288 @need 1250
14289 We can readily construct a template for this function, based on our
14290 previous versions:
14291
14292 @smallexample
14293 @group
14294 ;; @r{Recursive version; uses regular expression search}
14295 (defun count-words-region (beginning end)
14296 "@var{documentation}@dots{}"
14297 (@var{interactive-expression}@dots{})
14298 @end group
14299 @group
14300
14301 ;;; @r{1. Set up appropriate conditions.}
14302 (@var{explanatory message})
14303 (@var{set-up functions}@dots{}
14304 @end group
14305 @group
14306
14307 ;;; @r{2. Count the words.}
14308 @var{recursive call}
14309 @end group
14310 @group
14311
14312 ;;; @r{3. Send a message to the user.}
14313 @var{message providing word count}))
14314 @end group
14315 @end smallexample
14316
14317 The definition looks straightforward, except that somehow the count
14318 returned by the recursive call must be passed to the message
14319 displaying the word count. A little thought suggests that this can be
14320 done by making use of a @code{let} expression: we can bind a variable
14321 in the varlist of a @code{let} expression to the number of words in
14322 the region, as returned by the recursive call; and then the
14323 @code{cond} expression, using binding, can display the value to the
14324 user.
14325
14326 Often, one thinks of the binding within a @code{let} expression as
14327 somehow secondary to the `primary' work of a function. But in this
14328 case, what you might consider the `primary' job of the function,
14329 counting words, is done within the @code{let} expression.
14330
14331 @need 1250
14332 Using @code{let}, the function definition looks like this:
14333
14334 @smallexample
14335 @group
14336 (defun count-words-region (beginning end)
14337 "Print number of words in the region."
14338 (interactive "r")
14339 @end group
14340
14341 @group
14342 ;;; @r{1. Set up appropriate conditions.}
14343 (message "Counting words in region ... ")
14344 (save-excursion
14345 (goto-char beginning)
14346 @end group
14347
14348 @group
14349 ;;; @r{2. Count the words.}
14350 (let ((count (recursive-count-words end)))
14351 @end group
14352
14353 @group
14354 ;;; @r{3. Send a message to the user.}
14355 (cond ((zerop count)
14356 (message
14357 "The region does NOT have any words."))
14358 ((= 1 count)
14359 (message
14360 "The region has 1 word."))
14361 (t
14362 (message
14363 "The region has %d words." count))))))
14364 @end group
14365 @end smallexample
14366
14367 Next, we need to write the recursive counting function.
14368
14369 A recursive function has at least three parts: the `do-again-test', the
14370 `next-step-expression', and the recursive call.
14371
14372 The do-again-test determines whether the function will or will not be
14373 called again. Since we are counting words in a region and can use a
14374 function that moves point forward for every word, the do-again-test
14375 can check whether point is still within the region. The do-again-test
14376 should find the value of point and determine whether point is before,
14377 at, or after the value of the end of the region. We can use the
14378 @code{point} function to locate point. Clearly, we must pass the
14379 value of the end of the region to the recursive counting function as an
14380 argument.
14381
14382 In addition, the do-again-test should also test whether the search finds a
14383 word. If it does not, the function should not call itself again.
14384
14385 The next-step-expression changes a value so that when the recursive
14386 function is supposed to stop calling itself, it stops. More
14387 precisely, the next-step-expression changes a value so that at the
14388 right time, the do-again-test stops the recursive function from
14389 calling itself again. In this case, the next-step-expression can be
14390 the expression that moves point forward, word by word.
14391
14392 The third part of a recursive function is the recursive call.
14393
14394 Somewhere, also, we also need a part that does the `work' of the
14395 function, a part that does the counting. A vital part!
14396
14397 @need 1250
14398 But already, we have an outline of the recursive counting function:
14399
14400 @smallexample
14401 @group
14402 (defun recursive-count-words (region-end)
14403 "@var{documentation}@dots{}"
14404 @var{do-again-test}
14405 @var{next-step-expression}
14406 @var{recursive call})
14407 @end group
14408 @end smallexample
14409
14410 Now we need to fill in the slots. Let's start with the simplest cases
14411 first: if point is at or beyond the end of the region, there cannot
14412 be any words in the region, so the function should return zero.
14413 Likewise, if the search fails, there are no words to count, so the
14414 function should return zero.
14415
14416 On the other hand, if point is within the region and the search
14417 succeeds, the function should call itself again.
14418
14419 @need 800
14420 Thus, the do-again-test should look like this:
14421
14422 @smallexample
14423 @group
14424 (and (< (point) region-end)
14425 (re-search-forward "\\w+\\W*" region-end t))
14426 @end group
14427 @end smallexample
14428
14429 Note that the search expression is part of the do-again-test---the
14430 function returns @code{t} if its search succeeds and @code{nil} if it
14431 fails. (@xref{Whitespace Bug, , The Whitespace Bug in
14432 @code{count-words-region}}, for an explanation of how
14433 @code{re-search-forward} works.)
14434
14435 The do-again-test is the true-or-false test of an @code{if} clause.
14436 Clearly, if the do-again-test succeeds, the then-part of the @code{if}
14437 clause should call the function again; but if it fails, the else-part
14438 should return zero since either point is outside the region or the
14439 search failed because there were no words to find.
14440
14441 But before considering the recursive call, we need to consider the
14442 next-step-expression. What is it? Interestingly, it is the search
14443 part of the do-again-test.
14444
14445 In addition to returning @code{t} or @code{nil} for the
14446 do-again-test, @code{re-search-forward} moves point forward as a side
14447 effect of a successful search. This is the action that changes the
14448 value of point so that the recursive function stops calling itself
14449 when point completes its movement through the region. Consequently,
14450 the @code{re-search-forward} expression is the next-step-expression.
14451
14452 @need 1200
14453 In outline, then, the body of the @code{recursive-count-words}
14454 function looks like this:
14455
14456 @smallexample
14457 @group
14458 (if @var{do-again-test-and-next-step-combined}
14459 ;; @r{then}
14460 @var{recursive-call-returning-count}
14461 ;; @r{else}
14462 @var{return-zero})
14463 @end group
14464 @end smallexample
14465
14466 How to incorporate the mechanism that counts?
14467
14468 If you are not used to writing recursive functions, a question like
14469 this can be troublesome. But it can and should be approached
14470 systematically.
14471
14472 We know that the counting mechanism should be associated in some way
14473 with the recursive call. Indeed, since the next-step-expression moves
14474 point forward by one word, and since a recursive call is made for
14475 each word, the counting mechanism must be an expression that adds one
14476 to the value returned by a call to @code{recursive-count-words}.
14477
14478 @need 800
14479 Consider several cases:
14480
14481 @itemize @bullet
14482 @item
14483 If there are two words in the region, the function should return
14484 a value resulting from adding one to the value returned when it counts
14485 the first word, plus the number returned when it counts the remaining
14486 words in the region, which in this case is one.
14487
14488 @item
14489 If there is one word in the region, the function should return
14490 a value resulting from adding one to the value returned when it counts
14491 that word, plus the number returned when it counts the remaining
14492 words in the region, which in this case is zero.
14493
14494 @item
14495 If there are no words in the region, the function should return zero.
14496 @end itemize
14497
14498 From the sketch we can see that the else-part of the @code{if} returns
14499 zero for the case of no words. This means that the then-part of the
14500 @code{if} must return a value resulting from adding one to the value
14501 returned from a count of the remaining words.
14502
14503 @need 1200
14504 The expression will look like this, where @code{1+} is a function that
14505 adds one to its argument.
14506
14507 @smallexample
14508 (1+ (recursive-count-words region-end))
14509 @end smallexample
14510
14511 @need 1200
14512 The whole @code{recursive-count-words} function will then look like
14513 this:
14514
14515 @smallexample
14516 @group
14517 (defun recursive-count-words (region-end)
14518 "@var{documentation}@dots{}"
14519
14520 ;;; @r{1. do-again-test}
14521 (if (and (< (point) region-end)
14522 (re-search-forward "\\w+\\W*" region-end t))
14523 @end group
14524
14525 @group
14526 ;;; @r{2. then-part: the recursive call}
14527 (1+ (recursive-count-words region-end))
14528
14529 ;;; @r{3. else-part}
14530 0))
14531 @end group
14532 @end smallexample
14533
14534 @need 1250
14535 Let's examine how this works:
14536
14537 If there are no words in the region, the else part of the @code{if}
14538 expression is evaluated and consequently the function returns zero.
14539
14540 If there is one word in the region, the value of point is less than
14541 the value of @code{region-end} and the search succeeds. In this case,
14542 the true-or-false-test of the @code{if} expression tests true, and the
14543 then-part of the @code{if} expression is evaluated. The counting
14544 expression is evaluated. This expression returns a value (which will
14545 be the value returned by the whole function) that is the sum of one
14546 added to the value returned by a recursive call.
14547
14548 Meanwhile, the next-step-expression has caused point to jump over the
14549 first (and in this case only) word in the region. This means that
14550 when @code{(recursive-count-words region-end)} is evaluated a second
14551 time, as a result of the recursive call, the value of point will be
14552 equal to or greater than the value of region end. So this time,
14553 @code{recursive-count-words} will return zero. The zero will be added
14554 to one, and the original evaluation of @code{recursive-count-words}
14555 will return one plus zero, which is one, which is the correct amount.
14556
14557 Clearly, if there are two words in the region, the first call to
14558 @code{recursive-count-words} returns one added to the value returned
14559 by calling @code{recursive-count-words} on a region containing the
14560 remaining word---that is, it adds one to one, producing two, which is
14561 the correct amount.
14562
14563 Similarly, if there are three words in the region, the first call to
14564 @code{recursive-count-words} returns one added to the value returned
14565 by calling @code{recursive-count-words} on a region containing the
14566 remaining two words---and so on and so on.
14567
14568 @need 1250
14569 @noindent
14570 With full documentation the two functions look like this:
14571
14572 @need 1250
14573 @noindent
14574 The recursive function:
14575
14576 @findex recursive-count-words
14577 @smallexample
14578 @group
14579 (defun recursive-count-words (region-end)
14580 "Number of words between point and REGION-END."
14581 @end group
14582
14583 @group
14584 ;;; @r{1. do-again-test}
14585 (if (and (< (point) region-end)
14586 (re-search-forward "\\w+\\W*" region-end t))
14587 @end group
14588
14589 @group
14590 ;;; @r{2. then-part: the recursive call}
14591 (1+ (recursive-count-words region-end))
14592
14593 ;;; @r{3. else-part}
14594 0))
14595 @end group
14596 @end smallexample
14597
14598 @need 800
14599 @noindent
14600 The wrapper:
14601
14602 @smallexample
14603 @group
14604 ;;; @r{Recursive version}
14605 (defun count-words-region (beginning end)
14606 "Print number of words in the region.
14607 @end group
14608
14609 @group
14610 Words are defined as at least one word-constituent
14611 character followed by at least one character that is
14612 not a word-constituent. The buffer's syntax table
14613 determines which characters these are."
14614 @end group
14615 @group
14616 (interactive "r")
14617 (message "Counting words in region ... ")
14618 (save-excursion
14619 (goto-char beginning)
14620 (let ((count (recursive-count-words end)))
14621 @end group
14622 @group
14623 (cond ((zerop count)
14624 (message
14625 "The region does NOT have any words."))
14626 @end group
14627 @group
14628 ((= 1 count)
14629 (message "The region has 1 word."))
14630 (t
14631 (message
14632 "The region has %d words." count))))))
14633 @end group
14634 @end smallexample
14635
14636 @node Counting Exercise, , recursive-count-words, Counting Words
14637 @section Exercise: Counting Punctuation
14638
14639 Using a @code{while} loop, write a function to count the number of
14640 punctuation marks in a region---period, comma, semicolon, colon,
14641 exclamation mark, and question mark. Do the same using recursion.
14642
14643 @node Words in a defun, Readying a Graph, Counting Words, Top
14644 @chapter Counting Words in a @code{defun}
14645 @cindex Counting words in a @code{defun}
14646 @cindex Word counting in a @code{defun}
14647
14648 Our next project is to count the number of words in a function
14649 definition. Clearly, this can be done using some variant of
14650 @code{count-word-region}. @xref{Counting Words, , Counting Words:
14651 Repetition and Regexps}. If we are just going to count the words in
14652 one definition, it is easy enough to mark the definition with the
14653 @kbd{C-M-h} (@code{mark-defun}) command, and then call
14654 @code{count-word-region}.
14655
14656 However, I am more ambitious: I want to count the words and symbols in
14657 every definition in the Emacs sources and then print a graph that
14658 shows how many functions there are of each length: how many contain 40
14659 to 49 words or symbols, how many contain 50 to 59 words or symbols,
14660 and so on. I have often been curious how long a typical function is,
14661 and this will tell.
14662
14663 @menu
14664 * Divide and Conquer::
14665 * Words and Symbols::
14666 * Syntax::
14667 * count-words-in-defun::
14668 * Several defuns::
14669 * Find a File::
14670 * lengths-list-file::
14671 * Several files::
14672 * Several files recursively::
14673 * Prepare the data::
14674 @end menu
14675
14676 @node Divide and Conquer, Words and Symbols, Words in a defun, Words in a defun
14677 @ifnottex
14678 @unnumberedsec Divide and Conquer
14679 @end ifnottex
14680
14681 Described in one phrase, the histogram project is daunting; but
14682 divided into numerous small steps, each of which we can take one at a
14683 time, the project becomes less fearsome. Let us consider what the
14684 steps must be:
14685
14686 @itemize @bullet
14687 @item
14688 First, write a function to count the words in one definition. This
14689 includes the problem of handling symbols as well as words.
14690
14691 @item
14692 Second, write a function to list the numbers of words in each function
14693 in a file. This function can use the @code{count-words-in-defun}
14694 function.
14695
14696 @item
14697 Third, write a function to list the numbers of words in each function
14698 in each of several files. This entails automatically finding the
14699 various files, switching to them, and counting the words in the
14700 definitions within them.
14701
14702 @item
14703 Fourth, write a function to convert the list of numbers that we
14704 created in step three to a form that will be suitable for printing as
14705 a graph.
14706
14707 @item
14708 Fifth, write a function to print the results as a graph.
14709 @end itemize
14710
14711 This is quite a project! But if we take each step slowly, it will not
14712 be difficult.
14713
14714 @node Words and Symbols, Syntax, Divide and Conquer, Words in a defun
14715 @section What to Count?
14716 @cindex Words and symbols in defun
14717
14718 When we first start thinking about how to count the words in a
14719 function definition, the first question is (or ought to be) what are
14720 we going to count? When we speak of `words' with respect to a Lisp
14721 function definition, we are actually speaking, in large part, of
14722 `symbols'. For example, the following @code{multiply-by-seven}
14723 function contains the five symbols @code{defun},
14724 @code{multiply-by-seven}, @code{number}, @code{*}, and @code{7}. In
14725 addition, in the documentation string, it contains the four words
14726 @samp{Multiply}, @samp{NUMBER}, @samp{by}, and @samp{seven}. The
14727 symbol @samp{number} is repeated, so the definition contains a total
14728 of ten words and symbols.
14729
14730 @smallexample
14731 @group
14732 (defun multiply-by-seven (number)
14733 "Multiply NUMBER by seven."
14734 (* 7 number))
14735 @end group
14736 @end smallexample
14737
14738 @noindent
14739 However, if we mark the @code{multiply-by-seven} definition with
14740 @kbd{C-M-h} (@code{mark-defun}), and then call
14741 @code{count-words-region} on it, we will find that
14742 @code{count-words-region} claims the definition has eleven words, not
14743 ten! Something is wrong!
14744
14745 The problem is twofold: @code{count-words-region} does not count the
14746 @samp{*} as a word, and it counts the single symbol,
14747 @code{multiply-by-seven}, as containing three words. The hyphens are
14748 treated as if they were interword spaces rather than intraword
14749 connectors: @samp{multiply-by-seven} is counted as if it were written
14750 @samp{multiply by seven}.
14751
14752 The cause of this confusion is the regular expression search within
14753 the @code{count-words-region} definition that moves point forward word
14754 by word. In the canonical version of @code{count-words-region}, the
14755 regexp is:
14756
14757 @smallexample
14758 "\\w+\\W*"
14759 @end smallexample
14760
14761 @noindent
14762 This regular expression is a pattern defining one or more word
14763 constituent characters possibly followed by one or more characters
14764 that are not word constituents. What is meant by `word constituent
14765 characters' brings us to the issue of syntax, which is worth a section
14766 of its own.
14767
14768 @node Syntax, count-words-in-defun, Words and Symbols, Words in a defun
14769 @section What Constitutes a Word or Symbol?
14770 @cindex Syntax categories and tables
14771
14772 Emacs treats different characters as belonging to different
14773 @dfn{syntax categories}. For example, the regular expression,
14774 @samp{\\w+}, is a pattern specifying one or more @emph{word
14775 constituent} characters. Word constituent characters are members of
14776 one syntax category. Other syntax categories include the class of
14777 punctuation characters, such as the period and the comma, and the
14778 class of whitespace characters, such as the blank space and the tab
14779 character. (For more information, see @ref{Syntax, Syntax, The Syntax
14780 Table, emacs, The GNU Emacs Manual}, and @ref{Syntax Tables, , Syntax
14781 Tables, elisp, The GNU Emacs Lisp Reference Manual}.)
14782
14783 Syntax tables specify which characters belong to which categories.
14784 Usually, a hyphen is not specified as a `word constituent character'.
14785 Instead, it is specified as being in the `class of characters that are
14786 part of symbol names but not words.' This means that the
14787 @code{count-words-region} function treats it in the same way it treats
14788 an interword white space, which is why @code{count-words-region}
14789 counts @samp{multiply-by-seven} as three words.
14790
14791 There are two ways to cause Emacs to count @samp{multiply-by-seven} as
14792 one symbol: modify the syntax table or modify the regular expression.
14793
14794 We could redefine a hyphen as a word constituent character by
14795 modifying the syntax table that Emacs keeps for each mode. This
14796 action would serve our purpose, except that a hyphen is merely the
14797 most common character within symbols that is not typically a word
14798 constituent character; there are others, too.
14799
14800 Alternatively, we can redefine the regular expression used in the
14801 @code{count-words} definition so as to include symbols. This
14802 procedure has the merit of clarity, but the task is a little tricky.
14803
14804 @need 1200
14805 The first part is simple enough: the pattern must match ``at least one
14806 character that is a word or symbol constituent''. Thus:
14807
14808 @smallexample
14809 "\\(\\w\\|\\s_\\)+"
14810 @end smallexample
14811
14812 @noindent
14813 The @samp{\\(} is the first part of the grouping construct that
14814 includes the @samp{\\w} and the @samp{\\s_} as alternatives, separated
14815 by the @samp{\\|}. The @samp{\\w} matches any word-constituent
14816 character and the @samp{\\s_} matches any character that is part of a
14817 symbol name but not a word-constituent character. The @samp{+}
14818 following the group indicates that the word or symbol constituent
14819 characters must be matched at least once.
14820
14821 However, the second part of the regexp is more difficult to design.
14822 What we want is to follow the first part with ``optionally one or more
14823 characters that are not constituents of a word or symbol''. At first,
14824 I thought I could define this with the following:
14825
14826 @smallexample
14827 "\\(\\W\\|\\S_\\)*"
14828 @end smallexample
14829
14830 @noindent
14831 The upper case @samp{W} and @samp{S} match characters that are
14832 @emph{not} word or symbol constituents. Unfortunately, this
14833 expression matches any character that is either not a word constituent
14834 or not a symbol constituent. This matches any character!
14835
14836 I then noticed that every word or symbol in my test region was
14837 followed by white space (blank space, tab, or newline). So I tried
14838 placing a pattern to match one or more blank spaces after the pattern
14839 for one or more word or symbol constituents. This failed, too. Words
14840 and symbols are often separated by whitespace, but in actual code
14841 parentheses may follow symbols and punctuation may follow words. So
14842 finally, I designed a pattern in which the word or symbol constituents
14843 are followed optionally by characters that are not white space and
14844 then followed optionally by white space.
14845
14846 @need 800
14847 Here is the full regular expression:
14848
14849 @smallexample
14850 "\\(\\w\\|\\s_\\)+[^ \t\n]*[ \t\n]*"
14851 @end smallexample
14852
14853 @node count-words-in-defun, Several defuns, Syntax, Words in a defun
14854 @section The @code{count-words-in-defun} Function
14855 @cindex Counting words in a @code{defun}
14856
14857 We have seen that there are several ways to write a
14858 @code{count-word-region} function. To write a
14859 @code{count-words-in-defun}, we need merely adapt one of these
14860 versions.
14861
14862 The version that uses a @code{while} loop is easy to understand, so I
14863 am going to adapt that. Because @code{count-words-in-defun} will be
14864 part of a more complex program, it need not be interactive and it need
14865 not display a message but just return the count. These considerations
14866 simplify the definition a little.
14867
14868 On the other hand, @code{count-words-in-defun} will be used within a
14869 buffer that contains function definitions. Consequently, it is
14870 reasonable to ask that the function determine whether it is called
14871 when point is within a function definition, and if it is, to return
14872 the count for that definition. This adds complexity to the
14873 definition, but saves us from needing to pass arguments to the
14874 function.
14875
14876 @need 1250
14877 These considerations lead us to prepare the following template:
14878
14879 @smallexample
14880 @group
14881 (defun count-words-in-defun ()
14882 "@var{documentation}@dots{}"
14883 (@var{set up}@dots{}
14884 (@var{while loop}@dots{})
14885 @var{return count})
14886 @end group
14887 @end smallexample
14888
14889 @noindent
14890 As usual, our job is to fill in the slots.
14891
14892 First, the set up.
14893
14894 We are presuming that this function will be called within a buffer
14895 containing function definitions. Point will either be within a
14896 function definition or not. For @code{count-words-in-defun} to work,
14897 point must move to the beginning of the definition, a counter must
14898 start at zero, and the counting loop must stop when point reaches the
14899 end of the definition.
14900
14901 The @code{beginning-of-defun} function searches backwards for an
14902 opening delimiter such as a @samp{(} at the beginning of a line, and
14903 moves point to that position, or else to the limit of the search. In
14904 practice, this means that @code{beginning-of-defun} moves point to the
14905 beginning of an enclosing or preceding function definition, or else to
14906 the beginning of the buffer. We can use @code{beginning-of-defun} to
14907 place point where we wish to start.
14908
14909 The @code{while} loop requires a counter to keep track of the words or
14910 symbols being counted. A @code{let} expression can be used to create
14911 a local variable for this purpose, and bind it to an initial value of zero.
14912
14913 The @code{end-of-defun} function works like @code{beginning-of-defun}
14914 except that it moves point to the end of the definition.
14915 @code{end-of-defun} can be used as part of an expression that
14916 determines the position of the end of the definition.
14917
14918 The set up for @code{count-words-in-defun} takes shape rapidly: first
14919 we move point to the beginning of the definition, then we create a
14920 local variable to hold the count, and finally, we record the position
14921 of the end of the definition so the @code{while} loop will know when to stop
14922 looping.
14923
14924 @need 1250
14925 The code looks like this:
14926
14927 @smallexample
14928 @group
14929 (beginning-of-defun)
14930 (let ((count 0)
14931 (end (save-excursion (end-of-defun) (point))))
14932 @end group
14933 @end smallexample
14934
14935 @noindent
14936 The code is simple. The only slight complication is likely to concern
14937 @code{end}: it is bound to the position of the end of the definition
14938 by a @code{save-excursion} expression that returns the value of point
14939 after @code{end-of-defun} temporarily moves it to the end of the
14940 definition.
14941
14942 The second part of the @code{count-words-in-defun}, after the set up,
14943 is the @code{while} loop.
14944
14945 The loop must contain an expression that jumps point forward word by
14946 word and symbol by symbol, and another expression that counts the
14947 jumps. The true-or-false-test for the @code{while} loop should test
14948 true so long as point should jump forward, and false when point is at
14949 the end of the definition. We have already redefined the regular
14950 expression for this (@pxref{Syntax}), so the loop is straightforward:
14951
14952 @smallexample
14953 @group
14954 (while (and (< (point) end)
14955 (re-search-forward
14956 "\\(\\w\\|\\s_\\)+[^ \t\n]*[ \t\n]*" end t)
14957 (setq count (1+ count)))
14958 @end group
14959 @end smallexample
14960
14961 The third part of the function definition returns the count of words
14962 and symbols. This part is the last expression within the body of the
14963 @code{let} expression, and can be, very simply, the local variable
14964 @code{count}, which when evaluated returns the count.
14965
14966 @need 1250
14967 Put together, the @code{count-words-in-defun} definition looks like this:
14968
14969 @findex count-words-in-defun
14970 @smallexample
14971 @group
14972 (defun count-words-in-defun ()
14973 "Return the number of words and symbols in a defun."
14974 (beginning-of-defun)
14975 (let ((count 0)
14976 (end (save-excursion (end-of-defun) (point))))
14977 @end group
14978 @group
14979 (while
14980 (and (< (point) end)
14981 (re-search-forward
14982 "\\(\\w\\|\\s_\\)+[^ \t\n]*[ \t\n]*"
14983 end t))
14984 (setq count (1+ count)))
14985 count))
14986 @end group
14987 @end smallexample
14988
14989 How to test this? The function is not interactive, but it is easy to
14990 put a wrapper around the function to make it interactive; we can use
14991 almost the same code as for the recursive version of
14992 @code{count-words-region}:
14993
14994 @smallexample
14995 @group
14996 ;;; @r{Interactive version.}
14997 (defun count-words-defun ()
14998 "Number of words and symbols in a function definition."
14999 (interactive)
15000 (message
15001 "Counting words and symbols in function definition ... ")
15002 @end group
15003 @group
15004 (let ((count (count-words-in-defun)))
15005 (cond
15006 ((zerop count)
15007 (message
15008 "The definition does NOT have any words or symbols."))
15009 @end group
15010 @group
15011 ((= 1 count)
15012 (message
15013 "The definition has 1 word or symbol."))
15014 (t
15015 (message
15016 "The definition has %d words or symbols." count)))))
15017 @end group
15018 @end smallexample
15019
15020 @need 800
15021 @noindent
15022 Let's re-use @kbd{C-c =} as a convenient keybinding:
15023
15024 @smallexample
15025 (global-set-key "\C-c=" 'count-words-defun)
15026 @end smallexample
15027
15028 Now we can try out @code{count-words-defun}: install both
15029 @code{count-words-in-defun} and @code{count-words-defun}, and set the
15030 keybinding, and then place the cursor within the following definition:
15031
15032 @smallexample
15033 @group
15034 (defun multiply-by-seven (number)
15035 "Multiply NUMBER by seven."
15036 (* 7 number))
15037 @result{} 10
15038 @end group
15039 @end smallexample
15040
15041 @noindent
15042 Success! The definition has 10 words and symbols.
15043
15044 The next problem is to count the numbers of words and symbols in
15045 several definitions within a single file.
15046
15047 @node Several defuns, Find a File, count-words-in-defun, Words in a defun
15048 @section Count Several @code{defuns} Within a File
15049
15050 A file such as @file{simple.el} may have a hundred or more function
15051 definitions within it. Our long term goal is to collect statistics on
15052 many files, but as a first step, our immediate goal is to collect
15053 statistics on one file.
15054
15055 The information will be a series of numbers, each number being the
15056 length of a function definition. We can store the numbers in a list.
15057
15058 We know that we will want to incorporate the information regarding one
15059 file with information about many other files; this means that the
15060 function for counting definition lengths within one file need only
15061 return the list of lengths. It need not and should not display any
15062 messages.
15063
15064 The word count commands contain one expression to jump point forward
15065 word by word and another expression to count the jumps. The function
15066 to return the lengths of definitions can be designed to work the same
15067 way, with one expression to jump point forward definition by
15068 definition and another expression to construct the lengths' list.
15069
15070 This statement of the problem makes it elementary to write the
15071 function definition. Clearly, we will start the count at the
15072 beginning of the file, so the first command will be @code{(goto-char
15073 (point-min))}. Next, we start the @code{while} loop; and the
15074 true-or-false test of the loop can be a regular expression search for
15075 the next function definition---so long as the search succeeds, point
15076 is moved forward and then the body of the loop is evaluated. The body
15077 needs an expression that constructs the lengths' list. @code{cons},
15078 the list construction command, can be used to create the list. That
15079 is almost all there is to it.
15080
15081 @need 800
15082 Here is what this fragment of code looks like:
15083
15084 @smallexample
15085 @group
15086 (goto-char (point-min))
15087 (while (re-search-forward "^(defun" nil t)
15088 (setq lengths-list
15089 (cons (count-words-in-defun) lengths-list)))
15090 @end group
15091 @end smallexample
15092
15093 What we have left out is the mechanism for finding the file that
15094 contains the function definitions.
15095
15096 In previous examples, we either used this, the Info file, or we
15097 switched back and forth to some other buffer, such as the
15098 @file{*scratch*} buffer.
15099
15100 Finding a file is a new process that we have not yet discussed.
15101
15102 @node Find a File, lengths-list-file, Several defuns, Words in a defun
15103 @comment node-name, next, previous, up
15104 @section Find a File
15105 @cindex Find a File
15106
15107 To find a file in Emacs, you use the @kbd{C-x C-f} (@code{find-file})
15108 command. This command is almost, but not quite right for the lengths
15109 problem.
15110
15111 @need 1200
15112 Let's look at the source for @code{find-file}:
15113
15114 @smallexample
15115 @group
15116 (defun find-file (filename)
15117 "Edit file FILENAME.
15118 Switch to a buffer visiting file FILENAME,
15119 creating one if none already exists."
15120 (interactive "FFind file: ")
15121 (switch-to-buffer (find-file-noselect filename)))
15122 @end group
15123 @end smallexample
15124
15125 @noindent
15126 (The most recent version of the @code{find-file} function definition
15127 permits you to specify optional wildcards to visit multiple files; that
15128 makes the definition more complex and we will not discuss it here,
15129 since it is not relevant. You can see its source using either
15130 @kbd{M-.} (@code{find-tag}) or @kbd{C-h f} (@code{describe-function}).)
15131
15132 @ignore
15133 In Emacs 22
15134 (defun find-file (filename &optional wildcards)
15135 "Edit file FILENAME.
15136 Switch to a buffer visiting file FILENAME,
15137 creating one if none already exists.
15138 Interactively, the default if you just type RET is the current directory,
15139 but the visited file name is available through the minibuffer history:
15140 type M-n to pull it into the minibuffer.
15141
15142 Interactively, or if WILDCARDS is non-nil in a call from Lisp,
15143 expand wildcards (if any) and visit multiple files. You can
15144 suppress wildcard expansion by setting `find-file-wildcards' to nil.
15145
15146 To visit a file without any kind of conversion and without
15147 automatically choosing a major mode, use \\[find-file-literally]."
15148 (interactive (find-file-read-args "Find file: " nil))
15149 (let ((value (find-file-noselect filename nil nil wildcards)))
15150 (if (listp value)
15151 (mapcar 'switch-to-buffer (nreverse value))
15152 (switch-to-buffer value))))
15153 @end ignore
15154
15155 The definition I am showing possesses short but complete documentation
15156 and an interactive specification that prompts you for a file name when
15157 you use the command interactively. The body of the definition
15158 contains two functions, @code{find-file-noselect} and
15159 @code{switch-to-buffer}.
15160
15161 According to its documentation as shown by @kbd{C-h f} (the
15162 @code{describe-function} command), the @code{find-file-noselect}
15163 function reads the named file into a buffer and returns the buffer.
15164 (Its most recent version includes an optional wildcards argument,
15165 too, as well as another to read a file literally and an other you
15166 suppress warning messages. These optional arguments are irrelevant.)
15167
15168 However, the @code{find-file-noselect} function does not select the
15169 buffer in which it puts the file. Emacs does not switch its attention
15170 (or yours if you are using @code{find-file-noselect}) to the selected
15171 buffer. That is what @code{switch-to-buffer} does: it switches the
15172 buffer to which Emacs attention is directed; and it switches the
15173 buffer displayed in the window to the new buffer. We have discussed
15174 buffer switching elsewhere. (@xref{Switching Buffers}.)
15175
15176 In this histogram project, we do not need to display each file on the
15177 screen as the program determines the length of each definition within
15178 it. Instead of employing @code{switch-to-buffer}, we can work with
15179 @code{set-buffer}, which redirects the attention of the computer
15180 program to a different buffer but does not redisplay it on the screen.
15181 So instead of calling on @code{find-file} to do the job, we must write
15182 our own expression.
15183
15184 The task is easy: use @code{find-file-noselect} and @code{set-buffer}.
15185
15186 @node lengths-list-file, Several files, Find a File, Words in a defun
15187 @section @code{lengths-list-file} in Detail
15188
15189 The core of the @code{lengths-list-file} function is a @code{while}
15190 loop containing a function to move point forward `defun by defun' and
15191 a function to count the number of words and symbols in each defun.
15192 This core must be surrounded by functions that do various other tasks,
15193 including finding the file, and ensuring that point starts out at the
15194 beginning of the file. The function definition looks like this:
15195 @findex lengths-list-file
15196
15197 @smallexample
15198 @group
15199 (defun lengths-list-file (filename)
15200 "Return list of definitions' lengths within FILE.
15201 The returned list is a list of numbers.
15202 Each number is the number of words or
15203 symbols in one function definition."
15204 @end group
15205 @group
15206 (message "Working on `%s' ... " filename)
15207 (save-excursion
15208 (let ((buffer (find-file-noselect filename))
15209 (lengths-list))
15210 (set-buffer buffer)
15211 (setq buffer-read-only t)
15212 (widen)
15213 (goto-char (point-min))
15214 (while (re-search-forward "^(defun" nil t)
15215 (setq lengths-list
15216 (cons (count-words-in-defun) lengths-list)))
15217 (kill-buffer buffer)
15218 lengths-list)))
15219 @end group
15220 @end smallexample
15221
15222 @noindent
15223 The function is passed one argument, the name of the file on which it
15224 will work. It has four lines of documentation, but no interactive
15225 specification. Since people worry that a computer is broken if they
15226 don't see anything going on, the first line of the body is a
15227 message.
15228
15229 The next line contains a @code{save-excursion} that returns Emacs'
15230 attention to the current buffer when the function completes. This is
15231 useful in case you embed this function in another function that
15232 presumes point is restored to the original buffer.
15233
15234 In the varlist of the @code{let} expression, Emacs finds the file and
15235 binds the local variable @code{buffer} to the buffer containing the
15236 file. At the same time, Emacs creates @code{lengths-list} as a local
15237 variable.
15238
15239 Next, Emacs switches its attention to the buffer.
15240
15241 In the following line, Emacs makes the buffer read-only. Ideally,
15242 this line is not necessary. None of the functions for counting words
15243 and symbols in a function definition should change the buffer.
15244 Besides, the buffer is not going to be saved, even if it were changed.
15245 This line is entirely the consequence of great, perhaps excessive,
15246 caution. The reason for the caution is that this function and those
15247 it calls work on the sources for Emacs and it is inconvenient if they
15248 are inadvertently modified. It goes without saying that I did not
15249 realize a need for this line until an experiment went awry and started
15250 to modify my Emacs source files @dots{}
15251
15252 Next comes a call to widen the buffer if it is narrowed. This
15253 function is usually not needed---Emacs creates a fresh buffer if none
15254 already exists; but if a buffer visiting the file already exists Emacs
15255 returns that one. In this case, the buffer may be narrowed and must
15256 be widened. If we wanted to be fully `user-friendly', we would
15257 arrange to save the restriction and the location of point, but we
15258 won't.
15259
15260 The @code{(goto-char (point-min))} expression moves point to the
15261 beginning of the buffer.
15262
15263 Then comes a @code{while} loop in which the `work' of the function is
15264 carried out. In the loop, Emacs determines the length of each
15265 definition and constructs a lengths' list containing the information.
15266
15267 Emacs kills the buffer after working through it. This is to save
15268 space inside of Emacs. My version of GNU Emacs 19 contained over 300
15269 source files of interest; GNU Emacs 22 contains over a thousand source
15270 files. Another function will apply @code{lengths-list-file} to each
15271 of the files.
15272
15273 Finally, the last expression within the @code{let} expression is the
15274 @code{lengths-list} variable; its value is returned as the value of
15275 the whole function.
15276
15277 You can try this function by installing it in the usual fashion. Then
15278 place your cursor after the following expression and type @kbd{C-x
15279 C-e} (@code{eval-last-sexp}).
15280
15281 @c !!! 22.1.100 lisp sources location here
15282 @smallexample
15283 (lengths-list-file
15284 "/usr/local/share/emacs/22.1.100/lisp/emacs-lisp/debug.el")
15285 @end smallexample
15286
15287 @noindent
15288 (You may need to change the pathname of the file; the one here is for
15289 GNU Emacs version 22.1.100. To change the expression, copy it to
15290 the @file{*scratch*} buffer and edit it.
15291
15292 @need 1200
15293 @noindent
15294 (Also, to see the full length of the list, rather than a truncated
15295 version, you may have to evaluate the following:
15296
15297 @smallexample
15298 (custom-set-variables '(eval-expression-print-length nil))
15299 @end smallexample
15300
15301 @noindent
15302 (@xref{defcustom, , Specifying Variables using @code{defcustom}}.
15303 Then evaluate the @code{lengths-list-file} expression.)
15304
15305 @need 1200
15306 The lengths' list for @file{debug.el} takes less than a second to
15307 produce and looks like this in GNU Emacs 22:
15308
15309 @smallexample
15310 (83 113 105 144 289 22 30 97 48 89 25 52 52 88 28 29 77 49 43 290 232 587)
15311 @end smallexample
15312
15313 @need 1500
15314 (Using my old machine, the version 19 lengths' list for @file{debug.el}
15315 took seven seconds to produce and looked like this:
15316
15317 @smallexample
15318 (75 41 80 62 20 45 44 68 45 12 34 235)
15319 @end smallexample
15320
15321 (The newer version of @file{debug.el} contains more defuns than the
15322 earlier one; and my new machine is much faster than the old one.)
15323
15324 Note that the length of the last definition in the file is first in
15325 the list.
15326
15327 @node Several files, Several files recursively, lengths-list-file, Words in a defun
15328 @section Count Words in @code{defuns} in Different Files
15329
15330 In the previous section, we created a function that returns a list of
15331 the lengths of each definition in a file. Now, we want to define a
15332 function to return a master list of the lengths of the definitions in
15333 a list of files.
15334
15335 Working on each of a list of files is a repetitious act, so we can use
15336 either a @code{while} loop or recursion.
15337
15338 @menu
15339 * lengths-list-many-files::
15340 * append::
15341 @end menu
15342
15343 @node lengths-list-many-files, append, Several files, Several files
15344 @ifnottex
15345 @unnumberedsubsec Determine the lengths of @code{defuns}
15346 @end ifnottex
15347
15348 The design using a @code{while} loop is routine. The argument passed
15349 the function is a list of files. As we saw earlier (@pxref{Loop
15350 Example}), you can write a @code{while} loop so that the body of the
15351 loop is evaluated if such a list contains elements, but to exit the
15352 loop if the list is empty. For this design to work, the body of the
15353 loop must contain an expression that shortens the list each time the
15354 body is evaluated, so that eventually the list is empty. The usual
15355 technique is to set the value of the list to the value of the @sc{cdr}
15356 of the list each time the body is evaluated.
15357
15358 @need 800
15359 The template looks like this:
15360
15361 @smallexample
15362 @group
15363 (while @var{test-whether-list-is-empty}
15364 @var{body}@dots{}
15365 @var{set-list-to-cdr-of-list})
15366 @end group
15367 @end smallexample
15368
15369 Also, we remember that a @code{while} loop returns @code{nil} (the
15370 result of evaluating the true-or-false-test), not the result of any
15371 evaluation within its body. (The evaluations within the body of the
15372 loop are done for their side effects.) However, the expression that
15373 sets the lengths' list is part of the body---and that is the value
15374 that we want returned by the function as a whole. To do this, we
15375 enclose the @code{while} loop within a @code{let} expression, and
15376 arrange that the last element of the @code{let} expression contains
15377 the value of the lengths' list. (@xref{Incrementing Example, , Loop
15378 Example with an Incrementing Counter}.)
15379
15380 @findex lengths-list-many-files
15381 @need 1250
15382 These considerations lead us directly to the function itself:
15383
15384 @smallexample
15385 @group
15386 ;;; @r{Use @code{while} loop.}
15387 (defun lengths-list-many-files (list-of-files)
15388 "Return list of lengths of defuns in LIST-OF-FILES."
15389 @end group
15390 @group
15391 (let (lengths-list)
15392
15393 ;;; @r{true-or-false-test}
15394 (while list-of-files
15395 (setq lengths-list
15396 (append
15397 lengths-list
15398
15399 ;;; @r{Generate a lengths' list.}
15400 (lengths-list-file
15401 (expand-file-name (car list-of-files)))))
15402 @end group
15403
15404 @group
15405 ;;; @r{Make files' list shorter.}
15406 (setq list-of-files (cdr list-of-files)))
15407
15408 ;;; @r{Return final value of lengths' list.}
15409 lengths-list))
15410 @end group
15411 @end smallexample
15412
15413 @code{expand-file-name} is a built-in function that converts a file
15414 name to the absolute, long, path name form. The function employs the
15415 name of the directory in which the function is called.
15416
15417 @c !!! 22.1.100 lisp sources location here
15418 @need 1500
15419 Thus, if @code{expand-file-name} is called on @code{debug.el} when
15420 Emacs is visiting the
15421 @file{/usr/local/share/emacs/22.1.100/lisp/emacs-lisp/} directory,
15422
15423 @smallexample
15424 debug.el
15425 @end smallexample
15426
15427 @need 800
15428 @noindent
15429 becomes
15430
15431 @c !!! 22.1.100 lisp sources location here
15432 @smallexample
15433 /usr/local/share/emacs/22.1.100/lisp/emacs-lisp/debug.el
15434 @end smallexample
15435
15436 The only other new element of this function definition is the as yet
15437 unstudied function @code{append}, which merits a short section for
15438 itself.
15439
15440 @node append, , lengths-list-many-files, Several files
15441 @subsection The @code{append} Function
15442
15443 @need 800
15444 The @code{append} function attaches one list to another. Thus,
15445
15446 @smallexample
15447 (append '(1 2 3 4) '(5 6 7 8))
15448 @end smallexample
15449
15450 @need 800
15451 @noindent
15452 produces the list
15453
15454 @smallexample
15455 (1 2 3 4 5 6 7 8)
15456 @end smallexample
15457
15458 This is exactly how we want to attach two lengths' lists produced by
15459 @code{lengths-list-file} to each other. The results contrast with
15460 @code{cons},
15461
15462 @smallexample
15463 (cons '(1 2 3 4) '(5 6 7 8))
15464 @end smallexample
15465
15466 @need 1250
15467 @noindent
15468 which constructs a new list in which the first argument to @code{cons}
15469 becomes the first element of the new list:
15470
15471 @smallexample
15472 ((1 2 3 4) 5 6 7 8)
15473 @end smallexample
15474
15475 @node Several files recursively, Prepare the data, Several files, Words in a defun
15476 @section Recursively Count Words in Different Files
15477
15478 Besides a @code{while} loop, you can work on each of a list of files
15479 with recursion. A recursive version of @code{lengths-list-many-files}
15480 is short and simple.
15481
15482 The recursive function has the usual parts: the `do-again-test', the
15483 `next-step-expression', and the recursive call. The `do-again-test'
15484 determines whether the function should call itself again, which it
15485 will do if the @code{list-of-files} contains any remaining elements;
15486 the `next-step-expression' resets the @code{list-of-files} to the
15487 @sc{cdr} of itself, so eventually the list will be empty; and the
15488 recursive call calls itself on the shorter list. The complete
15489 function is shorter than this description!
15490 @findex recursive-lengths-list-many-files
15491
15492 @smallexample
15493 @group
15494 (defun recursive-lengths-list-many-files (list-of-files)
15495 "Return list of lengths of each defun in LIST-OF-FILES."
15496 (if list-of-files ; @r{do-again-test}
15497 (append
15498 (lengths-list-file
15499 (expand-file-name (car list-of-files)))
15500 (recursive-lengths-list-many-files
15501 (cdr list-of-files)))))
15502 @end group
15503 @end smallexample
15504
15505 @noindent
15506 In a sentence, the function returns the lengths' list for the first of
15507 the @code{list-of-files} appended to the result of calling itself on
15508 the rest of the @code{list-of-files}.
15509
15510 Here is a test of @code{recursive-lengths-list-many-files}, along with
15511 the results of running @code{lengths-list-file} on each of the files
15512 individually.
15513
15514 Install @code{recursive-lengths-list-many-files} and
15515 @code{lengths-list-file}, if necessary, and then evaluate the
15516 following expressions. You may need to change the files' pathnames;
15517 those here work when this Info file and the Emacs sources are located
15518 in their customary places. To change the expressions, copy them to
15519 the @file{*scratch*} buffer, edit them, and then evaluate them.
15520
15521 The results are shown after the @samp{@result{}}. (These results are
15522 for files from Emacs Version 22.1.100; files from other versions of
15523 Emacs may produce different results.)
15524
15525 @c !!! 22.1.100 lisp sources location here
15526 @smallexample
15527 @group
15528 (cd "/usr/local/share/emacs/22.1.100/")
15529
15530 (lengths-list-file "./lisp/macros.el")
15531 @result{} (283 263 480 90)
15532 @end group
15533
15534 @group
15535 (lengths-list-file "./lisp/mail/mailalias.el")
15536 @result{} (38 32 29 95 178 180 321 218 324)
15537 @end group
15538
15539 @group
15540 (lengths-list-file "./lisp/makesum.el")
15541 @result{} (85 181)
15542 @end group
15543
15544 @group
15545 (recursive-lengths-list-many-files
15546 '("./lisp/macros.el"
15547 "./lisp/mail/mailalias.el"
15548 "./lisp/makesum.el"))
15549 @result{} (283 263 480 90 38 32 29 95 178 180 321 218 324 85 181)
15550 @end group
15551 @end smallexample
15552
15553 The @code{recursive-lengths-list-many-files} function produces the
15554 output we want.
15555
15556 The next step is to prepare the data in the list for display in a graph.
15557
15558 @node Prepare the data, , Several files recursively, Words in a defun
15559 @section Prepare the Data for Display in a Graph
15560
15561 The @code{recursive-lengths-list-many-files} function returns a list
15562 of numbers. Each number records the length of a function definition.
15563 What we need to do now is transform this data into a list of numbers
15564 suitable for generating a graph. The new list will tell how many
15565 functions definitions contain less than 10 words and
15566 symbols, how many contain between 10 and 19 words and symbols, how
15567 many contain between 20 and 29 words and symbols, and so on.
15568
15569 In brief, we need to go through the lengths' list produced by the
15570 @code{recursive-lengths-list-many-files} function and count the number
15571 of defuns within each range of lengths, and produce a list of those
15572 numbers.
15573
15574 Based on what we have done before, we can readily foresee that it
15575 should not be too hard to write a function that `@sc{cdr}s' down the
15576 lengths' list, looks at each element, determines which length range it
15577 is in, and increments a counter for that range.
15578
15579 However, before beginning to write such a function, we should consider
15580 the advantages of sorting the lengths' list first, so the numbers are
15581 ordered from smallest to largest. First, sorting will make it easier
15582 to count the numbers in each range, since two adjacent numbers will
15583 either be in the same length range or in adjacent ranges. Second, by
15584 inspecting a sorted list, we can discover the highest and lowest
15585 number, and thereby determine the largest and smallest length range
15586 that we will need.
15587
15588 @menu
15589 * Sorting::
15590 * Files List::
15591 * Counting function definitions::
15592 @end menu
15593
15594 @node Sorting, Files List, Prepare the data, Prepare the data
15595 @subsection Sorting Lists
15596 @findex sort
15597
15598 Emacs contains a function to sort lists, called (as you might guess)
15599 @code{sort}. The @code{sort} function takes two arguments, the list
15600 to be sorted, and a predicate that determines whether the first of
15601 two list elements is ``less'' than the second.
15602
15603 As we saw earlier (@pxref{Wrong Type of Argument, , Using the Wrong
15604 Type Object as an Argument}), a predicate is a function that
15605 determines whether some property is true or false. The @code{sort}
15606 function will reorder a list according to whatever property the
15607 predicate uses; this means that @code{sort} can be used to sort
15608 non-numeric lists by non-numeric criteria---it can, for example,
15609 alphabetize a list.
15610
15611 @need 1250
15612 The @code{<} function is used when sorting a numeric list. For example,
15613
15614 @smallexample
15615 (sort '(4 8 21 17 33 7 21 7) '<)
15616 @end smallexample
15617
15618 @need 800
15619 @noindent
15620 produces this:
15621
15622 @smallexample
15623 (4 7 7 8 17 21 21 33)
15624 @end smallexample
15625
15626 @noindent
15627 (Note that in this example, both the arguments are quoted so that the
15628 symbols are not evaluated before being passed to @code{sort} as
15629 arguments.)
15630
15631 Sorting the list returned by the
15632 @code{recursive-lengths-list-many-files} function is straightforward;
15633 it uses the @code{<} function:
15634
15635 @ignore
15636 2006 Oct 29
15637 In GNU Emacs 22, eval
15638 (progn
15639 (cd "/usr/local/share/emacs/22.0.50/")
15640 (sort
15641 (recursive-lengths-list-many-files
15642 '("./lisp/macros.el"
15643 "./lisp/mail/mailalias.el"
15644 "./lisp/makesum.el"))
15645 '<))
15646
15647 @end ignore
15648
15649 @smallexample
15650 @group
15651 (sort
15652 (recursive-lengths-list-many-files
15653 '("./lisp/macros.el"
15654 "./lisp/mailalias.el"
15655 "./lisp/makesum.el"))
15656 '<)
15657 @end group
15658 @end smallexample
15659
15660 @need 800
15661 @noindent
15662 which produces:
15663
15664 @smallexample
15665 (29 32 38 85 90 95 178 180 181 218 263 283 321 324 480)
15666 @end smallexample
15667
15668 @noindent
15669 (Note that in this example, the first argument to @code{sort} is not
15670 quoted, since the expression must be evaluated so as to produce the
15671 list that is passed to @code{sort}.)
15672
15673 @node Files List, Counting function definitions, Sorting, Prepare the data
15674 @subsection Making a List of Files
15675
15676 The @code{recursive-lengths-list-many-files} function requires a list
15677 of files as its argument. For our test examples, we constructed such
15678 a list by hand; but the Emacs Lisp source directory is too large for
15679 us to do for that. Instead, we will write a function to do the job
15680 for us. In this function, we will use both a @code{while} loop and a
15681 recursive call.
15682
15683 @findex directory-files
15684 We did not have to write a function like this for older versions of
15685 GNU Emacs, since they placed all the @samp{.el} files in one
15686 directory. Instead, we were able to use the @code{directory-files}
15687 function, which lists the names of files that match a specified
15688 pattern within a single directory.
15689
15690 However, recent versions of Emacs place Emacs Lisp files in
15691 sub-directories of the top level @file{lisp} directory. This
15692 re-arrangement eases navigation. For example, all the mail related
15693 files are in a @file{lisp} sub-directory called @file{mail}. But at
15694 the same time, this arrangement forces us to create a file listing
15695 function that descends into the sub-directories.
15696
15697 @findex files-in-below-directory
15698 We can create this function, called @code{files-in-below-directory},
15699 using familiar functions such as @code{car}, @code{nthcdr}, and
15700 @code{substring} in conjunction with an existing function called
15701 @code{directory-files-and-attributes}. This latter function not only
15702 lists all the filenames in a directory, including the names
15703 of sub-directories, but also their attributes.
15704
15705 To restate our goal: to create a function that will enable us
15706 to feed filenames to @code{recursive-lengths-list-many-files}
15707 as a list that looks like this (but with more elements):
15708
15709 @smallexample
15710 @group
15711 ("./lisp/macros.el"
15712 "./lisp/mail/rmail.el"
15713 "./lisp/makesum.el")
15714 @end group
15715 @end smallexample
15716
15717 The @code{directory-files-and-attributes} function returns a list of
15718 lists. Each of the lists within the main list consists of 13
15719 elements. The first element is a string that contains the name of the
15720 file -- which, in GNU/Linux, may be a `directory file', that is to
15721 say, a file with the special attributes of a directory. The second
15722 element of the list is @code{t} for a directory, a string
15723 for symbolic link (the string is the name linked to), or @code{nil}.
15724
15725 For example, the first @samp{.el} file in the @file{lisp/} directory
15726 is @file{abbrev.el}. Its name is
15727 @file{/usr/local/share/emacs/22.1.100/lisp/abbrev.el} and it is not a
15728 directory or a symbolic link.
15729
15730 @need 1000
15731 This is how @code{directory-files-and-attributes} lists that file and
15732 its attributes:
15733
15734 @smallexample
15735 @group
15736 ("abbrev.el"
15737 nil
15738 1
15739 1000
15740 100
15741 @end group
15742 @group
15743 (17733 259)
15744 (17491 28834)
15745 (17596 62124)
15746 13157
15747 "-rw-rw-r--"
15748 @end group
15749 @group
15750 nil
15751 2971624
15752 773)
15753 @end group
15754 @end smallexample
15755
15756 @need 1200
15757 On the other hand, @file{mail/} is a directory within the @file{lisp/}
15758 directory. The beginning of its listing looks like this:
15759
15760 @smallexample
15761 @group
15762 ("mail"
15763 t
15764 @dots{}
15765 )
15766 @end group
15767 @end smallexample
15768
15769 (To learn about the different attributes, look at the documentation of
15770 @code{file-attributes}. Bear in mind that the @code{file-attributes}
15771 function does not list the filename, so its first element is
15772 @code{directory-files-and-attributes}'s second element.)
15773
15774 We will want our new function, @code{files-in-below-directory}, to
15775 list the @samp{.el} files in the directory it is told to check, and in
15776 any directories below that directory.
15777
15778 This gives us a hint on how to construct
15779 @code{files-in-below-directory}: within a directory, the function
15780 should add @samp{.el} filenames to a list; and if, within a directory,
15781 the function comes upon a sub-directory, it should go into that
15782 sub-directory and repeat its actions.
15783
15784 However, we should note that every directory contains a name that
15785 refers to itself, called @file{.}, (``dot'') and a name that refers to
15786 its parent directory, called @file{..} (``double dot''). (In
15787 @file{/}, the root directory, @file{..} refers to itself, since
15788 @file{/} has no parent.) Clearly, we do not want our
15789 @code{files-in-below-directory} function to enter those directories,
15790 since they always lead us, directly or indirectly, to the current
15791 directory.
15792
15793 Consequently, our @code{files-in-below-directory} function must do
15794 several tasks:
15795
15796 @itemize @bullet
15797 @item
15798 Check to see whether it is looking at a filename that ends in
15799 @samp{.el}; and if so, add its name to a list.
15800
15801 @item
15802 Check to see whether it is looking at a filename that is the name of a
15803 directory; and if so,
15804
15805 @itemize @minus
15806 @item
15807 Check to see whether it is looking at @file{.} or @file{..}; and if
15808 so skip it.
15809
15810 @item
15811 Or else, go into that directory and repeat the process.
15812 @end itemize
15813 @end itemize
15814
15815 Let's write a function definition to do these tasks. We will use a
15816 @code{while} loop to move from one filename to another within a
15817 directory, checking what needs to be done; and we will use a recursive
15818 call to repeat the actions on each sub-directory. The recursive
15819 pattern is `accumulate'
15820 (@pxref{Accumulate, , Recursive Pattern: @emph{accumulate}}),
15821 using @code{append} as the combiner.
15822
15823 @ignore
15824 (directory-files "/usr/local/src/emacs/lisp/" t "\\.el$")
15825 (shell-command "find /usr/local/src/emacs/lisp/ -name '*.el'")
15826
15827 (directory-files "/usr/local/share/emacs/22.1.100/lisp/" t "\\.el$")
15828 (shell-command "find /usr/local/share/emacs/22.1.100/lisp/ -name '*.el'")
15829 @end ignore
15830
15831 @c /usr/local/share/emacs/22.1.100/lisp/
15832
15833 @need 800
15834 Here is the function:
15835
15836 @smallexample
15837 @group
15838 (defun files-in-below-directory (directory)
15839 "List the .el files in DIRECTORY and in its sub-directories."
15840 ;; Although the function will be used non-interactively,
15841 ;; it will be easier to test if we make it interactive.
15842 ;; The directory will have a name such as
15843 ;; "/usr/local/share/emacs/22.1.100/lisp/"
15844 (interactive "DDirectory name: ")
15845 @end group
15846 @group
15847 (let (el-files-list
15848 (current-directory-list
15849 (directory-files-and-attributes directory t)))
15850 ;; while we are in the current directory
15851 (while current-directory-list
15852 @end group
15853 @group
15854 (cond
15855 ;; check to see whether filename ends in `.el'
15856 ;; and if so, append its name to a list.
15857 ((equal ".el" (substring (car (car current-directory-list)) -3))
15858 (setq el-files-list
15859 (cons (car (car current-directory-list)) el-files-list)))
15860 @end group
15861 @group
15862 ;; check whether filename is that of a directory
15863 ((eq t (car (cdr (car current-directory-list))))
15864 ;; decide whether to skip or recurse
15865 (if
15866 (equal "."
15867 (substring (car (car current-directory-list)) -1))
15868 ;; then do nothing since filename is that of
15869 ;; current directory or parent, "." or ".."
15870 ()
15871 @end group
15872 @group
15873 ;; else descend into the directory and repeat the process
15874 (setq el-files-list
15875 (append
15876 (files-in-below-directory
15877 (car (car current-directory-list)))
15878 el-files-list)))))
15879 ;; move to the next filename in the list; this also
15880 ;; shortens the list so the while loop eventually comes to an end
15881 (setq current-directory-list (cdr current-directory-list)))
15882 ;; return the filenames
15883 el-files-list))
15884 @end group
15885 @end smallexample
15886
15887 @c (files-in-below-directory "/usr/local/src/emacs/lisp/")
15888 @c (files-in-below-directory "/usr/local/share/emacs/22.1.100/lisp/")
15889
15890 The @code{files-in-below-directory} @code{directory-files} function
15891 takes one argument, the name of a directory.
15892
15893 @need 1250
15894 Thus, on my system,
15895
15896 @c (length (files-in-below-directory "/usr/local/src/emacs/lisp/"))
15897
15898 @c !!! 22.1.100 lisp sources location here
15899 @smallexample
15900 @group
15901 (length
15902 (files-in-below-directory "/usr/local/share/emacs/22.1.100/lisp/"))
15903 @end group
15904 @end smallexample
15905
15906 @noindent
15907 tells me that in and below my Lisp sources directory are 1031
15908 @samp{.el} files.
15909
15910 @code{files-in-below-directory} returns a list in reverse alphabetical
15911 order. An expression to sort the list in alphabetical order looks
15912 like this:
15913
15914 @smallexample
15915 @group
15916 (sort
15917 (files-in-below-directory "/usr/local/share/emacs/22.1.100/lisp/")
15918 'string-lessp)
15919 @end group
15920 @end smallexample
15921
15922 @ignore
15923 (defun test ()
15924 "Test how long it takes to find lengths of all sorted elisp defuns."
15925 (insert "\n" (current-time-string) "\n")
15926 (sit-for 0)
15927 (sort
15928 (recursive-lengths-list-many-files
15929 (files-in-below-directory "/usr/local/src/emacs/lisp/"))
15930 '<)
15931 (insert (format "%s" (current-time-string))))
15932 @end ignore
15933
15934 @node Counting function definitions, , Files List, Prepare the data
15935 @subsection Counting function definitions
15936
15937 Our immediate goal is to generate a list that tells us how many
15938 function definitions contain fewer than 10 words and symbols, how many
15939 contain between 10 and 19 words and symbols, how many contain between
15940 20 and 29 words and symbols, and so on.
15941
15942 With a sorted list of numbers, this is easy: count how many elements
15943 of the list are smaller than 10, then, after moving past the numbers
15944 just counted, count how many are smaller than 20, then, after moving
15945 past the numbers just counted, count how many are smaller than 30, and
15946 so on. Each of the numbers, 10, 20, 30, 40, and the like, is one
15947 larger than the top of that range. We can call the list of such
15948 numbers the @code{top-of-ranges} list.
15949
15950 @need 1200
15951 If we wished, we could generate this list automatically, but it is
15952 simpler to write a list manually. Here it is:
15953 @vindex top-of-ranges
15954
15955 @smallexample
15956 @group
15957 (defvar top-of-ranges
15958 '(10 20 30 40 50
15959 60 70 80 90 100
15960 110 120 130 140 150
15961 160 170 180 190 200
15962 210 220 230 240 250
15963 260 270 280 290 300)
15964 "List specifying ranges for `defuns-per-range'.")
15965 @end group
15966 @end smallexample
15967
15968 To change the ranges, we edit this list.
15969
15970 Next, we need to write the function that creates the list of the
15971 number of definitions within each range. Clearly, this function must
15972 take the @code{sorted-lengths} and the @code{top-of-ranges} lists
15973 as arguments.
15974
15975 The @code{defuns-per-range} function must do two things again and
15976 again: it must count the number of definitions within a range
15977 specified by the current top-of-range value; and it must shift to the
15978 next higher value in the @code{top-of-ranges} list after counting the
15979 number of definitions in the current range. Since each of these
15980 actions is repetitive, we can use @code{while} loops for the job.
15981 One loop counts the number of definitions in the range defined by the
15982 current top-of-range value, and the other loop selects each of the
15983 top-of-range values in turn.
15984
15985 Several entries of the @code{sorted-lengths} list are counted for each
15986 range; this means that the loop for the @code{sorted-lengths} list
15987 will be inside the loop for the @code{top-of-ranges} list, like a
15988 small gear inside a big gear.
15989
15990 The inner loop counts the number of definitions within the range. It
15991 is a simple counting loop of the type we have seen before.
15992 (@xref{Incrementing Loop, , A loop with an incrementing counter}.)
15993 The true-or-false test of the loop tests whether the value from the
15994 @code{sorted-lengths} list is smaller than the current value of the
15995 top of the range. If it is, the function increments the counter and
15996 tests the next value from the @code{sorted-lengths} list.
15997
15998 @need 1250
15999 The inner loop looks like this:
16000
16001 @smallexample
16002 @group
16003 (while @var{length-element-smaller-than-top-of-range}
16004 (setq number-within-range (1+ number-within-range))
16005 (setq sorted-lengths (cdr sorted-lengths)))
16006 @end group
16007 @end smallexample
16008
16009 The outer loop must start with the lowest value of the
16010 @code{top-of-ranges} list, and then be set to each of the succeeding
16011 higher values in turn. This can be done with a loop like this:
16012
16013 @smallexample
16014 @group
16015 (while top-of-ranges
16016 @var{body-of-loop}@dots{}
16017 (setq top-of-ranges (cdr top-of-ranges)))
16018 @end group
16019 @end smallexample
16020
16021 @need 1200
16022 Put together, the two loops look like this:
16023
16024 @smallexample
16025 @group
16026 (while top-of-ranges
16027
16028 ;; @r{Count the number of elements within the current range.}
16029 (while @var{length-element-smaller-than-top-of-range}
16030 (setq number-within-range (1+ number-within-range))
16031 (setq sorted-lengths (cdr sorted-lengths)))
16032
16033 ;; @r{Move to next range.}
16034 (setq top-of-ranges (cdr top-of-ranges)))
16035 @end group
16036 @end smallexample
16037
16038 In addition, in each circuit of the outer loop, Emacs should record
16039 the number of definitions within that range (the value of
16040 @code{number-within-range}) in a list. We can use @code{cons} for
16041 this purpose. (@xref{cons, , @code{cons}}.)
16042
16043 The @code{cons} function works fine, except that the list it
16044 constructs will contain the number of definitions for the highest
16045 range at its beginning and the number of definitions for the lowest
16046 range at its end. This is because @code{cons} attaches new elements
16047 of the list to the beginning of the list, and since the two loops are
16048 working their way through the lengths' list from the lower end first,
16049 the @code{defuns-per-range-list} will end up largest number first.
16050 But we will want to print our graph with smallest values first and the
16051 larger later. The solution is to reverse the order of the
16052 @code{defuns-per-range-list}. We can do this using the
16053 @code{nreverse} function, which reverses the order of a list.
16054 @findex nreverse
16055
16056 @need 800
16057 For example,
16058
16059 @smallexample
16060 (nreverse '(1 2 3 4))
16061 @end smallexample
16062
16063 @need 800
16064 @noindent
16065 produces:
16066
16067 @smallexample
16068 (4 3 2 1)
16069 @end smallexample
16070
16071 Note that the @code{nreverse} function is ``destructive''---that is,
16072 it changes the list to which it is applied; this contrasts with the
16073 @code{car} and @code{cdr} functions, which are non-destructive. In
16074 this case, we do not want the original @code{defuns-per-range-list},
16075 so it does not matter that it is destroyed. (The @code{reverse}
16076 function provides a reversed copy of a list, leaving the original list
16077 as is.)
16078 @findex reverse
16079
16080 @need 1250
16081 Put all together, the @code{defuns-per-range} looks like this:
16082
16083 @smallexample
16084 @group
16085 (defun defuns-per-range (sorted-lengths top-of-ranges)
16086 "SORTED-LENGTHS defuns in each TOP-OF-RANGES range."
16087 (let ((top-of-range (car top-of-ranges))
16088 (number-within-range 0)
16089 defuns-per-range-list)
16090 @end group
16091
16092 @group
16093 ;; @r{Outer loop.}
16094 (while top-of-ranges
16095 @end group
16096
16097 @group
16098 ;; @r{Inner loop.}
16099 (while (and
16100 ;; @r{Need number for numeric test.}
16101 (car sorted-lengths)
16102 (< (car sorted-lengths) top-of-range))
16103 @end group
16104
16105 @group
16106 ;; @r{Count number of definitions within current range.}
16107 (setq number-within-range (1+ number-within-range))
16108 (setq sorted-lengths (cdr sorted-lengths)))
16109
16110 ;; @r{Exit inner loop but remain within outer loop.}
16111 @end group
16112
16113 @group
16114 (setq defuns-per-range-list
16115 (cons number-within-range defuns-per-range-list))
16116 (setq number-within-range 0) ; @r{Reset count to zero.}
16117 @end group
16118
16119 @group
16120 ;; @r{Move to next range.}
16121 (setq top-of-ranges (cdr top-of-ranges))
16122 ;; @r{Specify next top of range value.}
16123 (setq top-of-range (car top-of-ranges)))
16124 @end group
16125
16126 @group
16127 ;; @r{Exit outer loop and count the number of defuns larger than}
16128 ;; @r{ the largest top-of-range value.}
16129 (setq defuns-per-range-list
16130 (cons
16131 (length sorted-lengths)
16132 defuns-per-range-list))
16133 @end group
16134
16135 @group
16136 ;; @r{Return a list of the number of definitions within each range,}
16137 ;; @r{ smallest to largest.}
16138 (nreverse defuns-per-range-list)))
16139 @end group
16140 @end smallexample
16141
16142 @need 1200
16143 @noindent
16144 The function is straightforward except for one subtle feature. The
16145 true-or-false test of the inner loop looks like this:
16146
16147 @smallexample
16148 @group
16149 (and (car sorted-lengths)
16150 (< (car sorted-lengths) top-of-range))
16151 @end group
16152 @end smallexample
16153
16154 @need 800
16155 @noindent
16156 instead of like this:
16157
16158 @smallexample
16159 (< (car sorted-lengths) top-of-range)
16160 @end smallexample
16161
16162 The purpose of the test is to determine whether the first item in the
16163 @code{sorted-lengths} list is less than the value of the top of the
16164 range.
16165
16166 The simple version of the test works fine unless the
16167 @code{sorted-lengths} list has a @code{nil} value. In that case, the
16168 @code{(car sorted-lengths)} expression function returns
16169 @code{nil}. The @code{<} function cannot compare a number to
16170 @code{nil}, which is an empty list, so Emacs signals an error and
16171 stops the function from attempting to continue to execute.
16172
16173 The @code{sorted-lengths} list always becomes @code{nil} when the
16174 counter reaches the end of the list. This means that any attempt to
16175 use the @code{defuns-per-range} function with the simple version of
16176 the test will fail.
16177
16178 We solve the problem by using the @code{(car sorted-lengths)}
16179 expression in conjunction with the @code{and} expression. The
16180 @code{(car sorted-lengths)} expression returns a non-@code{nil}
16181 value so long as the list has at least one number within it, but
16182 returns @code{nil} if the list is empty. The @code{and} expression
16183 first evaluates the @code{(car sorted-lengths)} expression, and
16184 if it is @code{nil}, returns false @emph{without} evaluating the
16185 @code{<} expression. But if the @code{(car sorted-lengths)}
16186 expression returns a non-@code{nil} value, the @code{and} expression
16187 evaluates the @code{<} expression, and returns that value as the value
16188 of the @code{and} expression.
16189
16190 @c colon in printed section title causes problem in Info cross reference
16191 This way, we avoid an error.
16192 @iftex
16193 @noindent
16194 (For information about @code{and}, see
16195 @ref{kill-new function, , The @code{kill-new} function}.)
16196 @end iftex
16197 @ifinfo
16198 @noindent
16199 (@xref{kill-new function, , The @code{kill-new} function}, for
16200 information about @code{and}.)
16201 @end ifinfo
16202
16203 Here is a short test of the @code{defuns-per-range} function. First,
16204 evaluate the expression that binds (a shortened)
16205 @code{top-of-ranges} list to the list of values, then evaluate the
16206 expression for binding the @code{sorted-lengths} list, and then
16207 evaluate the @code{defuns-per-range} function.
16208
16209 @smallexample
16210 @group
16211 ;; @r{(Shorter list than we will use later.)}
16212 (setq top-of-ranges
16213 '(110 120 130 140 150
16214 160 170 180 190 200))
16215
16216 (setq sorted-lengths
16217 '(85 86 110 116 122 129 154 176 179 200 265 300 300))
16218
16219 (defuns-per-range sorted-lengths top-of-ranges)
16220 @end group
16221 @end smallexample
16222
16223 @need 800
16224 @noindent
16225 The list returned looks like this:
16226
16227 @smallexample
16228 (2 2 2 0 0 1 0 2 0 0 4)
16229 @end smallexample
16230
16231 @noindent
16232 Indeed, there are two elements of the @code{sorted-lengths} list
16233 smaller than 110, two elements between 110 and 119, two elements
16234 between 120 and 129, and so on. There are four elements with a value
16235 of 200 or larger.
16236
16237 @c The next step is to turn this numbers' list into a graph.
16238 @node Readying a Graph, Emacs Initialization, Words in a defun, Top
16239 @chapter Readying a Graph
16240 @cindex Readying a graph
16241 @cindex Graph prototype
16242 @cindex Prototype graph
16243 @cindex Body of graph
16244
16245 Our goal is to construct a graph showing the numbers of function
16246 definitions of various lengths in the Emacs lisp sources.
16247
16248 As a practical matter, if you were creating a graph, you would
16249 probably use a program such as @code{gnuplot} to do the job.
16250 (@code{gnuplot} is nicely integrated into GNU Emacs.) In this case,
16251 however, we create one from scratch, and in the process we will
16252 re-acquaint ourselves with some of what we learned before and learn
16253 more.
16254
16255 In this chapter, we will first write a simple graph printing function.
16256 This first definition will be a @dfn{prototype}, a rapidly written
16257 function that enables us to reconnoiter this unknown graph-making
16258 territory. We will discover dragons, or find that they are myth.
16259 After scouting the terrain, we will feel more confident and enhance
16260 the function to label the axes automatically.
16261
16262 @menu
16263 * Columns of a graph::
16264 * graph-body-print::
16265 * recursive-graph-body-print::
16266 * Printed Axes::
16267 * Line Graph Exercise::
16268 @end menu
16269
16270 @node Columns of a graph, graph-body-print, Readying a Graph, Readying a Graph
16271 @ifnottex
16272 @unnumberedsec Printing the Columns of a Graph
16273 @end ifnottex
16274
16275 Since Emacs is designed to be flexible and work with all kinds of
16276 terminals, including character-only terminals, the graph will need to
16277 be made from one of the `typewriter' symbols. An asterisk will do; as
16278 we enhance the graph-printing function, we can make the choice of
16279 symbol a user option.
16280
16281 We can call this function @code{graph-body-print}; it will take a
16282 @code{numbers-list} as its only argument. At this stage, we will not
16283 label the graph, but only print its body.
16284
16285 The @code{graph-body-print} function inserts a vertical column of
16286 asterisks for each element in the @code{numbers-list}. The height of
16287 each line is determined by the value of that element of the
16288 @code{numbers-list}.
16289
16290 Inserting columns is a repetitive act; that means that this function can
16291 be written either with a @code{while} loop or recursively.
16292
16293 Our first challenge is to discover how to print a column of asterisks.
16294 Usually, in Emacs, we print characters onto a screen horizontally,
16295 line by line, by typing. We have two routes we can follow: write our
16296 own column-insertion function or discover whether one exists in Emacs.
16297
16298 To see whether there is one in Emacs, we can use the @kbd{M-x apropos}
16299 command. This command is like the @kbd{C-h a} (@code{command-apropos})
16300 command, except that the latter finds only those functions that are
16301 commands. The @kbd{M-x apropos} command lists all symbols that match
16302 a regular expression, including functions that are not interactive.
16303 @findex apropos
16304
16305 What we want to look for is some command that prints or inserts
16306 columns. Very likely, the name of the function will contain either
16307 the word `print' or the word `insert' or the word `column'.
16308 Therefore, we can simply type @kbd{M-x apropos RET
16309 print\|insert\|column RET} and look at the result. On my system, this
16310 command once too takes quite some time, and then produced a list of 79
16311 functions and variables. Now it does not take much time at all and
16312 produces a list of 211 functions and variables. Scanning down the
16313 list, the only function that looks as if it might do the job is
16314 @code{insert-rectangle}.
16315
16316 @need 1200
16317 Indeed, this is the function we want; its documentation says:
16318
16319 @smallexample
16320 @group
16321 insert-rectangle:
16322 Insert text of RECTANGLE with upper left corner at point.
16323 RECTANGLE's first line is inserted at point,
16324 its second line is inserted at a point vertically under point, etc.
16325 RECTANGLE should be a list of strings.
16326 After this command, the mark is at the upper left corner
16327 and point is at the lower right corner.
16328 @end group
16329 @end smallexample
16330
16331 We can run a quick test, to make sure it does what we expect of it.
16332
16333 Here is the result of placing the cursor after the
16334 @code{insert-rectangle} expression and typing @kbd{C-u C-x C-e}
16335 (@code{eval-last-sexp}). The function inserts the strings
16336 @samp{"first"}, @samp{"second"}, and @samp{"third"} at and below
16337 point. Also the function returns @code{nil}.
16338
16339 @smallexample
16340 @group
16341 (insert-rectangle '("first" "second" "third"))first
16342 second
16343 thirdnil
16344 @end group
16345 @end smallexample
16346
16347 @noindent
16348 Of course, we won't be inserting the text of the
16349 @code{insert-rectangle} expression itself into the buffer in which we
16350 are making the graph, but will call the function from our program. We
16351 shall, however, have to make sure that point is in the buffer at the
16352 place where the @code{insert-rectangle} function will insert its
16353 column of strings.
16354
16355 If you are reading this in Info, you can see how this works by
16356 switching to another buffer, such as the @file{*scratch*} buffer,
16357 placing point somewhere in the buffer, typing @kbd{M-:}, typing the
16358 @code{insert-rectangle} expression into the minibuffer at the prompt,
16359 and then typing @key{RET}. This causes Emacs to evaluate the
16360 expression in the minibuffer, but to use as the value of point the
16361 position of point in the @file{*scratch*} buffer. (@kbd{M-:} is the
16362 keybinding for @code{eval-expression}. Also, @code{nil} does not
16363 appear in the @file{*scratch*} buffer since the expression is
16364 evaluated in the minibuffer.)
16365
16366 We find when we do this that point ends up at the end of the last
16367 inserted line---that is to say, this function moves point as a
16368 side-effect. If we were to repeat the command, with point at this
16369 position, the next insertion would be below and to the right of the
16370 previous insertion. We don't want this! If we are going to make a
16371 bar graph, the columns need to be beside each other.
16372
16373 So we discover that each cycle of the column-inserting @code{while}
16374 loop must reposition point to the place we want it, and that place
16375 will be at the top, not the bottom, of the column. Moreover, we
16376 remember that when we print a graph, we do not expect all the columns
16377 to be the same height. This means that the top of each column may be
16378 at a different height from the previous one. We cannot simply
16379 reposition point to the same line each time, but moved over to the
16380 right---or perhaps we can@dots{}
16381
16382 We are planning to make the columns of the bar graph out of asterisks.
16383 The number of asterisks in the column is the number specified by the
16384 current element of the @code{numbers-list}. We need to construct a
16385 list of asterisks of the right length for each call to
16386 @code{insert-rectangle}. If this list consists solely of the requisite
16387 number of asterisks, then we will have position point the right number
16388 of lines above the base for the graph to print correctly. This could
16389 be difficult.
16390
16391 Alternatively, if we can figure out some way to pass
16392 @code{insert-rectangle} a list of the same length each time, then we
16393 can place point on the same line each time, but move it over one
16394 column to the right for each new column. If we do this, however, some
16395 of the entries in the list passed to @code{insert-rectangle} must be
16396 blanks rather than asterisks. For example, if the maximum height of
16397 the graph is 5, but the height of the column is 3, then
16398 @code{insert-rectangle} requires an argument that looks like this:
16399
16400 @smallexample
16401 (" " " " "*" "*" "*")
16402 @end smallexample
16403
16404 This last proposal is not so difficult, so long as we can determine
16405 the column height. There are two ways for us to specify the column
16406 height: we can arbitrarily state what it will be, which would work
16407 fine for graphs of that height; or we can search through the list of
16408 numbers and use the maximum height of the list as the maximum height
16409 of the graph. If the latter operation were difficult, then the former
16410 procedure would be easiest, but there is a function built into Emacs
16411 that determines the maximum of its arguments. We can use that
16412 function. The function is called @code{max} and it returns the
16413 largest of all its arguments, which must be numbers. Thus, for
16414 example,
16415
16416 @smallexample
16417 (max 3 4 6 5 7 3)
16418 @end smallexample
16419
16420 @noindent
16421 returns 7. (A corresponding function called @code{min} returns the
16422 smallest of all its arguments.)
16423 @findex max
16424 @findex min
16425
16426 However, we cannot simply call @code{max} on the @code{numbers-list};
16427 the @code{max} function expects numbers as its argument, not a list of
16428 numbers. Thus, the following expression,
16429
16430 @smallexample
16431 (max '(3 4 6 5 7 3))
16432 @end smallexample
16433
16434 @need 800
16435 @noindent
16436 produces the following error message;
16437
16438 @smallexample
16439 Wrong type of argument: number-or-marker-p, (3 4 6 5 7 3)
16440 @end smallexample
16441
16442 @findex apply
16443 We need a function that passes a list of arguments to a function.
16444 This function is @code{apply}. This function `applies' its first
16445 argument (a function) to its remaining arguments, the last of which
16446 may be a list.
16447
16448 @need 1250
16449 For example,
16450
16451 @smallexample
16452 (apply 'max 3 4 7 3 '(4 8 5))
16453 @end smallexample
16454
16455 @noindent
16456 returns 8.
16457
16458 (Incidentally, I don't know how you would learn of this function
16459 without a book such as this. It is possible to discover other
16460 functions, like @code{search-forward} or @code{insert-rectangle}, by
16461 guessing at a part of their names and then using @code{apropos}. Even
16462 though its base in metaphor is clear---`apply' its first argument to
16463 the rest---I doubt a novice would come up with that particular word
16464 when using @code{apropos} or other aid. Of course, I could be wrong;
16465 after all, the function was first named by someone who had to invent
16466 it.)
16467
16468 The second and subsequent arguments to @code{apply} are optional, so
16469 we can use @code{apply} to call a function and pass the elements of a
16470 list to it, like this, which also returns 8:
16471
16472 @smallexample
16473 (apply 'max '(4 8 5))
16474 @end smallexample
16475
16476 This latter way is how we will use @code{apply}. The
16477 @code{recursive-lengths-list-many-files} function returns a numbers'
16478 list to which we can apply @code{max} (we could also apply @code{max} to
16479 the sorted numbers' list; it does not matter whether the list is
16480 sorted or not.)
16481
16482 @need 800
16483 Hence, the operation for finding the maximum height of the graph is this:
16484
16485 @smallexample
16486 (setq max-graph-height (apply 'max numbers-list))
16487 @end smallexample
16488
16489 Now we can return to the question of how to create a list of strings
16490 for a column of the graph. Told the maximum height of the graph
16491 and the number of asterisks that should appear in the column, the
16492 function should return a list of strings for the
16493 @code{insert-rectangle} command to insert.
16494
16495 Each column is made up of asterisks or blanks. Since the function is
16496 passed the value of the height of the column and the number of
16497 asterisks in the column, the number of blanks can be found by
16498 subtracting the number of asterisks from the height of the column.
16499 Given the number of blanks and the number of asterisks, two
16500 @code{while} loops can be used to construct the list:
16501
16502 @smallexample
16503 @group
16504 ;;; @r{First version.}
16505 (defun column-of-graph (max-graph-height actual-height)
16506 "Return list of strings that is one column of a graph."
16507 (let ((insert-list nil)
16508 (number-of-top-blanks
16509 (- max-graph-height actual-height)))
16510 @end group
16511
16512 @group
16513 ;; @r{Fill in asterisks.}
16514 (while (> actual-height 0)
16515 (setq insert-list (cons "*" insert-list))
16516 (setq actual-height (1- actual-height)))
16517 @end group
16518
16519 @group
16520 ;; @r{Fill in blanks.}
16521 (while (> number-of-top-blanks 0)
16522 (setq insert-list (cons " " insert-list))
16523 (setq number-of-top-blanks
16524 (1- number-of-top-blanks)))
16525 @end group
16526
16527 @group
16528 ;; @r{Return whole list.}
16529 insert-list))
16530 @end group
16531 @end smallexample
16532
16533 If you install this function and then evaluate the following
16534 expression you will see that it returns the list as desired:
16535
16536 @smallexample
16537 (column-of-graph 5 3)
16538 @end smallexample
16539
16540 @need 800
16541 @noindent
16542 returns
16543
16544 @smallexample
16545 (" " " " "*" "*" "*")
16546 @end smallexample
16547
16548 As written, @code{column-of-graph} contains a major flaw: the symbols
16549 used for the blank and for the marked entries in the column are
16550 `hard-coded' as a space and asterisk. This is fine for a prototype,
16551 but you, or another user, may wish to use other symbols. For example,
16552 in testing the graph function, you many want to use a period in place
16553 of the space, to make sure the point is being repositioned properly
16554 each time the @code{insert-rectangle} function is called; or you might
16555 want to substitute a @samp{+} sign or other symbol for the asterisk.
16556 You might even want to make a graph-column that is more than one
16557 display column wide. The program should be more flexible. The way to
16558 do that is to replace the blank and the asterisk with two variables
16559 that we can call @code{graph-blank} and @code{graph-symbol} and define
16560 those variables separately.
16561
16562 Also, the documentation is not well written. These considerations
16563 lead us to the second version of the function:
16564
16565 @smallexample
16566 @group
16567 (defvar graph-symbol "*"
16568 "String used as symbol in graph, usually an asterisk.")
16569 @end group
16570
16571 @group
16572 (defvar graph-blank " "
16573 "String used as blank in graph, usually a blank space.
16574 graph-blank must be the same number of columns wide
16575 as graph-symbol.")
16576 @end group
16577 @end smallexample
16578
16579 @noindent
16580 (For an explanation of @code{defvar}, see
16581 @ref{defvar, , Initializing a Variable with @code{defvar}}.)
16582
16583 @smallexample
16584 @group
16585 ;;; @r{Second version.}
16586 (defun column-of-graph (max-graph-height actual-height)
16587 "Return MAX-GRAPH-HEIGHT strings; ACTUAL-HEIGHT are graph-symbols.
16588
16589 @end group
16590 @group
16591 The graph-symbols are contiguous entries at the end
16592 of the list.
16593 The list will be inserted as one column of a graph.
16594 The strings are either graph-blank or graph-symbol."
16595 @end group
16596
16597 @group
16598 (let ((insert-list nil)
16599 (number-of-top-blanks
16600 (- max-graph-height actual-height)))
16601 @end group
16602
16603 @group
16604 ;; @r{Fill in @code{graph-symbols}.}
16605 (while (> actual-height 0)
16606 (setq insert-list (cons graph-symbol insert-list))
16607 (setq actual-height (1- actual-height)))
16608 @end group
16609
16610 @group
16611 ;; @r{Fill in @code{graph-blanks}.}
16612 (while (> number-of-top-blanks 0)
16613 (setq insert-list (cons graph-blank insert-list))
16614 (setq number-of-top-blanks
16615 (1- number-of-top-blanks)))
16616
16617 ;; @r{Return whole list.}
16618 insert-list))
16619 @end group
16620 @end smallexample
16621
16622 If we wished, we could rewrite @code{column-of-graph} a third time to
16623 provide optionally for a line graph as well as for a bar graph. This
16624 would not be hard to do. One way to think of a line graph is that it
16625 is no more than a bar graph in which the part of each bar that is
16626 below the top is blank. To construct a column for a line graph, the
16627 function first constructs a list of blanks that is one shorter than
16628 the value, then it uses @code{cons} to attach a graph symbol to the
16629 list; then it uses @code{cons} again to attach the `top blanks' to
16630 the list.
16631
16632 It is easy to see how to write such a function, but since we don't
16633 need it, we will not do it. But the job could be done, and if it were
16634 done, it would be done with @code{column-of-graph}. Even more
16635 important, it is worth noting that few changes would have to be made
16636 anywhere else. The enhancement, if we ever wish to make it, is
16637 simple.
16638
16639 Now, finally, we come to our first actual graph printing function.
16640 This prints the body of a graph, not the labels for the vertical and
16641 horizontal axes, so we can call this @code{graph-body-print}.
16642
16643 @node graph-body-print, recursive-graph-body-print, Columns of a graph, Readying a Graph
16644 @section The @code{graph-body-print} Function
16645 @findex graph-body-print
16646
16647 After our preparation in the preceding section, the
16648 @code{graph-body-print} function is straightforward. The function
16649 will print column after column of asterisks and blanks, using the
16650 elements of a numbers' list to specify the number of asterisks in each
16651 column. This is a repetitive act, which means we can use a
16652 decrementing @code{while} loop or recursive function for the job. In
16653 this section, we will write the definition using a @code{while} loop.
16654
16655 The @code{column-of-graph} function requires the height of the graph
16656 as an argument, so we should determine and record that as a local variable.
16657
16658 This leads us to the following template for the @code{while} loop
16659 version of this function:
16660
16661 @smallexample
16662 @group
16663 (defun graph-body-print (numbers-list)
16664 "@var{documentation}@dots{}"
16665 (let ((height @dots{}
16666 @dots{}))
16667 @end group
16668
16669 @group
16670 (while numbers-list
16671 @var{insert-columns-and-reposition-point}
16672 (setq numbers-list (cdr numbers-list)))))
16673 @end group
16674 @end smallexample
16675
16676 @noindent
16677 We need to fill in the slots of the template.
16678
16679 Clearly, we can use the @code{(apply 'max numbers-list)} expression to
16680 determine the height of the graph.
16681
16682 The @code{while} loop will cycle through the @code{numbers-list} one
16683 element at a time. As it is shortened by the @code{(setq numbers-list
16684 (cdr numbers-list))} expression, the @sc{car} of each instance of the
16685 list is the value of the argument for @code{column-of-graph}.
16686
16687 At each cycle of the @code{while} loop, the @code{insert-rectangle}
16688 function inserts the list returned by @code{column-of-graph}. Since
16689 the @code{insert-rectangle} function moves point to the lower right of
16690 the inserted rectangle, we need to save the location of point at the
16691 time the rectangle is inserted, move back to that position after the
16692 rectangle is inserted, and then move horizontally to the next place
16693 from which @code{insert-rectangle} is called.
16694
16695 If the inserted columns are one character wide, as they will be if
16696 single blanks and asterisks are used, the repositioning command is
16697 simply @code{(forward-char 1)}; however, the width of a column may be
16698 greater than one. This means that the repositioning command should be
16699 written @code{(forward-char symbol-width)}. The @code{symbol-width}
16700 itself is the length of a @code{graph-blank} and can be found using
16701 the expression @code{(length graph-blank)}. The best place to bind
16702 the @code{symbol-width} variable to the value of the width of graph
16703 column is in the varlist of the @code{let} expression.
16704
16705 @need 1250
16706 These considerations lead to the following function definition:
16707
16708 @smallexample
16709 @group
16710 (defun graph-body-print (numbers-list)
16711 "Print a bar graph of the NUMBERS-LIST.
16712 The numbers-list consists of the Y-axis values."
16713
16714 (let ((height (apply 'max numbers-list))
16715 (symbol-width (length graph-blank))
16716 from-position)
16717 @end group
16718
16719 @group
16720 (while numbers-list
16721 (setq from-position (point))
16722 (insert-rectangle
16723 (column-of-graph height (car numbers-list)))
16724 (goto-char from-position)
16725 (forward-char symbol-width)
16726 @end group
16727 @group
16728 ;; @r{Draw graph column by column.}
16729 (sit-for 0)
16730 (setq numbers-list (cdr numbers-list)))
16731 @end group
16732 @group
16733 ;; @r{Place point for X axis labels.}
16734 (forward-line height)
16735 (insert "\n")
16736 ))
16737 @end group
16738 @end smallexample
16739
16740 @noindent
16741 The one unexpected expression in this function is the
16742 @w{@code{(sit-for 0)}} expression in the @code{while} loop. This
16743 expression makes the graph printing operation more interesting to
16744 watch than it would be otherwise. The expression causes Emacs to
16745 `sit' or do nothing for a zero length of time and then redraw the
16746 screen. Placed here, it causes Emacs to redraw the screen column by
16747 column. Without it, Emacs would not redraw the screen until the
16748 function exits.
16749
16750 We can test @code{graph-body-print} with a short list of numbers.
16751
16752 @enumerate
16753 @item
16754 Install @code{graph-symbol}, @code{graph-blank},
16755 @code{column-of-graph}, which are in
16756 @iftex
16757 @ref{Readying a Graph, , Readying a Graph},
16758 @end iftex
16759 @ifinfo
16760 @ref{Columns of a graph},
16761 @end ifinfo
16762 and @code{graph-body-print}.
16763
16764 @need 800
16765 @item
16766 Copy the following expression:
16767
16768 @smallexample
16769 (graph-body-print '(1 2 3 4 6 4 3 5 7 6 5 2 3))
16770 @end smallexample
16771
16772 @item
16773 Switch to the @file{*scratch*} buffer and place the cursor where you
16774 want the graph to start.
16775
16776 @item
16777 Type @kbd{M-:} (@code{eval-expression}).
16778
16779 @item
16780 Yank the @code{graph-body-print} expression into the minibuffer
16781 with @kbd{C-y} (@code{yank)}.
16782
16783 @item
16784 Press @key{RET} to evaluate the @code{graph-body-print} expression.
16785 @end enumerate
16786
16787 @need 800
16788 Emacs will print a graph like this:
16789
16790 @smallexample
16791 @group
16792 *
16793 * **
16794 * ****
16795 *** ****
16796 ********* *
16797 ************
16798 *************
16799 @end group
16800 @end smallexample
16801
16802 @node recursive-graph-body-print, Printed Axes, graph-body-print, Readying a Graph
16803 @section The @code{recursive-graph-body-print} Function
16804 @findex recursive-graph-body-print
16805
16806 The @code{graph-body-print} function may also be written recursively.
16807 The recursive solution is divided into two parts: an outside `wrapper'
16808 that uses a @code{let} expression to determine the values of several
16809 variables that need only be found once, such as the maximum height of
16810 the graph, and an inside function that is called recursively to print
16811 the graph.
16812
16813 @need 1250
16814 The `wrapper' is uncomplicated:
16815
16816 @smallexample
16817 @group
16818 (defun recursive-graph-body-print (numbers-list)
16819 "Print a bar graph of the NUMBERS-LIST.
16820 The numbers-list consists of the Y-axis values."
16821 (let ((height (apply 'max numbers-list))
16822 (symbol-width (length graph-blank))
16823 from-position)
16824 (recursive-graph-body-print-internal
16825 numbers-list
16826 height
16827 symbol-width)))
16828 @end group
16829 @end smallexample
16830
16831 The recursive function is a little more difficult. It has four parts:
16832 the `do-again-test', the printing code, the recursive call, and the
16833 `next-step-expression'. The `do-again-test' is a @code{when}
16834 expression that determines whether the @code{numbers-list} contains
16835 any remaining elements; if it does, the function prints one column of
16836 the graph using the printing code and calls itself again. The
16837 function calls itself again according to the value produced by the
16838 `next-step-expression' which causes the call to act on a shorter
16839 version of the @code{numbers-list}.
16840
16841 @smallexample
16842 @group
16843 (defun recursive-graph-body-print-internal
16844 (numbers-list height symbol-width)
16845 "Print a bar graph.
16846 Used within recursive-graph-body-print function."
16847 @end group
16848
16849 @group
16850 (when numbers-list
16851 (setq from-position (point))
16852 (insert-rectangle
16853 (column-of-graph height (car numbers-list)))
16854 @end group
16855 @group
16856 (goto-char from-position)
16857 (forward-char symbol-width)
16858 (sit-for 0) ; @r{Draw graph column by column.}
16859 (recursive-graph-body-print-internal
16860 (cdr numbers-list) height symbol-width)))
16861 @end group
16862 @end smallexample
16863
16864 @need 1250
16865 After installation, this expression can be tested; here is a sample:
16866
16867 @smallexample
16868 (recursive-graph-body-print '(3 2 5 6 7 5 3 4 6 4 3 2 1))
16869 @end smallexample
16870
16871 @need 800
16872 Here is what @code{recursive-graph-body-print} produces:
16873
16874 @smallexample
16875 @group
16876 *
16877 ** *
16878 **** *
16879 **** ***
16880 * *********
16881 ************
16882 *************
16883 @end group
16884 @end smallexample
16885
16886 Either of these two functions, @code{graph-body-print} or
16887 @code{recursive-graph-body-print}, create the body of a graph.
16888
16889 @node Printed Axes, Line Graph Exercise, recursive-graph-body-print, Readying a Graph
16890 @section Need for Printed Axes
16891
16892 A graph needs printed axes, so you can orient yourself. For a do-once
16893 project, it may be reasonable to draw the axes by hand using Emacs'
16894 Picture mode; but a graph drawing function may be used more than once.
16895
16896 For this reason, I have written enhancements to the basic
16897 @code{print-graph-body} function that automatically print labels for
16898 the horizontal and vertical axes. Since the label printing functions
16899 do not contain much new material, I have placed their description in
16900 an appendix. @xref{Full Graph, , A Graph with Labelled Axes}.
16901
16902 @node Line Graph Exercise, , Printed Axes, Readying a Graph
16903 @section Exercise
16904
16905 Write a line graph version of the graph printing functions.
16906
16907 @node Emacs Initialization, Debugging, Readying a Graph, Top
16908 @chapter Your @file{.emacs} File
16909 @cindex @file{.emacs} file
16910 @cindex Customizing your @file{.emacs} file
16911 @cindex Initialization file
16912
16913 ``You don't have to like Emacs to like it'' -- this seemingly
16914 paradoxical statement is the secret of GNU Emacs. The plain, `out of
16915 the box' Emacs is a generic tool. Most people who use it, customize
16916 it to suit themselves.
16917
16918 GNU Emacs is mostly written in Emacs Lisp; this means that by writing
16919 expressions in Emacs Lisp you can change or extend Emacs.
16920
16921 @menu
16922 * Default Configuration::
16923 * Site-wide Init::
16924 * defcustom::
16925 * Beginning a .emacs File::
16926 * Text and Auto-fill::
16927 * Mail Aliases::
16928 * Indent Tabs Mode::
16929 * Keybindings::
16930 * Keymaps::
16931 * Loading Files::
16932 * Autoload::
16933 * Simple Extension::
16934 * X11 Colors::
16935 * Miscellaneous::
16936 * Mode Line::
16937 @end menu
16938
16939 @node Default Configuration, Site-wide Init, Emacs Initialization, Emacs Initialization
16940 @ifnottex
16941 @unnumberedsec Emacs' Default Configuration
16942 @end ifnottex
16943
16944 There are those who appreciate Emacs' default configuration. After
16945 all, Emacs starts you in C mode when you edit a C file, starts you in
16946 Fortran mode when you edit a Fortran file, and starts you in
16947 Fundamental mode when you edit an unadorned file. This all makes
16948 sense, if you do not know who is going to use Emacs. Who knows what a
16949 person hopes to do with an unadorned file? Fundamental mode is the
16950 right default for such a file, just as C mode is the right default for
16951 editing C code. (Enough programming languages have syntaxes
16952 that enable them to share or nearly share features, so C mode is
16953 now provided by by CC mode, the `C Collection'.)
16954
16955 But when you do know who is going to use Emacs---you,
16956 yourself---then it makes sense to customize Emacs.
16957
16958 For example, I seldom want Fundamental mode when I edit an
16959 otherwise undistinguished file; I want Text mode. This is why I
16960 customize Emacs: so it suits me.
16961
16962 You can customize and extend Emacs by writing or adapting a
16963 @file{~/.emacs} file. This is your personal initialization file; its
16964 contents, written in Emacs Lisp, tell Emacs what to do.@footnote{You
16965 may also add @file{.el} to @file{~/.emacs} and call it a
16966 @file{~/.emacs.el} file. In the past, you were forbidden to type the
16967 extra keystrokes that the name @file{~/.emacs.el} requires, but now
16968 you may. The new format is consistent with the Emacs Lisp file
16969 naming conventions; the old format saves typing.}
16970
16971 A @file{~/.emacs} file contains Emacs Lisp code. You can write this
16972 code yourself; or you can use Emacs' @code{customize} feature to write
16973 the code for you. You can combine your own expressions and
16974 auto-written Customize expressions in your @file{.emacs} file.
16975
16976 (I myself prefer to write my own expressions, except for those,
16977 particularly fonts, that I find easier to manipulate using the
16978 @code{customize} command. I combine the two methods.)
16979
16980 Most of this chapter is about writing expressions yourself. It
16981 describes a simple @file{.emacs} file; for more information, see
16982 @ref{Init File, , The Init File, emacs, The GNU Emacs Manual}, and
16983 @ref{Init File, , The Init File, elisp, The GNU Emacs Lisp Reference
16984 Manual}.
16985
16986 @node Site-wide Init, defcustom, Default Configuration, Emacs Initialization
16987 @section Site-wide Initialization Files
16988
16989 @cindex @file{default.el} init file
16990 @cindex @file{site-init.el} init file
16991 @cindex @file{site-load.el} init file
16992 In addition to your personal initialization file, Emacs automatically
16993 loads various site-wide initialization files, if they exist. These
16994 have the same form as your @file{.emacs} file, but are loaded by
16995 everyone.
16996
16997 Two site-wide initialization files, @file{site-load.el} and
16998 @file{site-init.el}, are loaded into Emacs and then `dumped' if a
16999 `dumped' version of Emacs is created, as is most common. (Dumped
17000 copies of Emacs load more quickly. However, once a file is loaded and
17001 dumped, a change to it does not lead to a change in Emacs unless you
17002 load it yourself or re-dump Emacs. @xref{Building Emacs, , Building
17003 Emacs, elisp, The GNU Emacs Lisp Reference Manual}, and the
17004 @file{INSTALL} file.)
17005
17006 Three other site-wide initialization files are loaded automatically
17007 each time you start Emacs, if they exist. These are
17008 @file{site-start.el}, which is loaded @emph{before} your @file{.emacs}
17009 file, and @file{default.el}, and the terminal type file, which are both
17010 loaded @emph{after} your @file{.emacs} file.
17011
17012 Settings and definitions in your @file{.emacs} file will overwrite
17013 conflicting settings and definitions in a @file{site-start.el} file,
17014 if it exists; but the settings and definitions in a @file{default.el}
17015 or terminal type file will overwrite those in your @file{.emacs} file.
17016 (You can prevent interference from a terminal type file by setting
17017 @code{term-file-prefix} to @code{nil}. @xref{Simple Extension, , A
17018 Simple Extension}.)
17019
17020 @c Rewritten to avoid overfull hbox.
17021 The @file{INSTALL} file that comes in the distribution contains
17022 descriptions of the @file{site-init.el} and @file{site-load.el} files.
17023
17024 The @file{loadup.el}, @file{startup.el}, and @file{loaddefs.el} files
17025 control loading. These files are in the @file{lisp} directory of the
17026 Emacs distribution and are worth perusing.
17027
17028 The @file{loaddefs.el} file contains a good many suggestions as to
17029 what to put into your own @file{.emacs} file, or into a site-wide
17030 initialization file.
17031
17032 @node defcustom, Beginning a .emacs File, Site-wide Init, Emacs Initialization
17033 @section Specifying Variables using @code{defcustom}
17034 @findex defcustom
17035
17036 You can specify variables using @code{defcustom} so that you and
17037 others can then use Emacs' @code{customize} feature to set their
17038 values. (You cannot use @code{customize} to write function
17039 definitions; but you can write @code{defuns} in your @file{.emacs}
17040 file. Indeed, you can write any Lisp expression in your @file{.emacs}
17041 file.)
17042
17043 The @code{customize} feature depends on the @code{defcustom} special
17044 form. Although you can use @code{defvar} or @code{setq} for variables
17045 that users set, the @code{defcustom} special form is designed for the
17046 job.
17047
17048 You can use your knowledge of @code{defvar} for writing the
17049 first three arguments for @code{defcustom}. The first argument to
17050 @code{defcustom} is the name of the variable. The second argument is
17051 the variable's initial value, if any; and this value is set only if
17052 the value has not already been set. The third argument is the
17053 documentation.
17054
17055 The fourth and subsequent arguments to @code{defcustom} specify types
17056 and options; these are not featured in @code{defvar}. (These
17057 arguments are optional.)
17058
17059 Each of these arguments consists of a keyword followed by a value.
17060 Each keyword starts with the colon character @samp{:}.
17061
17062 @need 1250
17063 For example, the customizable user option variable
17064 @code{text-mode-hook} looks like this:
17065
17066 @smallexample
17067 @group
17068 (defcustom text-mode-hook nil
17069 "Normal hook run when entering Text mode and many related modes."
17070 :type 'hook
17071 :options '(turn-on-auto-fill flyspell-mode)
17072 :group 'data)
17073 @end group
17074 @end smallexample
17075
17076 @noindent
17077 The name of the variable is @code{text-mode-hook}; it has no default
17078 value; and its documentation string tells you what it does.
17079
17080 The @code{:type} keyword tells Emacs the kind of data to which
17081 @code{text-mode-hook} should be set and how to display the value in a
17082 Customization buffer.
17083
17084 The @code{:options} keyword specifies a suggested list of values for
17085 the variable. Currently, you can use @code{:options} only for a hook.
17086 The list is only a suggestion; it is not exclusive; a person who sets
17087 the variable may set it to other values; the list shown following the
17088 @code{:options} keyword is intended to offer convenient choices to a
17089 user.
17090
17091 Finally, the @code{:group} keyword tells the Emacs Customization
17092 command in which group the variable is located. This tells where to
17093 find it.
17094
17095 For more information, see @ref{Customization, , Writing Customization
17096 Definitions, elisp, The GNU Emacs Lisp Reference Manual}.
17097
17098 Consider @code{text-mode-hook} as an example.
17099
17100 There are two ways to customize this variable. You can use the
17101 customization command or write the appropriate expressions yourself.
17102
17103 @need 800
17104 Using the customization command, you can type:
17105
17106 @smallexample
17107 M-x customize
17108 @end smallexample
17109
17110 @noindent
17111 and find that the group for editing files of data is called `data'.
17112 Enter that group. Text Mode Hook is the first member. You can click
17113 on its various options, such as @code{turn-on-auto-fill}, to set the
17114 values. After you click on the button to
17115
17116 @smallexample
17117 Save for Future Sessions
17118 @end smallexample
17119
17120 @noindent
17121 Emacs will write an expression into your @file{.emacs} file.
17122 It will look like this:
17123
17124 @smallexample
17125 @group
17126 (custom-set-variables
17127 ;; custom-set-variables was added by Custom.
17128 ;; If you edit it by hand, you could mess it up, so be careful.
17129 ;; Your init file should contain only one such instance.
17130 ;; If there is more than one, they won't work right.
17131 '(text-mode-hook (quote (turn-on-auto-fill text-mode-hook-identify))))
17132 @end group
17133 @end smallexample
17134
17135 @noindent
17136 (The @code{text-mode-hook-identify} function tells
17137 @code{toggle-text-mode-auto-fill} which buffers are in Text mode.
17138 It comes on automatically.
17139 )
17140
17141 The @code{custom-set-variables} function works somewhat differently
17142 than a @code{setq}. While I have never learned the differences, I
17143 modify the @code{custom-set-variables} expressions in my @file{.emacs}
17144 file by hand: I make the changes in what appears to me to be a
17145 reasonable manner and have not had any problems. Others prefer to use
17146 the Customization command and let Emacs do the work for them.
17147
17148 Another @code{custom-set-@dots{}} function is @code{custom-set-faces}.
17149 This function sets the various font faces. Over time, I have set a
17150 considerable number of faces. Some of the time, I re-set them using
17151 @code{customize}; other times, I simply edit the
17152 @code{custom-set-faces} expression in my @file{.emacs} file itself.
17153
17154 The second way to customize your @code{text-mode-hook} is to set it
17155 yourself in your @file{.emacs} file using code that has nothing to do
17156 with the @code{custom-set-@dots{}} functions.
17157
17158 @need 800
17159 When you do this, and later use @code{customize}, you will see a
17160 message that says
17161
17162 @smallexample
17163 CHANGED outside Customize; operating on it here may be unreliable.
17164 @end smallexample
17165
17166 @need 800
17167 This message is only a warning. If you click on the button to
17168
17169 @smallexample
17170 Save for Future Sessions
17171 @end smallexample
17172
17173 @noindent
17174 Emacs will write a @code{custom-set-@dots{}} expression near the end
17175 of your @file{.emacs} file that will be evaluated after your
17176 hand-written expression. It will, therefore, overrule your
17177 hand-written expression. No harm will be done. When you do this,
17178 however, be careful to remember which expression is active; if you
17179 forget, you may confuse yourself.
17180
17181 So long as you remember where the values are set, you will have no
17182 trouble. In any event, the values are always set in your
17183 initialization file, which is usually called @file{.emacs}.
17184
17185 I myself use @code{customize} for hardly anything. Mostly, I write
17186 expressions myself.
17187
17188 @findex defsubst
17189 @findex defconst
17190 Incidentally, @code{defsubst} defines an inline function. The syntax
17191 is just like that of @code{defun}. @code{defconst} defines a symbol
17192 as a constant. The intent is that neither programs nor users should
17193 ever change a value set by @code{defconst}. (You can change it; the
17194 value set is a variable; but please do not.)
17195
17196 @node Beginning a .emacs File, Text and Auto-fill, defcustom, Emacs Initialization
17197 @section Beginning a @file{.emacs} File
17198 @cindex @file{.emacs} file, beginning of
17199
17200 When you start Emacs, it loads your @file{.emacs} file unless you tell
17201 it not to by specifying @samp{-q} on the command line. (The
17202 @code{emacs -q} command gives you a plain, out-of-the-box Emacs.)
17203
17204 A @file{.emacs} file contains Lisp expressions. Often, these are no
17205 more than expressions to set values; sometimes they are function
17206 definitions.
17207
17208 @xref{Init File, , The Init File @file{~/.emacs}, emacs, The GNU Emacs
17209 Manual}, for a short description of initialization files.
17210
17211 This chapter goes over some of the same ground, but is a walk among
17212 extracts from a complete, long-used @file{.emacs} file---my own.
17213
17214 The first part of the file consists of comments: reminders to myself.
17215 By now, of course, I remember these things, but when I started, I did
17216 not.
17217
17218 @need 1200
17219 @smallexample
17220 @group
17221 ;;;; Bob's .emacs file
17222 ; Robert J. Chassell
17223 ; 26 September 1985
17224 @end group
17225 @end smallexample
17226
17227 @noindent
17228 Look at that date! I started this file a long time ago. I have been
17229 adding to it ever since.
17230
17231 @smallexample
17232 @group
17233 ; Each section in this file is introduced by a
17234 ; line beginning with four semicolons; and each
17235 ; entry is introduced by a line beginning with
17236 ; three semicolons.
17237 @end group
17238 @end smallexample
17239
17240 @noindent
17241 This describes the usual conventions for comments in Emacs Lisp.
17242 Everything on a line that follows a semicolon is a comment. Two,
17243 three, and four semicolons are used as section and subsection
17244 markers. (@xref{Comments, ,, elisp, The GNU Emacs Lisp Reference
17245 Manual}, for more about comments.)
17246
17247 @smallexample
17248 @group
17249 ;;;; The Help Key
17250 ; Control-h is the help key;
17251 ; after typing control-h, type a letter to
17252 ; indicate the subject about which you want help.
17253 ; For an explanation of the help facility,
17254 ; type control-h two times in a row.
17255 @end group
17256 @end smallexample
17257
17258 @noindent
17259 Just remember: type @kbd{C-h} two times for help.
17260
17261 @smallexample
17262 @group
17263 ; To find out about any mode, type control-h m
17264 ; while in that mode. For example, to find out
17265 ; about mail mode, enter mail mode and then type
17266 ; control-h m.
17267 @end group
17268 @end smallexample
17269
17270 @noindent
17271 `Mode help', as I call this, is very helpful. Usually, it tells you
17272 all you need to know.
17273
17274 Of course, you don't need to include comments like these in your
17275 @file{.emacs} file. I included them in mine because I kept forgetting
17276 about Mode help or the conventions for comments---but I was able to
17277 remember to look here to remind myself.
17278
17279 @node Text and Auto-fill, Mail Aliases, Beginning a .emacs File, Emacs Initialization
17280 @section Text and Auto Fill Mode
17281
17282 Now we come to the part that `turns on' Text mode and
17283 Auto Fill mode.
17284
17285 @smallexample
17286 @group
17287 ;;; Text mode and Auto Fill mode
17288 ; The next two lines put Emacs into Text mode
17289 ; and Auto Fill mode, and are for writers who
17290 ; want to start writing prose rather than code.
17291
17292 (setq default-major-mode 'text-mode)
17293 (add-hook 'text-mode-hook 'turn-on-auto-fill)
17294 @end group
17295 @end smallexample
17296
17297 Here is the first part of this @file{.emacs} file that does something
17298 besides remind a forgetful human!
17299
17300 The first of the two lines in parentheses tells Emacs to turn on Text
17301 mode when you find a file, @emph{unless} that file should go into some
17302 other mode, such as C mode.
17303
17304 @cindex Per-buffer, local variables list
17305 @cindex Local variables list, per-buffer,
17306 @cindex Automatic mode selection
17307 @cindex Mode selection, automatic
17308 When Emacs reads a file, it looks at the extension to the file name,
17309 if any. (The extension is the part that comes after a @samp{.}.) If
17310 the file ends with a @samp{.c} or @samp{.h} extension then Emacs turns
17311 on C mode. Also, Emacs looks at first nonblank line of the file; if
17312 the line says @w{@samp{-*- C -*-}}, Emacs turns on C mode. Emacs
17313 possesses a list of extensions and specifications that it uses
17314 automatically. In addition, Emacs looks near the last page for a
17315 per-buffer, ``local variables list'', if any.
17316
17317 @ifinfo
17318 @xref{Choosing Modes, , How Major Modes are Chosen, emacs, The GNU
17319 Emacs Manual}.
17320
17321 @xref{File Variables, , Local Variables in Files, emacs, The GNU Emacs
17322 Manual}.
17323 @end ifinfo
17324 @iftex
17325 See sections ``How Major Modes are Chosen'' and ``Local Variables in
17326 Files'' in @cite{The GNU Emacs Manual}.
17327 @end iftex
17328
17329 Now, back to the @file{.emacs} file.
17330
17331 @need 800
17332 Here is the line again; how does it work?
17333
17334 @cindex Text Mode turned on
17335 @smallexample
17336 (setq default-major-mode 'text-mode)
17337 @end smallexample
17338
17339 @noindent
17340 This line is a short, but complete Emacs Lisp expression.
17341
17342 We are already familiar with @code{setq}. It sets the following variable,
17343 @code{default-major-mode}, to the subsequent value, which is
17344 @code{text-mode}. The single quote mark before @code{text-mode} tells
17345 Emacs to deal directly with the @code{text-mode} variable, not with
17346 whatever it might stand for. @xref{set & setq, , Setting the Value of
17347 a Variable}, for a reminder of how @code{setq} works. The main point
17348 is that there is no difference between the procedure you use to set
17349 a value in your @file{.emacs} file and the procedure you use anywhere
17350 else in Emacs.
17351
17352 @need 800
17353 Here is the next line:
17354
17355 @cindex Auto Fill mode turned on
17356 @findex add-hook
17357 @smallexample
17358 (add-hook 'text-mode-hook 'turn-on-auto-fill)
17359 @end smallexample
17360
17361 @noindent
17362 In this line, the @code{add-hook} command adds
17363 @code{turn-on-auto-fill} to the variable.
17364
17365 @code{turn-on-auto-fill} is the name of a program, that, you guessed
17366 it!, turns on Auto Fill mode.
17367
17368 Every time Emacs turns on Text mode, Emacs runs the commands `hooked'
17369 onto Text mode. So every time Emacs turns on Text mode, Emacs also
17370 turns on Auto Fill mode.
17371
17372 In brief, the first line causes Emacs to enter Text mode when you edit a
17373 file, unless the file name extension, a first non-blank line, or local
17374 variables to tell Emacs otherwise.
17375
17376 Text mode among other actions, sets the syntax table to work
17377 conveniently for writers. In Text mode, Emacs considers an apostrophe
17378 as part of a word like a letter; but Emacs does not consider a period
17379 or a space as part of a word. Thus, @kbd{M-f} moves you over
17380 @samp{it's}. On the other hand, in C mode, @kbd{M-f} stops just after
17381 the @samp{t} of @samp{it's}.
17382
17383 The second line causes Emacs to turn on Auto Fill mode when it turns
17384 on Text mode. In Auto Fill mode, Emacs automatically breaks a line
17385 that is too wide and brings the excessively wide part of the line down
17386 to the next line. Emacs breaks lines between words, not within them.
17387
17388 When Auto Fill mode is turned off, lines continue to the right as you
17389 type them. Depending on how you set the value of
17390 @code{truncate-lines}, the words you type either disappear off the
17391 right side of the screen, or else are shown, in a rather ugly and
17392 unreadable manner, as a continuation line on the screen.
17393
17394 @need 1250
17395 In addition, in this part of my @file{.emacs} file, I tell the Emacs
17396 fill commands to insert two spaces after a colon:
17397
17398 @smallexample
17399 (setq colon-double-space t)
17400 @end smallexample
17401
17402 @node Mail Aliases, Indent Tabs Mode, Text and Auto-fill, Emacs Initialization
17403 @section Mail Aliases
17404
17405 Here is a @code{setq} that `turns on' mail aliases, along with more
17406 reminders.
17407
17408 @smallexample
17409 @group
17410 ;;; Mail mode
17411 ; To enter mail mode, type `C-x m'
17412 ; To enter RMAIL (for reading mail),
17413 ; type `M-x rmail'
17414
17415 (setq mail-aliases t)
17416 @end group
17417 @end smallexample
17418
17419 @cindex Mail aliases
17420 @noindent
17421 This @code{setq} command sets the value of the variable
17422 @code{mail-aliases} to @code{t}. Since @code{t} means true, the line
17423 says, in effect, ``Yes, use mail aliases.''
17424
17425 Mail aliases are convenient short names for long email addresses or
17426 for lists of email addresses. The file where you keep your `aliases'
17427 is @file{~/.mailrc}. You write an alias like this:
17428
17429 @smallexample
17430 alias geo george@@foobar.wiz.edu
17431 @end smallexample
17432
17433 @noindent
17434 When you write a message to George, address it to @samp{geo}; the
17435 mailer will automatically expand @samp{geo} to the full address.
17436
17437 @node Indent Tabs Mode, Keybindings, Mail Aliases, Emacs Initialization
17438 @section Indent Tabs Mode
17439 @cindex Tabs, preventing
17440 @findex indent-tabs-mode
17441
17442 By default, Emacs inserts tabs in place of multiple spaces when it
17443 formats a region. (For example, you might indent many lines of text
17444 all at once with the @code{indent-region} command.) Tabs look fine on
17445 a terminal or with ordinary printing, but they produce badly indented
17446 output when you use @TeX{} or Texinfo since @TeX{} ignores tabs.
17447
17448 @need 1250
17449 The following turns off Indent Tabs mode:
17450
17451 @smallexample
17452 @group
17453 ;;; Prevent Extraneous Tabs
17454 (setq-default indent-tabs-mode nil)
17455 @end group
17456 @end smallexample
17457
17458 Note that this line uses @code{setq-default} rather than the
17459 @code{setq} command that we have seen before. The @code{setq-default}
17460 command sets values only in buffers that do not have their own local
17461 values for the variable.
17462
17463 @ifinfo
17464 @xref{Just Spaces, , Tabs vs. Spaces, emacs, The GNU Emacs Manual}.
17465
17466 @xref{File Variables, , Local Variables in Files, emacs, The GNU Emacs
17467 Manual}.
17468 @end ifinfo
17469 @iftex
17470 See sections ``Tabs vs.@: Spaces'' and ``Local Variables in
17471 Files'' in @cite{The GNU Emacs Manual}.
17472 @end iftex
17473
17474 @node Keybindings, Keymaps, Indent Tabs Mode, Emacs Initialization
17475 @section Some Keybindings
17476
17477 Now for some personal keybindings:
17478
17479 @smallexample
17480 @group
17481 ;;; Compare windows
17482 (global-set-key "\C-cw" 'compare-windows)
17483 @end group
17484 @end smallexample
17485
17486 @findex compare-windows
17487 @code{compare-windows} is a nifty command that compares the text in
17488 your current window with text in the next window. It makes the
17489 comparison by starting at point in each window, moving over text in
17490 each window as far as they match. I use this command all the time.
17491
17492 This also shows how to set a key globally, for all modes.
17493
17494 @cindex Setting a key globally
17495 @cindex Global set key
17496 @cindex Key setting globally
17497 @findex global-set-key
17498 The command is @code{global-set-key}. It is followed by the
17499 keybinding. In a @file{.emacs} file, the keybinding is written as
17500 shown: @code{\C-c} stands for `control-c', which means `press the
17501 control key and the @kbd{c} key at the same time'. The @code{w} means
17502 `press the @kbd{w} key'. The keybinding is surrounded by double
17503 quotation marks. In documentation, you would write this as @kbd{C-c
17504 w}. (If you were binding a @key{META} key, such as @kbd{M-c}, rather
17505 than a @key{CTRL} key, you would write @code{\M-c}. @xref{Init
17506 Rebinding, , Rebinding Keys in Your Init File, emacs, The GNU Emacs
17507 Manual}, for details.)
17508
17509 The command invoked by the keys is @code{compare-windows}. Note that
17510 @code{compare-windows} is preceded by a single quote; otherwise, Emacs
17511 would first try to evaluate the symbol to determine its value.
17512
17513 These three things, the double quotation marks, the backslash before
17514 the @samp{C}, and the single quote mark are necessary parts of
17515 keybinding that I tend to forget. Fortunately, I have come to
17516 remember that I should look at my existing @file{.emacs} file, and
17517 adapt what is there.
17518
17519 As for the keybinding itself: @kbd{C-c w}. This combines the prefix
17520 key, @kbd{C-c}, with a single character, in this case, @kbd{w}. This
17521 set of keys, @kbd{C-c} followed by a single character, is strictly
17522 reserved for individuals' own use. (I call these `own' keys, since
17523 these are for my own use.) You should always be able to create such a
17524 keybinding for your own use without stomping on someone else's
17525 keybinding. If you ever write an extension to Emacs, please avoid
17526 taking any of these keys for public use. Create a key like @kbd{C-c
17527 C-w} instead. Otherwise, we will run out of `own' keys.
17528
17529 @need 1250
17530 Here is another keybinding, with a comment:
17531
17532 @smallexample
17533 @group
17534 ;;; Keybinding for `occur'
17535 ; I use occur a lot, so let's bind it to a key:
17536 (global-set-key "\C-co" 'occur)
17537 @end group
17538 @end smallexample
17539
17540 @findex occur
17541 The @code{occur} command shows all the lines in the current buffer
17542 that contain a match for a regular expression. Matching lines are
17543 shown in a buffer called @file{*Occur*}. That buffer serves as a menu
17544 to jump to occurrences.
17545
17546 @findex global-unset-key
17547 @cindex Unbinding key
17548 @cindex Key unbinding
17549 @need 1250
17550 Here is how to unbind a key, so it does not
17551 work:
17552
17553 @smallexample
17554 @group
17555 ;;; Unbind `C-x f'
17556 (global-unset-key "\C-xf")
17557 @end group
17558 @end smallexample
17559
17560 There is a reason for this unbinding: I found I inadvertently typed
17561 @w{@kbd{C-x f}} when I meant to type @kbd{C-x C-f}. Rather than find a
17562 file, as I intended, I accidentally set the width for filled text,
17563 almost always to a width I did not want. Since I hardly ever reset my
17564 default width, I simply unbound the key.
17565
17566 @findex list-buffers, @r{rebound}
17567 @findex buffer-menu, @r{bound to key}
17568 @need 1250
17569 The following rebinds an existing key:
17570
17571 @smallexample
17572 @group
17573 ;;; Rebind `C-x C-b' for `buffer-menu'
17574 (global-set-key "\C-x\C-b" 'buffer-menu)
17575 @end group
17576 @end smallexample
17577
17578 By default, @kbd{C-x C-b} runs the
17579 @code{list-buffers} command. This command lists
17580 your buffers in @emph{another} window. Since I
17581 almost always want to do something in that
17582 window, I prefer the @code{buffer-menu}
17583 command, which not only lists the buffers,
17584 but moves point into that window.
17585
17586 @node Keymaps, Loading Files, Keybindings, Emacs Initialization
17587 @section Keymaps
17588 @cindex Keymaps
17589 @cindex Rebinding keys
17590
17591 Emacs uses @dfn{keymaps} to record which keys call which commands.
17592 When you use @code{global-set-key} to set the keybinding for a single
17593 command in all parts of Emacs, you are specifying the keybinding in
17594 @code{current-global-map}.
17595
17596 Specific modes, such as C mode or Text mode, have their own keymaps;
17597 the mode-specific keymaps override the global map that is shared by
17598 all buffers.
17599
17600 The @code{global-set-key} function binds, or rebinds, the global
17601 keymap. For example, the following binds the key @kbd{C-x C-b} to the
17602 function @code{buffer-menu}:
17603
17604 @smallexample
17605 (global-set-key "\C-x\C-b" 'buffer-menu)
17606 @end smallexample
17607
17608 Mode-specific keymaps are bound using the @code{define-key} function,
17609 which takes a specific keymap as an argument, as well as the key and
17610 the command. For example, my @file{.emacs} file contains the
17611 following expression to bind the @code{texinfo-insert-@@group} command
17612 to @kbd{C-c C-c g}:
17613
17614 @smallexample
17615 @group
17616 (define-key texinfo-mode-map "\C-c\C-cg" 'texinfo-insert-@@group)
17617 @end group
17618 @end smallexample
17619
17620 @noindent
17621 The @code{texinfo-insert-@@group} function itself is a little extension
17622 to Texinfo mode that inserts @samp{@@group} into a Texinfo file. I
17623 use this command all the time and prefer to type the three strokes
17624 @kbd{C-c C-c g} rather than the six strokes @kbd{@@ g r o u p}.
17625 (@samp{@@group} and its matching @samp{@@end group} are commands that
17626 keep all enclosed text together on one page; many multi-line examples
17627 in this book are surrounded by @samp{@@group @dots{} @@end group}.)
17628
17629 @need 1250
17630 Here is the @code{texinfo-insert-@@group} function definition:
17631
17632 @smallexample
17633 @group
17634 (defun texinfo-insert-@@group ()
17635 "Insert the string @@group in a Texinfo buffer."
17636 (interactive)
17637 (beginning-of-line)
17638 (insert "@@group\n"))
17639 @end group
17640 @end smallexample
17641
17642 (Of course, I could have used Abbrev mode to save typing, rather than
17643 write a function to insert a word; but I prefer key strokes consistent
17644 with other Texinfo mode key bindings.)
17645
17646 You will see numerous @code{define-key} expressions in
17647 @file{loaddefs.el} as well as in the various mode libraries, such as
17648 @file{cc-mode.el} and @file{lisp-mode.el}.
17649
17650 @xref{Key Bindings, , Customizing Key Bindings, emacs, The GNU Emacs
17651 Manual}, and @ref{Keymaps, , Keymaps, elisp, The GNU Emacs Lisp
17652 Reference Manual}, for more information about keymaps.
17653
17654 @node Loading Files, Autoload, Keymaps, Emacs Initialization
17655 @section Loading Files
17656 @cindex Loading files
17657 @c findex load
17658
17659 Many people in the GNU Emacs community have written extensions to
17660 Emacs. As time goes by, these extensions are often included in new
17661 releases. For example, the Calendar and Diary packages are now part
17662 of the standard GNU Emacs, as is Calc.
17663
17664 You can use a @code{load} command to evaluate a complete file and
17665 thereby install all the functions and variables in the file into Emacs.
17666 For example:
17667
17668 @c (auto-compression-mode t)
17669
17670 @smallexample
17671 (load "~/emacs/slowsplit")
17672 @end smallexample
17673
17674 This evaluates, i.e.@: loads, the @file{slowsplit.el} file or if it
17675 exists, the faster, byte compiled @file{slowsplit.elc} file from the
17676 @file{emacs} sub-directory of your home directory. The file contains
17677 the function @code{split-window-quietly}, which John Robinson wrote in
17678 1989.
17679
17680 The @code{split-window-quietly} function splits a window with the
17681 minimum of redisplay. I installed it in 1989 because it worked well
17682 with the slow 1200 baud terminals I was then using. Nowadays, I only
17683 occasionally come across such a slow connection, but I continue to use
17684 the function because I like the way it leaves the bottom half of a
17685 buffer in the lower of the new windows and the top half in the upper
17686 window.
17687
17688 @need 1250
17689 To replace the key binding for the default
17690 @code{split-window-vertically}, you must also unset that key and bind
17691 the keys to @code{split-window-quietly}, like this:
17692
17693 @smallexample
17694 @group
17695 (global-unset-key "\C-x2")
17696 (global-set-key "\C-x2" 'split-window-quietly)
17697 @end group
17698 @end smallexample
17699
17700 @vindex load-path
17701 If you load many extensions, as I do, then instead of specifying the
17702 exact location of the extension file, as shown above, you can specify
17703 that directory as part of Emacs' @code{load-path}. Then, when Emacs
17704 loads a file, it will search that directory as well as its default
17705 list of directories. (The default list is specified in @file{paths.h}
17706 when Emacs is built.)
17707
17708 @need 1250
17709 The following command adds your @file{~/emacs} directory to the
17710 existing load path:
17711
17712 @smallexample
17713 @group
17714 ;;; Emacs Load Path
17715 (setq load-path (cons "~/emacs" load-path))
17716 @end group
17717 @end smallexample
17718
17719 Incidentally, @code{load-library} is an interactive interface to the
17720 @code{load} function. The complete function looks like this:
17721
17722 @findex load-library
17723 @smallexample
17724 @group
17725 (defun load-library (library)
17726 "Load the library named LIBRARY.
17727 This is an interface to the function `load'."
17728 (interactive
17729 (list (completing-read "Load library: "
17730 'locate-file-completion
17731 (cons load-path (get-load-suffixes)))))
17732 (load library))
17733 @end group
17734 @end smallexample
17735
17736 The name of the function, @code{load-library}, comes from the use of
17737 `library' as a conventional synonym for `file'. The source for the
17738 @code{load-library} command is in the @file{files.el} library.
17739
17740 Another interactive command that does a slightly different job is
17741 @code{load-file}. @xref{Lisp Libraries, , Libraries of Lisp Code for
17742 Emacs, emacs, The GNU Emacs Manual}, for information on the
17743 distinction between @code{load-library} and this command.
17744
17745 @node Autoload, Simple Extension, Loading Files, Emacs Initialization
17746 @section Autoloading
17747 @findex autoload
17748
17749 Instead of installing a function by loading the file that contains it,
17750 or by evaluating the function definition, you can make the function
17751 available but not actually install it until it is first called. This
17752 is called @dfn{autoloading}.
17753
17754 When you execute an autoloaded function, Emacs automatically evaluates
17755 the file that contains the definition, and then calls the function.
17756
17757 Emacs starts quicker with autoloaded functions, since their libraries
17758 are not loaded right away; but you need to wait a moment when you
17759 first use such a function, while its containing file is evaluated.
17760
17761 Rarely used functions are frequently autoloaded. The
17762 @file{loaddefs.el} library contains hundreds of autoloaded functions,
17763 from @code{bookmark-set} to @code{wordstar-mode}. Of course, you may
17764 come to use a `rare' function frequently. When you do, you should
17765 load that function's file with a @code{load} expression in your
17766 @file{.emacs} file.
17767
17768 In my @file{.emacs} file for Emacs version 22, I load 14 libraries
17769 that contain functions that would otherwise be autoloaded. (Actually,
17770 it would have been better to include these files in my `dumped' Emacs,
17771 but I forgot. @xref{Building Emacs, , Building Emacs, elisp, The GNU
17772 Emacs Lisp Reference Manual}, and the @file{INSTALL} file for more
17773 about dumping.)
17774
17775 You may also want to include autoloaded expressions in your @file{.emacs}
17776 file. @code{autoload} is a built-in function that takes up to five
17777 arguments, the final three of which are optional. The first argument
17778 is the name of the function to be autoloaded; the second is the name
17779 of the file to be loaded. The third argument is documentation for the
17780 function, and the fourth tells whether the function can be called
17781 interactively. The fifth argument tells what type of
17782 object---@code{autoload} can handle a keymap or macro as well as a
17783 function (the default is a function).
17784
17785 @need 800
17786 Here is a typical example:
17787
17788 @smallexample
17789 @group
17790 (autoload 'html-helper-mode
17791 "html-helper-mode" "Edit HTML documents" t)
17792 @end group
17793 @end smallexample
17794
17795 @noindent
17796 (@code{html-helper-mode} is an alternative to @code{html-mode}, which
17797 is a standard part of the distribution).
17798
17799 @noindent
17800 This expression autoloads the @code{html-helper-mode} function. It
17801 takes it from the @file{html-helper-mode.el} file (or from the byte
17802 compiled file @file{html-helper-mode.elc}, if it exists.) The file
17803 must be located in a directory specified by @code{load-path}. The
17804 documentation says that this is a mode to help you edit documents
17805 written in the HyperText Markup Language. You can call this mode
17806 interactively by typing @kbd{M-x html-helper-mode}. (You need to
17807 duplicate the function's regular documentation in the autoload
17808 expression because the regular function is not yet loaded, so its
17809 documentation is not available.)
17810
17811 @xref{Autoload, , Autoload, elisp, The GNU Emacs Lisp Reference
17812 Manual}, for more information.
17813
17814 @node Simple Extension, X11 Colors, Autoload, Emacs Initialization
17815 @section A Simple Extension: @code{line-to-top-of-window}
17816 @findex line-to-top-of-window
17817 @cindex Simple extension in @file{.emacs} file
17818
17819 Here is a simple extension to Emacs that moves the line point is on to
17820 the top of the window. I use this all the time, to make text easier
17821 to read.
17822
17823 You can put the following code into a separate file and then load it
17824 from your @file{.emacs} file, or you can include it within your
17825 @file{.emacs} file.
17826
17827 @need 1250
17828 Here is the definition:
17829
17830 @smallexample
17831 @group
17832 ;;; Line to top of window;
17833 ;;; replace three keystroke sequence C-u 0 C-l
17834 (defun line-to-top-of-window ()
17835 "Move the line point is on to top of window."
17836 (interactive)
17837 (recenter 0))
17838 @end group
17839 @end smallexample
17840
17841 @need 1250
17842 Now for the keybinding.
17843
17844 Nowadays, function keys as well as mouse button events and
17845 non-@sc{ascii} characters are written within square brackets, without
17846 quotation marks. (In Emacs version 18 and before, you had to write
17847 different function key bindings for each different make of terminal.)
17848
17849 I bind @code{line-to-top-of-window} to my @key{F6} function key like
17850 this:
17851
17852 @smallexample
17853 (global-set-key [f6] 'line-to-top-of-window)
17854 @end smallexample
17855
17856 For more information, see @ref{Init Rebinding, , Rebinding Keys in
17857 Your Init File, emacs, The GNU Emacs Manual}.
17858
17859 @cindex Conditional 'twixt two versions of Emacs
17860 @cindex Version of Emacs, choosing
17861 @cindex Emacs version, choosing
17862 If you run two versions of GNU Emacs, such as versions 21 and 22, and
17863 use one @file{.emacs} file, you can select which code to evaluate with
17864 the following conditional:
17865
17866 @smallexample
17867 @group
17868 (cond
17869 ((string-equal (number-to-string 21) (substring (emacs-version) 10 12))
17870 ;; evaluate version 21 code
17871 ( @dots{} ))
17872 ((string-equal (number-to-string 22) (substring (emacs-version) 10 12))
17873 ;; evaluate version 22 code
17874 ( @dots{} )))
17875 @end group
17876 @end smallexample
17877
17878 For example, in contrast to version 20, version 21 blinks its cursor
17879 by default. I hate such blinking, as well as some other features in
17880 version 21, so I placed the following in my @file{.emacs}
17881 file@footnote{When I start instances of Emacs that do not load my
17882 @file{.emacs} file or any site file, I also turn off blinking:
17883
17884 @smallexample
17885 emacs -q --no-site-file -eval '(blink-cursor-mode nil)'
17886
17887 @exdent Or nowadays, using an even more sophisticated set of options,
17888
17889 emacs -Q - D
17890 @end smallexample
17891 }:
17892
17893 @smallexample
17894 @group
17895 (if (string-equal "21" (substring (emacs-version) 10 12))
17896 (progn
17897 (blink-cursor-mode 0)
17898 ;; Insert newline when you press `C-n' (next-line)
17899 ;; at the end of the buffer
17900 (setq next-line-add-newlines t)
17901 @end group
17902 @group
17903 ;; Turn on image viewing
17904 (auto-image-file-mode t)
17905 @end group
17906 @group
17907 ;; Turn on menu bar (this bar has text)
17908 ;; (Use numeric argument to turn on)
17909 (menu-bar-mode 1)
17910 @end group
17911 @group
17912 ;; Turn off tool bar (this bar has icons)
17913 ;; (Use numeric argument to turn on)
17914 (tool-bar-mode nil)
17915 @end group
17916 @group
17917 ;; Turn off tooltip mode for tool bar
17918 ;; (This mode causes icon explanations to pop up)
17919 ;; (Use numeric argument to turn on)
17920 (tooltip-mode nil)
17921 ;; If tooltips turned on, make tips appear promptly
17922 (setq tooltip-delay 0.1) ; default is one second
17923 ))
17924 @end group
17925 @end smallexample
17926
17927 @noindent
17928 (You will note that instead of typing @code{(number-to-string 21)}, I
17929 decided to save typing and wrote `21' as a string, @code{"21"}, rather
17930 than convert it from an integer to a string. In this instance, this
17931 expression is better than the longer, but more general
17932 @code{(number-to-string 21)}. However, if you do not know ahead of
17933 time what type of information will be returned, then the
17934 @code{number-to-string} function will be needed.)
17935
17936 @node X11 Colors, Miscellaneous, Simple Extension, Emacs Initialization
17937 @section X11 Colors
17938
17939 You can specify colors when you use Emacs with the MIT X Windowing
17940 system.
17941
17942 I dislike the default colors and specify my own.
17943
17944 @need 1250
17945 Here are the expressions in my @file{.emacs}
17946 file that set values:
17947
17948 @smallexample
17949 @group
17950 ;; Set cursor color
17951 (set-cursor-color "white")
17952
17953 ;; Set mouse color
17954 (set-mouse-color "white")
17955
17956 ;; Set foreground and background
17957 (set-foreground-color "white")
17958 (set-background-color "darkblue")
17959 @end group
17960
17961 @group
17962 ;;; Set highlighting colors for isearch and drag
17963 (set-face-foreground 'highlight "white")
17964 (set-face-background 'highlight "blue")
17965 @end group
17966
17967 @group
17968 (set-face-foreground 'region "cyan")
17969 (set-face-background 'region "blue")
17970 @end group
17971
17972 @group
17973 (set-face-foreground 'secondary-selection "skyblue")
17974 (set-face-background 'secondary-selection "darkblue")
17975 @end group
17976
17977 @group
17978 ;; Set calendar highlighting colors
17979 (setq calendar-load-hook
17980 '(lambda ()
17981 (set-face-foreground 'diary-face "skyblue")
17982 (set-face-background 'holiday-face "slate blue")
17983 (set-face-foreground 'holiday-face "white")))
17984 @end group
17985 @end smallexample
17986
17987 The various shades of blue soothe my eye and prevent me from seeing
17988 the screen flicker.
17989
17990 Alternatively, I could have set my specifications in various X
17991 initialization files. For example, I could set the foreground,
17992 background, cursor, and pointer (i.e., mouse) colors in my
17993 @file{~/.Xresources} file like this:
17994
17995 @smallexample
17996 @group
17997 Emacs*foreground: white
17998 Emacs*background: darkblue
17999 Emacs*cursorColor: white
18000 Emacs*pointerColor: white
18001 @end group
18002 @end smallexample
18003
18004 In any event, since it is not part of Emacs, I set the root color of
18005 my X window in my @file{~/.xinitrc} file, like this@footnote{I also
18006 run more modern window managers, such as Enlightenment, Gnome, or KDE;
18007 in those cases, I often specify an image rather than a plain color.}:
18008
18009 @smallexample
18010 xsetroot -solid Navy -fg white &
18011 @end smallexample
18012
18013 @node Miscellaneous, Mode Line, X11 Colors, Emacs Initialization
18014 @section Miscellaneous Settings for a @file{.emacs} File
18015
18016 Here are a few miscellaneous settings:
18017 @sp 1
18018
18019 @itemize @minus
18020 @item
18021 Set the shape and color of the mouse cursor:
18022
18023 @smallexample
18024 @group
18025 ; Cursor shapes are defined in
18026 ; `/usr/include/X11/cursorfont.h';
18027 ; for example, the `target' cursor is number 128;
18028 ; the `top_left_arrow' cursor is number 132.
18029 @end group
18030
18031 @group
18032 (let ((mpointer (x-get-resource "*mpointer"
18033 "*emacs*mpointer")))
18034 ;; If you have not set your mouse pointer
18035 ;; then set it, otherwise leave as is:
18036 (if (eq mpointer nil)
18037 (setq mpointer "132")) ; top_left_arrow
18038 @end group
18039 @group
18040 (setq x-pointer-shape (string-to-int mpointer))
18041 (set-mouse-color "white"))
18042 @end group
18043 @end smallexample
18044
18045 @item
18046 Or you can set the values of a variety of features in an alist, like
18047 this:
18048
18049 @smallexample
18050 @group
18051 (setq-default
18052 default-frame-alist
18053 '((cursor-color . "white")
18054 (mouse-color . "white")
18055 (foreground-color . "white")
18056 (background-color . "DodgerBlue4")
18057 ;; (cursor-type . bar)
18058 (cursor-type . box)
18059 @end group
18060 @group
18061 (tool-bar-lines . 0)
18062 (menu-bar-lines . 1)
18063 (width . 80)
18064 (height . 58)
18065 (font .
18066 "-Misc-Fixed-Medium-R-Normal--20-200-75-75-C-100-ISO8859-1")
18067 ))
18068 @end group
18069 @end smallexample
18070
18071 @item
18072 Convert @kbd{@key{CTRL}-h} into @key{DEL} and @key{DEL}
18073 into @kbd{@key{CTRL}-h}.@*
18074 (Some older keyboards needed this, although I have not seen the
18075 problem recently.)
18076
18077 @smallexample
18078 @group
18079 ;; Translate `C-h' to <DEL>.
18080 ; (keyboard-translate ?\C-h ?\C-?)
18081
18082 ;; Translate <DEL> to `C-h'.
18083 (keyboard-translate ?\C-? ?\C-h)
18084 @end group
18085 @end smallexample
18086
18087 @item Turn off a blinking cursor!
18088
18089 @smallexample
18090 @group
18091 (if (fboundp 'blink-cursor-mode)
18092 (blink-cursor-mode -1))
18093 @end group
18094 @end smallexample
18095
18096 @noindent
18097 or start GNU Emacs with the command @code{emacs -nbc}.
18098
18099 @item Ignore case when using `grep'@*
18100 @samp{-n}@w{ } Prefix each line of output with line number@*
18101 @samp{-i}@w{ } Ignore case distinctions@*
18102 @samp{-e}@w{ } Protect patterns beginning with a hyphen character, @samp{-}
18103
18104 @smallexample
18105 (setq grep-command "grep -n -i -e ")
18106 @end smallexample
18107
18108 @ignore
18109 @c Evidently, no longer needed in GNU Emacs 22
18110
18111 item Automatically uncompress compressed files when visiting them
18112
18113 smallexample
18114 (load "uncompress")
18115 end smallexample
18116
18117 @end ignore
18118
18119 @item Find an existing buffer, even if it has a different name@*
18120 This avoids problems with symbolic links.
18121
18122 @smallexample
18123 (setq find-file-existing-other-name t)
18124 @end smallexample
18125
18126 @item Set your language environment and default input method
18127
18128 @smallexample
18129 @group
18130 (set-language-environment "latin-1")
18131 ;; Remember you can enable or disable multilingual text input
18132 ;; with the @code{toggle-input-method'} (@kbd{C-\}) command
18133 (setq default-input-method "latin-1-prefix")
18134 @end group
18135 @end smallexample
18136
18137 If you want to write with Chinese `GB' characters, set this instead:
18138
18139 @smallexample
18140 @group
18141 (set-language-environment "Chinese-GB")
18142 (setq default-input-method "chinese-tonepy")
18143 @end group
18144 @end smallexample
18145 @end itemize
18146
18147 @subsubheading Fixing Unpleasant Key Bindings
18148 @cindex Key bindings, fixing
18149 @cindex Bindings, key, fixing unpleasant
18150
18151 Some systems bind keys unpleasantly. Sometimes, for example, the
18152 @key{CTRL} key appears in an awkward spot rather than at the far left
18153 of the home row.
18154
18155 Usually, when people fix these sorts of keybindings, they do not
18156 change their @file{~/.emacs} file. Instead, they bind the proper keys
18157 on their consoles with the @code{loadkeys} or @code{install-keymap}
18158 commands in their boot script and then include @code{xmodmap} commands
18159 in their @file{.xinitrc} or @file{.Xsession} file for X Windows.
18160
18161 @need 1250
18162 @noindent
18163 For a boot script:
18164
18165 @smallexample
18166 @group
18167 loadkeys /usr/share/keymaps/i386/qwerty/emacs2.kmap.gz
18168
18169 @exdent or
18170
18171 install-keymap emacs2
18172 @end group
18173 @end smallexample
18174
18175 @need 1250
18176 @noindent
18177 For a @file{.xinitrc} or @file{.Xsession} file when the @key{Caps
18178 Lock} key is at the far left of the home row:
18179
18180 @smallexample
18181 @group
18182 # Bind the key labeled `Caps Lock' to `Control'
18183 # (Such a broken user interface suggests that keyboard manufacturers
18184 # think that computers are typewriters from 1885.)
18185
18186 xmodmap -e "clear Lock"
18187 xmodmap -e "add Control = Caps_Lock"
18188 @end group
18189 @end smallexample
18190
18191 @need 1250
18192 @noindent
18193 In a @file{.xinitrc} or @file{.Xsession} file, to convert an @key{ALT}
18194 key to a @key{META} key:
18195
18196 @smallexample
18197 @group
18198 # Some ill designed keyboards have a key labeled ALT and no Meta
18199 xmodmap -e "keysym Alt_L = Meta_L Alt_L"
18200 @end group
18201 @end smallexample
18202
18203 @node Mode Line, , Miscellaneous, Emacs Initialization
18204 @section A Modified Mode Line
18205 @vindex default-mode-line-format
18206 @cindex Mode line format
18207
18208 Finally, a feature I really like: a modified mode line.
18209
18210 When I work over a network, I forget which machine I am using. Also,
18211 I tend to I lose track of where I am, and which line point is on.
18212
18213 So I reset my mode line to look like this:
18214
18215 @smallexample
18216 -:-- foo.texi rattlesnake:/home/bob/ Line 1 (Texinfo Fill) Top
18217 @end smallexample
18218
18219 I am visiting a file called @file{foo.texi}, on my machine
18220 @file{rattlesnake} in my @file{/home/bob} buffer. I am on line 1, in
18221 Texinfo mode, and am at the top of the buffer.
18222
18223 @need 1200
18224 My @file{.emacs} file has a section that looks like this:
18225
18226 @smallexample
18227 @group
18228 ;; Set a Mode Line that tells me which machine, which directory,
18229 ;; and which line I am on, plus the other customary information.
18230 (setq default-mode-line-format
18231 (quote
18232 (#("-" 0 1
18233 (help-echo
18234 "mouse-1: select window, mouse-2: delete others ..."))
18235 mode-line-mule-info
18236 mode-line-modified
18237 mode-line-frame-identification
18238 " "
18239 @end group
18240 @group
18241 mode-line-buffer-identification
18242 " "
18243 (:eval (substring
18244 (system-name) 0 (string-match "\\..+" (system-name))))
18245 ":"
18246 default-directory
18247 #(" " 0 1
18248 (help-echo
18249 "mouse-1: select window, mouse-2: delete others ..."))
18250 (line-number-mode " Line %l ")
18251 global-mode-string
18252 @end group
18253 @group
18254 #(" %[(" 0 6
18255 (help-echo
18256 "mouse-1: select window, mouse-2: delete others ..."))
18257 (:eval (mode-line-mode-name))
18258 mode-line-process
18259 minor-mode-alist
18260 #("%n" 0 2 (help-echo "mouse-2: widen" local-map (keymap ...)))
18261 ")%] "
18262 (-3 . "%P")
18263 ;; "-%-"
18264 )))
18265 @end group
18266 @end smallexample
18267
18268 @noindent
18269 Here, I redefine the default mode line. Most of the parts are from
18270 the original; but I make a few changes. I set the @emph{default} mode
18271 line format so as to permit various modes, such as Info, to override
18272 it.
18273
18274 Many elements in the list are self-explanatory:
18275 @code{mode-line-modified} is a variable that tells whether the buffer
18276 has been modified, @code{mode-name} tells the name of the mode, and so
18277 on. However, the format looks complicated because of two features we
18278 have not discussed.
18279
18280 @cindex Properties, in mode line example
18281 The first string in the mode line is a dash or hyphen, @samp{-}. In
18282 the old days, it would have been specified simply as @code{"-"}. But
18283 nowadays, Emacs can add properties to a string, such as highlighting
18284 or, as in this case, a help feature. If you place your mouse cursor
18285 over the hyphen, some help information appears (By default, you must
18286 wait seven-tenths of a second before the information appears. You can
18287 change that timing by changing the value of @code{tooltip-delay}.)
18288
18289 @need 1000
18290 The new string format has a special syntax:
18291
18292 @smallexample
18293 #("-" 0 1 (help-echo "mouse-1: select window, ..."))
18294 @end smallexample
18295
18296 @noindent
18297 The @code{#(} begins a list. The first element of the list is the
18298 string itself, just one @samp{-}. The second and third
18299 elements specify the range over which the fourth element applies. A
18300 range starts @emph{after} a character, so a zero means the range
18301 starts just before the first character; a 1 means that the range ends
18302 just after the first character. The third element is the property for
18303 the range. It consists of a property list, a
18304 property name, in this case, @samp{help-echo}, followed by a value, in this
18305 case, a string. The second, third, and fourth elements of this new
18306 string format can be repeated.
18307
18308 @xref{Text Properties, , Text Properties, elisp, The GNU Emacs Lisp
18309 Reference Manual}, and see @ref{Mode Line Format, , Mode Line Format,
18310 elisp, The GNU Emacs Lisp Reference Manual}, for more information.
18311
18312 @code{mode-line-buffer-identification}
18313 displays the current buffer name. It is a list
18314 beginning @code{(#("%12b" 0 4 @dots{}}.
18315 The @code{#(} begins the list.
18316
18317 The @samp{"%12b"} displays the current buffer name, using the
18318 @code{buffer-name} function with which we are familiar; the `12'
18319 specifies the maximum number of characters that will be displayed.
18320 When a name has fewer characters, whitespace is added to fill out to
18321 this number. (Buffer names can and often should be longer than 12
18322 characters; this length works well in a typical 80 column wide
18323 window.)
18324
18325 @code{:eval} says to evaluate the following form and use the result as
18326 a string to display. In this case, the expression displays the first
18327 component of the full system name. The end of the first component is
18328 a @samp{.} (`period'), so I use the @code{string-match} function to
18329 tell me the length of the first component. The substring from the
18330 zeroth character to that length is the name of the machine.
18331
18332 @need 1250
18333 This is the expression:
18334
18335 @smallexample
18336 @group
18337 (:eval (substring
18338 (system-name) 0 (string-match "\\..+" (system-name))))
18339 @end group
18340 @end smallexample
18341
18342 @samp{%[} and @samp{%]} cause a pair of square brackets
18343 to appear for each recursive editing level. @samp{%n} says `Narrow'
18344 when narrowing is in effect. @samp{%P} tells you the percentage of
18345 the buffer that is above the bottom of the window, or `Top', `Bottom',
18346 or `All'. (A lower case @samp{p} tell you the percentage above the
18347 @emph{top} of the window.) @samp{%-} inserts enough dashes to fill
18348 out the line.
18349
18350 Remember, ``You don't have to like Emacs to like it'' --- your own
18351 Emacs can have different colors, different commands, and different
18352 keys than a default Emacs.
18353
18354 On the other hand, if you want to bring up a plain `out of the box'
18355 Emacs, with no customization, type:
18356
18357 @smallexample
18358 emacs -q
18359 @end smallexample
18360
18361 @noindent
18362 This will start an Emacs that does @emph{not} load your
18363 @file{~/.emacs} initialization file. A plain, default Emacs. Nothing
18364 more.
18365
18366 @node Debugging, Conclusion, Emacs Initialization, Top
18367 @chapter Debugging
18368 @cindex debugging
18369
18370 GNU Emacs has two debuggers, @code{debug} and @code{edebug}. The
18371 first is built into the internals of Emacs and is always with you;
18372 the second requires that you instrument a function before you can use it.
18373
18374 Both debuggers are described extensively in @ref{Debugging, ,
18375 Debugging Lisp Programs, elisp, The GNU Emacs Lisp Reference Manual}.
18376 In this chapter, I will walk through a short example of each.
18377
18378 @menu
18379 * debug::
18380 * debug-on-entry::
18381 * debug-on-quit::
18382 * edebug::
18383 * Debugging Exercises::
18384 @end menu
18385
18386 @node debug, debug-on-entry, Debugging, Debugging
18387 @section @code{debug}
18388 @findex debug
18389
18390 Suppose you have written a function definition that is intended to
18391 return the sum of the numbers 1 through a given number. (This is the
18392 @code{triangle} function discussed earlier. @xref{Decrementing
18393 Example, , Example with Decrementing Counter}, for a discussion.)
18394 @c xref{Decrementing Loop,, Loop with a Decrementing Counter}, for a discussion.)
18395
18396 However, your function definition has a bug. You have mistyped
18397 @samp{1=} for @samp{1-}. Here is the broken definition:
18398
18399 @findex triangle-bugged
18400 @smallexample
18401 @group
18402 (defun triangle-bugged (number)
18403 "Return sum of numbers 1 through NUMBER inclusive."
18404 (let ((total 0))
18405 (while (> number 0)
18406 (setq total (+ total number))
18407 (setq number (1= number))) ; @r{Error here.}
18408 total))
18409 @end group
18410 @end smallexample
18411
18412 If you are reading this in Info, you can evaluate this definition in
18413 the normal fashion. You will see @code{triangle-bugged} appear in the
18414 echo area.
18415
18416 @need 1250
18417 Now evaluate the @code{triangle-bugged} function with an
18418 argument of 4:
18419
18420 @smallexample
18421 (triangle-bugged 4)
18422 @end smallexample
18423
18424 @noindent
18425 In GNU Emacs version 21, you will create and enter a
18426 @file{*Backtrace*} buffer that says:
18427
18428 @noindent
18429 @smallexample
18430 @group
18431 ---------- Buffer: *Backtrace* ----------
18432 Debugger entered--Lisp error: (void-function 1=)
18433 (1= number)
18434 (setq number (1= number))
18435 (while (> number 0) (setq total (+ total number))
18436 (setq number (1= number)))
18437 (let ((total 0)) (while (> number 0) (setq total ...)
18438 (setq number ...)) total)
18439 triangle-bugged(4)
18440 @end group
18441 @group
18442 eval((triangle-bugged 4))
18443 eval-last-sexp-1(nil)
18444 eval-last-sexp(nil)
18445 call-interactively(eval-last-sexp)
18446 ---------- Buffer: *Backtrace* ----------
18447 @end group
18448 @end smallexample
18449
18450 @noindent
18451 (I have reformatted this example slightly; the debugger does not fold
18452 long lines. As usual, you can quit the debugger by typing @kbd{q} in
18453 the @file{*Backtrace*} buffer.)
18454
18455 In practice, for a bug as simple as this, the `Lisp error' line will
18456 tell you what you need to know to correct the definition. The
18457 function @code{1=} is `void'.
18458
18459 @ignore
18460 @need 800
18461 In GNU Emacs 20 and before, you will see:
18462
18463 @smallexample
18464 Symbol's function definition is void:@: 1=
18465 @end smallexample
18466
18467 @noindent
18468 which has the same meaning as the @file{*Backtrace*} buffer line in
18469 version 21.
18470 @end ignore
18471
18472 However, suppose you are not quite certain what is going on?
18473 You can read the complete backtrace.
18474
18475 In this case, you need to run GNU Emacs 22, which automatically starts
18476 the debugger that puts you in the @file{*Backtrace*} buffer; or else,
18477 you need to start the debugger manually as described below.
18478
18479 Read the @file{*Backtrace*} buffer from the bottom up; it tells you
18480 what Emacs did that led to the error. Emacs made an interactive call
18481 to @kbd{C-x C-e} (@code{eval-last-sexp}), which led to the evaluation
18482 of the @code{triangle-bugged} expression. Each line above tells you
18483 what the Lisp interpreter evaluated next.
18484
18485 @need 1250
18486 The third line from the top of the buffer is
18487
18488 @smallexample
18489 (setq number (1= number))
18490 @end smallexample
18491
18492 @noindent
18493 Emacs tried to evaluate this expression; in order to do so, it tried
18494 to evaluate the inner expression shown on the second line from the
18495 top:
18496
18497 @smallexample
18498 (1= number)
18499 @end smallexample
18500
18501 @need 1250
18502 @noindent
18503 This is where the error occurred; as the top line says:
18504
18505 @smallexample
18506 Debugger entered--Lisp error: (void-function 1=)
18507 @end smallexample
18508
18509 @noindent
18510 You can correct the mistake, re-evaluate the function definition, and
18511 then run your test again.
18512
18513 @node debug-on-entry, debug-on-quit, debug, Debugging
18514 @section @code{debug-on-entry}
18515 @findex debug-on-entry
18516
18517 GNU Emacs 22 starts the debugger automatically when your function has
18518 an error.
18519
18520 @ignore
18521 GNU Emacs version 20 and before did not; it simply
18522 presented you with an error message. You had to start the debugger
18523 manually.
18524 @end ignore
18525
18526 Incidentally, you can start the debugger manually for all versions of
18527 Emacs; the advantage is that the debugger runs even if you do not have
18528 a bug in your code. Sometimes your code will be free of bugs!
18529
18530 You can enter the debugger when you call the function by calling
18531 @code{debug-on-entry}.
18532
18533 @need 1250
18534 @noindent
18535 Type:
18536
18537 @smallexample
18538 M-x debug-on-entry RET triangle-bugged RET
18539 @end smallexample
18540
18541 @need 1250
18542 @noindent
18543 Now, evaluate the following:
18544
18545 @smallexample
18546 (triangle-bugged 5)
18547 @end smallexample
18548
18549 @noindent
18550 All versions of Emacs will create a @file{*Backtrace*} buffer and tell
18551 you that it is beginning to evaluate the @code{triangle-bugged}
18552 function:
18553
18554 @smallexample
18555 @group
18556 ---------- Buffer: *Backtrace* ----------
18557 Debugger entered--entering a function:
18558 * triangle-bugged(5)
18559 eval((triangle-bugged 5))
18560 @end group
18561 @group
18562 eval-last-sexp-1(nil)
18563 eval-last-sexp(nil)
18564 call-interactively(eval-last-sexp)
18565 ---------- Buffer: *Backtrace* ----------
18566 @end group
18567 @end smallexample
18568
18569 In the @file{*Backtrace*} buffer, type @kbd{d}. Emacs will evaluate
18570 the first expression in @code{triangle-bugged}; the buffer will look
18571 like this:
18572
18573 @smallexample
18574 @group
18575 ---------- Buffer: *Backtrace* ----------
18576 Debugger entered--beginning evaluation of function call form:
18577 * (let ((total 0)) (while (> number 0) (setq total ...)
18578 (setq number ...)) total)
18579 * triangle-bugged(5)
18580 eval((triangle-bugged 5))
18581 @end group
18582 @group
18583 eval-last-sexp-1(nil)
18584 eval-last-sexp(nil)
18585 call-interactively(eval-last-sexp)
18586 ---------- Buffer: *Backtrace* ----------
18587 @end group
18588 @end smallexample
18589
18590 @noindent
18591 Now, type @kbd{d} again, eight times, slowly. Each time you type
18592 @kbd{d}, Emacs will evaluate another expression in the function
18593 definition.
18594
18595 @need 1750
18596 Eventually, the buffer will look like this:
18597
18598 @smallexample
18599 @group
18600 ---------- Buffer: *Backtrace* ----------
18601 Debugger entered--beginning evaluation of function call form:
18602 * (setq number (1= number))
18603 * (while (> number 0) (setq total (+ total number))
18604 (setq number (1= number)))
18605 @group
18606 @end group
18607 * (let ((total 0)) (while (> number 0) (setq total ...)
18608 (setq number ...)) total)
18609 * triangle-bugged(5)
18610 eval((triangle-bugged 5))
18611 @group
18612 @end group
18613 eval-last-sexp-1(nil)
18614 eval-last-sexp(nil)
18615 call-interactively(eval-last-sexp)
18616 ---------- Buffer: *Backtrace* ----------
18617 @end group
18618 @end smallexample
18619
18620 @need 1500
18621 @noindent
18622 Finally, after you type @kbd{d} two more times, Emacs will reach the
18623 error, and the top two lines of the @file{*Backtrace*} buffer will look
18624 like this:
18625
18626 @smallexample
18627 @group
18628 ---------- Buffer: *Backtrace* ----------
18629 Debugger entered--Lisp error: (void-function 1=)
18630 * (1= number)
18631 @dots{}
18632 ---------- Buffer: *Backtrace* ----------
18633 @end group
18634 @end smallexample
18635
18636 By typing @kbd{d}, you were able to step through the function.
18637
18638 You can quit a @file{*Backtrace*} buffer by typing @kbd{q} in it; this
18639 quits the trace, but does not cancel @code{debug-on-entry}.
18640
18641 @findex cancel-debug-on-entry
18642 To cancel the effect of @code{debug-on-entry}, call
18643 @code{cancel-debug-on-entry} and the name of the function, like this:
18644
18645 @smallexample
18646 M-x cancel-debug-on-entry RET triangle-bugged RET
18647 @end smallexample
18648
18649 @noindent
18650 (If you are reading this in Info, cancel @code{debug-on-entry} now.)
18651
18652 @node debug-on-quit, edebug, debug-on-entry, Debugging
18653 @section @code{debug-on-quit} and @code{(debug)}
18654
18655 In addition to setting @code{debug-on-error} or calling @code{debug-on-entry},
18656 there are two other ways to start @code{debug}.
18657
18658 @findex debug-on-quit
18659 You can start @code{debug} whenever you type @kbd{C-g}
18660 (@code{keyboard-quit}) by setting the variable @code{debug-on-quit} to
18661 @code{t}. This is useful for debugging infinite loops.
18662
18663 @need 1500
18664 @cindex @code{(debug)} in code
18665 Or, you can insert a line that says @code{(debug)} into your code
18666 where you want the debugger to start, like this:
18667
18668 @smallexample
18669 @group
18670 (defun triangle-bugged (number)
18671 "Return sum of numbers 1 through NUMBER inclusive."
18672 (let ((total 0))
18673 (while (> number 0)
18674 (setq total (+ total number))
18675 (debug) ; @r{Start debugger.}
18676 (setq number (1= number))) ; @r{Error here.}
18677 total))
18678 @end group
18679 @end smallexample
18680
18681 The @code{debug} function is described in detail in @ref{Debugger, ,
18682 The Lisp Debugger, elisp, The GNU Emacs Lisp Reference Manual}.
18683
18684 @node edebug, Debugging Exercises, debug-on-quit, Debugging
18685 @section The @code{edebug} Source Level Debugger
18686 @cindex Source level debugger
18687 @findex edebug
18688
18689 Edebug is a source level debugger. Edebug normally displays the
18690 source of the code you are debugging, with an arrow at the left that
18691 shows which line you are currently executing.
18692
18693 You can walk through the execution of a function, line by line, or run
18694 quickly until reaching a @dfn{breakpoint} where execution stops.
18695
18696 Edebug is described in @ref{edebug, , Edebug, elisp, The GNU Emacs
18697 Lisp Reference Manual}.
18698
18699 @need 1250
18700 Here is a bugged function definition for @code{triangle-recursively}.
18701 @xref{Recursive triangle function, , Recursion in place of a counter},
18702 for a review of it.
18703
18704 @smallexample
18705 @group
18706 (defun triangle-recursively-bugged (number)
18707 "Return sum of numbers 1 through NUMBER inclusive.
18708 Uses recursion."
18709 (if (= number 1)
18710 1
18711 (+ number
18712 (triangle-recursively-bugged
18713 (1= number))))) ; @r{Error here.}
18714 @end group
18715 @end smallexample
18716
18717 @noindent
18718 Normally, you would install this definition by positioning your cursor
18719 after the function's closing parenthesis and typing @kbd{C-x C-e}
18720 (@code{eval-last-sexp}) or else by positioning your cursor within the
18721 definition and typing @kbd{C-M-x} (@code{eval-defun}). (By default,
18722 the @code{eval-defun} command works only in Emacs Lisp mode or in Lisp
18723 Interactive mode.)
18724
18725 @need 1500
18726 However, to prepare this function definition for Edebug, you must
18727 first @dfn{instrument} the code using a different command. You can do
18728 this by positioning your cursor within the definition and typing
18729
18730 @smallexample
18731 M-x edebug-defun RET
18732 @end smallexample
18733
18734 @noindent
18735 This will cause Emacs to load Edebug automatically if it is not
18736 already loaded, and properly instrument the function.
18737
18738 After instrumenting the function, place your cursor after the
18739 following expression and type @kbd{C-x C-e} (@code{eval-last-sexp}):
18740
18741 @smallexample
18742 (triangle-recursively-bugged 3)
18743 @end smallexample
18744
18745 @noindent
18746 You will be jumped back to the source for
18747 @code{triangle-recursively-bugged} and the cursor positioned at the
18748 beginning of the @code{if} line of the function. Also, you will see
18749 an arrowhead at the left hand side of that line. The arrowhead marks
18750 the line where the function is executing. (In the following examples,
18751 we show the arrowhead with @samp{=>}; in a windowing system, you may
18752 see the arrowhead as a solid triangle in the window `fringe'.)
18753
18754 @smallexample
18755 =>@point{}(if (= number 1)
18756 @end smallexample
18757
18758 @noindent
18759 @iftex
18760 In the example, the location of point is displayed with a star,
18761 @samp{@point{}} (in Info, it is displayed as @samp{-!-}).
18762 @end iftex
18763 @ifnottex
18764 In the example, the location of point is displayed as @samp{@point{}}
18765 (in a printed book, it is displayed with a five pointed star).
18766 @end ifnottex
18767
18768 If you now press @key{SPC}, point will move to the next expression to
18769 be executed; the line will look like this:
18770
18771 @smallexample
18772 =>(if @point{}(= number 1)
18773 @end smallexample
18774
18775 @noindent
18776 As you continue to press @key{SPC}, point will move from expression to
18777 expression. At the same time, whenever an expression returns a value,
18778 that value will be displayed in the echo area. For example, after you
18779 move point past @code{number}, you will see the following:
18780
18781 @smallexample
18782 Result: 3 (#o3, #x3, ?\C-c)
18783 @end smallexample
18784
18785 @noindent
18786 This means the value of @code{number} is 3, which is octal three,
18787 hexadecimal three, and @sc{ascii} `control-c' (the third letter of the
18788 alphabet, in case you need to know this information).
18789
18790 You can continue moving through the code until you reach the line with
18791 the error. Before evaluation, that line looks like this:
18792
18793 @smallexample
18794 => @point{}(1= number))))) ; @r{Error here.}
18795 @end smallexample
18796
18797 @need 1250
18798 @noindent
18799 When you press @key{SPC} once again, you will produce an error message
18800 that says:
18801
18802 @smallexample
18803 Symbol's function definition is void:@: 1=
18804 @end smallexample
18805
18806 @noindent
18807 This is the bug.
18808
18809 Press @kbd{q} to quit Edebug.
18810
18811 To remove instrumentation from a function definition, simply
18812 re-evaluate it with a command that does not instrument it.
18813 For example, you could place your cursor after the definition's
18814 closing parenthesis and type @kbd{C-x C-e}.
18815
18816 Edebug does a great deal more than walk with you through a function.
18817 You can set it so it races through on its own, stopping only at an
18818 error or at specified stopping points; you can cause it to display the
18819 changing values of various expressions; you can find out how many
18820 times a function is called, and more.
18821
18822 Edebug is described in @ref{edebug, , Edebug, elisp, The GNU Emacs
18823 Lisp Reference Manual}.
18824
18825 @need 1500
18826 @node Debugging Exercises, , edebug, Debugging
18827 @section Debugging Exercises
18828
18829 @itemize @bullet
18830 @item
18831 Install the @code{count-words-region} function and then cause it to
18832 enter the built-in debugger when you call it. Run the command on a
18833 region containing two words. You will need to press @kbd{d} a
18834 remarkable number of times. On your system, is a `hook' called after
18835 the command finishes? (For information on hooks, see @ref{Command
18836 Overview, , Command Loop Overview, elisp, The GNU Emacs Lisp Reference
18837 Manual}.)
18838
18839 @item
18840 Copy @code{count-words-region} into the @file{*scratch*} buffer,
18841 instrument the function for Edebug, and walk through its execution.
18842 The function does not need to have a bug, although you can introduce
18843 one if you wish. If the function lacks a bug, the walk-through
18844 completes without problems.
18845
18846 @item
18847 While running Edebug, type @kbd{?} to see a list of all the Edebug commands.
18848 (The @code{global-edebug-prefix} is usually @kbd{C-x X}, i.e.@:
18849 @kbd{@key{CTRL}-x} followed by an upper case @kbd{X}; use this prefix
18850 for commands made outside of the Edebug debugging buffer.)
18851
18852 @item
18853 In the Edebug debugging buffer, use the @kbd{p}
18854 (@code{edebug-bounce-point}) command to see where in the region the
18855 @code{count-words-region} is working.
18856
18857 @item
18858 Move point to some spot further down the function and then type the
18859 @kbd{h} (@code{edebug-goto-here}) command to jump to that location.
18860
18861 @item
18862 Use the @kbd{t} (@code{edebug-trace-mode}) command to cause Edebug to
18863 walk through the function on its own; use an upper case @kbd{T} for
18864 @code{edebug-Trace-fast-mode}.
18865
18866 @item
18867 Set a breakpoint, then run Edebug in Trace mode until it reaches the
18868 stopping point.
18869 @end itemize
18870
18871 @node Conclusion, the-the, Debugging, Top
18872 @chapter Conclusion
18873
18874 We have now reached the end of this Introduction. You have now
18875 learned enough about programming in Emacs Lisp to set values, to write
18876 simple @file{.emacs} files for yourself and your friends, and write
18877 simple customizations and extensions to Emacs.
18878
18879 This is a place to stop. Or, if you wish, you can now go onward, and
18880 teach yourself.
18881
18882 You have learned some of the basic nuts and bolts of programming. But
18883 only some. There are a great many more brackets and hinges that are
18884 easy to use that we have not touched.
18885
18886 A path you can follow right now lies among the sources to GNU Emacs
18887 and in
18888 @ifnotinfo
18889 @cite{The GNU Emacs Lisp Reference Manual}.
18890 @end ifnotinfo
18891 @ifinfo
18892 @ref{Top, , The GNU Emacs Lisp Reference Manual, elisp, The GNU
18893 Emacs Lisp Reference Manual}.
18894 @end ifinfo
18895
18896 The Emacs Lisp sources are an adventure. When you read the sources and
18897 come across a function or expression that is unfamiliar, you need to
18898 figure out or find out what it does.
18899
18900 Go to the Reference Manual. It is a thorough, complete, and fairly
18901 easy-to-read description of Emacs Lisp. It is written not only for
18902 experts, but for people who know what you know. (The @cite{Reference
18903 Manual} comes with the standard GNU Emacs distribution. Like this
18904 introduction, it comes as a Texinfo source file, so you can read it
18905 on-line and as a typeset, printed book.)
18906
18907 Go to the other on-line help that is part of GNU Emacs: the on-line
18908 documentation for all functions and variables, and @code{find-tags},
18909 the program that takes you to sources.
18910
18911 Here is an example of how I explore the sources. Because of its name,
18912 @file{simple.el} is the file I looked at first, a long time ago. As
18913 it happens some of the functions in @file{simple.el} are complicated,
18914 or at least look complicated at first sight. The @code{open-line}
18915 function, for example, looks complicated.
18916
18917 You may want to walk through this function slowly, as we did with the
18918 @code{forward-sentence} function. (@xref{forward-sentence, The
18919 @code{forward-sentence} function}.) Or you may want to skip that
18920 function and look at another, such as @code{split-line}. You don't
18921 need to read all the functions. According to
18922 @code{count-words-in-defun}, the @code{split-line} function contains
18923 102 words and symbols.
18924
18925 Even though it is short, @code{split-line} contains expressions
18926 we have not studied: @code{skip-chars-forward}, @code{indent-to},
18927 @code{current-column} and @code{insert-and-inherit}.
18928
18929 Consider the @code{skip-chars-forward} function. (It is part of the
18930 function definition for @code{back-to-indentation}, which is shown in
18931 @ref{Review, , Review}.)
18932
18933 In GNU Emacs, you can find out more about @code{skip-chars-forward} by
18934 typing @kbd{C-h f} (@code{describe-function}) and the name of the
18935 function. This gives you the function documentation.
18936
18937 You may be able to guess what is done by a well named function such as
18938 @code{indent-to}; or you can look it up, too. Incidentally, the
18939 @code{describe-function} function itself is in @file{help.el}; it is
18940 one of those long, but decipherable functions. You can look up
18941 @code{describe-function} using the @kbd{C-h f} command!
18942
18943 In this instance, since the code is Lisp, the @file{*Help*} buffer
18944 contains the name of the library containing the function's source.
18945 You can put point over the name of the library and press the RET key,
18946 which in this situation is bound to @code{help-follow}, and be taken
18947 directly to the source, in the same way as @kbd{M-.}
18948 (@code{find-tag}).
18949
18950 The definition for @code{describe-function} illustrates how to
18951 customize the @code{interactive} expression without using the standard
18952 character codes; and it shows how to create a temporary buffer.
18953
18954 (The @code{indent-to} function is written in C rather than Emacs Lisp;
18955 it is a `built-in' function. @code{help-follow} takes you to its
18956 source as does @code{find-tag}, when properly set up.)
18957
18958 You can look at a function's source using @code{find-tag}, which is
18959 bound to @kbd{M-.} Finally, you can find out what the Reference
18960 Manual has to say by visiting the manual in Info, and typing @kbd{i}
18961 (@code{Info-index}) and the name of the function, or by looking up the
18962 function in the index to a printed copy of the manual.
18963
18964 Similarly, you can find out what is meant by
18965 @code{insert-and-inherit}.
18966
18967 Other interesting source files include @file{paragraphs.el},
18968 @file{loaddefs.el}, and @file{loadup.el}. The @file{paragraphs.el}
18969 file includes short, easily understood functions as well as longer
18970 ones. The @file{loaddefs.el} file contains the many standard
18971 autoloads and many keymaps. I have never looked at it all; only at
18972 parts. @file{loadup.el} is the file that loads the standard parts of
18973 Emacs; it tells you a great deal about how Emacs is built.
18974 (@xref{Building Emacs, , Building Emacs, elisp, The GNU Emacs Lisp
18975 Reference Manual}, for more about building.)
18976
18977 As I said, you have learned some nuts and bolts; however, and very
18978 importantly, we have hardly touched major aspects of programming; I
18979 have said nothing about how to sort information, except to use the
18980 predefined @code{sort} function; I have said nothing about how to store
18981 information, except to use variables and lists; I have said nothing
18982 about how to write programs that write programs. These are topics for
18983 another, and different kind of book, a different kind of learning.
18984
18985 What you have done is learn enough for much practical work with GNU
18986 Emacs. What you have done is get started. This is the end of a
18987 beginning.
18988
18989 @c ================ Appendix ================
18990
18991 @node the-the, Kill Ring, Conclusion, Top
18992 @appendix The @code{the-the} Function
18993 @findex the-the
18994 @cindex Duplicated words function
18995 @cindex Words, duplicated
18996
18997 Sometimes when you you write text, you duplicate words---as with ``you
18998 you'' near the beginning of this sentence. I find that most
18999 frequently, I duplicate ``the''; hence, I call the function for
19000 detecting duplicated words, @code{the-the}.
19001
19002 @need 1250
19003 As a first step, you could use the following regular expression to
19004 search for duplicates:
19005
19006 @smallexample
19007 \\(\\w+[ \t\n]+\\)\\1
19008 @end smallexample
19009
19010 @noindent
19011 This regexp matches one or more word-constituent characters followed
19012 by one or more spaces, tabs, or newlines. However, it does not detect
19013 duplicated words on different lines, since the ending of the first
19014 word, the end of the line, is different from the ending of the second
19015 word, a space. (For more information about regular expressions, see
19016 @ref{Regexp Search, , Regular Expression Searches}, as well as
19017 @ref{Regexps, , Syntax of Regular Expressions, emacs, The GNU Emacs
19018 Manual}, and @ref{Regular Expressions, , Regular Expressions, elisp,
19019 The GNU Emacs Lisp Reference Manual}.)
19020
19021 You might try searching just for duplicated word-constituent
19022 characters but that does not work since the pattern detects doubles
19023 such as the two occurrences of `th' in `with the'.
19024
19025 Another possible regexp searches for word-constituent characters
19026 followed by non-word-constituent characters, reduplicated. Here,
19027 @w{@samp{\\w+}} matches one or more word-constituent characters and
19028 @w{@samp{\\W*}} matches zero or more non-word-constituent characters.
19029
19030 @smallexample
19031 \\(\\(\\w+\\)\\W*\\)\\1
19032 @end smallexample
19033
19034 @noindent
19035 Again, not useful.
19036
19037 Here is the pattern that I use. It is not perfect, but good enough.
19038 @w{@samp{\\b}} matches the empty string, provided it is at the beginning
19039 or end of a word; @w{@samp{[^@@ \n\t]+}} matches one or more occurrences of
19040 any characters that are @emph{not} an @@-sign, space, newline, or tab.
19041
19042 @smallexample
19043 \\b\\([^@@ \n\t]+\\)[ \n\t]+\\1\\b
19044 @end smallexample
19045
19046 One can write more complicated expressions, but I found that this
19047 expression is good enough, so I use it.
19048
19049 Here is the @code{the-the} function, as I include it in my
19050 @file{.emacs} file, along with a handy global key binding:
19051
19052 @smallexample
19053 @group
19054 (defun the-the ()
19055 "Search forward for for a duplicated word."
19056 (interactive)
19057 (message "Searching for for duplicated words ...")
19058 (push-mark)
19059 @end group
19060 @group
19061 ;; This regexp is not perfect
19062 ;; but is fairly good over all:
19063 (if (re-search-forward
19064 "\\b\\([^@@ \n\t]+\\)[ \n\t]+\\1\\b" nil 'move)
19065 (message "Found duplicated word.")
19066 (message "End of buffer")))
19067 @end group
19068
19069 @group
19070 ;; Bind `the-the' to C-c \
19071 (global-set-key "\C-c\\" 'the-the)
19072 @end group
19073 @end smallexample
19074
19075 @sp 1
19076 Here is test text:
19077
19078 @smallexample
19079 @group
19080 one two two three four five
19081 five six seven
19082 @end group
19083 @end smallexample
19084
19085 You can substitute the other regular expressions shown above in the
19086 function definition and try each of them on this list.
19087
19088 @node Kill Ring, Full Graph, the-the, Top
19089 @appendix Handling the Kill Ring
19090 @cindex Kill ring handling
19091 @cindex Handling the kill ring
19092 @cindex Ring, making a list like a
19093
19094 The kill ring is a list that is transformed into a ring by the
19095 workings of the @code{current-kill} function. The @code{yank} and
19096 @code{yank-pop} commands use the @code{current-kill} function.
19097
19098 This appendix describes the @code{current-kill} function as well as
19099 both the @code{yank} and the @code{yank-pop} commands, but first,
19100 consider the workings of the kill ring.
19101
19102 @need 1250
19103 The kill ring has a default maximum length of sixty items; this number
19104 is too large for an explanation. Instead, set it to four. Please
19105 evaluate the following:
19106
19107 @smallexample
19108 @group
19109 (setq old-kill-ring-max kill-ring-max)
19110 (setq kill-ring-max 4)
19111 @end group
19112 @end smallexample
19113
19114 @noindent
19115 Then, please copy each line of the following indented example into the
19116 kill ring. You may kill each line with @kbd{C-k} or mark it and copy
19117 it with @kbd{M-w}.
19118
19119 @noindent
19120 (In a read-only buffer, such as the @file{*info*} buffer, the kill
19121 command, @kbd{C-k} (@code{kill-line}), will not remove the text,
19122 merely copy it to the kill ring. However, your machine may beep at
19123 you. (@code{kill-line} calls @code{kill-region}.) Alternatively, for
19124 silence, you may copy the region of each line with the @kbd{M-w}
19125 (@code{kill-ring-save}) command. You must mark each line for this
19126 command to succeed, but it does not matter at which end you put point
19127 or mark.)
19128
19129 @ignore
19130 @c texi2dvi fails when the name of the section is within ifnottex ...
19131 For a discussion of how @code{condition-case} deals with error, see
19132 @ref{Complete kill-region, , The Complete @code{kill-region}
19133 Definition}.
19134 @end ignore
19135
19136 @need 1250
19137 @noindent
19138 Please invoke the calls in order, so that five elements attempt to
19139 fill the kill ring:
19140
19141 @smallexample
19142 @group
19143 first some text
19144 second piece of text
19145 third line
19146 fourth line of text
19147 fifth bit of text
19148 @end group
19149 @end smallexample
19150
19151 @need 1250
19152 @noindent
19153 Then find the value of @code{kill-ring} by evaluating
19154
19155 @smallexample
19156 kill-ring
19157 @end smallexample
19158
19159 @need 800
19160 @noindent
19161 It is:
19162
19163 @smallexample
19164 @group
19165 ("fifth bit of text" "fourth line of text"
19166 "third line" "second piece of text")
19167 @end group
19168 @end smallexample
19169
19170 @noindent
19171 The first element, @samp{first some text}, was dropped.
19172
19173 @need 1250
19174 To return to the old value for the length of the kill ring, evaluate:
19175
19176 @smallexample
19177 (setq kill-ring-max old-kill-ring-max)
19178 @end smallexample
19179
19180 @menu
19181 * current-kill::
19182 * yank::
19183 * yank-pop::
19184 * ring file::
19185 @end menu
19186
19187 @node current-kill, yank, Kill Ring, Kill Ring
19188 @comment node-name, next, previous, up
19189 @appendixsec The @code{current-kill} Function
19190 @findex current-kill
19191
19192 The @code{current-kill} function changes the element in the kill ring
19193 to which @code{kill-ring-yank-pointer} points. (Also, the
19194 @code{kill-new} function sets @code{kill-ring-yank-pointer} to point
19195 to the latest element of the the kill ring.)
19196
19197 @need 1500
19198 The @code{current-kill} function is used by @code{yank} and by
19199 @code{yank-pop}. Here is the code for @code{current-kill}:
19200
19201 @smallexample
19202 @group
19203 (defun current-kill (n &optional do-not-move)
19204 "Rotate the yanking point by N places, and then return that kill.
19205 If N is zero, `interprogram-paste-function' is set, and calling it
19206 returns a string, then that string is added to the front of the
19207 kill ring and returned as the latest kill.
19208 @end group
19209 @group
19210 If optional arg DO-NOT-MOVE is non-nil, then don't actually move the
19211 yanking point; just return the Nth kill forward."
19212 (let ((interprogram-paste (and (= n 0)
19213 interprogram-paste-function
19214 (funcall interprogram-paste-function))))
19215 @end group
19216 @group
19217 (if interprogram-paste
19218 (progn
19219 ;; Disable the interprogram cut function when we add the new
19220 ;; text to the kill ring, so Emacs doesn't try to own the
19221 ;; selection, with identical text.
19222 (let ((interprogram-cut-function nil))
19223 (kill-new interprogram-paste))
19224 interprogram-paste)
19225 @end group
19226 @group
19227 (or kill-ring (error "Kill ring is empty"))
19228 (let ((ARGth-kill-element
19229 (nthcdr (mod (- n (length kill-ring-yank-pointer))
19230 (length kill-ring))
19231 kill-ring)))
19232 (or do-not-move
19233 (setq kill-ring-yank-pointer ARGth-kill-element))
19234 (car ARGth-kill-element)))))
19235 @end group
19236 @end smallexample
19237
19238 In addition, the @code{kill-new} function sets
19239 @code{kill-ring-yank-pointer} to the latest element of the the kill
19240 ring. And indirectly so does @code{kill-append}, since it calls
19241 @code{kill-new}. In addition, @code{kill-region} and @code{kill-line}
19242 call the @code{kill-new} function.
19243
19244 @need 1500
19245 Here is the line in @code{kill-new}, which is explained in
19246 @ref{kill-new function, , The @code{kill-new} function}.
19247
19248 @smallexample
19249 (setq kill-ring-yank-pointer kill-ring)
19250 @end smallexample
19251
19252 @menu
19253 * Understanding current-kill::
19254 @end menu
19255
19256 @node Understanding current-kill, , current-kill, current-kill
19257 @ifnottex
19258 @unnumberedsubsec @code{current-kill} in Outline
19259 @end ifnottex
19260
19261 The @code{current-kill} function looks complex, but as usual, it can
19262 be understood by taking it apart piece by piece. First look at it in
19263 skeletal form:
19264
19265 @smallexample
19266 @group
19267 (defun current-kill (n &optional do-not-move)
19268 "Rotate the yanking point by N places, and then return that kill."
19269 (let @var{varlist}
19270 @var{body}@dots{})
19271 @end group
19272 @end smallexample
19273
19274 This function takes two arguments, one of which is optional. It has a
19275 documentation string. It is @emph{not} interactive.
19276
19277 The body of the function definition is a @code{let} expression, which
19278 itself has a body as well as a @var{varlist}.
19279
19280 The @code{let} expression declares a variable that will be only usable
19281 within the bounds of this function. This variable is called
19282 @code{interprogram-paste} and is for copying to another program. It
19283 is not for copying within this instance of GNU Emacs. Most window
19284 systems provide a facility for interprogram pasting. Sadly, that
19285 facility usually provides only for the lasted element. Most windowing
19286 systems have not adopted a ring of many possibilities, even though
19287 Emacs has provided it for decades.
19288
19289 The @code{if} expression has two parts, one if there exists
19290 @code{interprogram-paste} and one if not.
19291
19292 @need 2000
19293 Let us consider the `if not' or else-part of the @code{current-kill}
19294 function. (The then-part uses the the @code{kill-new} function, which
19295 we have already described. (@xref{kill-new function, , The
19296 @code{kill-new} function}.)
19297
19298 @smallexample
19299 @group
19300 (or kill-ring (error "Kill ring is empty"))
19301 (let ((ARGth-kill-element
19302 (nthcdr (mod (- n (length kill-ring-yank-pointer))
19303 (length kill-ring))
19304 kill-ring)))
19305 (or do-not-move
19306 (setq kill-ring-yank-pointer ARGth-kill-element))
19307 (car ARGth-kill-element))
19308 @end group
19309 @end smallexample
19310
19311 @noindent
19312 The code first checks whether the kill ring has content; otherwise it
19313 signals an error.
19314
19315 @need 1000
19316 Note that the @code{or} expression is very similar to writing
19317
19318 @findex zerop
19319 @findex error
19320 @smallexample
19321 @group
19322 (if (zerop (length kill-ring)) ; @r{if-part}
19323 (error "Kill ring is empty")) ; @r{then-part}
19324 ;; No else-part
19325 @end group
19326 @end smallexample
19327
19328 @noindent
19329 If there is not anything in the kill ring, its length must be zero and
19330 an error message sent to the user: @samp{Kill ring is empty}. The
19331 @code{current-kill} function uses an @code{or} expression which is
19332 simpler. But an @code{if} expression reminds us what goes on.
19333
19334 This @code{if} expression uses the function @code{zerop} which returns
19335 true if the value it is testing is zero. When @code{zerop} tests
19336 true, the then-part of the @code{if} is evaluated. The then-part is a
19337 list starting with the function @code{error}, which is a function that
19338 is similar to the @code{message} function
19339 (@pxref{message, , The @code{message} Function}), in that
19340 it prints a one-line message in the echo area. However, in addition
19341 to printing a message, @code{error} also stops evaluation of the
19342 function within which it is embedded. This means that the rest of the
19343 function will not be evaluated if the length of the kill ring is zero.
19344
19345 Then the @code{current-kill} function selects the element to return.
19346 The selection depends on the number of places that @code{current-kill}
19347 rotates and on where @code{kill-ring-yank-pointer} points.
19348
19349 Next, either the optional @code{do-not-move} argument is true or the
19350 current value of @code{kill-ring-yank-pointer} is set to point to the
19351 list, the first element of which is returned even if the
19352 @code{do-not-move} argument is true.
19353
19354 @menu
19355 * Digression concerning error::
19356 * Determining the Element ::
19357 @end menu
19358
19359 @node Digression concerning error, Determining the Element , Understanding current-kill, Understanding current-kill
19360 @ifnottex
19361 @unnumberedsubsubsec Digression about the word `error'
19362 @end ifnottex
19363
19364 In my opinion, it is slightly misleading, at least to humans, to use
19365 the term `error' as the name of the @code{error} function. A better
19366 term would be `cancel'. Strictly speaking, of course, you cannot
19367 point to, much less rotate a pointer to a list that has no length, so
19368 from the point of view of the computer, the word `error' is correct.
19369 But a human expects to attempt this sort of thing, if only to find out
19370 whether the kill ring is full or empty. This is an act of
19371 exploration.
19372
19373 From the human point of view, the act of exploration and discovery is
19374 not necessarily an error, and therefore should not be labelled as one,
19375 even in the bowels of a computer. As it is, the code in Emacs implies
19376 that a human who is acting virtuously, by exploring his or her
19377 environment, is making an error. This is bad. Even though the computer
19378 takes the same steps as it does when there is an `error', a term such as
19379 `cancel' would have a clearer connotation.
19380
19381 @node Determining the Element , , Digression concerning error, Understanding current-kill
19382 @ifnottex
19383 @unnumberedsubsubsec Determining the Element
19384 @end ifnottex
19385
19386 Among other actions, the else-part of the @code{if} expression sets
19387 the value of @code{kill-ring-yank-pointer} to
19388 @code{ARGth-kill-element} when the kill ring has something in it and
19389 the value of @code{do-not-move} is @code{nil}.
19390
19391 @need 800
19392 The code looks like this:
19393
19394 @smallexample
19395 @group
19396 (nthcdr (mod (- n (length kill-ring-yank-pointer))
19397 (length kill-ring))
19398 kill-ring)))
19399 @end group
19400 @end smallexample
19401
19402 This needs some examination. Unless it is not supposed to move the
19403 pointer, the @code{current-kill} function changes where
19404 @code{kill-ring-yank-pointer} points.
19405 That is what the
19406 @w{@code{(setq kill-ring-yank-pointer ARGth-kill-element))}}
19407 expression does. Also, clearly, @code{ARGth-kill-element} is being
19408 set to be equal to some @sc{cdr} of the kill ring, using the
19409 @code{nthcdr} function that is described in an earlier section.
19410 (@xref{copy-region-as-kill}.) How does it do this?
19411
19412 As we have seen before (@pxref{nthcdr}), the @code{nthcdr} function
19413 works by repeatedly taking the @sc{cdr} of a list---it takes the
19414 @sc{cdr} of the @sc{cdr} of the @sc{cdr} @dots{}
19415
19416 @need 800
19417 The two following expressions produce the same result:
19418
19419 @smallexample
19420 @group
19421 (setq kill-ring-yank-pointer (cdr kill-ring))
19422
19423 (setq kill-ring-yank-pointer (nthcdr 1 kill-ring))
19424 @end group
19425 @end smallexample
19426
19427 However, the @code{nthcdr} expression is more complicated. It uses
19428 the @code{mod} function to determine which @sc{cdr} to select.
19429
19430 (You will remember to look at inner functions first; indeed, we will
19431 have to go inside the @code{mod}.)
19432
19433 The @code{mod} function returns the value of its first argument modulo
19434 the second; that is to say, it returns the remainder after dividing
19435 the first argument by the second. The value returned has the same
19436 sign as the second argument.
19437
19438 @need 800
19439 Thus,
19440
19441 @smallexample
19442 @group
19443 (mod 12 4)
19444 @result{} 0 ;; @r{because there is no remainder}
19445 (mod 13 4)
19446 @result{} 1
19447 @end group
19448 @end smallexample
19449
19450 @need 1250
19451 In this case, the first argument is often smaller than the second.
19452 That is fine.
19453
19454 @smallexample
19455 @group
19456 (mod 0 4)
19457 @result{} 0
19458 (mod 1 4)
19459 @result{} 1
19460 @end group
19461 @end smallexample
19462
19463 We can guess what the @code{-} function does. It is like @code{+} but
19464 subtracts instead of adds; the @code{-} function subtracts its second
19465 argument from its first. Also, we already know what the @code{length}
19466 function does (@pxref{length}). It returns the length of a list.
19467
19468 And @code{n} is the name of the required argument to the
19469 @code{current-kill} function.
19470
19471 @need 1250
19472 So when the first argument to @code{nthcdr} is zero, the @code{nthcdr}
19473 expression returns the whole list, as you can see by evaluating the
19474 following:
19475
19476 @smallexample
19477 @group
19478 ;; kill-ring-yank-pointer @r{and} kill-ring @r{have a length of four}
19479 (nthcdr (mod (- 0 4) 4) ; (mod -4 4) @result{} 0
19480 '("fourth line of text"
19481 "third line"
19482 "second piece of text"
19483 "first some text"))
19484 @end group
19485 @end smallexample
19486
19487 @need 1250
19488 When the first argument to the @code{current-kill} function is one,
19489 the @code{nthcdr} expression returns the list without its first
19490 element.
19491
19492 @smallexample
19493 @group
19494 (nthcdr (mod (- 1 4) 4)
19495 '("fourth line of text"
19496 "third line"
19497 "second piece of text"
19498 "first some text"))
19499 @end group
19500 @end smallexample
19501
19502 @cindex @samp{global variable} defined
19503 @cindex @samp{variable, global}, defined
19504 Incidentally, both @code{kill-ring} and @code{kill-ring-yank-pointer}
19505 are @dfn{global variables}. That means that any expression in Emacs
19506 Lisp can access them. They are not like the local variables set by
19507 @code{let} or like the symbols in an argument list.
19508 Local variables can only be accessed
19509 within the @code{let} that defines them or the function that specifies
19510 them in an argument list (and within expressions called by them).
19511
19512 @ignore
19513 @c texi2dvi fails when the name of the section is within ifnottex ...
19514 (@xref{Prevent confusion, , @code{let} Prevents Confusion}, and
19515 @ref{defun, , The @code{defun} Special Form}.)
19516 @end ignore
19517
19518 @node yank, yank-pop, current-kill, Kill Ring
19519 @comment node-name, next, previous, up
19520 @appendixsec @code{yank}
19521 @findex yank
19522
19523 After learning about @code{current-kill}, the code for the
19524 @code{yank} function is almost easy. It has only one tricky part, which is
19525 the computation of the argument to be passed to @code{rotate-yank-pointer}.
19526
19527 @need 1250
19528 The code looks like this:
19529
19530 @c in GNU Emacs 22
19531 @smallexample
19532 @group
19533 (defun yank (&optional arg)
19534 "Reinsert (\"paste\") the last stretch of killed text.
19535 More precisely, reinsert the stretch of killed text most recently
19536 killed OR yanked. Put point at end, and set mark at beginning.
19537 With just \\[universal-argument] as argument, same but put point at
19538 beginning (and mark at end). With argument N, reinsert the Nth most
19539 recently killed stretch of killed text.
19540
19541 When this command inserts killed text into the buffer, it honors
19542 `yank-excluded-properties' and `yank-handler' as described in the
19543 doc string for `insert-for-yank-1', which see.
19544
19545 See also the command \\[yank-pop]."
19546 @end group
19547 @group
19548 (interactive "*P")
19549 (setq yank-window-start (window-start))
19550 ;; If we don't get all the way thru, make last-command indicate that
19551 ;; for the following command.
19552 (setq this-command t)
19553 (push-mark (point))
19554 @end group
19555 @group
19556 (insert-for-yank (current-kill (cond
19557 ((listp arg) 0)
19558 ((eq arg '-) -2)
19559 (t (1- arg)))))
19560 (if (consp arg)
19561 ;; This is like exchange-point-and-mark,
19562 ;; but doesn't activate the mark.
19563 ;; It is cleaner to avoid activation, even though the command
19564 ;; loop would deactivate the mark because we inserted text.
19565 (goto-char (prog1 (mark t)
19566 (set-marker (mark-marker) (point) (current-buffer)))))
19567 @end group
19568 @group
19569 ;; If we do get all the way thru, make this-command indicate that.
19570 (if (eq this-command t)
19571 (setq this-command 'yank))
19572 nil)
19573 @end group
19574 @end smallexample
19575
19576 The key expression is @code{insert-for-yank}, which inserts the string
19577 returned by @code{current-kill}, but removes some text properties from
19578 it.
19579
19580 However, before getting to that expression, the function set the value
19581 of @code{yank-window-start} to the position returned by the
19582 @code{(window-start)} expression, the position at which the display
19583 currently starts. It also set @code{this-command} and pushed the
19584 mark.
19585
19586 After it yanks the appropriate element, if the optional argument is a
19587 @sc{cons} rather than a number or nothing, put point at beginning of
19588 the yanked text and mark at its end. (The @code{prog1} function is
19589 like @code{progn} but returns the value of its first argument rather
19590 than the value of its last argument. Its first argument is forced to
19591 return the buffer's mark as an integer. You can see the documentation
19592 for these functions by placing point over them in this buffer and then
19593 typing @kbd{C-h f} (@code{describe-function}) followed by a @kbd{RET};
19594 the default is the function.)
19595
19596 The last part of the function tells what to do when it succeeds.
19597
19598 @node yank-pop, ring file, yank, Kill Ring
19599 @comment node-name, next, previous, up
19600 @appendixsec @code{yank-pop}
19601 @findex yank-pop
19602
19603 After understanding @code{yank} and @code{current-kill}, you know how
19604 to approach the @code{yank-pop} function Leaving out the documentation
19605 to save space, it looks like this:
19606
19607 @c GNU Emacs 22
19608 @smallexample
19609 @group
19610 (defun yank-pop (&optional arg)
19611 "@dots{}"
19612 (interactive "*p")
19613 (if (not (eq last-command 'yank))
19614 (error "Previous command was not a yank"))
19615 @end group
19616 @group
19617 (setq this-command 'yank)
19618 (unless arg (setq arg 1))
19619 (let ((inhibit-read-only t)
19620 (before (< (point) (mark t))))
19621 @end group
19622 @group
19623 (if before
19624 (funcall (or yank-undo-function 'delete-region) (point) (mark t))
19625 (funcall (or yank-undo-function 'delete-region) (mark t) (point)))
19626 (setq yank-undo-function nil)
19627 @end group
19628 @group
19629 (set-marker (mark-marker) (point) (current-buffer))
19630 (insert-for-yank (current-kill arg))
19631 ;; Set the window start back where it was in the yank command,
19632 ;; if possible.
19633 (set-window-start (selected-window) yank-window-start t)
19634 @end group
19635 @group
19636 (if before
19637 ;; This is like exchange-point-and-mark,
19638 ;; but doesn't activate the mark.
19639 ;; It is cleaner to avoid activation, even though the command
19640 ;; loop would deactivate the mark because we inserted text.
19641 (goto-char (prog1 (mark t)
19642 (set-marker (mark-marker)
19643 (point)
19644 (current-buffer))))))
19645 nil)
19646 @end group
19647 @end smallexample
19648
19649 The function is interactive with a small @samp{p} so the prefix
19650 argument is processed and passed to the function. The command can
19651 only be used after a previous yank; otherwise an error message is
19652 sent. This check uses the variable @code{last-command} which is
19653 set by @code{yank} and is discussed elsewhere. (@xref{copy-region-as-kill}.)
19654
19655 The @code{let} clause sets the variable @code{before} to true or false
19656 depending whether point is before or after mark and then the region
19657 between point and mark is deleted. This is the region that was just
19658 inserted by the previous yank and it is this text that will be
19659 replaced.
19660
19661 @code{funcall} calls its first argument as a function, passing
19662 remaining arguments to it. The first argument is whatever the
19663 @code{or} expression returns. The two remaining arguments are the
19664 positions of point and mark set by the preceding @code{yank} command.
19665
19666 There is more, but that is the hardest part.
19667
19668 @node ring file, , yank-pop, Kill Ring
19669 @comment node-name, next, previous, up
19670 @appendixsec The @file{ring.el} File
19671 @cindex @file{ring.el} file
19672
19673 Interestingly, GNU Emacs posses a file called @file{ring.el} that
19674 provides many of the features we just discussed. But functions such
19675 as @code{kill-ring-yank-pointer} do not use this library, possibly
19676 because they were written earlier.
19677
19678 @node Full Graph, Free Software and Free Manuals, Kill Ring, Top
19679 @appendix A Graph with Labelled Axes
19680
19681 Printed axes help you understand a graph. They convey scale. In an
19682 earlier chapter (@pxref{Readying a Graph, , Readying a Graph}), we
19683 wrote the code to print the body of a graph. Here we write the code
19684 for printing and labelling vertical and horizontal axes, along with the
19685 body itself.
19686
19687 @menu
19688 * Labelled Example::
19689 * print-graph Varlist::
19690 * print-Y-axis::
19691 * print-X-axis::
19692 * Print Whole Graph::
19693 @end menu
19694
19695 @node Labelled Example, print-graph Varlist, Full Graph, Full Graph
19696 @ifnottex
19697 @unnumberedsec Labelled Example Graph
19698 @end ifnottex
19699
19700 Since insertions fill a buffer to the right and below point, the new
19701 graph printing function should first print the Y or vertical axis,
19702 then the body of the graph, and finally the X or horizontal axis.
19703 This sequence lays out for us the contents of the function:
19704
19705 @enumerate
19706 @item
19707 Set up code.
19708
19709 @item
19710 Print Y axis.
19711
19712 @item
19713 Print body of graph.
19714
19715 @item
19716 Print X axis.
19717 @end enumerate
19718
19719 @need 800
19720 Here is an example of how a finished graph should look:
19721
19722 @smallexample
19723 @group
19724 10 -
19725 *
19726 * *
19727 * **
19728 * ***
19729 5 - * *******
19730 * *** *******
19731 *************
19732 ***************
19733 1 - ****************
19734 | | | |
19735 1 5 10 15
19736 @end group
19737 @end smallexample
19738
19739 @noindent
19740 In this graph, both the vertical and the horizontal axes are labelled
19741 with numbers. However, in some graphs, the horizontal axis is time
19742 and would be better labelled with months, like this:
19743
19744 @smallexample
19745 @group
19746 5 - *
19747 * ** *
19748 *******
19749 ********** **
19750 1 - **************
19751 | ^ |
19752 Jan June Jan
19753 @end group
19754 @end smallexample
19755
19756 Indeed, with a little thought, we can easily come up with a variety of
19757 vertical and horizontal labelling schemes. Our task could become
19758 complicated. But complications breed confusion. Rather than permit
19759 this, it is better choose a simple labelling scheme for our first
19760 effort, and to modify or replace it later.
19761
19762 @need 1200
19763 These considerations suggest the following outline for the
19764 @code{print-graph} function:
19765
19766 @smallexample
19767 @group
19768 (defun print-graph (numbers-list)
19769 "@var{documentation}@dots{}"
19770 (let ((height @dots{}
19771 @dots{}))
19772 @end group
19773 @group
19774 (print-Y-axis height @dots{} )
19775 (graph-body-print numbers-list)
19776 (print-X-axis @dots{} )))
19777 @end group
19778 @end smallexample
19779
19780 We can work on each part of the @code{print-graph} function definition
19781 in turn.
19782
19783 @node print-graph Varlist, print-Y-axis, Labelled Example, Full Graph
19784 @comment node-name, next, previous, up
19785 @appendixsec The @code{print-graph} Varlist
19786 @cindex @code{print-graph} varlist
19787
19788 In writing the @code{print-graph} function, the first task is to write
19789 the varlist in the @code{let} expression. (We will leave aside for the
19790 moment any thoughts about making the function interactive or about the
19791 contents of its documentation string.)
19792
19793 The varlist should set several values. Clearly, the top of the label
19794 for the vertical axis must be at least the height of the graph, which
19795 means that we must obtain this information here. Note that the
19796 @code{print-graph-body} function also requires this information. There
19797 is no reason to calculate the height of the graph in two different
19798 places, so we should change @code{print-graph-body} from the way we
19799 defined it earlier to take advantage of the calculation.
19800
19801 Similarly, both the function for printing the X axis labels and the
19802 @code{print-graph-body} function need to learn the value of the width of
19803 each symbol. We can perform the calculation here and change the
19804 definition for @code{print-graph-body} from the way we defined it in the
19805 previous chapter.
19806
19807 The length of the label for the horizontal axis must be at least as long
19808 as the graph. However, this information is used only in the function
19809 that prints the horizontal axis, so it does not need to be calculated here.
19810
19811 These thoughts lead us directly to the following form for the varlist
19812 in the @code{let} for @code{print-graph}:
19813
19814 @smallexample
19815 @group
19816 (let ((height (apply 'max numbers-list)) ; @r{First version.}
19817 (symbol-width (length graph-blank)))
19818 @end group
19819 @end smallexample
19820
19821 @noindent
19822 As we shall see, this expression is not quite right.
19823
19824 @need 2000
19825 @node print-Y-axis, print-X-axis, print-graph Varlist, Full Graph
19826 @comment node-name, next, previous, up
19827 @appendixsec The @code{print-Y-axis} Function
19828 @cindex Axis, print vertical
19829 @cindex Y axis printing
19830 @cindex Vertical axis printing
19831 @cindex Print vertical axis
19832
19833 The job of the @code{print-Y-axis} function is to print a label for
19834 the vertical axis that looks like this:
19835
19836 @smallexample
19837 @group
19838 10 -
19839
19840
19841
19842
19843 5 -
19844
19845
19846
19847 1 -
19848 @end group
19849 @end smallexample
19850
19851 @noindent
19852 The function should be passed the height of the graph, and then should
19853 construct and insert the appropriate numbers and marks.
19854
19855 It is easy enough to see in the figure what the Y axis label should
19856 look like; but to say in words, and then to write a function
19857 definition to do the job is another matter. It is not quite true to
19858 say that we want a number and a tic every five lines: there are only
19859 three lines between the @samp{1} and the @samp{5} (lines 2, 3, and 4),
19860 but four lines between the @samp{5} and the @samp{10} (lines 6, 7, 8,
19861 and 9). It is better to say that we want a number and a tic mark on
19862 the base line (number 1) and then that we want a number and a tic on
19863 the fifth line from the bottom and on every line that is a multiple of
19864 five.
19865
19866 @menu
19867 * Height of label::
19868 * Compute a Remainder::
19869 * Y Axis Element::
19870 * Y-axis-column::
19871 * print-Y-axis Penultimate::
19872 @end menu
19873
19874 @node Height of label, Compute a Remainder, print-Y-axis, print-Y-axis
19875 @ifnottex
19876 @unnumberedsubsec What height should the label be?
19877 @end ifnottex
19878
19879 The next issue is what height the label should be? Suppose the maximum
19880 height of tallest column of the graph is seven. Should the highest
19881 label on the Y axis be @samp{5 -}, and should the graph stick up above
19882 the label? Or should the highest label be @samp{7 -}, and mark the peak
19883 of the graph? Or should the highest label be @code{10 -}, which is a
19884 multiple of five, and be higher than the topmost value of the graph?
19885
19886 The latter form is preferred. Most graphs are drawn within rectangles
19887 whose sides are an integral number of steps long---5, 10, 15, and so
19888 on for a step distance of five. But as soon as we decide to use a
19889 step height for the vertical axis, we discover that the simple
19890 expression in the varlist for computing the height is wrong. The
19891 expression is @code{(apply 'max numbers-list)}. This returns the
19892 precise height, not the maximum height plus whatever is necessary to
19893 round up to the nearest multiple of five. A more complex expression
19894 is required.
19895
19896 As usual in cases like this, a complex problem becomes simpler if it is
19897 divided into several smaller problems.
19898
19899 First, consider the case when the highest value of the graph is an
19900 integral multiple of five---when it is 5, 10, 15, or some higher
19901 multiple of five. We can use this value as the Y axis height.
19902
19903 A fairly simply way to determine whether a number is a multiple of
19904 five is to divide it by five and see if the division results in a
19905 remainder. If there is no remainder, the number is a multiple of
19906 five. Thus, seven divided by five has a remainder of two, and seven
19907 is not an integral multiple of five. Put in slightly different
19908 language, more reminiscent of the classroom, five goes into seven
19909 once, with a remainder of two. However, five goes into ten twice,
19910 with no remainder: ten is an integral multiple of five.
19911
19912 @node Compute a Remainder, Y Axis Element, Height of label, print-Y-axis
19913 @appendixsubsec Side Trip: Compute a Remainder
19914
19915 @findex % @r{(remainder function)}
19916 @cindex Remainder function, @code{%}
19917 In Lisp, the function for computing a remainder is @code{%}. The
19918 function returns the remainder of its first argument divided by its
19919 second argument. As it happens, @code{%} is a function in Emacs Lisp
19920 that you cannot discover using @code{apropos}: you find nothing if you
19921 type @kbd{M-x apropos @key{RET} remainder @key{RET}}. The only way to
19922 learn of the existence of @code{%} is to read about it in a book such
19923 as this or in the Emacs Lisp sources.
19924
19925 You can try the @code{%} function by evaluating the following two
19926 expressions:
19927
19928 @smallexample
19929 @group
19930 (% 7 5)
19931
19932 (% 10 5)
19933 @end group
19934 @end smallexample
19935
19936 @noindent
19937 The first expression returns 2 and the second expression returns 0.
19938
19939 To test whether the returned value is zero or some other number, we
19940 can use the @code{zerop} function. This function returns @code{t} if
19941 its argument, which must be a number, is zero.
19942
19943 @smallexample
19944 @group
19945 (zerop (% 7 5))
19946 @result{} nil
19947
19948 (zerop (% 10 5))
19949 @result{} t
19950 @end group
19951 @end smallexample
19952
19953 Thus, the following expression will return @code{t} if the height
19954 of the graph is evenly divisible by five:
19955
19956 @smallexample
19957 (zerop (% height 5))
19958 @end smallexample
19959
19960 @noindent
19961 (The value of @code{height}, of course, can be found from @code{(apply
19962 'max numbers-list)}.)
19963
19964 On the other hand, if the value of @code{height} is not a multiple of
19965 five, we want to reset the value to the next higher multiple of five.
19966 This is straightforward arithmetic using functions with which we are
19967 already familiar. First, we divide the value of @code{height} by five
19968 to determine how many times five goes into the number. Thus, five
19969 goes into twelve twice. If we add one to this quotient and multiply by
19970 five, we will obtain the value of the next multiple of five that is
19971 larger than the height. Five goes into twelve twice. Add one to two,
19972 and multiply by five; the result is fifteen, which is the next multiple
19973 of five that is higher than twelve. The Lisp expression for this is:
19974
19975 @smallexample
19976 (* (1+ (/ height 5)) 5)
19977 @end smallexample
19978
19979 @noindent
19980 For example, if you evaluate the following, the result is 15:
19981
19982 @smallexample
19983 (* (1+ (/ 12 5)) 5)
19984 @end smallexample
19985
19986 All through this discussion, we have been using `five' as the value
19987 for spacing labels on the Y axis; but we may want to use some other
19988 value. For generality, we should replace `five' with a variable to
19989 which we can assign a value. The best name I can think of for this
19990 variable is @code{Y-axis-label-spacing}.
19991
19992 @need 1250
19993 Using this term, and an @code{if} expression, we produce the
19994 following:
19995
19996 @smallexample
19997 @group
19998 (if (zerop (% height Y-axis-label-spacing))
19999 height
20000 ;; @r{else}
20001 (* (1+ (/ height Y-axis-label-spacing))
20002 Y-axis-label-spacing))
20003 @end group
20004 @end smallexample
20005
20006 @noindent
20007 This expression returns the value of @code{height} itself if the height
20008 is an even multiple of the value of the @code{Y-axis-label-spacing} or
20009 else it computes and returns a value of @code{height} that is equal to
20010 the next higher multiple of the value of the @code{Y-axis-label-spacing}.
20011
20012 We can now include this expression in the @code{let} expression of the
20013 @code{print-graph} function (after first setting the value of
20014 @code{Y-axis-label-spacing}):
20015 @vindex Y-axis-label-spacing
20016
20017 @smallexample
20018 @group
20019 (defvar Y-axis-label-spacing 5
20020 "Number of lines from one Y axis label to next.")
20021 @end group
20022
20023 @group
20024 @dots{}
20025 (let* ((height (apply 'max numbers-list))
20026 (height-of-top-line
20027 (if (zerop (% height Y-axis-label-spacing))
20028 height
20029 @end group
20030 @group
20031 ;; @r{else}
20032 (* (1+ (/ height Y-axis-label-spacing))
20033 Y-axis-label-spacing)))
20034 (symbol-width (length graph-blank))))
20035 @dots{}
20036 @end group
20037 @end smallexample
20038
20039 @noindent
20040 (Note use of the @code{let*} function: the initial value of height is
20041 computed once by the @code{(apply 'max numbers-list)} expression and
20042 then the resulting value of @code{height} is used to compute its
20043 final value. @xref{fwd-para let, , The @code{let*} expression}, for
20044 more about @code{let*}.)
20045
20046 @node Y Axis Element, Y-axis-column, Compute a Remainder, print-Y-axis
20047 @appendixsubsec Construct a Y Axis Element
20048
20049 When we print the vertical axis, we want to insert strings such as
20050 @w{@samp{5 -}} and @w{@samp{10 - }} every five lines.
20051 Moreover, we want the numbers and dashes to line up, so shorter
20052 numbers must be padded with leading spaces. If some of the strings
20053 use two digit numbers, the strings with single digit numbers must
20054 include a leading blank space before the number.
20055
20056 @findex number-to-string
20057 To figure out the length of the number, the @code{length} function is
20058 used. But the @code{length} function works only with a string, not with
20059 a number. So the number has to be converted from being a number to
20060 being a string. This is done with the @code{number-to-string} function.
20061 For example,
20062
20063 @smallexample
20064 @group
20065 (length (number-to-string 35))
20066 @result{} 2
20067
20068 (length (number-to-string 100))
20069 @result{} 3
20070 @end group
20071 @end smallexample
20072
20073 @noindent
20074 (@code{number-to-string} is also called @code{int-to-string}; you will
20075 see this alternative name in various sources.)
20076
20077 In addition, in each label, each number is followed by a string such
20078 as @w{@samp{ - }}, which we will call the @code{Y-axis-tic} marker.
20079 This variable is defined with @code{defvar}:
20080
20081 @vindex Y-axis-tic
20082 @smallexample
20083 @group
20084 (defvar Y-axis-tic " - "
20085 "String that follows number in a Y axis label.")
20086 @end group
20087 @end smallexample
20088
20089 The length of the Y label is the sum of the length of the Y axis tic
20090 mark and the length of the number of the top of the graph.
20091
20092 @smallexample
20093 (length (concat (number-to-string height) Y-axis-tic)))
20094 @end smallexample
20095
20096 This value will be calculated by the @code{print-graph} function in
20097 its varlist as @code{full-Y-label-width} and passed on. (Note that we
20098 did not think to include this in the varlist when we first proposed it.)
20099
20100 To make a complete vertical axis label, a tic mark is concatenated
20101 with a number; and the two together may be preceded by one or more
20102 spaces depending on how long the number is. The label consists of
20103 three parts: the (optional) leading spaces, the number, and the tic
20104 mark. The function is passed the value of the number for the specific
20105 row, and the value of the width of the top line, which is calculated
20106 (just once) by @code{print-graph}.
20107
20108 @smallexample
20109 @group
20110 (defun Y-axis-element (number full-Y-label-width)
20111 "Construct a NUMBERed label element.
20112 A numbered element looks like this ` 5 - ',
20113 and is padded as needed so all line up with
20114 the element for the largest number."
20115 @end group
20116 @group
20117 (let* ((leading-spaces
20118 (- full-Y-label-width
20119 (length
20120 (concat (number-to-string number)
20121 Y-axis-tic)))))
20122 @end group
20123 @group
20124 (concat
20125 (make-string leading-spaces ? )
20126 (number-to-string number)
20127 Y-axis-tic)))
20128 @end group
20129 @end smallexample
20130
20131 The @code{Y-axis-element} function concatenates together the leading
20132 spaces, if any; the number, as a string; and the tic mark.
20133
20134 To figure out how many leading spaces the label will need, the
20135 function subtracts the actual length of the label---the length of the
20136 number plus the length of the tic mark---from the desired label width.
20137
20138 @findex make-string
20139 Blank spaces are inserted using the @code{make-string} function. This
20140 function takes two arguments: the first tells it how long the string
20141 will be and the second is a symbol for the character to insert, in a
20142 special format. The format is a question mark followed by a blank
20143 space, like this, @samp{? }. @xref{Character Type, , Character Type,
20144 elisp, The GNU Emacs Lisp Reference Manual}, for a description of the
20145 syntax for characters.
20146
20147 The @code{number-to-string} function is used in the concatenation
20148 expression, to convert the number to a string that is concatenated
20149 with the leading spaces and the tic mark.
20150
20151 @node Y-axis-column, print-Y-axis Penultimate, Y Axis Element, print-Y-axis
20152 @appendixsubsec Create a Y Axis Column
20153
20154 The preceding functions provide all the tools needed to construct a
20155 function that generates a list of numbered and blank strings to insert
20156 as the label for the vertical axis:
20157
20158 @findex Y-axis-column
20159 @smallexample
20160 @group
20161 (defun Y-axis-column (height width-of-label)
20162 "Construct list of Y axis labels and blank strings.
20163 For HEIGHT of line above base and WIDTH-OF-LABEL."
20164 (let (Y-axis)
20165 @group
20166 @end group
20167 (while (> height 1)
20168 (if (zerop (% height Y-axis-label-spacing))
20169 ;; @r{Insert label.}
20170 (setq Y-axis
20171 (cons
20172 (Y-axis-element height width-of-label)
20173 Y-axis))
20174 @group
20175 @end group
20176 ;; @r{Else, insert blanks.}
20177 (setq Y-axis
20178 (cons
20179 (make-string width-of-label ? )
20180 Y-axis)))
20181 (setq height (1- height)))
20182 ;; @r{Insert base line.}
20183 (setq Y-axis
20184 (cons (Y-axis-element 1 width-of-label) Y-axis))
20185 (nreverse Y-axis)))
20186 @end group
20187 @end smallexample
20188
20189 In this function, we start with the value of @code{height} and
20190 repetitively subtract one from its value. After each subtraction, we
20191 test to see whether the value is an integral multiple of the
20192 @code{Y-axis-label-spacing}. If it is, we construct a numbered label
20193 using the @code{Y-axis-element} function; if not, we construct a
20194 blank label using the @code{make-string} function. The base line
20195 consists of the number one followed by a tic mark.
20196
20197 @need 2000
20198 @node print-Y-axis Penultimate, , Y-axis-column, print-Y-axis
20199 @appendixsubsec The Not Quite Final Version of @code{print-Y-axis}
20200
20201 The list constructed by the @code{Y-axis-column} function is passed to
20202 the @code{print-Y-axis} function, which inserts the list as a column.
20203
20204 @findex print-Y-axis
20205 @smallexample
20206 @group
20207 (defun print-Y-axis (height full-Y-label-width)
20208 "Insert Y axis using HEIGHT and FULL-Y-LABEL-WIDTH.
20209 Height must be the maximum height of the graph.
20210 Full width is the width of the highest label element."
20211 ;; Value of height and full-Y-label-width
20212 ;; are passed by `print-graph'.
20213 @end group
20214 @group
20215 (let ((start (point)))
20216 (insert-rectangle
20217 (Y-axis-column height full-Y-label-width))
20218 ;; @r{Place point ready for inserting graph.}
20219 (goto-char start)
20220 ;; @r{Move point forward by value of} full-Y-label-width
20221 (forward-char full-Y-label-width)))
20222 @end group
20223 @end smallexample
20224
20225 The @code{print-Y-axis} uses the @code{insert-rectangle} function to
20226 insert the Y axis labels created by the @code{Y-axis-column} function.
20227 In addition, it places point at the correct position for printing the body of
20228 the graph.
20229
20230 You can test @code{print-Y-axis}:
20231
20232 @enumerate
20233 @item
20234 Install
20235
20236 @smallexample
20237 @group
20238 Y-axis-label-spacing
20239 Y-axis-tic
20240 Y-axis-element
20241 Y-axis-column
20242 print-Y-axis
20243 @end group
20244 @end smallexample
20245
20246 @item
20247 Copy the following expression:
20248
20249 @smallexample
20250 (print-Y-axis 12 5)
20251 @end smallexample
20252
20253 @item
20254 Switch to the @file{*scratch*} buffer and place the cursor where you
20255 want the axis labels to start.
20256
20257 @item
20258 Type @kbd{M-:} (@code{eval-expression}).
20259
20260 @item
20261 Yank the @code{graph-body-print} expression into the minibuffer
20262 with @kbd{C-y} (@code{yank)}.
20263
20264 @item
20265 Press @key{RET} to evaluate the expression.
20266 @end enumerate
20267
20268 Emacs will print labels vertically, the top one being
20269 @w{@samp{10 -@w{ }}}. (The @code{print-graph} function
20270 will pass the value of @code{height-of-top-line}, which
20271 in this case would end up as 15.)
20272
20273 @need 2000
20274 @node print-X-axis, Print Whole Graph, print-Y-axis, Full Graph
20275 @appendixsec The @code{print-X-axis} Function
20276 @cindex Axis, print horizontal
20277 @cindex X axis printing
20278 @cindex Print horizontal axis
20279 @cindex Horizontal axis printing
20280
20281 X axis labels are much like Y axis labels, except that the ticks are on a
20282 line above the numbers. Labels should look like this:
20283
20284 @smallexample
20285 @group
20286 | | | |
20287 1 5 10 15
20288 @end group
20289 @end smallexample
20290
20291 The first tic is under the first column of the graph and is preceded by
20292 several blank spaces. These spaces provide room in rows above for the Y
20293 axis labels. The second, third, fourth, and subsequent ticks are all
20294 spaced equally, according to the value of @code{X-axis-label-spacing}.
20295
20296 The second row of the X axis consists of numbers, preceded by several
20297 blank spaces and also separated according to the value of the variable
20298 @code{X-axis-label-spacing}.
20299
20300 The value of the variable @code{X-axis-label-spacing} should itself be
20301 measured in units of @code{symbol-width}, since you may want to change
20302 the width of the symbols that you are using to print the body of the
20303 graph without changing the ways the graph is labelled.
20304
20305 @menu
20306 * Similarities differences::
20307 * X Axis Tic Marks::
20308 @end menu
20309
20310 @node Similarities differences, X Axis Tic Marks, print-X-axis, print-X-axis
20311 @ifnottex
20312 @unnumberedsubsec Similarities and differences
20313 @end ifnottex
20314
20315 The @code{print-X-axis} function is constructed in more or less the
20316 same fashion as the @code{print-Y-axis} function except that it has
20317 two lines: the line of tic marks and the numbers. We will write a
20318 separate function to print each line and then combine them within the
20319 @code{print-X-axis} function.
20320
20321 This is a three step process:
20322
20323 @enumerate
20324 @item
20325 Write a function to print the X axis tic marks, @code{print-X-axis-tic-line}.
20326
20327 @item
20328 Write a function to print the X numbers, @code{print-X-axis-numbered-line}.
20329
20330 @item
20331 Write a function to print both lines, the @code{print-X-axis} function,
20332 using @code{print-X-axis-tic-line} and
20333 @code{print-X-axis-numbered-line}.
20334 @end enumerate
20335
20336 @node X Axis Tic Marks, , Similarities differences, print-X-axis
20337 @appendixsubsec X Axis Tic Marks
20338
20339 The first function should print the X axis tic marks. We must specify
20340 the tic marks themselves and their spacing:
20341
20342 @smallexample
20343 @group
20344 (defvar X-axis-label-spacing
20345 (if (boundp 'graph-blank)
20346 (* 5 (length graph-blank)) 5)
20347 "Number of units from one X axis label to next.")
20348 @end group
20349 @end smallexample
20350
20351 @noindent
20352 (Note that the value of @code{graph-blank} is set by another
20353 @code{defvar}. The @code{boundp} predicate checks whether it has
20354 already been set; @code{boundp} returns @code{nil} if it has not.
20355 If @code{graph-blank} were unbound and we did not use this conditional
20356 construction, in GNU Emacs 21, we would enter the debugger and see an
20357 error message saying
20358 @samp{@w{Debugger entered--Lisp error:} @w{(void-variable graph-blank)}}.)
20359
20360 @need 1200
20361 Here is the @code{defvar} for @code{X-axis-tic-symbol}:
20362
20363 @smallexample
20364 @group
20365 (defvar X-axis-tic-symbol "|"
20366 "String to insert to point to a column in X axis.")
20367 @end group
20368 @end smallexample
20369
20370 @need 1250
20371 The goal is to make a line that looks like this:
20372
20373 @smallexample
20374 | | | |
20375 @end smallexample
20376
20377 The first tic is indented so that it is under the first column, which is
20378 indented to provide space for the Y axis labels.
20379
20380 A tic element consists of the blank spaces that stretch from one tic to
20381 the next plus a tic symbol. The number of blanks is determined by the
20382 width of the tic symbol and the @code{X-axis-label-spacing}.
20383
20384 @need 1250
20385 The code looks like this:
20386
20387 @smallexample
20388 @group
20389 ;;; X-axis-tic-element
20390 @dots{}
20391 (concat
20392 (make-string
20393 ;; @r{Make a string of blanks.}
20394 (- (* symbol-width X-axis-label-spacing)
20395 (length X-axis-tic-symbol))
20396 ? )
20397 ;; @r{Concatenate blanks with tic symbol.}
20398 X-axis-tic-symbol)
20399 @dots{}
20400 @end group
20401 @end smallexample
20402
20403 Next, we determine how many blanks are needed to indent the first tic
20404 mark to the first column of the graph. This uses the value of
20405 @code{full-Y-label-width} passed it by the @code{print-graph} function.
20406
20407 @need 1250
20408 The code to make @code{X-axis-leading-spaces}
20409 looks like this:
20410
20411 @smallexample
20412 @group
20413 ;; X-axis-leading-spaces
20414 @dots{}
20415 (make-string full-Y-label-width ? )
20416 @dots{}
20417 @end group
20418 @end smallexample
20419
20420 We also need to determine the length of the horizontal axis, which is
20421 the length of the numbers list, and the number of ticks in the horizontal
20422 axis:
20423
20424 @smallexample
20425 @group
20426 ;; X-length
20427 @dots{}
20428 (length numbers-list)
20429 @end group
20430
20431 @group
20432 ;; tic-width
20433 @dots{}
20434 (* symbol-width X-axis-label-spacing)
20435 @end group
20436
20437 @group
20438 ;; number-of-X-ticks
20439 (if (zerop (% (X-length tic-width)))
20440 (/ (X-length tic-width))
20441 (1+ (/ (X-length tic-width))))
20442 @end group
20443 @end smallexample
20444
20445 @need 1250
20446 All this leads us directly to the function for printing the X axis tic line:
20447
20448 @findex print-X-axis-tic-line
20449 @smallexample
20450 @group
20451 (defun print-X-axis-tic-line
20452 (number-of-X-tics X-axis-leading-spaces X-axis-tic-element)
20453 "Print ticks for X axis."
20454 (insert X-axis-leading-spaces)
20455 (insert X-axis-tic-symbol) ; @r{Under first column.}
20456 @end group
20457 @group
20458 ;; @r{Insert second tic in the right spot.}
20459 (insert (concat
20460 (make-string
20461 (- (* symbol-width X-axis-label-spacing)
20462 ;; @r{Insert white space up to second tic symbol.}
20463 (* 2 (length X-axis-tic-symbol)))
20464 ? )
20465 X-axis-tic-symbol))
20466 @end group
20467 @group
20468 ;; @r{Insert remaining ticks.}
20469 (while (> number-of-X-tics 1)
20470 (insert X-axis-tic-element)
20471 (setq number-of-X-tics (1- number-of-X-tics))))
20472 @end group
20473 @end smallexample
20474
20475 The line of numbers is equally straightforward:
20476
20477 @need 1250
20478 First, we create a numbered element with blank spaces before each number:
20479
20480 @findex X-axis-element
20481 @smallexample
20482 @group
20483 (defun X-axis-element (number)
20484 "Construct a numbered X axis element."
20485 (let ((leading-spaces
20486 (- (* symbol-width X-axis-label-spacing)
20487 (length (number-to-string number)))))
20488 (concat (make-string leading-spaces ? )
20489 (number-to-string number))))
20490 @end group
20491 @end smallexample
20492
20493 Next, we create the function to print the numbered line, starting with
20494 the number ``1'' under the first column:
20495
20496 @findex print-X-axis-numbered-line
20497 @smallexample
20498 @group
20499 (defun print-X-axis-numbered-line
20500 (number-of-X-tics X-axis-leading-spaces)
20501 "Print line of X-axis numbers"
20502 (let ((number X-axis-label-spacing))
20503 (insert X-axis-leading-spaces)
20504 (insert "1")
20505 @end group
20506 @group
20507 (insert (concat
20508 (make-string
20509 ;; @r{Insert white space up to next number.}
20510 (- (* symbol-width X-axis-label-spacing) 2)
20511 ? )
20512 (number-to-string number)))
20513 @end group
20514 @group
20515 ;; @r{Insert remaining numbers.}
20516 (setq number (+ number X-axis-label-spacing))
20517 (while (> number-of-X-tics 1)
20518 (insert (X-axis-element number))
20519 (setq number (+ number X-axis-label-spacing))
20520 (setq number-of-X-tics (1- number-of-X-tics)))))
20521 @end group
20522 @end smallexample
20523
20524 Finally, we need to write the @code{print-X-axis} that uses
20525 @code{print-X-axis-tic-line} and
20526 @code{print-X-axis-numbered-line}.
20527
20528 The function must determine the local values of the variables used by both
20529 @code{print-X-axis-tic-line} and @code{print-X-axis-numbered-line}, and
20530 then it must call them. Also, it must print the carriage return that
20531 separates the two lines.
20532
20533 The function consists of a varlist that specifies five local variables,
20534 and calls to each of the two line printing functions:
20535
20536 @findex print-X-axis
20537 @smallexample
20538 @group
20539 (defun print-X-axis (numbers-list)
20540 "Print X axis labels to length of NUMBERS-LIST."
20541 (let* ((leading-spaces
20542 (make-string full-Y-label-width ? ))
20543 @end group
20544 @group
20545 ;; symbol-width @r{is provided by} graph-body-print
20546 (tic-width (* symbol-width X-axis-label-spacing))
20547 (X-length (length numbers-list))
20548 @end group
20549 @group
20550 (X-tic
20551 (concat
20552 (make-string
20553 @end group
20554 @group
20555 ;; @r{Make a string of blanks.}
20556 (- (* symbol-width X-axis-label-spacing)
20557 (length X-axis-tic-symbol))
20558 ? )
20559 @end group
20560 @group
20561 ;; @r{Concatenate blanks with tic symbol.}
20562 X-axis-tic-symbol))
20563 @end group
20564 @group
20565 (tic-number
20566 (if (zerop (% X-length tic-width))
20567 (/ X-length tic-width)
20568 (1+ (/ X-length tic-width)))))
20569 @end group
20570 @group
20571 (print-X-axis-tic-line tic-number leading-spaces X-tic)
20572 (insert "\n")
20573 (print-X-axis-numbered-line tic-number leading-spaces)))
20574 @end group
20575 @end smallexample
20576
20577 @need 1250
20578 You can test @code{print-X-axis}:
20579
20580 @enumerate
20581 @item
20582 Install @code{X-axis-tic-symbol}, @code{X-axis-label-spacing},
20583 @code{print-X-axis-tic-line}, as well as @code{X-axis-element},
20584 @code{print-X-axis-numbered-line}, and @code{print-X-axis}.
20585
20586 @item
20587 Copy the following expression:
20588
20589 @smallexample
20590 @group
20591 (progn
20592 (let ((full-Y-label-width 5)
20593 (symbol-width 1))
20594 (print-X-axis
20595 '(1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16))))
20596 @end group
20597 @end smallexample
20598
20599 @item
20600 Switch to the @file{*scratch*} buffer and place the cursor where you
20601 want the axis labels to start.
20602
20603 @item
20604 Type @kbd{M-:} (@code{eval-expression}).
20605
20606 @item
20607 Yank the test expression into the minibuffer
20608 with @kbd{C-y} (@code{yank)}.
20609
20610 @item
20611 Press @key{RET} to evaluate the expression.
20612 @end enumerate
20613
20614 @need 1250
20615 Emacs will print the horizontal axis like this:
20616 @sp 1
20617
20618 @smallexample
20619 @group
20620 | | | | |
20621 1 5 10 15 20
20622 @end group
20623 @end smallexample
20624
20625 @node Print Whole Graph, , print-X-axis, Full Graph
20626 @appendixsec Printing the Whole Graph
20627 @cindex Printing the whole graph
20628 @cindex Whole graph printing
20629 @cindex Graph, printing all
20630
20631 Now we are nearly ready to print the whole graph.
20632
20633 The function to print the graph with the proper labels follows the
20634 outline we created earlier (@pxref{Full Graph, , A Graph with Labelled
20635 Axes}), but with additions.
20636
20637 @need 1250
20638 Here is the outline:
20639
20640 @smallexample
20641 @group
20642 (defun print-graph (numbers-list)
20643 "@var{documentation}@dots{}"
20644 (let ((height @dots{}
20645 @dots{}))
20646 @end group
20647 @group
20648 (print-Y-axis height @dots{} )
20649 (graph-body-print numbers-list)
20650 (print-X-axis @dots{} )))
20651 @end group
20652 @end smallexample
20653
20654 @menu
20655 * The final version::
20656 * Test print-graph::
20657 * Graphing words in defuns::
20658 * lambda::
20659 * mapcar::
20660 * Another Bug::
20661 * Final printed graph::
20662 @end menu
20663
20664 @node The final version, Test print-graph, Print Whole Graph, Print Whole Graph
20665 @ifnottex
20666 @unnumberedsubsec Changes for the Final Version
20667 @end ifnottex
20668
20669 The final version is different from what we planned in two ways:
20670 first, it contains additional values calculated once in the varlist;
20671 second, it carries an option to specify the labels' increment per row.
20672 This latter feature turns out to be essential; otherwise, a graph may
20673 have more rows than fit on a display or on a sheet of paper.
20674
20675 @need 1500
20676 This new feature requires a change to the @code{Y-axis-column}
20677 function, to add @code{vertical-step} to it. The function looks like
20678 this:
20679
20680 @findex Y-axis-column @r{Final version.}
20681 @smallexample
20682 @group
20683 ;;; @r{Final version.}
20684 (defun Y-axis-column
20685 (height width-of-label &optional vertical-step)
20686 "Construct list of labels for Y axis.
20687 HEIGHT is maximum height of graph.
20688 WIDTH-OF-LABEL is maximum width of label.
20689 VERTICAL-STEP, an option, is a positive integer
20690 that specifies how much a Y axis label increments
20691 for each line. For example, a step of 5 means
20692 that each line is five units of the graph."
20693 @end group
20694 @group
20695 (let (Y-axis
20696 (number-per-line (or vertical-step 1)))
20697 (while (> height 1)
20698 (if (zerop (% height Y-axis-label-spacing))
20699 @end group
20700 @group
20701 ;; @r{Insert label.}
20702 (setq Y-axis
20703 (cons
20704 (Y-axis-element
20705 (* height number-per-line)
20706 width-of-label)
20707 Y-axis))
20708 @end group
20709 @group
20710 ;; @r{Else, insert blanks.}
20711 (setq Y-axis
20712 (cons
20713 (make-string width-of-label ? )
20714 Y-axis)))
20715 (setq height (1- height)))
20716 @end group
20717 @group
20718 ;; @r{Insert base line.}
20719 (setq Y-axis (cons (Y-axis-element
20720 (or vertical-step 1)
20721 width-of-label)
20722 Y-axis))
20723 (nreverse Y-axis)))
20724 @end group
20725 @end smallexample
20726
20727 The values for the maximum height of graph and the width of a symbol
20728 are computed by @code{print-graph} in its @code{let} expression; so
20729 @code{graph-body-print} must be changed to accept them.
20730
20731 @findex graph-body-print @r{Final version.}
20732 @smallexample
20733 @group
20734 ;;; @r{Final version.}
20735 (defun graph-body-print (numbers-list height symbol-width)
20736 "Print a bar graph of the NUMBERS-LIST.
20737 The numbers-list consists of the Y-axis values.
20738 HEIGHT is maximum height of graph.
20739 SYMBOL-WIDTH is number of each column."
20740 @end group
20741 @group
20742 (let (from-position)
20743 (while numbers-list
20744 (setq from-position (point))
20745 (insert-rectangle
20746 (column-of-graph height (car numbers-list)))
20747 (goto-char from-position)
20748 (forward-char symbol-width)
20749 @end group
20750 @group
20751 ;; @r{Draw graph column by column.}
20752 (sit-for 0)
20753 (setq numbers-list (cdr numbers-list)))
20754 ;; @r{Place point for X axis labels.}
20755 (forward-line height)
20756 (insert "\n")))
20757 @end group
20758 @end smallexample
20759
20760 @need 1250
20761 Finally, the code for the @code{print-graph} function:
20762
20763 @findex print-graph @r{Final version.}
20764 @smallexample
20765 @group
20766 ;;; @r{Final version.}
20767 (defun print-graph
20768 (numbers-list &optional vertical-step)
20769 "Print labelled bar graph of the NUMBERS-LIST.
20770 The numbers-list consists of the Y-axis values.
20771 @end group
20772
20773 @group
20774 Optionally, VERTICAL-STEP, a positive integer,
20775 specifies how much a Y axis label increments for
20776 each line. For example, a step of 5 means that
20777 each row is five units."
20778 @end group
20779 @group
20780 (let* ((symbol-width (length graph-blank))
20781 ;; @code{height} @r{is both the largest number}
20782 ;; @r{and the number with the most digits.}
20783 (height (apply 'max numbers-list))
20784 @end group
20785 @group
20786 (height-of-top-line
20787 (if (zerop (% height Y-axis-label-spacing))
20788 height
20789 ;; @r{else}
20790 (* (1+ (/ height Y-axis-label-spacing))
20791 Y-axis-label-spacing)))
20792 @end group
20793 @group
20794 (vertical-step (or vertical-step 1))
20795 (full-Y-label-width
20796 (length
20797 @end group
20798 @group
20799 (concat
20800 (number-to-string
20801 (* height-of-top-line vertical-step))
20802 Y-axis-tic))))
20803 @end group
20804
20805 @group
20806 (print-Y-axis
20807 height-of-top-line full-Y-label-width vertical-step)
20808 @end group
20809 @group
20810 (graph-body-print
20811 numbers-list height-of-top-line symbol-width)
20812 (print-X-axis numbers-list)))
20813 @end group
20814 @end smallexample
20815
20816 @node Test print-graph, Graphing words in defuns, The final version, Print Whole Graph
20817 @appendixsubsec Testing @code{print-graph}
20818
20819 @need 1250
20820 We can test the @code{print-graph} function with a short list of numbers:
20821
20822 @enumerate
20823 @item
20824 Install the final versions of @code{Y-axis-column},
20825 @code{graph-body-print}, and @code{print-graph} (in addition to the
20826 rest of the code.)
20827
20828 @item
20829 Copy the following expression:
20830
20831 @smallexample
20832 (print-graph '(3 2 5 6 7 5 3 4 6 4 3 2 1))
20833 @end smallexample
20834
20835 @item
20836 Switch to the @file{*scratch*} buffer and place the cursor where you
20837 want the axis labels to start.
20838
20839 @item
20840 Type @kbd{M-:} (@code{eval-expression}).
20841
20842 @item
20843 Yank the test expression into the minibuffer
20844 with @kbd{C-y} (@code{yank)}.
20845
20846 @item
20847 Press @key{RET} to evaluate the expression.
20848 @end enumerate
20849
20850 @need 1250
20851 Emacs will print a graph that looks like this:
20852
20853 @smallexample
20854 @group
20855 10 -
20856
20857
20858 *
20859 ** *
20860 5 - **** *
20861 **** ***
20862 * *********
20863 ************
20864 1 - *************
20865
20866 | | | |
20867 1 5 10 15
20868 @end group
20869 @end smallexample
20870
20871 @need 1200
20872 On the other hand, if you pass @code{print-graph} a
20873 @code{vertical-step} value of 2, by evaluating this expression:
20874
20875 @smallexample
20876 (print-graph '(3 2 5 6 7 5 3 4 6 4 3 2 1) 2)
20877 @end smallexample
20878
20879 @need 1250
20880 @noindent
20881 The graph looks like this:
20882
20883 @smallexample
20884 @group
20885 20 -
20886
20887
20888 *
20889 ** *
20890 10 - **** *
20891 **** ***
20892 * *********
20893 ************
20894 2 - *************
20895
20896 | | | |
20897 1 5 10 15
20898 @end group
20899 @end smallexample
20900
20901 @noindent
20902 (A question: is the `2' on the bottom of the vertical axis a bug or a
20903 feature? If you think it is a bug, and should be a `1' instead, (or
20904 even a `0'), you can modify the sources.)
20905
20906 @node Graphing words in defuns, lambda, Test print-graph, Print Whole Graph
20907 @appendixsubsec Graphing Numbers of Words and Symbols
20908
20909 Now for the graph for which all this code was written: a graph that
20910 shows how many function definitions contain fewer than 10 words and
20911 symbols, how many contain between 10 and 19 words and symbols, how
20912 many contain between 20 and 29 words and symbols, and so on.
20913
20914 This is a multi-step process. First make sure you have loaded all the
20915 requisite code.
20916
20917 @need 1500
20918 It is a good idea to reset the value of @code{top-of-ranges} in case
20919 you have set it to some different value. You can evaluate the
20920 following:
20921
20922 @smallexample
20923 @group
20924 (setq top-of-ranges
20925 '(10 20 30 40 50
20926 60 70 80 90 100
20927 110 120 130 140 150
20928 160 170 180 190 200
20929 210 220 230 240 250
20930 260 270 280 290 300)
20931 @end group
20932 @end smallexample
20933
20934 @noindent
20935 Next create a list of the number of words and symbols in each range.
20936
20937 @need 1500
20938 @noindent
20939 Evaluate the following:
20940
20941 @smallexample
20942 @group
20943 (setq list-for-graph
20944 (defuns-per-range
20945 (sort
20946 (recursive-lengths-list-many-files
20947 (directory-files "/usr/local/emacs/lisp"
20948 t ".+el$"))
20949 '<)
20950 top-of-ranges))
20951 @end group
20952 @end smallexample
20953
20954 @noindent
20955 On my old machine, this took about an hour. It looked though 303 Lisp
20956 files in my copy of Emacs version 19.23. After all that computing,
20957 the @code{list-for-graph} had this value:
20958
20959 @smallexample
20960 @group
20961 (537 1027 955 785 594 483 349 292 224 199 166 120 116 99
20962 90 80 67 48 52 45 41 33 28 26 25 20 12 28 11 13 220)
20963 @end group
20964 @end smallexample
20965
20966 @noindent
20967 This means that my copy of Emacs had 537 function definitions with
20968 fewer than 10 words or symbols in them, 1,027 function definitions
20969 with 10 to 19 words or symbols in them, 955 function definitions with
20970 20 to 29 words or symbols in them, and so on.
20971
20972 Clearly, just by looking at this list we can see that most function
20973 definitions contain ten to thirty words and symbols.
20974
20975 Now for printing. We do @emph{not} want to print a graph that is
20976 1,030 lines high @dots{} Instead, we should print a graph that is
20977 fewer than twenty-five lines high. A graph that height can be
20978 displayed on almost any monitor, and easily printed on a sheet of paper.
20979
20980 This means that each value in @code{list-for-graph} must be reduced to
20981 one-fiftieth its present value.
20982
20983 Here is a short function to do just that, using two functions we have
20984 not yet seen, @code{mapcar} and @code{lambda}.
20985
20986 @smallexample
20987 @group
20988 (defun one-fiftieth (full-range)
20989 "Return list, each number one-fiftieth of previous."
20990 (mapcar '(lambda (arg) (/ arg 50)) full-range))
20991 @end group
20992 @end smallexample
20993
20994 @node lambda, mapcar, Graphing words in defuns, Print Whole Graph
20995 @appendixsubsec A @code{lambda} Expression: Useful Anonymity
20996 @cindex Anonymous function
20997 @findex lambda
20998
20999 @code{lambda} is the symbol for an anonymous function, a function
21000 without a name. Every time you use an anonymous function, you need to
21001 include its whole body.
21002
21003 @need 1250
21004 @noindent
21005 Thus,
21006
21007 @smallexample
21008 (lambda (arg) (/ arg 50))
21009 @end smallexample
21010
21011 @noindent
21012 is a function definition that says `return the value resulting from
21013 dividing whatever is passed to me as @code{arg} by 50'.
21014
21015 @need 1200
21016 Earlier, for example, we had a function @code{multiply-by-seven}; it
21017 multiplied its argument by 7. This function is similar, except it
21018 divides its argument by 50; and, it has no name. The anonymous
21019 equivalent of @code{multiply-by-seven} is:
21020
21021 @smallexample
21022 (lambda (number) (* 7 number))
21023 @end smallexample
21024
21025 @noindent
21026 (@xref{defun, , The @code{defun} Special Form}.)
21027
21028 @need 1250
21029 @noindent
21030 If we want to multiply 3 by 7, we can write:
21031
21032 @c !!! Clear print-postscript-figures if the computer formatting this
21033 @c document is too small and cannot handle all the diagrams and figures.
21034 @c clear print-postscript-figures
21035 @c set print-postscript-figures
21036 @c lambda example diagram #1
21037 @ifnottex
21038 @smallexample
21039 @group
21040 (multiply-by-seven 3)
21041 \_______________/ ^
21042 | |
21043 function argument
21044 @end group
21045 @end smallexample
21046 @end ifnottex
21047 @ifset print-postscript-figures
21048 @sp 1
21049 @tex
21050 @center @image{lambda-1}
21051 %%%% old method of including an image
21052 % \input /usr/local/lib/tex/inputs/psfig.tex
21053 % \centerline{\psfig{figure=/usr/local/lib/emacs/man/lambda-1.eps}}
21054 % \catcode`\@=0 %
21055 @end tex
21056 @sp 1
21057 @end ifset
21058 @ifclear print-postscript-figures
21059 @iftex
21060 @smallexample
21061 @group
21062 (multiply-by-seven 3)
21063 \_______________/ ^
21064 | |
21065 function argument
21066 @end group
21067 @end smallexample
21068 @end iftex
21069 @end ifclear
21070
21071 @noindent
21072 This expression returns 21.
21073
21074 @need 1250
21075 @noindent
21076 Similarly, we can write:
21077
21078 @c lambda example diagram #2
21079 @ifnottex
21080 @smallexample
21081 @group
21082 ((lambda (number) (* 7 number)) 3)
21083 \____________________________/ ^
21084 | |
21085 anonymous function argument
21086 @end group
21087 @end smallexample
21088 @end ifnottex
21089 @ifset print-postscript-figures
21090 @sp 1
21091 @tex
21092 @center @image{lambda-2}
21093 %%%% old method of including an image
21094 % \input /usr/local/lib/tex/inputs/psfig.tex
21095 % \centerline{\psfig{figure=/usr/local/lib/emacs/man/lambda-2.eps}}
21096 % \catcode`\@=0 %
21097 @end tex
21098 @sp 1
21099 @end ifset
21100 @ifclear print-postscript-figures
21101 @iftex
21102 @smallexample
21103 @group
21104 ((lambda (number) (* 7 number)) 3)
21105 \____________________________/ ^
21106 | |
21107 anonymous function argument
21108 @end group
21109 @end smallexample
21110 @end iftex
21111 @end ifclear
21112
21113 @need 1250
21114 @noindent
21115 If we want to divide 100 by 50, we can write:
21116
21117 @c lambda example diagram #3
21118 @ifnottex
21119 @smallexample
21120 @group
21121 ((lambda (arg) (/ arg 50)) 100)
21122 \______________________/ \_/
21123 | |
21124 anonymous function argument
21125 @end group
21126 @end smallexample
21127 @end ifnottex
21128 @ifset print-postscript-figures
21129 @sp 1
21130 @tex
21131 @center @image{lambda-3}
21132 %%%% old method of including an image
21133 % \input /usr/local/lib/tex/inputs/psfig.tex
21134 % \centerline{\psfig{figure=/usr/local/lib/emacs/man/lambda-3.eps}}
21135 % \catcode`\@=0 %
21136 @end tex
21137 @sp 1
21138 @end ifset
21139 @ifclear print-postscript-figures
21140 @iftex
21141 @smallexample
21142 @group
21143 ((lambda (arg) (/ arg 50)) 100)
21144 \______________________/ \_/
21145 | |
21146 anonymous function argument
21147 @end group
21148 @end smallexample
21149 @end iftex
21150 @end ifclear
21151
21152 @noindent
21153 This expression returns 2. The 100 is passed to the function, which
21154 divides that number by 50.
21155
21156 @xref{Lambda Expressions, , Lambda Expressions, elisp, The GNU Emacs
21157 Lisp Reference Manual}, for more about @code{lambda}. Lisp and lambda
21158 expressions derive from the Lambda Calculus.
21159
21160 @node mapcar, Another Bug, lambda, Print Whole Graph
21161 @appendixsubsec The @code{mapcar} Function
21162 @findex mapcar
21163
21164 @code{mapcar} is a function that calls its first argument with each
21165 element of its second argument, in turn. The second argument must be
21166 a sequence.
21167
21168 The @samp{map} part of the name comes from the mathematical phrase,
21169 `mapping over a domain', meaning to apply a function to each of the
21170 elements in a domain. The mathematical phrase is based on the
21171 metaphor of a surveyor walking, one step at a time, over an area he is
21172 mapping. And @samp{car}, of course, comes from the Lisp notion of the
21173 first of a list.
21174
21175 @need 1250
21176 @noindent
21177 For example,
21178
21179 @smallexample
21180 @group
21181 (mapcar '1+ '(2 4 6))
21182 @result{} (3 5 7)
21183 @end group
21184 @end smallexample
21185
21186 @noindent
21187 The function @code{1+} which adds one to its argument, is executed on
21188 @emph{each} element of the list, and a new list is returned.
21189
21190 Contrast this with @code{apply}, which applies its first argument to
21191 all the remaining.
21192 (@xref{Readying a Graph, , Readying a Graph}, for a explanation of
21193 @code{apply}.)
21194
21195 @need 1250
21196 In the definition of @code{one-fiftieth}, the first argument is the
21197 anonymous function:
21198
21199 @smallexample
21200 (lambda (arg) (/ arg 50))
21201 @end smallexample
21202
21203 @noindent
21204 and the second argument is @code{full-range}, which will be bound to
21205 @code{list-for-graph}.
21206
21207 @need 1250
21208 The whole expression looks like this:
21209
21210 @smallexample
21211 (mapcar '(lambda (arg) (/ arg 50)) full-range))
21212 @end smallexample
21213
21214 @xref{Mapping Functions, , Mapping Functions, elisp, The GNU Emacs
21215 Lisp Reference Manual}, for more about @code{mapcar}.
21216
21217 Using the @code{one-fiftieth} function, we can generate a list in
21218 which each element is one-fiftieth the size of the corresponding
21219 element in @code{list-for-graph}.
21220
21221 @smallexample
21222 @group
21223 (setq fiftieth-list-for-graph
21224 (one-fiftieth list-for-graph))
21225 @end group
21226 @end smallexample
21227
21228 @need 1250
21229 The resulting list looks like this:
21230
21231 @smallexample
21232 @group
21233 (10 20 19 15 11 9 6 5 4 3 3 2 2
21234 1 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 4)
21235 @end group
21236 @end smallexample
21237
21238 @noindent
21239 This, we are almost ready to print! (We also notice the loss of
21240 information: many of the higher ranges are 0, meaning that fewer than
21241 50 defuns had that many words or symbols---but not necessarily meaning
21242 that none had that many words or symbols.)
21243
21244 @node Another Bug, Final printed graph, mapcar, Print Whole Graph
21245 @appendixsubsec Another Bug @dots{} Most Insidious
21246 @cindex Bug, most insidious type
21247 @cindex Insidious type of bug
21248
21249 I said `almost ready to print'! Of course, there is a bug in the
21250 @code{print-graph} function @dots{} It has a @code{vertical-step}
21251 option, but not a @code{horizontal-step} option. The
21252 @code{top-of-range} scale goes from 10 to 300 by tens. But the
21253 @code{print-graph} function will print only by ones.
21254
21255 This is a classic example of what some consider the most insidious
21256 type of bug, the bug of omission. This is not the kind of bug you can
21257 find by studying the code, for it is not in the code; it is an omitted
21258 feature. Your best actions are to try your program early and often;
21259 and try to arrange, as much as you can, to write code that is easy to
21260 understand and easy to change. Try to be aware, whenever you can,
21261 that whatever you have written, @emph{will} be rewritten, if not soon,
21262 eventually. A hard maxim to follow.
21263
21264 It is the @code{print-X-axis-numbered-line} function that needs the
21265 work; and then the @code{print-X-axis} and the @code{print-graph}
21266 functions need to be adapted. Not much needs to be done; there is one
21267 nicety: the numbers ought to line up under the tic marks. This takes
21268 a little thought.
21269
21270 @need 1250
21271 Here is the corrected @code{print-X-axis-numbered-line}:
21272
21273 @smallexample
21274 @group
21275 (defun print-X-axis-numbered-line
21276 (number-of-X-tics X-axis-leading-spaces
21277 &optional horizontal-step)
21278 "Print line of X-axis numbers"
21279 (let ((number X-axis-label-spacing)
21280 (horizontal-step (or horizontal-step 1)))
21281 @end group
21282 @group
21283 (insert X-axis-leading-spaces)
21284 ;; @r{Delete extra leading spaces.}
21285 (delete-char
21286 (- (1-
21287 (length (number-to-string horizontal-step)))))
21288 (insert (concat
21289 (make-string
21290 @end group
21291 @group
21292 ;; @r{Insert white space.}
21293 (- (* symbol-width
21294 X-axis-label-spacing)
21295 (1-
21296 (length
21297 (number-to-string horizontal-step)))
21298 2)
21299 ? )
21300 (number-to-string
21301 (* number horizontal-step))))
21302 @end group
21303 @group
21304 ;; @r{Insert remaining numbers.}
21305 (setq number (+ number X-axis-label-spacing))
21306 (while (> number-of-X-tics 1)
21307 (insert (X-axis-element
21308 (* number horizontal-step)))
21309 (setq number (+ number X-axis-label-spacing))
21310 (setq number-of-X-tics (1- number-of-X-tics)))))
21311 @end group
21312 @end smallexample
21313
21314 @need 1500
21315 If you are reading this in Info, you can see the new versions of
21316 @code{print-X-axis} @code{print-graph} and evaluate them. If you are
21317 reading this in a printed book, you can see the changed lines here
21318 (the full text is too much to print).
21319
21320 @iftex
21321 @smallexample
21322 @group
21323 (defun print-X-axis (numbers-list horizontal-step)
21324 @dots{}
21325 (print-X-axis-numbered-line
21326 tic-number leading-spaces horizontal-step))
21327 @end group
21328 @end smallexample
21329
21330 @smallexample
21331 @group
21332 (defun print-graph
21333 (numbers-list
21334 &optional vertical-step horizontal-step)
21335 @dots{}
21336 (print-X-axis numbers-list horizontal-step))
21337 @end group
21338 @end smallexample
21339 @end iftex
21340
21341 @ifnottex
21342 @smallexample
21343 @group
21344 (defun print-X-axis (numbers-list horizontal-step)
21345 "Print X axis labels to length of NUMBERS-LIST.
21346 Optionally, HORIZONTAL-STEP, a positive integer,
21347 specifies how much an X axis label increments for
21348 each column."
21349 @end group
21350 @group
21351 ;; Value of symbol-width and full-Y-label-width
21352 ;; are passed by `print-graph'.
21353 (let* ((leading-spaces
21354 (make-string full-Y-label-width ? ))
21355 ;; symbol-width @r{is provided by} graph-body-print
21356 (tic-width (* symbol-width X-axis-label-spacing))
21357 (X-length (length numbers-list))
21358 @end group
21359 @group
21360 (X-tic
21361 (concat
21362 (make-string
21363 ;; @r{Make a string of blanks.}
21364 (- (* symbol-width X-axis-label-spacing)
21365 (length X-axis-tic-symbol))
21366 ? )
21367 @end group
21368 @group
21369 ;; @r{Concatenate blanks with tic symbol.}
21370 X-axis-tic-symbol))
21371 (tic-number
21372 (if (zerop (% X-length tic-width))
21373 (/ X-length tic-width)
21374 (1+ (/ X-length tic-width)))))
21375 @end group
21376
21377 @group
21378 (print-X-axis-tic-line
21379 tic-number leading-spaces X-tic)
21380 (insert "\n")
21381 (print-X-axis-numbered-line
21382 tic-number leading-spaces horizontal-step)))
21383 @end group
21384 @end smallexample
21385
21386 @smallexample
21387 @group
21388 (defun print-graph
21389 (numbers-list &optional vertical-step horizontal-step)
21390 "Print labelled bar graph of the NUMBERS-LIST.
21391 The numbers-list consists of the Y-axis values.
21392 @end group
21393
21394 @group
21395 Optionally, VERTICAL-STEP, a positive integer,
21396 specifies how much a Y axis label increments for
21397 each line. For example, a step of 5 means that
21398 each row is five units.
21399 @end group
21400
21401 @group
21402 Optionally, HORIZONTAL-STEP, a positive integer,
21403 specifies how much an X axis label increments for
21404 each column."
21405 (let* ((symbol-width (length graph-blank))
21406 ;; @code{height} @r{is both the largest number}
21407 ;; @r{and the number with the most digits.}
21408 (height (apply 'max numbers-list))
21409 @end group
21410 @group
21411 (height-of-top-line
21412 (if (zerop (% height Y-axis-label-spacing))
21413 height
21414 ;; @r{else}
21415 (* (1+ (/ height Y-axis-label-spacing))
21416 Y-axis-label-spacing)))
21417 @end group
21418 @group
21419 (vertical-step (or vertical-step 1))
21420 (full-Y-label-width
21421 (length
21422 (concat
21423 (number-to-string
21424 (* height-of-top-line vertical-step))
21425 Y-axis-tic))))
21426 @end group
21427 @group
21428 (print-Y-axis
21429 height-of-top-line full-Y-label-width vertical-step)
21430 (graph-body-print
21431 numbers-list height-of-top-line symbol-width)
21432 (print-X-axis numbers-list horizontal-step)))
21433 @end group
21434 @end smallexample
21435 @end ifnottex
21436
21437 @c qqq
21438 @ignore
21439 Graphing Definitions Re-listed
21440
21441 @need 1250
21442 Here are all the graphing definitions in their final form:
21443
21444 @smallexample
21445 @group
21446 (defvar top-of-ranges
21447 '(10 20 30 40 50
21448 60 70 80 90 100
21449 110 120 130 140 150
21450 160 170 180 190 200
21451 210 220 230 240 250)
21452 "List specifying ranges for `defuns-per-range'.")
21453 @end group
21454
21455 @group
21456 (defvar graph-symbol "*"
21457 "String used as symbol in graph, usually an asterisk.")
21458 @end group
21459
21460 @group
21461 (defvar graph-blank " "
21462 "String used as blank in graph, usually a blank space.
21463 graph-blank must be the same number of columns wide
21464 as graph-symbol.")
21465 @end group
21466
21467 @group
21468 (defvar Y-axis-tic " - "
21469 "String that follows number in a Y axis label.")
21470 @end group
21471
21472 @group
21473 (defvar Y-axis-label-spacing 5
21474 "Number of lines from one Y axis label to next.")
21475 @end group
21476
21477 @group
21478 (defvar X-axis-tic-symbol "|"
21479 "String to insert to point to a column in X axis.")
21480 @end group
21481
21482 @group
21483 (defvar X-axis-label-spacing
21484 (if (boundp 'graph-blank)
21485 (* 5 (length graph-blank)) 5)
21486 "Number of units from one X axis label to next.")
21487 @end group
21488 @end smallexample
21489
21490 @smallexample
21491 @group
21492 (defun count-words-in-defun ()
21493 "Return the number of words and symbols in a defun."
21494 (beginning-of-defun)
21495 (let ((count 0)
21496 (end (save-excursion (end-of-defun) (point))))
21497 @end group
21498
21499 @group
21500 (while
21501 (and (< (point) end)
21502 (re-search-forward
21503 "\\(\\w\\|\\s_\\)+[^ \t\n]*[ \t\n]*"
21504 end t))
21505 (setq count (1+ count)))
21506 count))
21507 @end group
21508 @end smallexample
21509
21510 @smallexample
21511 @group
21512 (defun lengths-list-file (filename)
21513 "Return list of definitions' lengths within FILE.
21514 The returned list is a list of numbers.
21515 Each number is the number of words or
21516 symbols in one function definition."
21517 @end group
21518
21519 @group
21520 (message "Working on `%s' ... " filename)
21521 (save-excursion
21522 (let ((buffer (find-file-noselect filename))
21523 (lengths-list))
21524 (set-buffer buffer)
21525 (setq buffer-read-only t)
21526 (widen)
21527 (goto-char (point-min))
21528 @end group
21529
21530 @group
21531 (while (re-search-forward "^(defun" nil t)
21532 (setq lengths-list
21533 (cons (count-words-in-defun) lengths-list)))
21534 (kill-buffer buffer)
21535 lengths-list)))
21536 @end group
21537 @end smallexample
21538
21539 @smallexample
21540 @group
21541 (defun lengths-list-many-files (list-of-files)
21542 "Return list of lengths of defuns in LIST-OF-FILES."
21543 (let (lengths-list)
21544 ;;; @r{true-or-false-test}
21545 (while list-of-files
21546 (setq lengths-list
21547 (append
21548 lengths-list
21549 @end group
21550 @group
21551 ;;; @r{Generate a lengths' list.}
21552 (lengths-list-file
21553 (expand-file-name (car list-of-files)))))
21554 ;;; @r{Make files' list shorter.}
21555 (setq list-of-files (cdr list-of-files)))
21556 ;;; @r{Return final value of lengths' list.}
21557 lengths-list))
21558 @end group
21559 @end smallexample
21560
21561 @smallexample
21562 @group
21563 (defun defuns-per-range (sorted-lengths top-of-ranges)
21564 "SORTED-LENGTHS defuns in each TOP-OF-RANGES range."
21565 (let ((top-of-range (car top-of-ranges))
21566 (number-within-range 0)
21567 defuns-per-range-list)
21568 @end group
21569
21570 @group
21571 ;; @r{Outer loop.}
21572 (while top-of-ranges
21573
21574 ;; @r{Inner loop.}
21575 (while (and
21576 ;; @r{Need number for numeric test.}
21577 (car sorted-lengths)
21578 (< (car sorted-lengths) top-of-range))
21579
21580 ;; @r{Count number of definitions within current range.}
21581 (setq number-within-range (1+ number-within-range))
21582 (setq sorted-lengths (cdr sorted-lengths)))
21583 @end group
21584
21585 @group
21586 ;; @r{Exit inner loop but remain within outer loop.}
21587
21588 (setq defuns-per-range-list
21589 (cons number-within-range defuns-per-range-list))
21590 (setq number-within-range 0) ; @r{Reset count to zero.}
21591
21592 ;; @r{Move to next range.}
21593 (setq top-of-ranges (cdr top-of-ranges))
21594 ;; @r{Specify next top of range value.}
21595 (setq top-of-range (car top-of-ranges)))
21596 @end group
21597
21598 @group
21599 ;; @r{Exit outer loop and count the number of defuns larger than}
21600 ;; @r{ the largest top-of-range value.}
21601 (setq defuns-per-range-list
21602 (cons
21603 (length sorted-lengths)
21604 defuns-per-range-list))
21605
21606 ;; @r{Return a list of the number of definitions within each range,}
21607 ;; @r{ smallest to largest.}
21608 (nreverse defuns-per-range-list)))
21609 @end group
21610 @end smallexample
21611
21612 @smallexample
21613 @group
21614 (defun column-of-graph (max-graph-height actual-height)
21615 "Return list of MAX-GRAPH-HEIGHT strings;
21616 ACTUAL-HEIGHT are graph-symbols.
21617 The graph-symbols are contiguous entries at the end
21618 of the list.
21619 The list will be inserted as one column of a graph.
21620 The strings are either graph-blank or graph-symbol."
21621 @end group
21622
21623 @group
21624 (let ((insert-list nil)
21625 (number-of-top-blanks
21626 (- max-graph-height actual-height)))
21627
21628 ;; @r{Fill in @code{graph-symbols}.}
21629 (while (> actual-height 0)
21630 (setq insert-list (cons graph-symbol insert-list))
21631 (setq actual-height (1- actual-height)))
21632 @end group
21633
21634 @group
21635 ;; @r{Fill in @code{graph-blanks}.}
21636 (while (> number-of-top-blanks 0)
21637 (setq insert-list (cons graph-blank insert-list))
21638 (setq number-of-top-blanks
21639 (1- number-of-top-blanks)))
21640
21641 ;; @r{Return whole list.}
21642 insert-list))
21643 @end group
21644 @end smallexample
21645
21646 @smallexample
21647 @group
21648 (defun Y-axis-element (number full-Y-label-width)
21649 "Construct a NUMBERed label element.
21650 A numbered element looks like this ` 5 - ',
21651 and is padded as needed so all line up with
21652 the element for the largest number."
21653 @end group
21654 @group
21655 (let* ((leading-spaces
21656 (- full-Y-label-width
21657 (length
21658 (concat (number-to-string number)
21659 Y-axis-tic)))))
21660 @end group
21661 @group
21662 (concat
21663 (make-string leading-spaces ? )
21664 (number-to-string number)
21665 Y-axis-tic)))
21666 @end group
21667 @end smallexample
21668
21669 @smallexample
21670 @group
21671 (defun print-Y-axis
21672 (height full-Y-label-width &optional vertical-step)
21673 "Insert Y axis by HEIGHT and FULL-Y-LABEL-WIDTH.
21674 Height must be the maximum height of the graph.
21675 Full width is the width of the highest label element.
21676 Optionally, print according to VERTICAL-STEP."
21677 @end group
21678 @group
21679 ;; Value of height and full-Y-label-width
21680 ;; are passed by `print-graph'.
21681 (let ((start (point)))
21682 (insert-rectangle
21683 (Y-axis-column height full-Y-label-width vertical-step))
21684 @end group
21685 @group
21686 ;; @r{Place point ready for inserting graph.}
21687 (goto-char start)
21688 ;; @r{Move point forward by value of} full-Y-label-width
21689 (forward-char full-Y-label-width)))
21690 @end group
21691 @end smallexample
21692
21693 @smallexample
21694 @group
21695 (defun print-X-axis-tic-line
21696 (number-of-X-tics X-axis-leading-spaces X-axis-tic-element)
21697 "Print ticks for X axis."
21698 (insert X-axis-leading-spaces)
21699 (insert X-axis-tic-symbol) ; @r{Under first column.}
21700 @end group
21701 @group
21702 ;; @r{Insert second tic in the right spot.}
21703 (insert (concat
21704 (make-string
21705 (- (* symbol-width X-axis-label-spacing)
21706 ;; @r{Insert white space up to second tic symbol.}
21707 (* 2 (length X-axis-tic-symbol)))
21708 ? )
21709 X-axis-tic-symbol))
21710 @end group
21711 @group
21712 ;; @r{Insert remaining ticks.}
21713 (while (> number-of-X-tics 1)
21714 (insert X-axis-tic-element)
21715 (setq number-of-X-tics (1- number-of-X-tics))))
21716 @end group
21717 @end smallexample
21718
21719 @smallexample
21720 @group
21721 (defun X-axis-element (number)
21722 "Construct a numbered X axis element."
21723 (let ((leading-spaces
21724 (- (* symbol-width X-axis-label-spacing)
21725 (length (number-to-string number)))))
21726 (concat (make-string leading-spaces ? )
21727 (number-to-string number))))
21728 @end group
21729 @end smallexample
21730
21731 @smallexample
21732 @group
21733 (defun graph-body-print (numbers-list height symbol-width)
21734 "Print a bar graph of the NUMBERS-LIST.
21735 The numbers-list consists of the Y-axis values.
21736 HEIGHT is maximum height of graph.
21737 SYMBOL-WIDTH is number of each column."
21738 @end group
21739 @group
21740 (let (from-position)
21741 (while numbers-list
21742 (setq from-position (point))
21743 (insert-rectangle
21744 (column-of-graph height (car numbers-list)))
21745 (goto-char from-position)
21746 (forward-char symbol-width)
21747 @end group
21748 @group
21749 ;; @r{Draw graph column by column.}
21750 (sit-for 0)
21751 (setq numbers-list (cdr numbers-list)))
21752 ;; @r{Place point for X axis labels.}
21753 (forward-line height)
21754 (insert "\n")))
21755 @end group
21756 @end smallexample
21757
21758 @smallexample
21759 @group
21760 (defun Y-axis-column
21761 (height width-of-label &optional vertical-step)
21762 "Construct list of labels for Y axis.
21763 HEIGHT is maximum height of graph.
21764 WIDTH-OF-LABEL is maximum width of label.
21765 @end group
21766 @group
21767 VERTICAL-STEP, an option, is a positive integer
21768 that specifies how much a Y axis label increments
21769 for each line. For example, a step of 5 means
21770 that each line is five units of the graph."
21771 (let (Y-axis
21772 (number-per-line (or vertical-step 1)))
21773 @end group
21774 @group
21775 (while (> height 1)
21776 (if (zerop (% height Y-axis-label-spacing))
21777 ;; @r{Insert label.}
21778 (setq Y-axis
21779 (cons
21780 (Y-axis-element
21781 (* height number-per-line)
21782 width-of-label)
21783 Y-axis))
21784 @end group
21785 @group
21786 ;; @r{Else, insert blanks.}
21787 (setq Y-axis
21788 (cons
21789 (make-string width-of-label ? )
21790 Y-axis)))
21791 (setq height (1- height)))
21792 @end group
21793 @group
21794 ;; @r{Insert base line.}
21795 (setq Y-axis (cons (Y-axis-element
21796 (or vertical-step 1)
21797 width-of-label)
21798 Y-axis))
21799 (nreverse Y-axis)))
21800 @end group
21801 @end smallexample
21802
21803 @smallexample
21804 @group
21805 (defun print-X-axis-numbered-line
21806 (number-of-X-tics X-axis-leading-spaces
21807 &optional horizontal-step)
21808 "Print line of X-axis numbers"
21809 (let ((number X-axis-label-spacing)
21810 (horizontal-step (or horizontal-step 1)))
21811 @end group
21812 @group
21813 (insert X-axis-leading-spaces)
21814 ;; line up number
21815 (delete-char (- (1- (length (number-to-string horizontal-step)))))
21816 (insert (concat
21817 (make-string
21818 ;; @r{Insert white space up to next number.}
21819 (- (* symbol-width X-axis-label-spacing)
21820 (1- (length (number-to-string horizontal-step)))
21821 2)
21822 ? )
21823 (number-to-string (* number horizontal-step))))
21824 @end group
21825 @group
21826 ;; @r{Insert remaining numbers.}
21827 (setq number (+ number X-axis-label-spacing))
21828 (while (> number-of-X-tics 1)
21829 (insert (X-axis-element (* number horizontal-step)))
21830 (setq number (+ number X-axis-label-spacing))
21831 (setq number-of-X-tics (1- number-of-X-tics)))))
21832 @end group
21833 @end smallexample
21834
21835 @smallexample
21836 @group
21837 (defun print-X-axis (numbers-list horizontal-step)
21838 "Print X axis labels to length of NUMBERS-LIST.
21839 Optionally, HORIZONTAL-STEP, a positive integer,
21840 specifies how much an X axis label increments for
21841 each column."
21842 @end group
21843 @group
21844 ;; Value of symbol-width and full-Y-label-width
21845 ;; are passed by `print-graph'.
21846 (let* ((leading-spaces
21847 (make-string full-Y-label-width ? ))
21848 ;; symbol-width @r{is provided by} graph-body-print
21849 (tic-width (* symbol-width X-axis-label-spacing))
21850 (X-length (length numbers-list))
21851 @end group
21852 @group
21853 (X-tic
21854 (concat
21855 (make-string
21856 ;; @r{Make a string of blanks.}
21857 (- (* symbol-width X-axis-label-spacing)
21858 (length X-axis-tic-symbol))
21859 ? )
21860 @end group
21861 @group
21862 ;; @r{Concatenate blanks with tic symbol.}
21863 X-axis-tic-symbol))
21864 (tic-number
21865 (if (zerop (% X-length tic-width))
21866 (/ X-length tic-width)
21867 (1+ (/ X-length tic-width)))))
21868 @end group
21869
21870 @group
21871 (print-X-axis-tic-line
21872 tic-number leading-spaces X-tic)
21873 (insert "\n")
21874 (print-X-axis-numbered-line
21875 tic-number leading-spaces horizontal-step)))
21876 @end group
21877 @end smallexample
21878
21879 @smallexample
21880 @group
21881 (defun one-fiftieth (full-range)
21882 "Return list, each number of which is 1/50th previous."
21883 (mapcar '(lambda (arg) (/ arg 50)) full-range))
21884 @end group
21885 @end smallexample
21886
21887 @smallexample
21888 @group
21889 (defun print-graph
21890 (numbers-list &optional vertical-step horizontal-step)
21891 "Print labelled bar graph of the NUMBERS-LIST.
21892 The numbers-list consists of the Y-axis values.
21893 @end group
21894
21895 @group
21896 Optionally, VERTICAL-STEP, a positive integer,
21897 specifies how much a Y axis label increments for
21898 each line. For example, a step of 5 means that
21899 each row is five units.
21900 @end group
21901
21902 @group
21903 Optionally, HORIZONTAL-STEP, a positive integer,
21904 specifies how much an X axis label increments for
21905 each column."
21906 (let* ((symbol-width (length graph-blank))
21907 ;; @code{height} @r{is both the largest number}
21908 ;; @r{and the number with the most digits.}
21909 (height (apply 'max numbers-list))
21910 @end group
21911 @group
21912 (height-of-top-line
21913 (if (zerop (% height Y-axis-label-spacing))
21914 height
21915 ;; @r{else}
21916 (* (1+ (/ height Y-axis-label-spacing))
21917 Y-axis-label-spacing)))
21918 @end group
21919 @group
21920 (vertical-step (or vertical-step 1))
21921 (full-Y-label-width
21922 (length
21923 (concat
21924 (number-to-string
21925 (* height-of-top-line vertical-step))
21926 Y-axis-tic))))
21927 @end group
21928 @group
21929
21930 (print-Y-axis
21931 height-of-top-line full-Y-label-width vertical-step)
21932 (graph-body-print
21933 numbers-list height-of-top-line symbol-width)
21934 (print-X-axis numbers-list horizontal-step)))
21935 @end group
21936 @end smallexample
21937 @c qqq
21938 @end ignore
21939
21940 @page
21941 @node Final printed graph, , Another Bug, Print Whole Graph
21942 @appendixsubsec The Printed Graph
21943
21944 When made and installed, you can call the @code{print-graph} command
21945 like this:
21946 @sp 1
21947
21948 @smallexample
21949 @group
21950 (print-graph fiftieth-list-for-graph 50 10)
21951 @end group
21952 @end smallexample
21953 @sp 1
21954
21955 @noindent
21956 Here is the graph:
21957 @sp 2
21958
21959 @smallexample
21960 @group
21961 1000 - *
21962 **
21963 **
21964 **
21965 **
21966 750 - ***
21967 ***
21968 ***
21969 ***
21970 ****
21971 500 - *****
21972 ******
21973 ******
21974 ******
21975 *******
21976 250 - ********
21977 ********* *
21978 *********** *
21979 ************* *
21980 50 - ***************** * *
21981 | | | | | | | |
21982 10 50 100 150 200 250 300 350
21983 @end group
21984 @end smallexample
21985
21986 @sp 2
21987
21988 @noindent
21989 The largest group of functions contain 10 -- 19 words and symbols each.
21990
21991 @node Free Software and Free Manuals, GNU Free Documentation License, Full Graph, Top
21992 @appendix Free Software and Free Manuals
21993
21994 @strong{by Richard M. Stallman}
21995 @sp 1
21996
21997 The biggest deficiency in free operating systems is not in the
21998 software---it is the lack of good free manuals that we can include in
21999 these systems. Many of our most important programs do not come with
22000 full manuals. Documentation is an essential part of any software
22001 package; when an important free software package does not come with a
22002 free manual, that is a major gap. We have many such gaps today.
22003
22004 Once upon a time, many years ago, I thought I would learn Perl. I got
22005 a copy of a free manual, but I found it hard to read. When I asked
22006 Perl users about alternatives, they told me that there were better
22007 introductory manuals---but those were not free.
22008
22009 Why was this? The authors of the good manuals had written them for
22010 O'Reilly Associates, which published them with restrictive terms---no
22011 copying, no modification, source files not available---which exclude
22012 them from the free software community.
22013
22014 That wasn't the first time this sort of thing has happened, and (to
22015 our community's great loss) it was far from the last. Proprietary
22016 manual publishers have enticed a great many authors to restrict their
22017 manuals since then. Many times I have heard a GNU user eagerly tell me
22018 about a manual that he is writing, with which he expects to help the
22019 GNU project---and then had my hopes dashed, as he proceeded to explain
22020 that he had signed a contract with a publisher that would restrict it
22021 so that we cannot use it.
22022
22023 Given that writing good English is a rare skill among programmers, we
22024 can ill afford to lose manuals this way.
22025
22026 @c (texinfo)uref
22027 (The Free Software Foundation
22028 @uref{http://www.gnu.org/doc/doc.html#DescriptionsOfGNUDocumentation, ,
22029 sells printed copies} of free @uref{http://www.gnu.org/doc/doc.html,
22030 GNU manuals}, too.)
22031
22032 Free documentation, like free software, is a matter of freedom, not
22033 price. The problem with these manuals was not that O'Reilly Associates
22034 charged a price for printed copies---that in itself is fine. (The Free
22035 Software Foundation sells printed copies of free GNU manuals, too.)
22036 But GNU manuals are available in source code form, while these manuals
22037 are available only on paper. GNU manuals come with permission to copy
22038 and modify; the Perl manuals do not. These restrictions are the
22039 problems.
22040
22041 The criterion for a free manual is pretty much the same as for free
22042 software: it is a matter of giving all users certain
22043 freedoms. Redistribution (including commercial redistribution) must be
22044 permitted, so that the manual can accompany every copy of the program,
22045 on-line or on paper. Permission for modification is crucial too.
22046
22047 As a general rule, I don't believe that it is essential for people to
22048 have permission to modify all sorts of articles and books. The issues
22049 for writings are not necessarily the same as those for software. For
22050 example, I don't think you or I are obliged to give permission to
22051 modify articles like this one, which describe our actions and our
22052 views.
22053
22054 But there is a particular reason why the freedom to modify is crucial
22055 for documentation for free software. When people exercise their right
22056 to modify the software, and add or change its features, if they are
22057 conscientious they will change the manual too---so they can provide
22058 accurate and usable documentation with the modified program. A manual
22059 which forbids programmers to be conscientious and finish the job, or
22060 more precisely requires them to write a new manual from scratch if
22061 they change the program, does not fill our community's needs.
22062
22063 While a blanket prohibition on modification is unacceptable, some
22064 kinds of limits on the method of modification pose no problem. For
22065 example, requirements to preserve the original author's copyright
22066 notice, the distribution terms, or the list of authors, are ok. It is
22067 also no problem to require modified versions to include notice that
22068 they were modified, even to have entire sections that may not be
22069 deleted or changed, as long as these sections deal with nontechnical
22070 topics. (Some GNU manuals have them.)
22071
22072 These kinds of restrictions are not a problem because, as a practical
22073 matter, they don't stop the conscientious programmer from adapting the
22074 manual to fit the modified program. In other words, they don't block
22075 the free software community from making full use of the manual.
22076
22077 However, it must be possible to modify all the technical content of
22078 the manual, and then distribute the result in all the usual media,
22079 through all the usual channels; otherwise, the restrictions do block
22080 the community, the manual is not free, and so we need another manual.
22081
22082 Unfortunately, it is often hard to find someone to write another
22083 manual when a proprietary manual exists. The obstacle is that many
22084 users think that a proprietary manual is good enough---so they don't
22085 see the need to write a free manual. They do not see that the free
22086 operating system has a gap that needs filling.
22087
22088 Why do users think that proprietary manuals are good enough? Some have
22089 not considered the issue. I hope this article will do something to
22090 change that.
22091
22092 Other users consider proprietary manuals acceptable for the same
22093 reason so many people consider proprietary software acceptable: they
22094 judge in purely practical terms, not using freedom as a
22095 criterion. These people are entitled to their opinions, but since
22096 those opinions spring from values which do not include freedom, they
22097 are no guide for those of us who do value freedom.
22098
22099 Please spread the word about this issue. We continue to lose manuals
22100 to proprietary publishing. If we spread the word that proprietary
22101 manuals are not sufficient, perhaps the next person who wants to help
22102 GNU by writing documentation will realize, before it is too late, that
22103 he must above all make it free.
22104
22105 We can also encourage commercial publishers to sell free, copylefted
22106 manuals instead of proprietary ones. One way you can help this is to
22107 check the distribution terms of a manual before you buy it, and prefer
22108 copylefted manuals to non-copylefted ones.
22109
22110 @sp 2
22111 @noindent
22112 Note: The Free Software Foundation maintains a page on its Web site
22113 that lists free books available from other publishers:@*
22114 @uref{http://www.gnu.org/doc/other-free-books.html}
22115
22116 @node GNU Free Documentation License, Index, Free Software and Free Manuals, Top
22117 @appendix GNU Free Documentation License
22118
22119 @cindex FDL, GNU Free Documentation License
22120 @center Version 1.2, November 2002
22121
22122 @display
22123 Copyright @copyright{} 2000,2001,2002 Free Software Foundation, Inc.
22124 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
22125
22126 Everyone is permitted to copy and distribute verbatim copies
22127 of this license document, but changing it is not allowed.
22128 @end display
22129
22130 @enumerate 0
22131 @item
22132 PREAMBLE
22133
22134 The purpose of this License is to make a manual, textbook, or other
22135 functional and useful document @dfn{free} in the sense of freedom: to
22136 assure everyone the effective freedom to copy and redistribute it,
22137 with or without modifying it, either commercially or noncommercially.
22138 Secondarily, this License preserves for the author and publisher a way
22139 to get credit for their work, while not being considered responsible
22140 for modifications made by others.
22141
22142 This License is a kind of ``copyleft'', which means that derivative
22143 works of the document must themselves be free in the same sense. It
22144 complements the GNU General Public License, which is a copyleft
22145 license designed for free software.
22146
22147 We have designed this License in order to use it for manuals for free
22148 software, because free software needs free documentation: a free
22149 program should come with manuals providing the same freedoms that the
22150 software does. But this License is not limited to software manuals;
22151 it can be used for any textual work, regardless of subject matter or
22152 whether it is published as a printed book. We recommend this License
22153 principally for works whose purpose is instruction or reference.
22154
22155 @item
22156 APPLICABILITY AND DEFINITIONS
22157
22158 This License applies to any manual or other work, in any medium, that
22159 contains a notice placed by the copyright holder saying it can be
22160 distributed under the terms of this License. Such a notice grants a
22161 world-wide, royalty-free license, unlimited in duration, to use that
22162 work under the conditions stated herein. The ``Document'', below,
22163 refers to any such manual or work. Any member of the public is a
22164 licensee, and is addressed as ``you''. You accept the license if you
22165 copy, modify or distribute the work in a way requiring permission
22166 under copyright law.
22167
22168 A ``Modified Version'' of the Document means any work containing the
22169 Document or a portion of it, either copied verbatim, or with
22170 modifications and/or translated into another language.
22171
22172 A ``Secondary Section'' is a named appendix or a front-matter section
22173 of the Document that deals exclusively with the relationship of the
22174 publishers or authors of the Document to the Document's overall
22175 subject (or to related matters) and contains nothing that could fall
22176 directly within that overall subject. (Thus, if the Document is in
22177 part a textbook of mathematics, a Secondary Section may not explain
22178 any mathematics.) The relationship could be a matter of historical
22179 connection with the subject or with related matters, or of legal,
22180 commercial, philosophical, ethical or political position regarding
22181 them.
22182
22183 The ``Invariant Sections'' are certain Secondary Sections whose titles
22184 are designated, as being those of Invariant Sections, in the notice
22185 that says that the Document is released under this License. If a
22186 section does not fit the above definition of Secondary then it is not
22187 allowed to be designated as Invariant. The Document may contain zero
22188 Invariant Sections. If the Document does not identify any Invariant
22189 Sections then there are none.
22190
22191 The ``Cover Texts'' are certain short passages of text that are listed,
22192 as Front-Cover Texts or Back-Cover Texts, in the notice that says that
22193 the Document is released under this License. A Front-Cover Text may
22194 be at most 5 words, and a Back-Cover Text may be at most 25 words.
22195
22196 A ``Transparent'' copy of the Document means a machine-readable copy,
22197 represented in a format whose specification is available to the
22198 general public, that is suitable for revising the document
22199 straightforwardly with generic text editors or (for images composed of
22200 pixels) generic paint programs or (for drawings) some widely available
22201 drawing editor, and that is suitable for input to text formatters or
22202 for automatic translation to a variety of formats suitable for input
22203 to text formatters. A copy made in an otherwise Transparent file
22204 format whose markup, or absence of markup, has been arranged to thwart
22205 or discourage subsequent modification by readers is not Transparent.
22206 An image format is not Transparent if used for any substantial amount
22207 of text. A copy that is not ``Transparent'' is called ``Opaque''.
22208
22209 Examples of suitable formats for Transparent copies include plain
22210 @sc{ascii} without markup, Texinfo input format, La@TeX{} input
22211 format, @acronym{SGML} or @acronym{XML} using a publicly available
22212 @acronym{DTD}, and standard-conforming simple @acronym{HTML},
22213 PostScript or @acronym{PDF} designed for human modification. Examples
22214 of transparent image formats include @acronym{PNG}, @acronym{XCF} and
22215 @acronym{JPG}. Opaque formats include proprietary formats that can be
22216 read and edited only by proprietary word processors, @acronym{SGML} or
22217 @acronym{XML} for which the @acronym{DTD} and/or processing tools are
22218 not generally available, and the machine-generated @acronym{HTML},
22219 PostScript or @acronym{PDF} produced by some word processors for
22220 output purposes only.
22221
22222 The ``Title Page'' means, for a printed book, the title page itself,
22223 plus such following pages as are needed to hold, legibly, the material
22224 this License requires to appear in the title page. For works in
22225 formats which do not have any title page as such, ``Title Page'' means
22226 the text near the most prominent appearance of the work's title,
22227 preceding the beginning of the body of the text.
22228
22229 A section ``Entitled XYZ'' means a named subunit of the Document whose
22230 title either is precisely XYZ or contains XYZ in parentheses following
22231 text that translates XYZ in another language. (Here XYZ stands for a
22232 specific section name mentioned below, such as ``Acknowledgements'',
22233 ``Dedications'', ``Endorsements'', or ``History''.) To ``Preserve the Title''
22234 of such a section when you modify the Document means that it remains a
22235 section ``Entitled XYZ'' according to this definition.
22236
22237 The Document may include Warranty Disclaimers next to the notice which
22238 states that this License applies to the Document. These Warranty
22239 Disclaimers are considered to be included by reference in this
22240 License, but only as regards disclaiming warranties: any other
22241 implication that these Warranty Disclaimers may have is void and has
22242 no effect on the meaning of this License.
22243
22244 @item
22245 VERBATIM COPYING
22246
22247 You may copy and distribute the Document in any medium, either
22248 commercially or noncommercially, provided that this License, the
22249 copyright notices, and the license notice saying this License applies
22250 to the Document are reproduced in all copies, and that you add no other
22251 conditions whatsoever to those of this License. You may not use
22252 technical measures to obstruct or control the reading or further
22253 copying of the copies you make or distribute. However, you may accept
22254 compensation in exchange for copies. If you distribute a large enough
22255 number of copies you must also follow the conditions in section 3.
22256
22257 You may also lend copies, under the same conditions stated above, and
22258 you may publicly display copies.
22259
22260 @item
22261 COPYING IN QUANTITY
22262
22263 If you publish printed copies (or copies in media that commonly have
22264 printed covers) of the Document, numbering more than 100, and the
22265 Document's license notice requires Cover Texts, you must enclose the
22266 copies in covers that carry, clearly and legibly, all these Cover
22267 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
22268 the back cover. Both covers must also clearly and legibly identify
22269 you as the publisher of these copies. The front cover must present
22270 the full title with all words of the title equally prominent and
22271 visible. You may add other material on the covers in addition.
22272 Copying with changes limited to the covers, as long as they preserve
22273 the title of the Document and satisfy these conditions, can be treated
22274 as verbatim copying in other respects.
22275
22276 If the required texts for either cover are too voluminous to fit
22277 legibly, you should put the first ones listed (as many as fit
22278 reasonably) on the actual cover, and continue the rest onto adjacent
22279 pages.
22280
22281 If you publish or distribute Opaque copies of the Document numbering
22282 more than 100, you must either include a machine-readable Transparent
22283 copy along with each Opaque copy, or state in or with each Opaque copy
22284 a computer-network location from which the general network-using
22285 public has access to download using public-standard network protocols
22286 a complete Transparent copy of the Document, free of added material.
22287 If you use the latter option, you must take reasonably prudent steps,
22288 when you begin distribution of Opaque copies in quantity, to ensure
22289 that this Transparent copy will remain thus accessible at the stated
22290 location until at least one year after the last time you distribute an
22291 Opaque copy (directly or through your agents or retailers) of that
22292 edition to the public.
22293
22294 It is requested, but not required, that you contact the authors of the
22295 Document well before redistributing any large number of copies, to give
22296 them a chance to provide you with an updated version of the Document.
22297
22298 @item
22299 MODIFICATIONS
22300
22301 You may copy and distribute a Modified Version of the Document under
22302 the conditions of sections 2 and 3 above, provided that you release
22303 the Modified Version under precisely this License, with the Modified
22304 Version filling the role of the Document, thus licensing distribution
22305 and modification of the Modified Version to whoever possesses a copy
22306 of it. In addition, you must do these things in the Modified Version:
22307
22308 @enumerate A
22309 @item
22310 Use in the Title Page (and on the covers, if any) a title distinct
22311 from that of the Document, and from those of previous versions
22312 (which should, if there were any, be listed in the History section
22313 of the Document). You may use the same title as a previous version
22314 if the original publisher of that version gives permission.
22315
22316 @item
22317 List on the Title Page, as authors, one or more persons or entities
22318 responsible for authorship of the modifications in the Modified
22319 Version, together with at least five of the principal authors of the
22320 Document (all of its principal authors, if it has fewer than five),
22321 unless they release you from this requirement.
22322
22323 @item
22324 State on the Title page the name of the publisher of the
22325 Modified Version, as the publisher.
22326
22327 @item
22328 Preserve all the copyright notices of the Document.
22329
22330 @item
22331 Add an appropriate copyright notice for your modifications
22332 adjacent to the other copyright notices.
22333
22334 @item
22335 Include, immediately after the copyright notices, a license notice
22336 giving the public permission to use the Modified Version under the
22337 terms of this License, in the form shown in the Addendum below.
22338
22339 @item
22340 Preserve in that license notice the full lists of Invariant Sections
22341 and required Cover Texts given in the Document's license notice.
22342
22343 @item
22344 Include an unaltered copy of this License.
22345
22346 @item
22347 Preserve the section Entitled ``History'', Preserve its Title, and add
22348 to it an item stating at least the title, year, new authors, and
22349 publisher of the Modified Version as given on the Title Page. If
22350 there is no section Entitled ``History'' in the Document, create one
22351 stating the title, year, authors, and publisher of the Document as
22352 given on its Title Page, then add an item describing the Modified
22353 Version as stated in the previous sentence.
22354
22355 @item
22356 Preserve the network location, if any, given in the Document for
22357 public access to a Transparent copy of the Document, and likewise
22358 the network locations given in the Document for previous versions
22359 it was based on. These may be placed in the ``History'' section.
22360 You may omit a network location for a work that was published at
22361 least four years before the Document itself, or if the original
22362 publisher of the version it refers to gives permission.
22363
22364 @item
22365 For any section Entitled ``Acknowledgements'' or ``Dedications'', Preserve
22366 the Title of the section, and preserve in the section all the
22367 substance and tone of each of the contributor acknowledgements and/or
22368 dedications given therein.
22369
22370 @item
22371 Preserve all the Invariant Sections of the Document,
22372 unaltered in their text and in their titles. Section numbers
22373 or the equivalent are not considered part of the section titles.
22374
22375 @item
22376 Delete any section Entitled ``Endorsements''. Such a section
22377 may not be included in the Modified Version.
22378
22379 @item
22380 Do not retitle any existing section to be Entitled ``Endorsements'' or
22381 to conflict in title with any Invariant Section.
22382
22383 @item
22384 Preserve any Warranty Disclaimers.
22385 @end enumerate
22386
22387 If the Modified Version includes new front-matter sections or
22388 appendices that qualify as Secondary Sections and contain no material
22389 copied from the Document, you may at your option designate some or all
22390 of these sections as invariant. To do this, add their titles to the
22391 list of Invariant Sections in the Modified Version's license notice.
22392 These titles must be distinct from any other section titles.
22393
22394 You may add a section Entitled ``Endorsements'', provided it contains
22395 nothing but endorsements of your Modified Version by various
22396 parties---for example, statements of peer review or that the text has
22397 been approved by an organization as the authoritative definition of a
22398 standard.
22399
22400 You may add a passage of up to five words as a Front-Cover Text, and a
22401 passage of up to 25 words as a Back-Cover Text, to the end of the list
22402 of Cover Texts in the Modified Version. Only one passage of
22403 Front-Cover Text and one of Back-Cover Text may be added by (or
22404 through arrangements made by) any one entity. If the Document already
22405 includes a cover text for the same cover, previously added by you or
22406 by arrangement made by the same entity you are acting on behalf of,
22407 you may not add another; but you may replace the old one, on explicit
22408 permission from the previous publisher that added the old one.
22409
22410 The author(s) and publisher(s) of the Document do not by this License
22411 give permission to use their names for publicity for or to assert or
22412 imply endorsement of any Modified Version.
22413
22414 @item
22415 COMBINING DOCUMENTS
22416
22417 You may combine the Document with other documents released under this
22418 License, under the terms defined in section 4 above for modified
22419 versions, provided that you include in the combination all of the
22420 Invariant Sections of all of the original documents, unmodified, and
22421 list them all as Invariant Sections of your combined work in its
22422 license notice, and that you preserve all their Warranty Disclaimers.
22423
22424 The combined work need only contain one copy of this License, and
22425 multiple identical Invariant Sections may be replaced with a single
22426 copy. If there are multiple Invariant Sections with the same name but
22427 different contents, make the title of each such section unique by
22428 adding at the end of it, in parentheses, the name of the original
22429 author or publisher of that section if known, or else a unique number.
22430 Make the same adjustment to the section titles in the list of
22431 Invariant Sections in the license notice of the combined work.
22432
22433 In the combination, you must combine any sections Entitled ``History''
22434 in the various original documents, forming one section Entitled
22435 ``History''; likewise combine any sections Entitled ``Acknowledgements'',
22436 and any sections Entitled ``Dedications''. You must delete all
22437 sections Entitled ``Endorsements.''
22438
22439 @item
22440 COLLECTIONS OF DOCUMENTS
22441
22442 You may make a collection consisting of the Document and other documents
22443 released under this License, and replace the individual copies of this
22444 License in the various documents with a single copy that is included in
22445 the collection, provided that you follow the rules of this License for
22446 verbatim copying of each of the documents in all other respects.
22447
22448 You may extract a single document from such a collection, and distribute
22449 it individually under this License, provided you insert a copy of this
22450 License into the extracted document, and follow this License in all
22451 other respects regarding verbatim copying of that document.
22452
22453 @item
22454 AGGREGATION WITH INDEPENDENT WORKS
22455
22456 A compilation of the Document or its derivatives with other separate
22457 and independent documents or works, in or on a volume of a storage or
22458 distribution medium, is called an ``aggregate'' if the copyright
22459 resulting from the compilation is not used to limit the legal rights
22460 of the compilation's users beyond what the individual works permit.
22461 When the Document is included in an aggregate, this License does not
22462 apply to the other works in the aggregate which are not themselves
22463 derivative works of the Document.
22464
22465 If the Cover Text requirement of section 3 is applicable to these
22466 copies of the Document, then if the Document is less than one half of
22467 the entire aggregate, the Document's Cover Texts may be placed on
22468 covers that bracket the Document within the aggregate, or the
22469 electronic equivalent of covers if the Document is in electronic form.
22470 Otherwise they must appear on printed covers that bracket the whole
22471 aggregate.
22472
22473 @item
22474 TRANSLATION
22475
22476 Translation is considered a kind of modification, so you may
22477 distribute translations of the Document under the terms of section 4.
22478 Replacing Invariant Sections with translations requires special
22479 permission from their copyright holders, but you may include
22480 translations of some or all Invariant Sections in addition to the
22481 original versions of these Invariant Sections. You may include a
22482 translation of this License, and all the license notices in the
22483 Document, and any Warranty Disclaimers, provided that you also include
22484 the original English version of this License and the original versions
22485 of those notices and disclaimers. In case of a disagreement between
22486 the translation and the original version of this License or a notice
22487 or disclaimer, the original version will prevail.
22488
22489 If a section in the Document is Entitled ``Acknowledgements'',
22490 ``Dedications'', or ``History'', the requirement (section 4) to Preserve
22491 its Title (section 1) will typically require changing the actual
22492 title.
22493
22494 @item
22495 TERMINATION
22496
22497 You may not copy, modify, sublicense, or distribute the Document except
22498 as expressly provided for under this License. Any other attempt to
22499 copy, modify, sublicense or distribute the Document is void, and will
22500 automatically terminate your rights under this License. However,
22501 parties who have received copies, or rights, from you under this
22502 License will not have their licenses terminated so long as such
22503 parties remain in full compliance.
22504
22505 @item
22506 FUTURE REVISIONS OF THIS LICENSE
22507
22508 The Free Software Foundation may publish new, revised versions
22509 of the GNU Free Documentation License from time to time. Such new
22510 versions will be similar in spirit to the present version, but may
22511 differ in detail to address new problems or concerns. See
22512 @uref{http://www.gnu.org/copyleft/}.
22513
22514 Each version of the License is given a distinguishing version number.
22515 If the Document specifies that a particular numbered version of this
22516 License ``or any later version'' applies to it, you have the option of
22517 following the terms and conditions either of that specified version or
22518 of any later version that has been published (not as a draft) by the
22519 Free Software Foundation. If the Document does not specify a version
22520 number of this License, you may choose any version ever published (not
22521 as a draft) by the Free Software Foundation.
22522 @end enumerate
22523
22524 @page
22525 @appendixsubsec ADDENDUM: How to use this License for your documents
22526
22527 To use this License in a document you have written, include a copy of
22528 the License in the document and put the following copyright and
22529 license notices just after the title page:
22530
22531 @smallexample
22532 @group
22533 Copyright (C) @var{year} @var{your name}.
22534 Permission is granted to copy, distribute and/or modify this document
22535 under the terms of the GNU Free Documentation License, Version 1.2
22536 or any later version published by the Free Software Foundation;
22537 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
22538 A copy of the license is included in the section entitled ``GNU
22539 Free Documentation License''.
22540 @end group
22541 @end smallexample
22542
22543 If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
22544 replace the ``with...Texts.'' line with this:
22545
22546 @smallexample
22547 @group
22548 with the Invariant Sections being @var{list their titles}, with
22549 the Front-Cover Texts being @var{list}, and with the Back-Cover Texts
22550 being @var{list}.
22551 @end group
22552 @end smallexample
22553
22554 If you have Invariant Sections without Cover Texts, or some other
22555 combination of the three, merge those two alternatives to suit the
22556 situation.
22557
22558 If your document contains nontrivial examples of program code, we
22559 recommend releasing these examples in parallel under your choice of
22560 free software license, such as the GNU General Public License,
22561 to permit their use in free software.
22562
22563 @node Index, About the Author, GNU Free Documentation License, Top
22564 @comment node-name, next, previous, up
22565 @unnumbered Index
22566
22567 @ignore
22568 MENU ENTRY: NODE NAME.
22569 @end ignore
22570
22571 @printindex cp
22572
22573 @iftex
22574 @c Place biographical information on right-hand (verso) page
22575
22576 @tex
22577 \ifodd\pageno
22578 \par\vfill\supereject
22579 \global\evenheadline={\hfil} \global\evenfootline={\hfil}
22580 \global\oddheadline={\hfil} \global\oddfootline={\hfil}
22581 \page\hbox{}\page
22582 \else
22583 \par\vfill\supereject
22584 \par\vfill\supereject
22585 \global\evenheadline={\hfil} \global\evenfootline={\hfil}
22586 \global\oddheadline={\hfil} \global\oddfootline={\hfil}
22587 \page\hbox{}\page
22588 \page\hbox{}\page
22589 \fi
22590 @end tex
22591
22592 @page
22593 @w{ }
22594
22595 @c ================ Biographical information ================
22596
22597 @w{ }
22598 @sp 8
22599 @center About the Author
22600 @sp 1
22601 @end iftex
22602
22603 @ifnottex
22604 @node About the Author, , Index, Top
22605 @unnumbered About the Author
22606 @end ifnottex
22607
22608 @quotation
22609 Robert J. Chassell has worked with GNU Emacs since 1985. He writes
22610 and edits, teaches Emacs and Emacs Lisp, and speaks throughout the
22611 world on software freedom. Chassell was a founding Director and
22612 Treasurer of the Free Software Foundation, Inc. He is co-author of
22613 the @cite{Texinfo} manual, and has edited more than a dozen other
22614 books. He graduated from Cambridge University, in England. He has an
22615 abiding interest in social and economic history and flies his own
22616 airplane.
22617 @end quotation
22618
22619 @page
22620 @w{ }
22621
22622 @c Prevent page number on blank verso, so eject it first.
22623 @tex
22624 \par\vfill\supereject
22625 @end tex
22626
22627 @iftex
22628 @headings off
22629 @evenheading @thispage @| @| @thistitle
22630 @oddheading @| @| @thispage
22631 @end iftex
22632
22633 @bye
22634
22635 @ignore
22636 arch-tag: da1a2154-531f-43a8-8e33-fc7faad10acf
22637 @end ignore
22638