Add support for auto-generating info/dir
[bpt/emacs.git] / doc / lispintro / emacs-lisp-intro.texi
1 \input texinfo @c -*-texinfo-*-
2 @comment %**start of header
3 @setfilename ../../info/eintr
4 @c setfilename emacs-lisp-intro.info
5 @c sethtmlfilename emacs-lisp-intro.html
6 @settitle Programming in Emacs Lisp
7 @syncodeindex vr cp
8 @syncodeindex fn cp
9 @finalout
10
11 @include emacsver.texi
12
13 @c ================ How to Print a Book in Various Sizes ================
14
15 @c This book can be printed in any of three different sizes.
16 @c Set the following @-commands appropriately.
17
18 @c 7 by 9.25 inches:
19 @c @smallbook
20 @c @clear largebook
21
22 @c 8.5 by 11 inches:
23 @c @c smallbook
24 @c @set largebook
25
26 @c European A4 size paper:
27 @c @c smallbook
28 @c @afourpaper
29 @c @set largebook
30
31 @c (Note: if you edit the book so as to change the length of the
32 @c table of contents, you may have to change the value of `pageno' below.)
33
34 @c <<<< For hard copy printing, this file is now
35 @c set for smallbook, which works for all sizes
36 @c of paper, and with PostScript figures >>>>
37
38 @set smallbook
39 @ifset smallbook
40 @smallbook
41 @clear largebook
42 @end ifset
43
44 @c ================ Included Figures ================
45
46 @c If you clear this, the figures will be printed as ASCII diagrams
47 @c rather than PostScript/PDF.
48 @c (This is not relevant to Info, since Info only handles ASCII.)
49 @set print-postscript-figures
50 @c clear print-postscript-figures
51
52 @comment %**end of header
53
54 @c per rms and peterb, use 10pt fonts for the main text, mostly to
55 @c save on paper cost.
56 @c Do this inside @tex for now, so current makeinfo does not complain.
57 @tex
58 @ifset smallbook
59 @fonttextsize 10
60
61 @end ifset
62 \global\hbadness=6666 % don't worry about not-too-underfull boxes
63 @end tex
64
65 @c These refer to the printed book sold by the FSF.
66 @set edition-number 3.10
67 @set update-date 28 October 2009
68
69 @c For next or subsequent edition:
70 @c create function using with-output-to-temp-buffer
71 @c create a major mode, with keymaps
72 @c run an asynchronous process, like grep or diff
73
74 @c For 8.5 by 11 inch format: do not use such a small amount of
75 @c whitespace between paragraphs as smallbook format
76 @ifset largebook
77 @tex
78 \global\parskip 6pt plus 1pt
79 @end tex
80 @end ifset
81
82 @c For all sized formats: print within-book cross
83 @c reference with ``...'' rather than [...]
84
85 @c This works with the texinfo.tex file, version 2003-05-04.08,
86 @c in the Texinfo version 4.6 of the 2003 Jun 13 distribution.
87
88 @tex
89 \if \xrefprintnodename
90 \global\def\xrefprintnodename#1{\unskip, ``#1''}
91 \else
92 \global\def\xrefprintnodename#1{ ``#1''}
93 \fi
94 % \global\def\xrefprintnodename#1{, ``#1''}
95 @end tex
96
97 @c ----------------------------------------------------
98
99 @dircategory GNU Emacs Lisp
100 @direntry
101 * Emacs Lisp Intro: (eintr). A simple introduction to Emacs Lisp programming.
102 @end direntry
103
104 @copying
105 This is an @cite{Introduction to Programming in Emacs Lisp}, for
106 people who are not programmers.
107 @sp 1
108 @iftex
109 Edition @value{edition-number}, @value{update-date}
110 @end iftex
111 @ifnottex
112 Distributed with Emacs version @value{EMACSVER}.
113 @end ifnottex
114 @sp 1
115 Copyright @copyright{} 1990--1995, 1997, 2001--2013 Free Software
116 Foundation, Inc.
117 @sp 1
118
119 @iftex
120 Published by the:@*
121
122 GNU Press, @hfill @uref{http://www.fsf.org/licensing/gnu-press/}@*
123 a division of the @hfill email: @email{sales@@fsf.org}@*
124 Free Software Foundation, Inc. @hfill Tel: +1 (617) 542-5942@*
125 51 Franklin Street, Fifth Floor @hfill Fax: +1 (617) 542-2652@*
126 Boston, MA 02110-1301 USA
127 @end iftex
128
129 @ifnottex
130 Printed copies available from @uref{http://shop.fsf.org/}. Published by:
131
132 @example
133 GNU Press, http://www.fsf.org/licensing/gnu-press/
134 a division of the email: sales@@fsf.org
135 Free Software Foundation, Inc. Tel: +1 (617) 542-5942
136 51 Franklin Street, Fifth Floor Fax: +1 (617) 542-2652
137 Boston, MA 02110-1301 USA
138 @end example
139 @end ifnottex
140
141 @sp 1
142 ISBN 1-882114-43-4
143
144 Permission is granted to copy, distribute and/or modify this document
145 under the terms of the GNU Free Documentation License, Version 1.3 or
146 any later version published by the Free Software Foundation; there
147 being no Invariant Section, with the Front-Cover Texts being ``A GNU
148 Manual'', and with the Back-Cover Texts as in (a) below. A copy of
149 the license is included in the section entitled ``GNU Free
150 Documentation License''.
151
152 (a) The FSF's Back-Cover Text is: ``You have the freedom to
153 copy and modify this GNU manual. Buying copies from the FSF
154 supports it in developing GNU and promoting software freedom.''
155 @end copying
156
157 @c half title; two lines here, so do not use `shorttitlepage'
158 @tex
159 {\begingroup%
160 \hbox{}\vskip 1.5in \chaprm \centerline{An Introduction to}%
161 \endgroup}%
162 {\begingroup\hbox{}\vskip 0.25in \chaprm%
163 \centerline{Programming in Emacs Lisp}%
164 \endgroup\page\hbox{}\page}
165 @end tex
166
167 @titlepage
168 @sp 6
169 @center @titlefont{An Introduction to}
170 @sp 2
171 @center @titlefont{Programming in Emacs Lisp}
172 @sp 2
173 @center Revised Third Edition
174 @sp 4
175 @center by Robert J. Chassell
176
177 @page
178 @vskip 0pt plus 1filll
179 @insertcopying
180 @end titlepage
181
182 @iftex
183 @headings off
184 @evenheading @thispage @| @| @thischapter
185 @oddheading @thissection @| @| @thispage
186 @end iftex
187
188 @ifnothtml
189 @c Keep T.O.C. short by tightening up for largebook
190 @ifset largebook
191 @tex
192 \global\parskip 2pt plus 1pt
193 \global\advance\baselineskip by -1pt
194 @end tex
195 @end ifset
196 @end ifnothtml
197
198 @shortcontents
199 @contents
200
201 @ifnottex
202 @node Top
203 @top An Introduction to Programming in Emacs Lisp
204
205 @ifset WWW_GNU_ORG
206 @html
207 <p>The homepage for GNU Emacs is at
208 <a href="/software/emacs/">http://www.gnu.org/software/emacs/</a>.<br>
209 To view this manual in other formats, click
210 <a href="/software/emacs/manual/eintr.html">here</a>.
211 @end html
212 @end ifset
213
214 @insertcopying
215
216 This master menu first lists each chapter and index; then it lists
217 every node in every chapter.
218 @end ifnottex
219
220 @c >>>> Set pageno appropriately <<<<
221
222 @c The first page of the Preface is a roman numeral; it is the first
223 @c right handed page after the Table of Contents; hence the following
224 @c setting must be for an odd negative number.
225
226 @c iftex
227 @c global@pageno = -11
228 @c end iftex
229
230 @set COUNT-WORDS count-words-example
231 @c Length of variable name chosen so that things still line up when expanded.
232
233 @menu
234 * Preface:: What to look for.
235 * List Processing:: What is Lisp?
236 * Practicing Evaluation:: Running several programs.
237 * Writing Defuns:: How to write function definitions.
238 * Buffer Walk Through:: Exploring a few buffer-related functions.
239 * More Complex:: A few, even more complex functions.
240 * Narrowing & Widening:: Restricting your and Emacs attention to
241 a region.
242 * car cdr & cons:: Fundamental functions in Lisp.
243 * Cutting & Storing Text:: Removing text and saving it.
244 * List Implementation:: How lists are implemented in the computer.
245 * Yanking:: Pasting stored text.
246 * Loops & Recursion:: How to repeat a process.
247 * Regexp Search:: Regular expression searches.
248 * Counting Words:: A review of repetition and regexps.
249 * Words in a defun:: Counting words in a @code{defun}.
250 * Readying a Graph:: A prototype graph printing function.
251 * Emacs Initialization:: How to write a @file{.emacs} file.
252 * Debugging:: How to run the Emacs Lisp debuggers.
253 * Conclusion:: Now you have the basics.
254 * the-the:: An appendix: how to find reduplicated words.
255 * Kill Ring:: An appendix: how the kill ring works.
256 * Full Graph:: How to create a graph with labeled axes.
257 * Free Software and Free Manuals::
258 * GNU Free Documentation License::
259 * Index::
260 * About the Author::
261
262 @detailmenu
263 --- The Detailed Node Listing ---
264
265 Preface
266
267 * Why:: Why learn Emacs Lisp?
268 * On Reading this Text:: Read, gain familiarity, pick up habits....
269 * Who You Are:: For whom this is written.
270 * Lisp History::
271 * Note for Novices:: You can read this as a novice.
272 * Thank You::
273
274 List Processing
275
276 * Lisp Lists:: What are lists?
277 * Run a Program:: Any list in Lisp is a program ready to run.
278 * Making Errors:: Generating an error message.
279 * Names & Definitions:: Names of symbols and function definitions.
280 * Lisp Interpreter:: What the Lisp interpreter does.
281 * Evaluation:: Running a program.
282 * Variables:: Returning a value from a variable.
283 * Arguments:: Passing information to a function.
284 * set & setq:: Setting the value of a variable.
285 * Summary:: The major points.
286 * Error Message Exercises::
287
288 Lisp Lists
289
290 * Numbers Lists:: List have numbers, other lists, in them.
291 * Lisp Atoms:: Elemental entities.
292 * Whitespace in Lists:: Formatting lists to be readable.
293 * Typing Lists:: How GNU Emacs helps you type lists.
294
295 The Lisp Interpreter
296
297 * Complications:: Variables, Special forms, Lists within.
298 * Byte Compiling:: Specially processing code for speed.
299
300 Evaluation
301
302 * How the Interpreter Acts:: Returns and Side Effects...
303 * Evaluating Inner Lists:: Lists within lists...
304
305 Variables
306
307 * fill-column Example::
308 * Void Function:: The error message for a symbol
309 without a function.
310 * Void Variable:: The error message for a symbol without a value.
311
312 Arguments
313
314 * Data types:: Types of data passed to a function.
315 * Args as Variable or List:: An argument can be the value
316 of a variable or list.
317 * Variable Number of Arguments:: Some functions may take a
318 variable number of arguments.
319 * Wrong Type of Argument:: Passing an argument of the wrong type
320 to a function.
321 * message:: A useful function for sending messages.
322
323 Setting the Value of a Variable
324
325 * Using set:: Setting values.
326 * Using setq:: Setting a quoted value.
327 * Counting:: Using @code{setq} to count.
328
329 Practicing Evaluation
330
331 * How to Evaluate:: Typing editing commands or @kbd{C-x C-e}
332 causes evaluation.
333 * Buffer Names:: Buffers and files are different.
334 * Getting Buffers:: Getting a buffer itself, not merely its name.
335 * Switching Buffers:: How to change to another buffer.
336 * Buffer Size & Locations:: Where point is located and the size of
337 the buffer.
338 * Evaluation Exercise::
339
340 How To Write Function Definitions
341
342 * Primitive Functions::
343 * defun:: The @code{defun} macro.
344 * Install:: Install a function definition.
345 * Interactive:: Making a function interactive.
346 * Interactive Options:: Different options for @code{interactive}.
347 * Permanent Installation:: Installing code permanently.
348 * let:: Creating and initializing local variables.
349 * if:: What if?
350 * else:: If--then--else expressions.
351 * Truth & Falsehood:: What Lisp considers false and true.
352 * save-excursion:: Keeping track of point, mark, and buffer.
353 * Review::
354 * defun Exercises::
355
356 Install a Function Definition
357
358 * Effect of installation::
359 * Change a defun:: How to change a function definition.
360
361 Make a Function Interactive
362
363 * Interactive multiply-by-seven:: An overview.
364 * multiply-by-seven in detail:: The interactive version.
365
366 @code{let}
367
368 * Prevent confusion::
369 * Parts of let Expression::
370 * Sample let Expression::
371 * Uninitialized let Variables::
372
373 The @code{if} Special Form
374
375 * if in more detail::
376 * type-of-animal in detail:: An example of an @code{if} expression.
377
378 Truth and Falsehood in Emacs Lisp
379
380 * nil explained:: @code{nil} has two meanings.
381
382 @code{save-excursion}
383
384 * Point and mark:: A review of various locations.
385 * Template for save-excursion::
386
387 A Few Buffer--Related Functions
388
389 * Finding More:: How to find more information.
390 * simplified-beginning-of-buffer:: Shows @code{goto-char},
391 @code{point-min}, and @code{push-mark}.
392 * mark-whole-buffer:: Almost the same as @code{beginning-of-buffer}.
393 * append-to-buffer:: Uses @code{save-excursion} and
394 @code{insert-buffer-substring}.
395 * Buffer Related Review:: Review.
396 * Buffer Exercises::
397
398 The Definition of @code{mark-whole-buffer}
399
400 * mark-whole-buffer overview::
401 * Body of mark-whole-buffer:: Only three lines of code.
402
403 The Definition of @code{append-to-buffer}
404
405 * append-to-buffer overview::
406 * append interactive:: A two part interactive expression.
407 * append-to-buffer body:: Incorporates a @code{let} expression.
408 * append save-excursion:: How the @code{save-excursion} works.
409
410 A Few More Complex Functions
411
412 * copy-to-buffer:: With @code{set-buffer}, @code{get-buffer-create}.
413 * insert-buffer:: Read-only, and with @code{or}.
414 * beginning-of-buffer:: Shows @code{goto-char},
415 @code{point-min}, and @code{push-mark}.
416 * Second Buffer Related Review::
417 * optional Exercise::
418
419 The Definition of @code{insert-buffer}
420
421 * insert-buffer code::
422 * insert-buffer interactive:: When you can read, but not write.
423 * insert-buffer body:: The body has an @code{or} and a @code{let}.
424 * if & or:: Using an @code{if} instead of an @code{or}.
425 * Insert or:: How the @code{or} expression works.
426 * Insert let:: Two @code{save-excursion} expressions.
427 * New insert-buffer::
428
429 The Interactive Expression in @code{insert-buffer}
430
431 * Read-only buffer:: When a buffer cannot be modified.
432 * b for interactive:: An existing buffer or else its name.
433
434 Complete Definition of @code{beginning-of-buffer}
435
436 * Optional Arguments::
437 * beginning-of-buffer opt arg:: Example with optional argument.
438 * beginning-of-buffer complete::
439
440 @code{beginning-of-buffer} with an Argument
441
442 * Disentangle beginning-of-buffer::
443 * Large buffer case::
444 * Small buffer case::
445
446 Narrowing and Widening
447
448 * Narrowing advantages:: The advantages of narrowing
449 * save-restriction:: The @code{save-restriction} special form.
450 * what-line:: The number of the line that point is on.
451 * narrow Exercise::
452
453 @code{car}, @code{cdr}, @code{cons}: Fundamental Functions
454
455 * Strange Names:: An historical aside: why the strange names?
456 * car & cdr:: Functions for extracting part of a list.
457 * cons:: Constructing a list.
458 * nthcdr:: Calling @code{cdr} repeatedly.
459 * nth::
460 * setcar:: Changing the first element of a list.
461 * setcdr:: Changing the rest of a list.
462 * cons Exercise::
463
464 @code{cons}
465
466 * Build a list::
467 * length:: How to find the length of a list.
468
469 Cutting and Storing Text
470
471 * Storing Text:: Text is stored in a list.
472 * zap-to-char:: Cutting out text up to a character.
473 * kill-region:: Cutting text out of a region.
474 * copy-region-as-kill:: A definition for copying text.
475 * Digression into C:: Minor note on C programming language macros.
476 * defvar:: How to give a variable an initial value.
477 * cons & search-fwd Review::
478 * search Exercises::
479
480 @code{zap-to-char}
481
482 * Complete zap-to-char:: The complete implementation.
483 * zap-to-char interactive:: A three part interactive expression.
484 * zap-to-char body:: A short overview.
485 * search-forward:: How to search for a string.
486 * progn:: The @code{progn} special form.
487 * Summing up zap-to-char:: Using @code{point} and @code{search-forward}.
488
489 @code{kill-region}
490
491 * Complete kill-region:: The function definition.
492 * condition-case:: Dealing with a problem.
493 * Lisp macro::
494
495 @code{copy-region-as-kill}
496
497 * Complete copy-region-as-kill:: The complete function definition.
498 * copy-region-as-kill body:: The body of @code{copy-region-as-kill}.
499
500 The Body of @code{copy-region-as-kill}
501
502 * last-command & this-command::
503 * kill-append function::
504 * kill-new function::
505
506 Initializing a Variable with @code{defvar}
507
508 * See variable current value::
509 * defvar and asterisk::
510
511 How Lists are Implemented
512
513 * Lists diagrammed::
514 * Symbols as Chest:: Exploring a powerful metaphor.
515 * List Exercise::
516
517 Yanking Text Back
518
519 * Kill Ring Overview::
520 * kill-ring-yank-pointer:: The kill ring is a list.
521 * yank nthcdr Exercises:: The @code{kill-ring-yank-pointer} variable.
522
523 Loops and Recursion
524
525 * while:: Causing a stretch of code to repeat.
526 * dolist dotimes::
527 * Recursion:: Causing a function to call itself.
528 * Looping exercise::
529
530 @code{while}
531
532 * Looping with while:: Repeat so long as test returns true.
533 * Loop Example:: A @code{while} loop that uses a list.
534 * print-elements-of-list:: Uses @code{while}, @code{car}, @code{cdr}.
535 * Incrementing Loop:: A loop with an incrementing counter.
536 * Incrementing Loop Details::
537 * Decrementing Loop:: A loop with a decrementing counter.
538
539 Details of an Incrementing Loop
540
541 * Incrementing Example:: Counting pebbles in a triangle.
542 * Inc Example parts:: The parts of the function definition.
543 * Inc Example altogether:: Putting the function definition together.
544
545 Loop with a Decrementing Counter
546
547 * Decrementing Example:: More pebbles on the beach.
548 * Dec Example parts:: The parts of the function definition.
549 * Dec Example altogether:: Putting the function definition together.
550
551 Save your time: @code{dolist} and @code{dotimes}
552
553 * dolist::
554 * dotimes::
555
556 Recursion
557
558 * Building Robots:: Same model, different serial number ...
559 * Recursive Definition Parts:: Walk until you stop ...
560 * Recursion with list:: Using a list as the test whether to recurse.
561 * Recursive triangle function::
562 * Recursion with cond::
563 * Recursive Patterns:: Often used templates.
564 * No Deferment:: Don't store up work ...
565 * No deferment solution::
566
567 Recursion in Place of a Counter
568
569 * Recursive Example arg of 1 or 2::
570 * Recursive Example arg of 3 or 4::
571
572 Recursive Patterns
573
574 * Every::
575 * Accumulate::
576 * Keep::
577
578 Regular Expression Searches
579
580 * sentence-end:: The regular expression for @code{sentence-end}.
581 * re-search-forward:: Very similar to @code{search-forward}.
582 * forward-sentence:: A straightforward example of regexp search.
583 * forward-paragraph:: A somewhat complex example.
584 * etags:: How to create your own @file{TAGS} table.
585 * Regexp Review::
586 * re-search Exercises::
587
588 @code{forward-sentence}
589
590 * Complete forward-sentence::
591 * fwd-sentence while loops:: Two @code{while} loops.
592 * fwd-sentence re-search:: A regular expression search.
593
594 @code{forward-paragraph}: a Goldmine of Functions
595
596 * forward-paragraph in brief:: Key parts of the function definition.
597 * fwd-para let:: The @code{let*} expression.
598 * fwd-para while:: The forward motion @code{while} loop.
599
600 Counting: Repetition and Regexps
601
602 * Why Count Words::
603 * @value{COUNT-WORDS}:: Use a regexp, but find a problem.
604 * recursive-count-words:: Start with case of no words in region.
605 * Counting Exercise::
606
607 The @code{@value{COUNT-WORDS}} Function
608
609 * Design @value{COUNT-WORDS}:: The definition using a @code{while} loop.
610 * Whitespace Bug:: The Whitespace Bug in @code{@value{COUNT-WORDS}}.
611
612 Counting Words in a @code{defun}
613
614 * Divide and Conquer::
615 * Words and Symbols:: What to count?
616 * Syntax:: What constitutes a word or symbol?
617 * count-words-in-defun:: Very like @code{@value{COUNT-WORDS}}.
618 * Several defuns:: Counting several defuns in a file.
619 * Find a File:: Do you want to look at a file?
620 * lengths-list-file:: A list of the lengths of many definitions.
621 * Several files:: Counting in definitions in different files.
622 * Several files recursively:: Recursively counting in different files.
623 * Prepare the data:: Prepare the data for display in a graph.
624
625 Count Words in @code{defuns} in Different Files
626
627 * lengths-list-many-files:: Return a list of the lengths of defuns.
628 * append:: Attach one list to another.
629
630 Prepare the Data for Display in a Graph
631
632 * Data for Display in Detail::
633 * Sorting:: Sorting lists.
634 * Files List:: Making a list of files.
635 * Counting function definitions::
636
637 Readying a Graph
638
639 * Columns of a graph::
640 * graph-body-print:: How to print the body of a graph.
641 * recursive-graph-body-print::
642 * Printed Axes::
643 * Line Graph Exercise::
644
645 Your @file{.emacs} File
646
647 * Default Configuration::
648 * Site-wide Init:: You can write site-wide init files.
649 * defcustom:: Emacs will write code for you.
650 * Beginning init File:: How to write a @file{.emacs} init file.
651 * Text and Auto-fill:: Automatically wrap lines.
652 * Mail Aliases:: Use abbreviations for email addresses.
653 * Indent Tabs Mode:: Don't use tabs with @TeX{}
654 * Keybindings:: Create some personal keybindings.
655 * Keymaps:: More about key binding.
656 * Loading Files:: Load (i.e., evaluate) files automatically.
657 * Autoload:: Make functions available.
658 * Simple Extension:: Define a function; bind it to a key.
659 * X11 Colors:: Colors in X.
660 * Miscellaneous::
661 * Mode Line:: How to customize your mode line.
662
663 Debugging
664
665 * debug:: How to use the built-in debugger.
666 * debug-on-entry:: Start debugging when you call a function.
667 * debug-on-quit:: Start debugging when you quit with @kbd{C-g}.
668 * edebug:: How to use Edebug, a source level debugger.
669 * Debugging Exercises::
670
671 Handling the Kill Ring
672
673 * What the Kill Ring Does::
674 * current-kill::
675 * yank:: Paste a copy of a clipped element.
676 * yank-pop:: Insert element pointed to.
677 * ring file::
678
679 The @code{current-kill} Function
680
681 * Code for current-kill::
682 * Understanding current-kill::
683
684 @code{current-kill} in Outline
685
686 * Body of current-kill::
687 * Digression concerning error:: How to mislead humans, but not computers.
688 * Determining the Element::
689
690 A Graph with Labeled Axes
691
692 * Labeled Example::
693 * print-graph Varlist:: @code{let} expression in @code{print-graph}.
694 * print-Y-axis:: Print a label for the vertical axis.
695 * print-X-axis:: Print a horizontal label.
696 * Print Whole Graph:: The function to print a complete graph.
697
698 The @code{print-Y-axis} Function
699
700 * print-Y-axis in Detail::
701 * Height of label:: What height for the Y axis?
702 * Compute a Remainder:: How to compute the remainder of a division.
703 * Y Axis Element:: Construct a line for the Y axis.
704 * Y-axis-column:: Generate a list of Y axis labels.
705 * print-Y-axis Penultimate:: A not quite final version.
706
707 The @code{print-X-axis} Function
708
709 * Similarities differences:: Much like @code{print-Y-axis}, but not exactly.
710 * X Axis Tic Marks:: Create tic marks for the horizontal axis.
711
712 Printing the Whole Graph
713
714 * The final version:: A few changes.
715 * Test print-graph:: Run a short test.
716 * Graphing words in defuns:: Executing the final code.
717 * lambda:: How to write an anonymous function.
718 * mapcar:: Apply a function to elements of a list.
719 * Another Bug:: Yet another bug @dots{} most insidious.
720 * Final printed graph:: The graph itself!
721
722 @end detailmenu
723 @end menu
724
725 @node Preface
726 @unnumbered Preface
727
728 Most of the GNU Emacs integrated environment is written in the programming
729 language called Emacs Lisp. The code written in this programming
730 language is the software---the sets of instructions---that tell the
731 computer what to do when you give it commands. Emacs is designed so
732 that you can write new code in Emacs Lisp and easily install it as an
733 extension to the editor.
734
735 (GNU Emacs is sometimes called an ``extensible editor'', but it does
736 much more than provide editing capabilities. It is better to refer to
737 Emacs as an ``extensible computing environment''. However, that
738 phrase is quite a mouthful. It is easier to refer to Emacs simply as
739 an editor. Moreover, everything you do in Emacs---find the Mayan date
740 and phases of the moon, simplify polynomials, debug code, manage
741 files, read letters, write books---all these activities are kinds of
742 editing in the most general sense of the word.)
743
744 @menu
745 * Why:: Why learn Emacs Lisp?
746 * On Reading this Text:: Read, gain familiarity, pick up habits....
747 * Who You Are:: For whom this is written.
748 * Lisp History::
749 * Note for Novices:: You can read this as a novice.
750 * Thank You::
751 @end menu
752
753 @ifnottex
754 @node Why
755 @unnumberedsec Why Study Emacs Lisp?
756 @end ifnottex
757
758 Although Emacs Lisp is usually thought of in association only with Emacs,
759 it is a full computer programming language. You can use Emacs Lisp as
760 you would any other programming language.
761
762 Perhaps you want to understand programming; perhaps you want to extend
763 Emacs; or perhaps you want to become a programmer. This introduction to
764 Emacs Lisp is designed to get you started: to guide you in learning the
765 fundamentals of programming, and more importantly, to show you how you
766 can teach yourself to go further.
767
768 @node On Reading this Text
769 @unnumberedsec On Reading this Text
770
771 All through this document, you will see little sample programs you can
772 run inside of Emacs. If you read this document in Info inside of GNU
773 Emacs, you can run the programs as they appear. (This is easy to do and
774 is explained when the examples are presented.) Alternatively, you can
775 read this introduction as a printed book while sitting beside a computer
776 running Emacs. (This is what I like to do; I like printed books.) If
777 you don't have a running Emacs beside you, you can still read this book,
778 but in this case, it is best to treat it as a novel or as a travel guide
779 to a country not yet visited: interesting, but not the same as being
780 there.
781
782 Much of this introduction is dedicated to walkthroughs or guided tours
783 of code used in GNU Emacs. These tours are designed for two purposes:
784 first, to give you familiarity with real, working code (code you use
785 every day); and, second, to give you familiarity with the way Emacs
786 works. It is interesting to see how a working environment is
787 implemented.
788 Also, I
789 hope that you will pick up the habit of browsing through source code.
790 You can learn from it and mine it for ideas. Having GNU Emacs is like
791 having a dragon's cave of treasures.
792
793 In addition to learning about Emacs as an editor and Emacs Lisp as a
794 programming language, the examples and guided tours will give you an
795 opportunity to get acquainted with Emacs as a Lisp programming
796 environment. GNU Emacs supports programming and provides tools that
797 you will want to become comfortable using, such as @kbd{M-.} (the key
798 which invokes the @code{find-tag} command). You will also learn about
799 buffers and other objects that are part of the environment.
800 Learning about these features of Emacs is like learning new routes
801 around your home town.
802
803 @ignore
804 In addition, I have written several programs as extended examples.
805 Although these are examples, the programs are real. I use them.
806 Other people use them. You may use them. Beyond the fragments of
807 programs used for illustrations, there is very little in here that is
808 `just for teaching purposes'; what you see is used. This is a great
809 advantage of Emacs Lisp: it is easy to learn to use it for work.
810 @end ignore
811
812 Finally, I hope to convey some of the skills for using Emacs to
813 learn aspects of programming that you don't know. You can often use
814 Emacs to help you understand what puzzles you or to find out how to do
815 something new. This self-reliance is not only a pleasure, but an
816 advantage.
817
818 @node Who You Are
819 @unnumberedsec For Whom This is Written
820
821 This text is written as an elementary introduction for people who are
822 not programmers. If you are a programmer, you may not be satisfied with
823 this primer. The reason is that you may have become expert at reading
824 reference manuals and be put off by the way this text is organized.
825
826 An expert programmer who reviewed this text said to me:
827
828 @quotation
829 @i{I prefer to learn from reference manuals. I ``dive into'' each
830 paragraph, and ``come up for air'' between paragraphs.}
831
832 @i{When I get to the end of a paragraph, I assume that that subject is
833 done, finished, that I know everything I need (with the
834 possible exception of the case when the next paragraph starts talking
835 about it in more detail). I expect that a well written reference manual
836 will not have a lot of redundancy, and that it will have excellent
837 pointers to the (one) place where the information I want is.}
838 @end quotation
839
840 This introduction is not written for this person!
841
842 Firstly, I try to say everything at least three times: first, to
843 introduce it; second, to show it in context; and third, to show it in a
844 different context, or to review it.
845
846 Secondly, I hardly ever put all the information about a subject in one
847 place, much less in one paragraph. To my way of thinking, that imposes
848 too heavy a burden on the reader. Instead I try to explain only what
849 you need to know at the time. (Sometimes I include a little extra
850 information so you won't be surprised later when the additional
851 information is formally introduced.)
852
853 When you read this text, you are not expected to learn everything the
854 first time. Frequently, you need only make, as it were, a `nodding
855 acquaintance' with some of the items mentioned. My hope is that I have
856 structured the text and given you enough hints that you will be alert to
857 what is important, and concentrate on it.
858
859 You will need to ``dive into'' some paragraphs; there is no other way
860 to read them. But I have tried to keep down the number of such
861 paragraphs. This book is intended as an approachable hill, rather than
862 as a daunting mountain.
863
864 This introduction to @cite{Programming in Emacs Lisp} has a companion
865 document,
866 @iftex
867 @cite{The GNU Emacs Lisp Reference Manual}.
868 @end iftex
869 @ifnottex
870 @ref{Top, , The GNU Emacs Lisp Reference Manual, elisp, The GNU
871 Emacs Lisp Reference Manual}.
872 @end ifnottex
873 The reference manual has more detail than this introduction. In the
874 reference manual, all the information about one topic is concentrated
875 in one place. You should turn to it if you are like the programmer
876 quoted above. And, of course, after you have read this
877 @cite{Introduction}, you will find the @cite{Reference Manual} useful
878 when you are writing your own programs.
879
880 @node Lisp History
881 @unnumberedsec Lisp History
882 @cindex Lisp history
883
884 Lisp was first developed in the late 1950s at the Massachusetts
885 Institute of Technology for research in artificial intelligence. The
886 great power of the Lisp language makes it superior for other purposes as
887 well, such as writing editor commands and integrated environments.
888
889 @cindex Maclisp
890 @cindex Common Lisp
891 GNU Emacs Lisp is largely inspired by Maclisp, which was written at MIT
892 in the 1960s. It is somewhat inspired by Common Lisp, which became a
893 standard in the 1980s. However, Emacs Lisp is much simpler than Common
894 Lisp. (The standard Emacs distribution contains an optional extensions
895 file, @file{cl.el}, that adds many Common Lisp features to Emacs Lisp.)
896
897 @node Note for Novices
898 @unnumberedsec A Note for Novices
899
900 If you don't know GNU Emacs, you can still read this document
901 profitably. However, I recommend you learn Emacs, if only to learn to
902 move around your computer screen. You can teach yourself how to use
903 Emacs with the on-line tutorial. To use it, type @kbd{C-h t}. (This
904 means you press and release the @key{CTRL} key and the @kbd{h} at the
905 same time, and then press and release @kbd{t}.)
906
907 Also, I often refer to one of Emacs's standard commands by listing the
908 keys which you press to invoke the command and then giving the name of
909 the command in parentheses, like this: @kbd{M-C-\}
910 (@code{indent-region}). What this means is that the
911 @code{indent-region} command is customarily invoked by typing
912 @kbd{M-C-\}. (You can, if you wish, change the keys that are typed to
913 invoke the command; this is called @dfn{rebinding}. @xref{Keymaps, ,
914 Keymaps}.) The abbreviation @kbd{M-C-\} means that you type your
915 @key{META} key, @key{CTRL} key and @key{\} key all at the same time.
916 (On many modern keyboards the @key{META} key is labeled
917 @key{ALT}.)
918 Sometimes a combination like this is called a keychord, since it is
919 similar to the way you play a chord on a piano. If your keyboard does
920 not have a @key{META} key, the @key{ESC} key prefix is used in place
921 of it. In this case, @kbd{M-C-\} means that you press and release your
922 @key{ESC} key and then type the @key{CTRL} key and the @key{\} key at
923 the same time. But usually @kbd{M-C-\} means press the @key{CTRL} key
924 along with the key that is labeled @key{ALT} and, at the same time,
925 press the @key{\} key.
926
927 In addition to typing a lone keychord, you can prefix what you type
928 with @kbd{C-u}, which is called the `universal argument'. The
929 @kbd{C-u} keychord passes an argument to the subsequent command.
930 Thus, to indent a region of plain text by 6 spaces, mark the region,
931 and then type @w{@kbd{C-u 6 M-C-\}}. (If you do not specify a number,
932 Emacs either passes the number 4 to the command or otherwise runs the
933 command differently than it would otherwise.) @xref{Arguments, ,
934 Numeric Arguments, emacs, The GNU Emacs Manual}.
935
936 If you are reading this in Info using GNU Emacs, you can read through
937 this whole document just by pressing the space bar, @key{SPC}.
938 (To learn about Info, type @kbd{C-h i} and then select Info.)
939
940 A note on terminology: when I use the word Lisp alone, I often am
941 referring to the various dialects of Lisp in general, but when I speak
942 of Emacs Lisp, I am referring to GNU Emacs Lisp in particular.
943
944 @node Thank You
945 @unnumberedsec Thank You
946
947 My thanks to all who helped me with this book. My especial thanks to
948 @r{Jim Blandy}, @r{Noah Friedman}, @w{Jim Kingdon}, @r{Roland
949 McGrath}, @w{Frank Ritter}, @w{Randy Smith}, @w{Richard M.
950 Stallman}, and @w{Melissa Weisshaus}. My thanks also go to both
951 @w{Philip Johnson} and @w{David Stampe} for their patient
952 encouragement. My mistakes are my own.
953
954 @flushright
955 Robert J. Chassell
956 @ifnothtml
957 @email{bob@@gnu.org}
958 @end ifnothtml
959 @ifhtml
960 bob@@gnu.org
961 @end ifhtml
962 @end flushright
963
964 @c ================ Beginning of main text ================
965
966 @c Start main text on right-hand (verso) page
967
968 @tex
969 \par\vfill\supereject
970 \headings off
971 \ifodd\pageno
972 \par\vfill\supereject
973 \else
974 \par\vfill\supereject
975 \page\hbox{}\page
976 \par\vfill\supereject
977 \fi
978 @end tex
979
980 @c Note: this resetting of the page number back to 1 causes TeX to gripe
981 @c about already having seen page numbers 1-4 before (in the preface):
982 @c pdfTeX warning (ext4): destination with the same identifier (name{1})
983 @c has been already used, duplicate ignored
984 @c I guess that is harmless (what happens if a later part of the text
985 @c makes a link to something in the first 4 pages though?).
986 @c E.g., note that the Emacs manual has a preface, but does not bother
987 @c resetting the page numbers back to 1 after that.
988 @iftex
989 @headings off
990 @evenheading @thispage @| @| @thischapter
991 @oddheading @thissection @| @| @thispage
992 @global@pageno = 1
993 @end iftex
994
995 @node List Processing
996 @chapter List Processing
997
998 To the untutored eye, Lisp is a strange programming language. In Lisp
999 code there are parentheses everywhere. Some people even claim that
1000 the name stands for `Lots of Isolated Silly Parentheses'. But the
1001 claim is unwarranted. Lisp stands for LISt Processing, and the
1002 programming language handles @emph{lists} (and lists of lists) by
1003 putting them between parentheses. The parentheses mark the boundaries
1004 of the list. Sometimes a list is preceded by a single apostrophe or
1005 quotation mark, @samp{'}@footnote{The single apostrophe or quotation
1006 mark is an abbreviation for the function @code{quote}; you need not
1007 think about functions now; functions are defined in @ref{Making
1008 Errors, , Generate an Error Message}.} Lists are the basis of Lisp.
1009
1010 @menu
1011 * Lisp Lists:: What are lists?
1012 * Run a Program:: Any list in Lisp is a program ready to run.
1013 * Making Errors:: Generating an error message.
1014 * Names & Definitions:: Names of symbols and function definitions.
1015 * Lisp Interpreter:: What the Lisp interpreter does.
1016 * Evaluation:: Running a program.
1017 * Variables:: Returning a value from a variable.
1018 * Arguments:: Passing information to a function.
1019 * set & setq:: Setting the value of a variable.
1020 * Summary:: The major points.
1021 * Error Message Exercises::
1022 @end menu
1023
1024 @node Lisp Lists
1025 @section Lisp Lists
1026 @cindex Lisp Lists
1027
1028 In Lisp, a list looks like this: @code{'(rose violet daisy buttercup)}.
1029 This list is preceded by a single apostrophe. It could just as well be
1030 written as follows, which looks more like the kind of list you are likely
1031 to be familiar with:
1032
1033 @smallexample
1034 @group
1035 '(rose
1036 violet
1037 daisy
1038 buttercup)
1039 @end group
1040 @end smallexample
1041
1042 @noindent
1043 The elements of this list are the names of the four different flowers,
1044 separated from each other by whitespace and surrounded by parentheses,
1045 like flowers in a field with a stone wall around them.
1046 @cindex Flowers in a field
1047
1048 @menu
1049 * Numbers Lists:: List have numbers, other lists, in them.
1050 * Lisp Atoms:: Elemental entities.
1051 * Whitespace in Lists:: Formatting lists to be readable.
1052 * Typing Lists:: How GNU Emacs helps you type lists.
1053 @end menu
1054
1055 @ifnottex
1056 @node Numbers Lists
1057 @unnumberedsubsec Numbers, Lists inside of Lists
1058 @end ifnottex
1059
1060 Lists can also have numbers in them, as in this list: @code{(+ 2 2)}.
1061 This list has a plus-sign, @samp{+}, followed by two @samp{2}s, each
1062 separated by whitespace.
1063
1064 In Lisp, both data and programs are represented the same way; that is,
1065 they are both lists of words, numbers, or other lists, separated by
1066 whitespace and surrounded by parentheses. (Since a program looks like
1067 data, one program may easily serve as data for another; this is a very
1068 powerful feature of Lisp.) (Incidentally, these two parenthetical
1069 remarks are @emph{not} Lisp lists, because they contain @samp{;} and
1070 @samp{.} as punctuation marks.)
1071
1072 @need 1200
1073 Here is another list, this time with a list inside of it:
1074
1075 @smallexample
1076 '(this list has (a list inside of it))
1077 @end smallexample
1078
1079 The components of this list are the words @samp{this}, @samp{list},
1080 @samp{has}, and the list @samp{(a list inside of it)}. The interior
1081 list is made up of the words @samp{a}, @samp{list}, @samp{inside},
1082 @samp{of}, @samp{it}.
1083
1084 @node Lisp Atoms
1085 @subsection Lisp Atoms
1086 @cindex Lisp Atoms
1087
1088 In Lisp, what we have been calling words are called @dfn{atoms}. This
1089 term comes from the historical meaning of the word atom, which means
1090 `indivisible'. As far as Lisp is concerned, the words we have been
1091 using in the lists cannot be divided into any smaller parts and still
1092 mean the same thing as part of a program; likewise with numbers and
1093 single character symbols like @samp{+}. On the other hand, unlike an
1094 ancient atom, a list can be split into parts. (@xref{car cdr & cons,
1095 , @code{car} @code{cdr} & @code{cons} Fundamental Functions}.)
1096
1097 In a list, atoms are separated from each other by whitespace. They can be
1098 right next to a parenthesis.
1099
1100 @cindex @samp{empty list} defined
1101 Technically speaking, a list in Lisp consists of parentheses surrounding
1102 atoms separated by whitespace or surrounding other lists or surrounding
1103 both atoms and other lists. A list can have just one atom in it or
1104 have nothing in it at all. A list with nothing in it looks like this:
1105 @code{()}, and is called the @dfn{empty list}. Unlike anything else, an
1106 empty list is considered both an atom and a list at the same time.
1107
1108 @cindex Symbolic expressions, introduced
1109 @cindex @samp{expression} defined
1110 @cindex @samp{form} defined
1111 The printed representation of both atoms and lists are called
1112 @dfn{symbolic expressions} or, more concisely, @dfn{s-expressions}.
1113 The word @dfn{expression} by itself can refer to either the printed
1114 representation, or to the atom or list as it is held internally in the
1115 computer. Often, people use the term @dfn{expression}
1116 indiscriminately. (Also, in many texts, the word @dfn{form} is used
1117 as a synonym for expression.)
1118
1119 Incidentally, the atoms that make up our universe were named such when
1120 they were thought to be indivisible; but it has been found that physical
1121 atoms are not indivisible. Parts can split off an atom or it can
1122 fission into two parts of roughly equal size. Physical atoms were named
1123 prematurely, before their truer nature was found. In Lisp, certain
1124 kinds of atom, such as an array, can be separated into parts; but the
1125 mechanism for doing this is different from the mechanism for splitting a
1126 list. As far as list operations are concerned, the atoms of a list are
1127 unsplittable.
1128
1129 As in English, the meanings of the component letters of a Lisp atom
1130 are different from the meaning the letters make as a word. For
1131 example, the word for the South American sloth, the @samp{ai}, is
1132 completely different from the two words, @samp{a}, and @samp{i}.
1133
1134 There are many kinds of atom in nature but only a few in Lisp: for
1135 example, @dfn{numbers}, such as 37, 511, or 1729, and @dfn{symbols}, such
1136 as @samp{+}, @samp{foo}, or @samp{forward-line}. The words we have
1137 listed in the examples above are all symbols. In everyday Lisp
1138 conversation, the word ``atom'' is not often used, because programmers
1139 usually try to be more specific about what kind of atom they are dealing
1140 with. Lisp programming is mostly about symbols (and sometimes numbers)
1141 within lists. (Incidentally, the preceding three word parenthetical
1142 remark is a proper list in Lisp, since it consists of atoms, which in
1143 this case are symbols, separated by whitespace and enclosed by
1144 parentheses, without any non-Lisp punctuation.)
1145
1146 @need 1250
1147 Text between double quotation marks---even sentences or
1148 paragraphs---is also an atom. Here is an example:
1149 @cindex Text between double quotation marks
1150
1151 @smallexample
1152 '(this list includes "text between quotation marks.")
1153 @end smallexample
1154
1155 @cindex @samp{string} defined
1156 @noindent
1157 In Lisp, all of the quoted text including the punctuation mark and the
1158 blank spaces is a single atom. This kind of atom is called a
1159 @dfn{string} (for `string of characters') and is the sort of thing that
1160 is used for messages that a computer can print for a human to read.
1161 Strings are a different kind of atom than numbers or symbols and are
1162 used differently.
1163
1164 @node Whitespace in Lists
1165 @subsection Whitespace in Lists
1166 @cindex Whitespace in lists
1167
1168 @need 1200
1169 The amount of whitespace in a list does not matter. From the point of view
1170 of the Lisp language,
1171
1172 @smallexample
1173 @group
1174 '(this list
1175 looks like this)
1176 @end group
1177 @end smallexample
1178
1179 @need 800
1180 @noindent
1181 is exactly the same as this:
1182
1183 @smallexample
1184 '(this list looks like this)
1185 @end smallexample
1186
1187 Both examples show what to Lisp is the same list, the list made up of
1188 the symbols @samp{this}, @samp{list}, @samp{looks}, @samp{like}, and
1189 @samp{this} in that order.
1190
1191 Extra whitespace and newlines are designed to make a list more readable
1192 by humans. When Lisp reads the expression, it gets rid of all the extra
1193 whitespace (but it needs to have at least one space between atoms in
1194 order to tell them apart.)
1195
1196 Odd as it seems, the examples we have seen cover almost all of what Lisp
1197 lists look like! Every other list in Lisp looks more or less like one
1198 of these examples, except that the list may be longer and more complex.
1199 In brief, a list is between parentheses, a string is between quotation
1200 marks, a symbol looks like a word, and a number looks like a number.
1201 (For certain situations, square brackets, dots and a few other special
1202 characters may be used; however, we will go quite far without them.)
1203
1204 @node Typing Lists
1205 @subsection GNU Emacs Helps You Type Lists
1206 @cindex Help typing lists
1207 @cindex Formatting help
1208
1209 When you type a Lisp expression in GNU Emacs using either Lisp
1210 Interaction mode or Emacs Lisp mode, you have available to you several
1211 commands to format the Lisp expression so it is easy to read. For
1212 example, pressing the @key{TAB} key automatically indents the line the
1213 cursor is on by the right amount. A command to properly indent the
1214 code in a region is customarily bound to @kbd{M-C-\}. Indentation is
1215 designed so that you can see which elements of a list belong to which
1216 list---elements of a sub-list are indented more than the elements of
1217 the enclosing list.
1218
1219 In addition, when you type a closing parenthesis, Emacs momentarily
1220 jumps the cursor back to the matching opening parenthesis, so you can
1221 see which one it is. This is very useful, since every list you type
1222 in Lisp must have its closing parenthesis match its opening
1223 parenthesis. (@xref{Major Modes, , Major Modes, emacs, The GNU Emacs
1224 Manual}, for more information about Emacs's modes.)
1225
1226 @node Run a Program
1227 @section Run a Program
1228 @cindex Run a program
1229 @cindex Program, running one
1230
1231 @cindex @samp{evaluate} defined
1232 A list in Lisp---any list---is a program ready to run. If you run it
1233 (for which the Lisp jargon is @dfn{evaluate}), the computer will do one
1234 of three things: do nothing except return to you the list itself; send
1235 you an error message; or, treat the first symbol in the list as a
1236 command to do something. (Usually, of course, it is the last of these
1237 three things that you really want!)
1238
1239 @c use code for the single apostrophe, not samp.
1240 The single apostrophe, @code{'}, that I put in front of some of the
1241 example lists in preceding sections is called a @dfn{quote}; when it
1242 precedes a list, it tells Lisp to do nothing with the list, other than
1243 take it as it is written. But if there is no quote preceding a list,
1244 the first item of the list is special: it is a command for the computer
1245 to obey. (In Lisp, these commands are called @emph{functions}.) The list
1246 @code{(+ 2 2)} shown above did not have a quote in front of it, so Lisp
1247 understands that the @code{+} is an instruction to do something with the
1248 rest of the list: add the numbers that follow.
1249
1250 @need 1250
1251 If you are reading this inside of GNU Emacs in Info, here is how you can
1252 evaluate such a list: place your cursor immediately after the right
1253 hand parenthesis of the following list and then type @kbd{C-x C-e}:
1254
1255 @smallexample
1256 (+ 2 2)
1257 @end smallexample
1258
1259 @c use code for the number four, not samp.
1260 @noindent
1261 You will see the number @code{4} appear in the echo area. (In the
1262 jargon, what you have just done is ``evaluate the list.'' The echo area
1263 is the line at the bottom of the screen that displays or ``echoes''
1264 text.) Now try the same thing with a quoted list: place the cursor
1265 right after the following list and type @kbd{C-x C-e}:
1266
1267 @smallexample
1268 '(this is a quoted list)
1269 @end smallexample
1270
1271 @noindent
1272 You will see @code{(this is a quoted list)} appear in the echo area.
1273
1274 @cindex Lisp interpreter, explained
1275 @cindex Interpreter, Lisp, explained
1276 In both cases, what you are doing is giving a command to the program
1277 inside of GNU Emacs called the @dfn{Lisp interpreter}---giving the
1278 interpreter a command to evaluate the expression. The name of the Lisp
1279 interpreter comes from the word for the task done by a human who comes
1280 up with the meaning of an expression---who ``interprets'' it.
1281
1282 You can also evaluate an atom that is not part of a list---one that is
1283 not surrounded by parentheses; again, the Lisp interpreter translates
1284 from the humanly readable expression to the language of the computer.
1285 But before discussing this (@pxref{Variables}), we will discuss what the
1286 Lisp interpreter does when you make an error.
1287
1288 @node Making Errors
1289 @section Generate an Error Message
1290 @cindex Generate an error message
1291 @cindex Error message generation
1292
1293 Partly so you won't worry if you do it accidentally, we will now give
1294 a command to the Lisp interpreter that generates an error message.
1295 This is a harmless activity; and indeed, we will often try to generate
1296 error messages intentionally. Once you understand the jargon, error
1297 messages can be informative. Instead of being called ``error''
1298 messages, they should be called ``help'' messages. They are like
1299 signposts to a traveler in a strange country; deciphering them can be
1300 hard, but once understood, they can point the way.
1301
1302 The error message is generated by a built-in GNU Emacs debugger. We
1303 will `enter the debugger'. You get out of the debugger by typing @code{q}.
1304
1305 What we will do is evaluate a list that is not quoted and does not
1306 have a meaningful command as its first element. Here is a list almost
1307 exactly the same as the one we just used, but without the single-quote
1308 in front of it. Position the cursor right after it and type @kbd{C-x
1309 C-e}:
1310
1311 @smallexample
1312 (this is an unquoted list)
1313 @end smallexample
1314
1315 @ignore
1316 @noindent
1317 What you see depends on which version of Emacs you are running. GNU
1318 Emacs version 22 provides more information than version 20 and before.
1319 First, the more recent result of generating an error; then the
1320 earlier, version 20 result.
1321
1322 @need 1250
1323 @noindent
1324 In GNU Emacs version 22, a @file{*Backtrace*} window will open up and
1325 you will see the following in it:
1326 @end ignore
1327
1328 A @file{*Backtrace*} window will open up and you should see the
1329 following in it:
1330
1331 @smallexample
1332 @group
1333 ---------- Buffer: *Backtrace* ----------
1334 Debugger entered--Lisp error: (void-function this)
1335 (this is an unquoted list)
1336 eval((this is an unquoted list))
1337 eval-last-sexp-1(nil)
1338 eval-last-sexp(nil)
1339 call-interactively(eval-last-sexp)
1340 ---------- Buffer: *Backtrace* ----------
1341 @end group
1342 @end smallexample
1343
1344 @need 1200
1345 @noindent
1346 Your cursor will be in this window (you may have to wait a few seconds
1347 before it becomes visible). To quit the debugger and make the
1348 debugger window go away, type:
1349
1350 @smallexample
1351 q
1352 @end smallexample
1353
1354 @noindent
1355 Please type @kbd{q} right now, so you become confident that you can
1356 get out of the debugger. Then, type @kbd{C-x C-e} again to re-enter
1357 it.
1358
1359 @cindex @samp{function} defined
1360 Based on what we already know, we can almost read this error message.
1361
1362 You read the @file{*Backtrace*} buffer from the bottom up; it tells
1363 you what Emacs did. When you typed @kbd{C-x C-e}, you made an
1364 interactive call to the command @code{eval-last-sexp}. @code{eval} is
1365 an abbreviation for `evaluate' and @code{sexp} is an abbreviation for
1366 `symbolic expression'. The command means `evaluate last symbolic
1367 expression', which is the expression just before your cursor.
1368
1369 Each line above tells you what the Lisp interpreter evaluated next.
1370 The most recent action is at the top. The buffer is called the
1371 @file{*Backtrace*} buffer because it enables you to track Emacs
1372 backwards.
1373
1374 @need 800
1375 At the top of the @file{*Backtrace*} buffer, you see the line:
1376
1377 @smallexample
1378 Debugger entered--Lisp error: (void-function this)
1379 @end smallexample
1380
1381 @noindent
1382 The Lisp interpreter tried to evaluate the first atom of the list, the
1383 word @samp{this}. It is this action that generated the error message
1384 @samp{void-function this}.
1385
1386 The message contains the words @samp{void-function} and @samp{this}.
1387
1388 @cindex @samp{function} defined
1389 The word @samp{function} was mentioned once before. It is a very
1390 important word. For our purposes, we can define it by saying that a
1391 @dfn{function} is a set of instructions to the computer that tell the
1392 computer to do something.
1393
1394 Now we can begin to understand the error message: @samp{void-function
1395 this}. The function (that is, the word @samp{this}) does not have a
1396 definition of any set of instructions for the computer to carry out.
1397
1398 The slightly odd word, @samp{void-function}, is designed to cover the
1399 way Emacs Lisp is implemented, which is that when a symbol does not
1400 have a function definition attached to it, the place that should
1401 contain the instructions is `void'.
1402
1403 On the other hand, since we were able to add 2 plus 2 successfully, by
1404 evaluating @code{(+ 2 2)}, we can infer that the symbol @code{+} must
1405 have a set of instructions for the computer to obey and those
1406 instructions must be to add the numbers that follow the @code{+}.
1407
1408 It is possible to prevent Emacs entering the debugger in cases like
1409 this. We do not explain how to do that here, but we will mention what
1410 the result looks like, because you may encounter a similar situation
1411 if there is a bug in some Emacs code that you are using. In such
1412 cases, you will see only one line of error message; it will appear in
1413 the echo area and look like this:
1414
1415 @smallexample
1416 Symbol's function definition is void:@: this
1417 @end smallexample
1418
1419 @noindent
1420 @ignore
1421 (Also, your terminal may beep at you---some do, some don't; and others
1422 blink. This is just a device to get your attention.)
1423 @end ignore
1424 The message goes away as soon as you type a key, even just to
1425 move the cursor.
1426
1427 We know the meaning of the word @samp{Symbol}. It refers to the first
1428 atom of the list, the word @samp{this}. The word @samp{function}
1429 refers to the instructions that tell the computer what to do.
1430 (Technically, the symbol tells the computer where to find the
1431 instructions, but this is a complication we can ignore for the
1432 moment.)
1433
1434 The error message can be understood: @samp{Symbol's function
1435 definition is void:@: this}. The symbol (that is, the word
1436 @samp{this}) lacks instructions for the computer to carry out.
1437
1438 @node Names & Definitions
1439 @section Symbol Names and Function Definitions
1440 @cindex Symbol names
1441
1442 We can articulate another characteristic of Lisp based on what we have
1443 discussed so far---an important characteristic: a symbol, like
1444 @code{+}, is not itself the set of instructions for the computer to
1445 carry out. Instead, the symbol is used, perhaps temporarily, as a way
1446 of locating the definition or set of instructions. What we see is the
1447 name through which the instructions can be found. Names of people
1448 work the same way. I can be referred to as @samp{Bob}; however, I am
1449 not the letters @samp{B}, @samp{o}, @samp{b} but am, or was, the
1450 consciousness consistently associated with a particular life-form.
1451 The name is not me, but it can be used to refer to me.
1452
1453 In Lisp, one set of instructions can be attached to several names.
1454 For example, the computer instructions for adding numbers can be
1455 linked to the symbol @code{plus} as well as to the symbol @code{+}
1456 (and are in some dialects of Lisp). Among humans, I can be referred
1457 to as @samp{Robert} as well as @samp{Bob} and by other words as well.
1458
1459 On the other hand, a symbol can have only one function definition
1460 attached to it at a time. Otherwise, the computer would be confused as
1461 to which definition to use. If this were the case among people, only
1462 one person in the world could be named @samp{Bob}. However, the function
1463 definition to which the name refers can be changed readily.
1464 (@xref{Install, , Install a Function Definition}.)
1465
1466 Since Emacs Lisp is large, it is customary to name symbols in a way
1467 that identifies the part of Emacs to which the function belongs.
1468 Thus, all the names for functions that deal with Texinfo start with
1469 @samp{texinfo-} and those for functions that deal with reading mail
1470 start with @samp{rmail-}.
1471
1472 @node Lisp Interpreter
1473 @section The Lisp Interpreter
1474 @cindex Lisp interpreter, what it does
1475 @cindex Interpreter, what it does
1476
1477 Based on what we have seen, we can now start to figure out what the
1478 Lisp interpreter does when we command it to evaluate a list.
1479 First, it looks to see whether there is a quote before the list; if
1480 there is, the interpreter just gives us the list. On the other
1481 hand, if there is no quote, the interpreter looks at the first element
1482 in the list and sees whether it has a function definition. If it does,
1483 the interpreter carries out the instructions in the function definition.
1484 Otherwise, the interpreter prints an error message.
1485
1486 This is how Lisp works. Simple. There are added complications which we
1487 will get to in a minute, but these are the fundamentals. Of course, to
1488 write Lisp programs, you need to know how to write function definitions
1489 and attach them to names, and how to do this without confusing either
1490 yourself or the computer.
1491
1492 @menu
1493 * Complications:: Variables, Special forms, Lists within.
1494 * Byte Compiling:: Specially processing code for speed.
1495 @end menu
1496
1497 @ifnottex
1498 @node Complications
1499 @unnumberedsubsec Complications
1500 @end ifnottex
1501
1502 Now, for the first complication. In addition to lists, the Lisp
1503 interpreter can evaluate a symbol that is not quoted and does not have
1504 parentheses around it. The Lisp interpreter will attempt to determine
1505 the symbol's value as a @dfn{variable}. This situation is described
1506 in the section on variables. (@xref{Variables}.)
1507
1508 @cindex Special form
1509 The second complication occurs because some functions are unusual and
1510 do not work in the usual manner. Those that don't are called
1511 @dfn{special forms}. They are used for special jobs, like defining a
1512 function, and there are not many of them. In the next few chapters,
1513 you will be introduced to several of the more important special forms.
1514
1515 As well as special forms, there are also @dfn{macros}. A macro
1516 is a construct defined in Lisp, which differs from a function in that it
1517 translates a Lisp expression into another expression that is to be
1518 evaluated in place of the original expression. (@xref{Lisp macro}.)
1519
1520 For the purposes of this introduction, you do not need to worry too much
1521 about whether something is a special form, macro, or ordinary function.
1522 For example, @code{if} is a special form (@pxref{if}), but @code{when}
1523 is a macro (@pxref{Lisp macro}). In earlier versions of Emacs,
1524 @code{defun} was a special form, but now it is a macro (@pxref{defun}).
1525 It still behaves in the same way.
1526
1527 The final complication is this: if the function that the
1528 Lisp interpreter is looking at is not a special form, and if it is part
1529 of a list, the Lisp interpreter looks to see whether the list has a list
1530 inside of it. If there is an inner list, the Lisp interpreter first
1531 figures out what it should do with the inside list, and then it works on
1532 the outside list. If there is yet another list embedded inside the
1533 inner list, it works on that one first, and so on. It always works on
1534 the innermost list first. The interpreter works on the innermost list
1535 first, to evaluate the result of that list. The result may be
1536 used by the enclosing expression.
1537
1538 Otherwise, the interpreter works left to right, from one expression to
1539 the next.
1540
1541 @node Byte Compiling
1542 @subsection Byte Compiling
1543 @cindex Byte compiling
1544
1545 One other aspect of interpreting: the Lisp interpreter is able to
1546 interpret two kinds of entity: humanly readable code, on which we will
1547 focus exclusively, and specially processed code, called @dfn{byte
1548 compiled} code, which is not humanly readable. Byte compiled code
1549 runs faster than humanly readable code.
1550
1551 You can transform humanly readable code into byte compiled code by
1552 running one of the compile commands such as @code{byte-compile-file}.
1553 Byte compiled code is usually stored in a file that ends with a
1554 @file{.elc} extension rather than a @file{.el} extension. You will
1555 see both kinds of file in the @file{emacs/lisp} directory; the files
1556 to read are those with @file{.el} extensions.
1557
1558 As a practical matter, for most things you might do to customize or
1559 extend Emacs, you do not need to byte compile; and I will not discuss
1560 the topic here. @xref{Byte Compilation, , Byte Compilation, elisp,
1561 The GNU Emacs Lisp Reference Manual}, for a full description of byte
1562 compilation.
1563
1564 @node Evaluation
1565 @section Evaluation
1566 @cindex Evaluation
1567
1568 When the Lisp interpreter works on an expression, the term for the
1569 activity is called @dfn{evaluation}. We say that the interpreter
1570 `evaluates the expression'. I've used this term several times before.
1571 The word comes from its use in everyday language, `to ascertain the
1572 value or amount of; to appraise', according to @cite{Webster's New
1573 Collegiate Dictionary}.
1574
1575 @menu
1576 * How the Interpreter Acts:: Returns and Side Effects...
1577 * Evaluating Inner Lists:: Lists within lists...
1578 @end menu
1579
1580 @ifnottex
1581 @node How the Interpreter Acts
1582 @unnumberedsubsec How the Lisp Interpreter Acts
1583 @end ifnottex
1584
1585 @cindex @samp{returned value} explained
1586 After evaluating an expression, the Lisp interpreter will most likely
1587 @dfn{return} the value that the computer produces by carrying out the
1588 instructions it found in the function definition, or perhaps it will
1589 give up on that function and produce an error message. (The interpreter
1590 may also find itself tossed, so to speak, to a different function or it
1591 may attempt to repeat continually what it is doing for ever and ever in
1592 what is called an `infinite loop'. These actions are less common; and
1593 we can ignore them.) Most frequently, the interpreter returns a value.
1594
1595 @cindex @samp{side effect} defined
1596 At the same time the interpreter returns a value, it may do something
1597 else as well, such as move a cursor or copy a file; this other kind of
1598 action is called a @dfn{side effect}. Actions that we humans think are
1599 important, such as printing results, are often ``side effects'' to the
1600 Lisp interpreter. The jargon can sound peculiar, but it turns out that
1601 it is fairly easy to learn to use side effects.
1602
1603 In summary, evaluating a symbolic expression most commonly causes the
1604 Lisp interpreter to return a value and perhaps carry out a side effect;
1605 or else produce an error.
1606
1607 @node Evaluating Inner Lists
1608 @subsection Evaluating Inner Lists
1609 @cindex Inner list evaluation
1610 @cindex Evaluating inner lists
1611
1612 If evaluation applies to a list that is inside another list, the outer
1613 list may use the value returned by the first evaluation as information
1614 when the outer list is evaluated. This explains why inner expressions
1615 are evaluated first: the values they return are used by the outer
1616 expressions.
1617
1618 @need 1250
1619 We can investigate this process by evaluating another addition example.
1620 Place your cursor after the following expression and type @kbd{C-x C-e}:
1621
1622 @smallexample
1623 (+ 2 (+ 3 3))
1624 @end smallexample
1625
1626 @noindent
1627 The number 8 will appear in the echo area.
1628
1629 What happens is that the Lisp interpreter first evaluates the inner
1630 expression, @code{(+ 3 3)}, for which the value 6 is returned; then it
1631 evaluates the outer expression as if it were written @code{(+ 2 6)}, which
1632 returns the value 8. Since there are no more enclosing expressions to
1633 evaluate, the interpreter prints that value in the echo area.
1634
1635 Now it is easy to understand the name of the command invoked by the
1636 keystrokes @kbd{C-x C-e}: the name is @code{eval-last-sexp}. The
1637 letters @code{sexp} are an abbreviation for `symbolic expression', and
1638 @code{eval} is an abbreviation for `evaluate'. The command means
1639 `evaluate last symbolic expression'.
1640
1641 As an experiment, you can try evaluating the expression by putting the
1642 cursor at the beginning of the next line immediately following the
1643 expression, or inside the expression.
1644
1645 @need 800
1646 Here is another copy of the expression:
1647
1648 @smallexample
1649 (+ 2 (+ 3 3))
1650 @end smallexample
1651
1652 @noindent
1653 If you place the cursor at the beginning of the blank line that
1654 immediately follows the expression and type @kbd{C-x C-e}, you will
1655 still get the value 8 printed in the echo area. Now try putting the
1656 cursor inside the expression. If you put it right after the next to
1657 last parenthesis (so it appears to sit on top of the last parenthesis),
1658 you will get a 6 printed in the echo area! This is because the command
1659 evaluates the expression @code{(+ 3 3)}.
1660
1661 Now put the cursor immediately after a number. Type @kbd{C-x C-e} and
1662 you will get the number itself. In Lisp, if you evaluate a number, you
1663 get the number itself---this is how numbers differ from symbols. If you
1664 evaluate a list starting with a symbol like @code{+}, you will get a
1665 value returned that is the result of the computer carrying out the
1666 instructions in the function definition attached to that name. If a
1667 symbol by itself is evaluated, something different happens, as we will
1668 see in the next section.
1669
1670 @node Variables
1671 @section Variables
1672 @cindex Variables
1673
1674 In Emacs Lisp, a symbol can have a value attached to it just as it can
1675 have a function definition attached to it. The two are different.
1676 The function definition is a set of instructions that a computer will
1677 obey. A value, on the other hand, is something, such as number or a
1678 name, that can vary (which is why such a symbol is called a variable).
1679 The value of a symbol can be any expression in Lisp, such as a symbol,
1680 number, list, or string. A symbol that has a value is often called a
1681 @dfn{variable}.
1682
1683 A symbol can have both a function definition and a value attached to
1684 it at the same time. Or it can have just one or the other.
1685 The two are separate. This is somewhat similar
1686 to the way the name Cambridge can refer to the city in Massachusetts
1687 and have some information attached to the name as well, such as
1688 ``great programming center''.
1689
1690 @ignore
1691 (Incidentally, in Emacs Lisp, a symbol can have two
1692 other things attached to it, too: a property list and a documentation
1693 string; these are discussed later.)
1694 @end ignore
1695
1696 Another way to think about this is to imagine a symbol as being a chest
1697 of drawers. The function definition is put in one drawer, the value in
1698 another, and so on. What is put in the drawer holding the value can be
1699 changed without affecting the contents of the drawer holding the
1700 function definition, and vice-verse.
1701
1702 @menu
1703 * fill-column Example::
1704 * Void Function:: The error message for a symbol
1705 without a function.
1706 * Void Variable:: The error message for a symbol without a value.
1707 @end menu
1708
1709 @ifnottex
1710 @node fill-column Example
1711 @unnumberedsubsec @code{fill-column}, an Example Variable
1712 @end ifnottex
1713
1714 @findex fill-column, @r{an example variable}
1715 @cindex Example variable, @code{fill-column}
1716 @cindex Variable, example of, @code{fill-column}
1717 The variable @code{fill-column} illustrates a symbol with a value
1718 attached to it: in every GNU Emacs buffer, this symbol is set to some
1719 value, usually 72 or 70, but sometimes to some other value. To find the
1720 value of this symbol, evaluate it by itself. If you are reading this in
1721 Info inside of GNU Emacs, you can do this by putting the cursor after
1722 the symbol and typing @kbd{C-x C-e}:
1723
1724 @smallexample
1725 fill-column
1726 @end smallexample
1727
1728 @noindent
1729 After I typed @kbd{C-x C-e}, Emacs printed the number 72 in my echo
1730 area. This is the value for which @code{fill-column} is set for me as I
1731 write this. It may be different for you in your Info buffer. Notice
1732 that the value returned as a variable is printed in exactly the same way
1733 as the value returned by a function carrying out its instructions. From
1734 the point of view of the Lisp interpreter, a value returned is a value
1735 returned. What kind of expression it came from ceases to matter once
1736 the value is known.
1737
1738 A symbol can have any value attached to it or, to use the jargon, we can
1739 @dfn{bind} the variable to a value: to a number, such as 72; to a
1740 string, @code{"such as this"}; to a list, such as @code{(spruce pine
1741 oak)}; we can even bind a variable to a function definition.
1742
1743 A symbol can be bound to a value in several ways. @xref{set & setq, ,
1744 Setting the Value of a Variable}, for information about one way to do
1745 this.
1746
1747 @node Void Function
1748 @subsection Error Message for a Symbol Without a Function
1749 @cindex Symbol without function error
1750 @cindex Error for symbol without function
1751
1752 When we evaluated @code{fill-column} to find its value as a variable,
1753 we did not place parentheses around the word. This is because we did
1754 not intend to use it as a function name.
1755
1756 If @code{fill-column} were the first or only element of a list, the
1757 Lisp interpreter would attempt to find the function definition
1758 attached to it. But @code{fill-column} has no function definition.
1759 Try evaluating this:
1760
1761 @smallexample
1762 (fill-column)
1763 @end smallexample
1764
1765 @need 1250
1766 @noindent
1767 You will create a @file{*Backtrace*} buffer that says:
1768
1769 @smallexample
1770 @group
1771 ---------- Buffer: *Backtrace* ----------
1772 Debugger entered--Lisp error: (void-function fill-column)
1773 (fill-column)
1774 eval((fill-column))
1775 eval-last-sexp-1(nil)
1776 eval-last-sexp(nil)
1777 call-interactively(eval-last-sexp)
1778 ---------- Buffer: *Backtrace* ----------
1779 @end group
1780 @end smallexample
1781
1782 @noindent
1783 (Remember, to quit the debugger and make the debugger window go away,
1784 type @kbd{q} in the @file{*Backtrace*} buffer.)
1785
1786 @ignore
1787 @need 800
1788 In GNU Emacs 20 and before, you will produce an error message that says:
1789
1790 @smallexample
1791 Symbol's function definition is void:@: fill-column
1792 @end smallexample
1793
1794 @noindent
1795 (The message will go away as soon as you move the cursor or type
1796 another key.)
1797 @end ignore
1798
1799 @node Void Variable
1800 @subsection Error Message for a Symbol Without a Value
1801 @cindex Symbol without value error
1802 @cindex Error for symbol without value
1803
1804 If you attempt to evaluate a symbol that does not have a value bound to
1805 it, you will receive an error message. You can see this by
1806 experimenting with our 2 plus 2 addition. In the following expression,
1807 put your cursor right after the @code{+}, before the first number 2,
1808 type @kbd{C-x C-e}:
1809
1810 @smallexample
1811 (+ 2 2)
1812 @end smallexample
1813
1814 @need 1500
1815 @noindent
1816 In GNU Emacs 22, you will create a @file{*Backtrace*} buffer that
1817 says:
1818
1819 @smallexample
1820 @group
1821 ---------- Buffer: *Backtrace* ----------
1822 Debugger entered--Lisp error: (void-variable +)
1823 eval(+)
1824 eval-last-sexp-1(nil)
1825 eval-last-sexp(nil)
1826 call-interactively(eval-last-sexp)
1827 ---------- Buffer: *Backtrace* ----------
1828 @end group
1829 @end smallexample
1830
1831 @noindent
1832 (Again, you can quit the debugger by
1833 typing @kbd{q} in the @file{*Backtrace*} buffer.)
1834
1835 This backtrace is different from the very first error message we saw,
1836 which said, @samp{Debugger entered--Lisp error: (void-function this)}.
1837 In this case, the function does not have a value as a variable; while
1838 in the other error message, the function (the word `this') did not
1839 have a definition.
1840
1841 In this experiment with the @code{+}, what we did was cause the Lisp
1842 interpreter to evaluate the @code{+} and look for the value of the
1843 variable instead of the function definition. We did this by placing the
1844 cursor right after the symbol rather than after the parenthesis of the
1845 enclosing list as we did before. As a consequence, the Lisp interpreter
1846 evaluated the preceding s-expression, which in this case was
1847 @code{+} by itself.
1848
1849 Since @code{+} does not have a value bound to it, just the function
1850 definition, the error message reported that the symbol's value as a
1851 variable was void.
1852
1853 @ignore
1854 @need 800
1855 In GNU Emacs version 20 and before, your error message will say:
1856
1857 @example
1858 Symbol's value as variable is void:@: +
1859 @end example
1860
1861 @noindent
1862 The meaning is the same as in GNU Emacs 22.
1863 @end ignore
1864
1865 @node Arguments
1866 @section Arguments
1867 @cindex Arguments
1868 @cindex Passing information to functions
1869
1870 To see how information is passed to functions, let's look again at
1871 our old standby, the addition of two plus two. In Lisp, this is written
1872 as follows:
1873
1874 @smallexample
1875 (+ 2 2)
1876 @end smallexample
1877
1878 If you evaluate this expression, the number 4 will appear in your echo
1879 area. What the Lisp interpreter does is add the numbers that follow
1880 the @code{+}.
1881
1882 @cindex @samp{argument} defined
1883 The numbers added by @code{+} are called the @dfn{arguments} of the
1884 function @code{+}. These numbers are the information that is given to
1885 or @dfn{passed} to the function.
1886
1887 The word `argument' comes from the way it is used in mathematics and
1888 does not refer to a disputation between two people; instead it refers to
1889 the information presented to the function, in this case, to the
1890 @code{+}. In Lisp, the arguments to a function are the atoms or lists
1891 that follow the function. The values returned by the evaluation of
1892 these atoms or lists are passed to the function. Different functions
1893 require different numbers of arguments; some functions require none at
1894 all.@footnote{It is curious to track the path by which the word `argument'
1895 came to have two different meanings, one in mathematics and the other in
1896 everyday English. According to the @cite{Oxford English Dictionary},
1897 the word derives from the Latin for @samp{to make clear, prove}; thus it
1898 came to mean, by one thread of derivation, `the evidence offered as
1899 proof', which is to say, `the information offered', which led to its
1900 meaning in Lisp. But in the other thread of derivation, it came to mean
1901 `to assert in a manner against which others may make counter
1902 assertions', which led to the meaning of the word as a disputation.
1903 (Note here that the English word has two different definitions attached
1904 to it at the same time. By contrast, in Emacs Lisp, a symbol cannot
1905 have two different function definitions at the same time.)}
1906
1907 @menu
1908 * Data types:: Types of data passed to a function.
1909 * Args as Variable or List:: An argument can be the value
1910 of a variable or list.
1911 * Variable Number of Arguments:: Some functions may take a
1912 variable number of arguments.
1913 * Wrong Type of Argument:: Passing an argument of the wrong type
1914 to a function.
1915 * message:: A useful function for sending messages.
1916 @end menu
1917
1918 @node Data types
1919 @subsection Arguments' Data Types
1920 @cindex Data types
1921 @cindex Types of data
1922 @cindex Arguments' data types
1923
1924 The type of data that should be passed to a function depends on what
1925 kind of information it uses. The arguments to a function such as
1926 @code{+} must have values that are numbers, since @code{+} adds numbers.
1927 Other functions use different kinds of data for their arguments.
1928
1929 @need 1250
1930 @findex concat
1931 For example, the @code{concat} function links together or unites two or
1932 more strings of text to produce a string. The arguments are strings.
1933 Concatenating the two character strings @code{abc}, @code{def} produces
1934 the single string @code{abcdef}. This can be seen by evaluating the
1935 following:
1936
1937 @smallexample
1938 (concat "abc" "def")
1939 @end smallexample
1940
1941 @noindent
1942 The value produced by evaluating this expression is @code{"abcdef"}.
1943
1944 A function such as @code{substring} uses both a string and numbers as
1945 arguments. The function returns a part of the string, a substring of
1946 the first argument. This function takes three arguments. Its first
1947 argument is the string of characters, the second and third arguments are
1948 numbers that indicate the beginning and end of the substring. The
1949 numbers are a count of the number of characters (including spaces and
1950 punctuation) from the beginning of the string.
1951
1952 @need 800
1953 For example, if you evaluate the following:
1954
1955 @smallexample
1956 (substring "The quick brown fox jumped." 16 19)
1957 @end smallexample
1958
1959 @noindent
1960 you will see @code{"fox"} appear in the echo area. The arguments are the
1961 string and the two numbers.
1962
1963 Note that the string passed to @code{substring} is a single atom even
1964 though it is made up of several words separated by spaces. Lisp counts
1965 everything between the two quotation marks as part of the string,
1966 including the spaces. You can think of the @code{substring} function as
1967 a kind of `atom smasher' since it takes an otherwise indivisible atom
1968 and extracts a part. However, @code{substring} is only able to extract
1969 a substring from an argument that is a string, not from another type of
1970 atom such as a number or symbol.
1971
1972 @node Args as Variable or List
1973 @subsection An Argument as the Value of a Variable or List
1974
1975 An argument can be a symbol that returns a value when it is evaluated.
1976 For example, when the symbol @code{fill-column} by itself is evaluated,
1977 it returns a number. This number can be used in an addition.
1978
1979 @need 1250
1980 Position the cursor after the following expression and type @kbd{C-x
1981 C-e}:
1982
1983 @smallexample
1984 (+ 2 fill-column)
1985 @end smallexample
1986
1987 @noindent
1988 The value will be a number two more than what you get by evaluating
1989 @code{fill-column} alone. For me, this is 74, because my value of
1990 @code{fill-column} is 72.
1991
1992 As we have just seen, an argument can be a symbol that returns a value
1993 when evaluated. In addition, an argument can be a list that returns a
1994 value when it is evaluated. For example, in the following expression,
1995 the arguments to the function @code{concat} are the strings
1996 @w{@code{"The "}} and @w{@code{" red foxes."}} and the list
1997 @code{(number-to-string (+ 2 fill-column))}.
1998
1999 @c For GNU Emacs 22, need number-to-string
2000 @smallexample
2001 (concat "The " (number-to-string (+ 2 fill-column)) " red foxes.")
2002 @end smallexample
2003
2004 @noindent
2005 If you evaluate this expression---and if, as with my Emacs,
2006 @code{fill-column} evaluates to 72---@code{"The 74 red foxes."} will
2007 appear in the echo area. (Note that you must put spaces after the
2008 word @samp{The} and before the word @samp{red} so they will appear in
2009 the final string. The function @code{number-to-string} converts the
2010 integer that the addition function returns to a string.
2011 @code{number-to-string} is also known as @code{int-to-string}.)
2012
2013 @node Variable Number of Arguments
2014 @subsection Variable Number of Arguments
2015 @cindex Variable number of arguments
2016 @cindex Arguments, variable number of
2017
2018 Some functions, such as @code{concat}, @code{+} or @code{*}, take any
2019 number of arguments. (The @code{*} is the symbol for multiplication.)
2020 This can be seen by evaluating each of the following expressions in
2021 the usual way. What you will see in the echo area is printed in this
2022 text after @samp{@result{}}, which you may read as `evaluates to'.
2023
2024 @need 1250
2025 In the first set, the functions have no arguments:
2026
2027 @smallexample
2028 @group
2029 (+) @result{} 0
2030
2031 (*) @result{} 1
2032 @end group
2033 @end smallexample
2034
2035 @need 1250
2036 In this set, the functions have one argument each:
2037
2038 @smallexample
2039 @group
2040 (+ 3) @result{} 3
2041
2042 (* 3) @result{} 3
2043 @end group
2044 @end smallexample
2045
2046 @need 1250
2047 In this set, the functions have three arguments each:
2048
2049 @smallexample
2050 @group
2051 (+ 3 4 5) @result{} 12
2052
2053 (* 3 4 5) @result{} 60
2054 @end group
2055 @end smallexample
2056
2057 @node Wrong Type of Argument
2058 @subsection Using the Wrong Type Object as an Argument
2059 @cindex Wrong type of argument
2060 @cindex Argument, wrong type of
2061
2062 When a function is passed an argument of the wrong type, the Lisp
2063 interpreter produces an error message. For example, the @code{+}
2064 function expects the values of its arguments to be numbers. As an
2065 experiment we can pass it the quoted symbol @code{hello} instead of a
2066 number. Position the cursor after the following expression and type
2067 @kbd{C-x C-e}:
2068
2069 @smallexample
2070 (+ 2 'hello)
2071 @end smallexample
2072
2073 @noindent
2074 When you do this you will generate an error message. What has happened
2075 is that @code{+} has tried to add the 2 to the value returned by
2076 @code{'hello}, but the value returned by @code{'hello} is the symbol
2077 @code{hello}, not a number. Only numbers can be added. So @code{+}
2078 could not carry out its addition.
2079
2080 @need 1250
2081 You will create and enter a @file{*Backtrace*} buffer that says:
2082
2083 @noindent
2084 @smallexample
2085 @group
2086 ---------- Buffer: *Backtrace* ----------
2087 Debugger entered--Lisp error:
2088 (wrong-type-argument number-or-marker-p hello)
2089 +(2 hello)
2090 eval((+ 2 (quote hello)))
2091 eval-last-sexp-1(nil)
2092 eval-last-sexp(nil)
2093 call-interactively(eval-last-sexp)
2094 ---------- Buffer: *Backtrace* ----------
2095 @end group
2096 @end smallexample
2097
2098 @need 1250
2099 As usual, the error message tries to be helpful and makes sense after you
2100 learn how to read it.@footnote{@code{(quote hello)} is an expansion of
2101 the abbreviation @code{'hello}.}
2102
2103 The first part of the error message is straightforward; it says
2104 @samp{wrong type argument}. Next comes the mysterious jargon word
2105 @w{@samp{number-or-marker-p}}. This word is trying to tell you what
2106 kind of argument the @code{+} expected.
2107
2108 The symbol @code{number-or-marker-p} says that the Lisp interpreter is
2109 trying to determine whether the information presented it (the value of
2110 the argument) is a number or a marker (a special object representing a
2111 buffer position). What it does is test to see whether the @code{+} is
2112 being given numbers to add. It also tests to see whether the
2113 argument is something called a marker, which is a specific feature of
2114 Emacs Lisp. (In Emacs, locations in a buffer are recorded as markers.
2115 When the mark is set with the @kbd{C-@@} or @kbd{C-@key{SPC}} command,
2116 its position is kept as a marker. The mark can be considered a
2117 number---the number of characters the location is from the beginning
2118 of the buffer.) In Emacs Lisp, @code{+} can be used to add the
2119 numeric value of marker positions as numbers.
2120
2121 The @samp{p} of @code{number-or-marker-p} is the embodiment of a
2122 practice started in the early days of Lisp programming. The @samp{p}
2123 stands for `predicate'. In the jargon used by the early Lisp
2124 researchers, a predicate refers to a function to determine whether some
2125 property is true or false. So the @samp{p} tells us that
2126 @code{number-or-marker-p} is the name of a function that determines
2127 whether it is true or false that the argument supplied is a number or
2128 a marker. Other Lisp symbols that end in @samp{p} include @code{zerop},
2129 a function that tests whether its argument has the value of zero, and
2130 @code{listp}, a function that tests whether its argument is a list.
2131
2132 Finally, the last part of the error message is the symbol @code{hello}.
2133 This is the value of the argument that was passed to @code{+}. If the
2134 addition had been passed the correct type of object, the value passed
2135 would have been a number, such as 37, rather than a symbol like
2136 @code{hello}. But then you would not have got the error message.
2137
2138 @ignore
2139 @need 1250
2140 In GNU Emacs version 20 and before, the echo area displays an error
2141 message that says:
2142
2143 @smallexample
2144 Wrong type argument:@: number-or-marker-p, hello
2145 @end smallexample
2146
2147 This says, in different words, the same as the top line of the
2148 @file{*Backtrace*} buffer.
2149 @end ignore
2150
2151 @node message
2152 @subsection The @code{message} Function
2153 @findex message
2154
2155 Like @code{+}, the @code{message} function takes a variable number of
2156 arguments. It is used to send messages to the user and is so useful
2157 that we will describe it here.
2158
2159 @need 1250
2160 A message is printed in the echo area. For example, you can print a
2161 message in your echo area by evaluating the following list:
2162
2163 @smallexample
2164 (message "This message appears in the echo area!")
2165 @end smallexample
2166
2167 The whole string between double quotation marks is a single argument
2168 and is printed @i{in toto}. (Note that in this example, the message
2169 itself will appear in the echo area within double quotes; that is
2170 because you see the value returned by the @code{message} function. In
2171 most uses of @code{message} in programs that you write, the text will
2172 be printed in the echo area as a side-effect, without the quotes.
2173 @xref{multiply-by-seven in detail, , @code{multiply-by-seven} in
2174 detail}, for an example of this.)
2175
2176 However, if there is a @samp{%s} in the quoted string of characters, the
2177 @code{message} function does not print the @samp{%s} as such, but looks
2178 to the argument that follows the string. It evaluates the second
2179 argument and prints the value at the location in the string where the
2180 @samp{%s} is.
2181
2182 @need 1250
2183 You can see this by positioning the cursor after the following
2184 expression and typing @kbd{C-x C-e}:
2185
2186 @smallexample
2187 (message "The name of this buffer is: %s." (buffer-name))
2188 @end smallexample
2189
2190 @noindent
2191 In Info, @code{"The name of this buffer is: *info*."} will appear in the
2192 echo area. The function @code{buffer-name} returns the name of the
2193 buffer as a string, which the @code{message} function inserts in place
2194 of @code{%s}.
2195
2196 To print a value as an integer, use @samp{%d} in the same way as
2197 @samp{%s}. For example, to print a message in the echo area that
2198 states the value of the @code{fill-column}, evaluate the following:
2199
2200 @smallexample
2201 (message "The value of fill-column is %d." fill-column)
2202 @end smallexample
2203
2204 @noindent
2205 On my system, when I evaluate this list, @code{"The value of
2206 fill-column is 72."} appears in my echo area@footnote{Actually, you
2207 can use @code{%s} to print a number. It is non-specific. @code{%d}
2208 prints only the part of a number left of a decimal point, and not
2209 anything that is not a number.}.
2210
2211 If there is more than one @samp{%s} in the quoted string, the value of
2212 the first argument following the quoted string is printed at the
2213 location of the first @samp{%s} and the value of the second argument is
2214 printed at the location of the second @samp{%s}, and so on.
2215
2216 @need 1250
2217 For example, if you evaluate the following,
2218
2219 @smallexample
2220 @group
2221 (message "There are %d %s in the office!"
2222 (- fill-column 14) "pink elephants")
2223 @end group
2224 @end smallexample
2225
2226 @noindent
2227 a rather whimsical message will appear in your echo area. On my system
2228 it says, @code{"There are 58 pink elephants in the office!"}.
2229
2230 The expression @code{(- fill-column 14)} is evaluated and the resulting
2231 number is inserted in place of the @samp{%d}; and the string in double
2232 quotes, @code{"pink elephants"}, is treated as a single argument and
2233 inserted in place of the @samp{%s}. (That is to say, a string between
2234 double quotes evaluates to itself, like a number.)
2235
2236 Finally, here is a somewhat complex example that not only illustrates
2237 the computation of a number, but also shows how you can use an
2238 expression within an expression to generate the text that is substituted
2239 for @samp{%s}:
2240
2241 @smallexample
2242 @group
2243 (message "He saw %d %s"
2244 (- fill-column 32)
2245 (concat "red "
2246 (substring
2247 "The quick brown foxes jumped." 16 21)
2248 " leaping."))
2249 @end group
2250 @end smallexample
2251
2252 In this example, @code{message} has three arguments: the string,
2253 @code{"He saw %d %s"}, the expression, @code{(- fill-column 32)}, and
2254 the expression beginning with the function @code{concat}. The value
2255 resulting from the evaluation of @code{(- fill-column 32)} is inserted
2256 in place of the @samp{%d}; and the value returned by the expression
2257 beginning with @code{concat} is inserted in place of the @samp{%s}.
2258
2259 When your fill column is 70 and you evaluate the expression, the
2260 message @code{"He saw 38 red foxes leaping."} appears in your echo
2261 area.
2262
2263 @node set & setq
2264 @section Setting the Value of a Variable
2265 @cindex Variable, setting value
2266 @cindex Setting value of variable
2267
2268 @cindex @samp{bind} defined
2269 There are several ways by which a variable can be given a value. One of
2270 the ways is to use either the function @code{set} or the function
2271 @code{setq}. Another way is to use @code{let} (@pxref{let}). (The
2272 jargon for this process is to @dfn{bind} a variable to a value.)
2273
2274 The following sections not only describe how @code{set} and @code{setq}
2275 work but also illustrate how arguments are passed.
2276
2277 @menu
2278 * Using set:: Setting values.
2279 * Using setq:: Setting a quoted value.
2280 * Counting:: Using @code{setq} to count.
2281 @end menu
2282
2283 @node Using set
2284 @subsection Using @code{set}
2285 @findex set
2286
2287 To set the value of the symbol @code{flowers} to the list @code{'(rose
2288 violet daisy buttercup)}, evaluate the following expression by
2289 positioning the cursor after the expression and typing @kbd{C-x C-e}.
2290
2291 @smallexample
2292 (set 'flowers '(rose violet daisy buttercup))
2293 @end smallexample
2294
2295 @noindent
2296 The list @code{(rose violet daisy buttercup)} will appear in the echo
2297 area. This is what is @emph{returned} by the @code{set} function. As a
2298 side effect, the symbol @code{flowers} is bound to the list; that is,
2299 the symbol @code{flowers}, which can be viewed as a variable, is given
2300 the list as its value. (This process, by the way, illustrates how a
2301 side effect to the Lisp interpreter, setting the value, can be the
2302 primary effect that we humans are interested in. This is because every
2303 Lisp function must return a value if it does not get an error, but it
2304 will only have a side effect if it is designed to have one.)
2305
2306 After evaluating the @code{set} expression, you can evaluate the symbol
2307 @code{flowers} and it will return the value you just set. Here is the
2308 symbol. Place your cursor after it and type @kbd{C-x C-e}.
2309
2310 @smallexample
2311 flowers
2312 @end smallexample
2313
2314 @noindent
2315 When you evaluate @code{flowers}, the list
2316 @code{(rose violet daisy buttercup)} appears in the echo area.
2317
2318 Incidentally, if you evaluate @code{'flowers}, the variable with a quote
2319 in front of it, what you will see in the echo area is the symbol itself,
2320 @code{flowers}. Here is the quoted symbol, so you can try this:
2321
2322 @smallexample
2323 'flowers
2324 @end smallexample
2325
2326 Note also, that when you use @code{set}, you need to quote both
2327 arguments to @code{set}, unless you want them evaluated. Since we do
2328 not want either argument evaluated, neither the variable
2329 @code{flowers} nor the list @code{(rose violet daisy buttercup)}, both
2330 are quoted. (When you use @code{set} without quoting its first
2331 argument, the first argument is evaluated before anything else is
2332 done. If you did this and @code{flowers} did not have a value
2333 already, you would get an error message that the @samp{Symbol's value
2334 as variable is void}; on the other hand, if @code{flowers} did return
2335 a value after it was evaluated, the @code{set} would attempt to set
2336 the value that was returned. There are situations where this is the
2337 right thing for the function to do; but such situations are rare.)
2338
2339 @node Using setq
2340 @subsection Using @code{setq}
2341 @findex setq
2342
2343 As a practical matter, you almost always quote the first argument to
2344 @code{set}. The combination of @code{set} and a quoted first argument
2345 is so common that it has its own name: the special form @code{setq}.
2346 This special form is just like @code{set} except that the first argument
2347 is quoted automatically, so you don't need to type the quote mark
2348 yourself. Also, as an added convenience, @code{setq} permits you to set
2349 several different variables to different values, all in one expression.
2350
2351 To set the value of the variable @code{carnivores} to the list
2352 @code{'(lion tiger leopard)} using @code{setq}, the following expression
2353 is used:
2354
2355 @smallexample
2356 (setq carnivores '(lion tiger leopard))
2357 @end smallexample
2358
2359 @noindent
2360 This is exactly the same as using @code{set} except the first argument
2361 is automatically quoted by @code{setq}. (The @samp{q} in @code{setq}
2362 means @code{quote}.)
2363
2364 @need 1250
2365 With @code{set}, the expression would look like this:
2366
2367 @smallexample
2368 (set 'carnivores '(lion tiger leopard))
2369 @end smallexample
2370
2371 Also, @code{setq} can be used to assign different values to
2372 different variables. The first argument is bound to the value
2373 of the second argument, the third argument is bound to the value of the
2374 fourth argument, and so on. For example, you could use the following to
2375 assign a list of trees to the symbol @code{trees} and a list of herbivores
2376 to the symbol @code{herbivores}:
2377
2378 @smallexample
2379 @group
2380 (setq trees '(pine fir oak maple)
2381 herbivores '(gazelle antelope zebra))
2382 @end group
2383 @end smallexample
2384
2385 @noindent
2386 (The expression could just as well have been on one line, but it might
2387 not have fit on a page; and humans find it easier to read nicely
2388 formatted lists.)
2389
2390 Although I have been using the term `assign', there is another way of
2391 thinking about the workings of @code{set} and @code{setq}; and that is to
2392 say that @code{set} and @code{setq} make the symbol @emph{point} to the
2393 list. This latter way of thinking is very common and in forthcoming
2394 chapters we shall come upon at least one symbol that has `pointer' as
2395 part of its name. The name is chosen because the symbol has a value,
2396 specifically a list, attached to it; or, expressed another way,
2397 the symbol is set to ``point'' to the list.
2398
2399 @node Counting
2400 @subsection Counting
2401 @cindex Counting
2402
2403 Here is an example that shows how to use @code{setq} in a counter. You
2404 might use this to count how many times a part of your program repeats
2405 itself. First set a variable to zero; then add one to the number each
2406 time the program repeats itself. To do this, you need a variable that
2407 serves as a counter, and two expressions: an initial @code{setq}
2408 expression that sets the counter variable to zero; and a second
2409 @code{setq} expression that increments the counter each time it is
2410 evaluated.
2411
2412 @smallexample
2413 @group
2414 (setq counter 0) ; @r{Let's call this the initializer.}
2415
2416 (setq counter (+ counter 1)) ; @r{This is the incrementer.}
2417
2418 counter ; @r{This is the counter.}
2419 @end group
2420 @end smallexample
2421
2422 @noindent
2423 (The text following the @samp{;} are comments. @xref{Change a
2424 defun, , Change a Function Definition}.)
2425
2426 If you evaluate the first of these expressions, the initializer,
2427 @code{(setq counter 0)}, and then evaluate the third expression,
2428 @code{counter}, the number @code{0} will appear in the echo area. If
2429 you then evaluate the second expression, the incrementer, @code{(setq
2430 counter (+ counter 1))}, the counter will get the value 1. So if you
2431 again evaluate @code{counter}, the number @code{1} will appear in the
2432 echo area. Each time you evaluate the second expression, the value of
2433 the counter will be incremented.
2434
2435 When you evaluate the incrementer, @code{(setq counter (+ counter 1))},
2436 the Lisp interpreter first evaluates the innermost list; this is the
2437 addition. In order to evaluate this list, it must evaluate the variable
2438 @code{counter} and the number @code{1}. When it evaluates the variable
2439 @code{counter}, it receives its current value. It passes this value and
2440 the number @code{1} to the @code{+} which adds them together. The sum
2441 is then returned as the value of the inner list and passed to the
2442 @code{setq} which sets the variable @code{counter} to this new value.
2443 Thus, the value of the variable, @code{counter}, is changed.
2444
2445 @node Summary
2446 @section Summary
2447
2448 Learning Lisp is like climbing a hill in which the first part is the
2449 steepest. You have now climbed the most difficult part; what remains
2450 becomes easier as you progress onwards.
2451
2452 @need 1000
2453 In summary,
2454
2455 @itemize @bullet
2456
2457 @item
2458 Lisp programs are made up of expressions, which are lists or single atoms.
2459
2460 @item
2461 Lists are made up of zero or more atoms or inner lists, separated by whitespace and
2462 surrounded by parentheses. A list can be empty.
2463
2464 @item
2465 Atoms are multi-character symbols, like @code{forward-paragraph}, single
2466 character symbols like @code{+}, strings of characters between double
2467 quotation marks, or numbers.
2468
2469 @item
2470 A number evaluates to itself.
2471
2472 @item
2473 A string between double quotes also evaluates to itself.
2474
2475 @item
2476 When you evaluate a symbol by itself, its value is returned.
2477
2478 @item
2479 When you evaluate a list, the Lisp interpreter looks at the first symbol
2480 in the list and then at the function definition bound to that symbol.
2481 Then the instructions in the function definition are carried out.
2482
2483 @item
2484 A single quotation mark,
2485 @ifinfo
2486 '
2487 @end ifinfo
2488 @ifnotinfo
2489 @code{'}
2490 @end ifnotinfo
2491 , tells the Lisp interpreter that it should
2492 return the following expression as written, and not evaluate it as it
2493 would if the quote were not there.
2494
2495 @item
2496 Arguments are the information passed to a function. The arguments to a
2497 function are computed by evaluating the rest of the elements of the list
2498 of which the function is the first element.
2499
2500 @item
2501 A function always returns a value when it is evaluated (unless it gets
2502 an error); in addition, it may also carry out some action called a
2503 ``side effect''. In many cases, a function's primary purpose is to
2504 create a side effect.
2505 @end itemize
2506
2507 @node Error Message Exercises
2508 @section Exercises
2509
2510 A few simple exercises:
2511
2512 @itemize @bullet
2513 @item
2514 Generate an error message by evaluating an appropriate symbol that is
2515 not within parentheses.
2516
2517 @item
2518 Generate an error message by evaluating an appropriate symbol that is
2519 between parentheses.
2520
2521 @item
2522 Create a counter that increments by two rather than one.
2523
2524 @item
2525 Write an expression that prints a message in the echo area when
2526 evaluated.
2527 @end itemize
2528
2529 @node Practicing Evaluation
2530 @chapter Practicing Evaluation
2531 @cindex Practicing evaluation
2532 @cindex Evaluation practice
2533
2534 Before learning how to write a function definition in Emacs Lisp, it is
2535 useful to spend a little time evaluating various expressions that have
2536 already been written. These expressions will be lists with the
2537 functions as their first (and often only) element. Since some of the
2538 functions associated with buffers are both simple and interesting, we
2539 will start with those. In this section, we will evaluate a few of
2540 these. In another section, we will study the code of several other
2541 buffer-related functions, to see how they were written.
2542
2543 @menu
2544 * How to Evaluate:: Typing editing commands or @kbd{C-x C-e}
2545 causes evaluation.
2546 * Buffer Names:: Buffers and files are different.
2547 * Getting Buffers:: Getting a buffer itself, not merely its name.
2548 * Switching Buffers:: How to change to another buffer.
2549 * Buffer Size & Locations:: Where point is located and the size of
2550 the buffer.
2551 * Evaluation Exercise::
2552 @end menu
2553
2554 @ifnottex
2555 @node How to Evaluate
2556 @unnumberedsec How to Evaluate
2557 @end ifnottex
2558
2559 @i{Whenever you give an editing command} to Emacs Lisp, such as the
2560 command to move the cursor or to scroll the screen, @i{you are evaluating
2561 an expression,} the first element of which is a function. @i{This is
2562 how Emacs works.}
2563
2564 @cindex @samp{interactive function} defined
2565 @cindex @samp{command} defined
2566 When you type keys, you cause the Lisp interpreter to evaluate an
2567 expression and that is how you get your results. Even typing plain text
2568 involves evaluating an Emacs Lisp function, in this case, one that uses
2569 @code{self-insert-command}, which simply inserts the character you
2570 typed. The functions you evaluate by typing keystrokes are called
2571 @dfn{interactive} functions, or @dfn{commands}; how you make a function
2572 interactive will be illustrated in the chapter on how to write function
2573 definitions. @xref{Interactive, , Making a Function Interactive}.
2574
2575 In addition to typing keyboard commands, we have seen a second way to
2576 evaluate an expression: by positioning the cursor after a list and
2577 typing @kbd{C-x C-e}. This is what we will do in the rest of this
2578 section. There are other ways to evaluate an expression as well; these
2579 will be described as we come to them.
2580
2581 Besides being used for practicing evaluation, the functions shown in the
2582 next few sections are important in their own right. A study of these
2583 functions makes clear the distinction between buffers and files, how to
2584 switch to a buffer, and how to determine a location within it.
2585
2586 @node Buffer Names
2587 @section Buffer Names
2588 @findex buffer-name
2589 @findex buffer-file-name
2590
2591 The two functions, @code{buffer-name} and @code{buffer-file-name}, show
2592 the difference between a file and a buffer. When you evaluate the
2593 following expression, @code{(buffer-name)}, the name of the buffer
2594 appears in the echo area. When you evaluate @code{(buffer-file-name)},
2595 the name of the file to which the buffer refers appears in the echo
2596 area. Usually, the name returned by @code{(buffer-name)} is the same as
2597 the name of the file to which it refers, and the name returned by
2598 @code{(buffer-file-name)} is the full path-name of the file.
2599
2600 A file and a buffer are two different entities. A file is information
2601 recorded permanently in the computer (unless you delete it). A buffer,
2602 on the other hand, is information inside of Emacs that will vanish at
2603 the end of the editing session (or when you kill the buffer). Usually,
2604 a buffer contains information that you have copied from a file; we say
2605 the buffer is @dfn{visiting} that file. This copy is what you work on
2606 and modify. Changes to the buffer do not change the file, until you
2607 save the buffer. When you save the buffer, the buffer is copied to the file
2608 and is thus saved permanently.
2609
2610 @need 1250
2611 If you are reading this in Info inside of GNU Emacs, you can evaluate
2612 each of the following expressions by positioning the cursor after it and
2613 typing @kbd{C-x C-e}.
2614
2615 @example
2616 @group
2617 (buffer-name)
2618
2619 (buffer-file-name)
2620 @end group
2621 @end example
2622
2623 @noindent
2624 When I do this in Info, the value returned by evaluating
2625 @code{(buffer-name)} is @file{"*info*"}, and the value returned by
2626 evaluating @code{(buffer-file-name)} is @file{nil}.
2627
2628 On the other hand, while I am writing this document, the value
2629 returned by evaluating @code{(buffer-name)} is
2630 @file{"introduction.texinfo"}, and the value returned by evaluating
2631 @code{(buffer-file-name)} is
2632 @file{"/gnu/work/intro/introduction.texinfo"}.
2633
2634 @cindex @code{nil}, history of word
2635 The former is the name of the buffer and the latter is the name of the
2636 file. In Info, the buffer name is @file{"*info*"}. Info does not
2637 point to any file, so the result of evaluating
2638 @code{(buffer-file-name)} is @file{nil}. The symbol @code{nil} is
2639 from the Latin word for `nothing'; in this case, it means that the
2640 buffer is not associated with any file. (In Lisp, @code{nil} is also
2641 used to mean `false' and is a synonym for the empty list, @code{()}.)
2642
2643 When I am writing, the name of my buffer is
2644 @file{"introduction.texinfo"}. The name of the file to which it
2645 points is @file{"/gnu/work/intro/introduction.texinfo"}.
2646
2647 (In the expressions, the parentheses tell the Lisp interpreter to
2648 treat @w{@code{buffer-name}} and @w{@code{buffer-file-name}} as
2649 functions; without the parentheses, the interpreter would attempt to
2650 evaluate the symbols as variables. @xref{Variables}.)
2651
2652 In spite of the distinction between files and buffers, you will often
2653 find that people refer to a file when they mean a buffer and vice-verse.
2654 Indeed, most people say, ``I am editing a file,'' rather than saying,
2655 ``I am editing a buffer which I will soon save to a file.'' It is
2656 almost always clear from context what people mean. When dealing with
2657 computer programs, however, it is important to keep the distinction in mind,
2658 since the computer is not as smart as a person.
2659
2660 @cindex Buffer, history of word
2661 The word `buffer', by the way, comes from the meaning of the word as a
2662 cushion that deadens the force of a collision. In early computers, a
2663 buffer cushioned the interaction between files and the computer's
2664 central processing unit. The drums or tapes that held a file and the
2665 central processing unit were pieces of equipment that were very
2666 different from each other, working at their own speeds, in spurts. The
2667 buffer made it possible for them to work together effectively.
2668 Eventually, the buffer grew from being an intermediary, a temporary
2669 holding place, to being the place where work is done. This
2670 transformation is rather like that of a small seaport that grew into a
2671 great city: once it was merely the place where cargo was warehoused
2672 temporarily before being loaded onto ships; then it became a business
2673 and cultural center in its own right.
2674
2675 Not all buffers are associated with files. For example, a
2676 @file{*scratch*} buffer does not visit any file. Similarly, a
2677 @file{*Help*} buffer is not associated with any file.
2678
2679 In the old days, when you lacked a @file{~/.emacs} file and started an
2680 Emacs session by typing the command @code{emacs} alone, without naming
2681 any files, Emacs started with the @file{*scratch*} buffer visible.
2682 Nowadays, you will see a splash screen. You can follow one of the
2683 commands suggested on the splash screen, visit a file, or press the
2684 spacebar to reach the @file{*scratch*} buffer.
2685
2686 If you switch to the @file{*scratch*} buffer, type
2687 @code{(buffer-name)}, position the cursor after it, and then type
2688 @kbd{C-x C-e} to evaluate the expression. The name @code{"*scratch*"}
2689 will be returned and will appear in the echo area. @code{"*scratch*"}
2690 is the name of the buffer. When you type @code{(buffer-file-name)} in
2691 the @file{*scratch*} buffer and evaluate that, @code{nil} will appear
2692 in the echo area, just as it does when you evaluate
2693 @code{(buffer-file-name)} in Info.
2694
2695 Incidentally, if you are in the @file{*scratch*} buffer and want the
2696 value returned by an expression to appear in the @file{*scratch*}
2697 buffer itself rather than in the echo area, type @kbd{C-u C-x C-e}
2698 instead of @kbd{C-x C-e}. This causes the value returned to appear
2699 after the expression. The buffer will look like this:
2700
2701 @smallexample
2702 (buffer-name)"*scratch*"
2703 @end smallexample
2704
2705 @noindent
2706 You cannot do this in Info since Info is read-only and it will not allow
2707 you to change the contents of the buffer. But you can do this in any
2708 buffer you can edit; and when you write code or documentation (such as
2709 this book), this feature is very useful.
2710
2711 @node Getting Buffers
2712 @section Getting Buffers
2713 @findex current-buffer
2714 @findex other-buffer
2715 @cindex Getting a buffer
2716
2717 The @code{buffer-name} function returns the @emph{name} of the buffer;
2718 to get the buffer @emph{itself}, a different function is needed: the
2719 @code{current-buffer} function. If you use this function in code, what
2720 you get is the buffer itself.
2721
2722 A name and the object or entity to which the name refers are different
2723 from each other. You are not your name. You are a person to whom
2724 others refer by name. If you ask to speak to George and someone hands you
2725 a card with the letters @samp{G}, @samp{e}, @samp{o}, @samp{r},
2726 @samp{g}, and @samp{e} written on it, you might be amused, but you would
2727 not be satisfied. You do not want to speak to the name, but to the
2728 person to whom the name refers. A buffer is similar: the name of the
2729 scratch buffer is @file{*scratch*}, but the name is not the buffer. To
2730 get a buffer itself, you need to use a function such as
2731 @code{current-buffer}.
2732
2733 However, there is a slight complication: if you evaluate
2734 @code{current-buffer} in an expression on its own, as we will do here,
2735 what you see is a printed representation of the name of the buffer
2736 without the contents of the buffer. Emacs works this way for two
2737 reasons: the buffer may be thousands of lines long---too long to be
2738 conveniently displayed; and, another buffer may have the same contents
2739 but a different name, and it is important to distinguish between them.
2740
2741 @need 800
2742 Here is an expression containing the function:
2743
2744 @smallexample
2745 (current-buffer)
2746 @end smallexample
2747
2748 @noindent
2749 If you evaluate this expression in Info in Emacs in the usual way,
2750 @file{#<buffer *info*>} will appear in the echo area. The special
2751 format indicates that the buffer itself is being returned, rather than
2752 just its name.
2753
2754 Incidentally, while you can type a number or symbol into a program, you
2755 cannot do that with the printed representation of a buffer: the only way
2756 to get a buffer itself is with a function such as @code{current-buffer}.
2757
2758 A related function is @code{other-buffer}. This returns the most
2759 recently selected buffer other than the one you are in currently, not
2760 a printed representation of its name. If you have recently switched
2761 back and forth from the @file{*scratch*} buffer, @code{other-buffer}
2762 will return that buffer.
2763
2764 @need 800
2765 You can see this by evaluating the expression:
2766
2767 @smallexample
2768 (other-buffer)
2769 @end smallexample
2770
2771 @noindent
2772 You should see @file{#<buffer *scratch*>} appear in the echo area, or
2773 the name of whatever other buffer you switched back from most
2774 recently@footnote{Actually, by default, if the buffer from which you
2775 just switched is visible to you in another window, @code{other-buffer}
2776 will choose the most recent buffer that you cannot see; this is a
2777 subtlety that I often forget.}.
2778
2779 @node Switching Buffers
2780 @section Switching Buffers
2781 @findex switch-to-buffer
2782 @findex set-buffer
2783 @cindex Switching to a buffer
2784
2785 The @code{other-buffer} function actually provides a buffer when it is
2786 used as an argument to a function that requires one. We can see this
2787 by using @code{other-buffer} and @code{switch-to-buffer} to switch to a
2788 different buffer.
2789
2790 But first, a brief introduction to the @code{switch-to-buffer}
2791 function. When you switched back and forth from Info to the
2792 @file{*scratch*} buffer to evaluate @code{(buffer-name)}, you most
2793 likely typed @kbd{C-x b} and then typed @file{*scratch*}@footnote{Or
2794 rather, to save typing, you probably only typed @kbd{RET} if the
2795 default buffer was @file{*scratch*}, or if it was different, then you
2796 typed just part of the name, such as @code{*sc}, pressed your
2797 @kbd{TAB} key to cause it to expand to the full name, and then typed
2798 @kbd{RET}.} when prompted in the minibuffer for the name of
2799 the buffer to which you wanted to switch. The keystrokes, @kbd{C-x
2800 b}, cause the Lisp interpreter to evaluate the interactive function
2801 @code{switch-to-buffer}. As we said before, this is how Emacs works:
2802 different keystrokes call or run different functions. For example,
2803 @kbd{C-f} calls @code{forward-char}, @kbd{M-e} calls
2804 @code{forward-sentence}, and so on.
2805
2806 By writing @code{switch-to-buffer} in an expression, and giving it a
2807 buffer to switch to, we can switch buffers just the way @kbd{C-x b}
2808 does:
2809
2810 @smallexample
2811 (switch-to-buffer (other-buffer))
2812 @end smallexample
2813
2814 @noindent
2815 The symbol @code{switch-to-buffer} is the first element of the list,
2816 so the Lisp interpreter will treat it as a function and carry out the
2817 instructions that are attached to it. But before doing that, the
2818 interpreter will note that @code{other-buffer} is inside parentheses
2819 and work on that symbol first. @code{other-buffer} is the first (and
2820 in this case, the only) element of this list, so the Lisp interpreter
2821 calls or runs the function. It returns another buffer. Next, the
2822 interpreter runs @code{switch-to-buffer}, passing to it, as an
2823 argument, the other buffer, which is what Emacs will switch to. If
2824 you are reading this in Info, try this now. Evaluate the expression.
2825 (To get back, type @kbd{C-x b @key{RET}}.)@footnote{Remember, this
2826 expression will move you to your most recent other buffer that you
2827 cannot see. If you really want to go to your most recently selected
2828 buffer, even if you can still see it, you need to evaluate the
2829 following more complex expression:
2830
2831 @smallexample
2832 (switch-to-buffer (other-buffer (current-buffer) t))
2833 @end smallexample
2834
2835 @c noindent
2836 In this case, the first argument to @code{other-buffer} tells it which
2837 buffer to skip---the current one---and the second argument tells
2838 @code{other-buffer} it is OK to switch to a visible buffer.
2839 In regular use, @code{switch-to-buffer} takes you to an invisible
2840 window since you would most likely use @kbd{C-x o} (@code{other-window})
2841 to go to another visible buffer.}
2842
2843 In the programming examples in later sections of this document, you will
2844 see the function @code{set-buffer} more often than
2845 @code{switch-to-buffer}. This is because of a difference between
2846 computer programs and humans: humans have eyes and expect to see the
2847 buffer on which they are working on their computer terminals. This is
2848 so obvious, it almost goes without saying. However, programs do not
2849 have eyes. When a computer program works on a buffer, that buffer does
2850 not need to be visible on the screen.
2851
2852 @code{switch-to-buffer} is designed for humans and does two different
2853 things: it switches the buffer to which Emacs's attention is directed; and
2854 it switches the buffer displayed in the window to the new buffer.
2855 @code{set-buffer}, on the other hand, does only one thing: it switches
2856 the attention of the computer program to a different buffer. The buffer
2857 on the screen remains unchanged (of course, normally nothing happens
2858 there until the command finishes running).
2859
2860 @cindex @samp{call} defined
2861 Also, we have just introduced another jargon term, the word @dfn{call}.
2862 When you evaluate a list in which the first symbol is a function, you
2863 are calling that function. The use of the term comes from the notion of
2864 the function as an entity that can do something for you if you `call'
2865 it---just as a plumber is an entity who can fix a leak if you call him
2866 or her.
2867
2868 @node Buffer Size & Locations
2869 @section Buffer Size and the Location of Point
2870 @cindex Size of buffer
2871 @cindex Buffer size
2872 @cindex Point location
2873 @cindex Location of point
2874
2875 Finally, let's look at several rather simple functions,
2876 @code{buffer-size}, @code{point}, @code{point-min}, and
2877 @code{point-max}. These give information about the size of a buffer and
2878 the location of point within it.
2879
2880 The function @code{buffer-size} tells you the size of the current
2881 buffer; that is, the function returns a count of the number of
2882 characters in the buffer.
2883
2884 @smallexample
2885 (buffer-size)
2886 @end smallexample
2887
2888 @noindent
2889 You can evaluate this in the usual way, by positioning the
2890 cursor after the expression and typing @kbd{C-x C-e}.
2891
2892 @cindex @samp{point} defined
2893 In Emacs, the current position of the cursor is called @dfn{point}.
2894 The expression @code{(point)} returns a number that tells you where the
2895 cursor is located as a count of the number of characters from the
2896 beginning of the buffer up to point.
2897
2898 @need 1250
2899 You can see the character count for point in this buffer by evaluating
2900 the following expression in the usual way:
2901
2902 @smallexample
2903 (point)
2904 @end smallexample
2905
2906 @noindent
2907 As I write this, the value of @code{point} is 65724. The @code{point}
2908 function is frequently used in some of the examples later in this
2909 book.
2910
2911 @need 1250
2912 The value of point depends, of course, on its location within the
2913 buffer. If you evaluate point in this spot, the number will be larger:
2914
2915 @smallexample
2916 (point)
2917 @end smallexample
2918
2919 @noindent
2920 For me, the value of point in this location is 66043, which means that
2921 there are 319 characters (including spaces) between the two
2922 expressions. (Doubtless, you will see different numbers, since I will
2923 have edited this since I first evaluated point.)
2924
2925 @cindex @samp{narrowing} defined
2926 The function @code{point-min} is somewhat similar to @code{point}, but
2927 it returns the value of the minimum permissible value of point in the
2928 current buffer. This is the number 1 unless @dfn{narrowing} is in
2929 effect. (Narrowing is a mechanism whereby you can restrict yourself,
2930 or a program, to operations on just a part of a buffer.
2931 @xref{Narrowing & Widening, , Narrowing and Widening}.) Likewise, the
2932 function @code{point-max} returns the value of the maximum permissible
2933 value of point in the current buffer.
2934
2935 @node Evaluation Exercise
2936 @section Exercise
2937
2938 Find a file with which you are working and move towards its middle.
2939 Find its buffer name, file name, length, and your position in the file.
2940
2941 @node Writing Defuns
2942 @chapter How To Write Function Definitions
2943 @cindex Definition writing
2944 @cindex Function definition writing
2945 @cindex Writing a function definition
2946
2947 When the Lisp interpreter evaluates a list, it looks to see whether the
2948 first symbol on the list has a function definition attached to it; or,
2949 put another way, whether the symbol points to a function definition. If
2950 it does, the computer carries out the instructions in the definition. A
2951 symbol that has a function definition is called, simply, a function
2952 (although, properly speaking, the definition is the function and the
2953 symbol refers to it.)
2954
2955 @menu
2956 * Primitive Functions::
2957 * defun:: The @code{defun} macro.
2958 * Install:: Install a function definition.
2959 * Interactive:: Making a function interactive.
2960 * Interactive Options:: Different options for @code{interactive}.
2961 * Permanent Installation:: Installing code permanently.
2962 * let:: Creating and initializing local variables.
2963 * if:: What if?
2964 * else:: If--then--else expressions.
2965 * Truth & Falsehood:: What Lisp considers false and true.
2966 * save-excursion:: Keeping track of point, mark, and buffer.
2967 * Review::
2968 * defun Exercises::
2969 @end menu
2970
2971 @ifnottex
2972 @node Primitive Functions
2973 @unnumberedsec An Aside about Primitive Functions
2974 @end ifnottex
2975 @cindex Primitive functions
2976 @cindex Functions, primitive
2977
2978 @cindex C language primitives
2979 @cindex Primitives written in C
2980 All functions are defined in terms of other functions, except for a few
2981 @dfn{primitive} functions that are written in the C programming
2982 language. When you write functions' definitions, you will write them in
2983 Emacs Lisp and use other functions as your building blocks. Some of the
2984 functions you will use will themselves be written in Emacs Lisp (perhaps
2985 by you) and some will be primitives written in C@. The primitive
2986 functions are used exactly like those written in Emacs Lisp and behave
2987 like them. They are written in C so we can easily run GNU Emacs on any
2988 computer that has sufficient power and can run C.
2989
2990 Let me re-emphasize this: when you write code in Emacs Lisp, you do not
2991 distinguish between the use of functions written in C and the use of
2992 functions written in Emacs Lisp. The difference is irrelevant. I
2993 mention the distinction only because it is interesting to know. Indeed,
2994 unless you investigate, you won't know whether an already-written
2995 function is written in Emacs Lisp or C.
2996
2997 @node defun
2998 @section The @code{defun} Macro
2999 @findex defun
3000
3001 @cindex @samp{function definition} defined
3002 In Lisp, a symbol such as @code{mark-whole-buffer} has code attached to
3003 it that tells the computer what to do when the function is called.
3004 This code is called the @dfn{function definition} and is created by
3005 evaluating a Lisp expression that starts with the symbol @code{defun}
3006 (which is an abbreviation for @emph{define function}).
3007
3008 In subsequent sections, we will look at function definitions from the
3009 Emacs source code, such as @code{mark-whole-buffer}. In this section,
3010 we will describe a simple function definition so you can see how it
3011 looks. This function definition uses arithmetic because it makes for a
3012 simple example. Some people dislike examples using arithmetic; however,
3013 if you are such a person, do not despair. Hardly any of the code we
3014 will study in the remainder of this introduction involves arithmetic or
3015 mathematics. The examples mostly involve text in one way or another.
3016
3017 A function definition has up to five parts following the word
3018 @code{defun}:
3019
3020 @enumerate
3021 @item
3022 The name of the symbol to which the function definition should be
3023 attached.
3024
3025 @item
3026 A list of the arguments that will be passed to the function. If no
3027 arguments will be passed to the function, this is an empty list,
3028 @code{()}.
3029
3030 @item
3031 Documentation describing the function. (Technically optional, but
3032 strongly recommended.)
3033
3034 @item
3035 Optionally, an expression to make the function interactive so you can
3036 use it by typing @kbd{M-x} and then the name of the function; or by
3037 typing an appropriate key or keychord.
3038
3039 @cindex @samp{body} defined
3040 @item
3041 The code that instructs the computer what to do: the @dfn{body} of the
3042 function definition.
3043 @end enumerate
3044
3045 It is helpful to think of the five parts of a function definition as
3046 being organized in a template, with slots for each part:
3047
3048 @smallexample
3049 @group
3050 (defun @var{function-name} (@var{arguments}@dots{})
3051 "@var{optional-documentation}@dots{}"
3052 (interactive @var{argument-passing-info}) ; @r{optional}
3053 @var{body}@dots{})
3054 @end group
3055 @end smallexample
3056
3057 As an example, here is the code for a function that multiplies its
3058 argument by 7. (This example is not interactive. @xref{Interactive,
3059 , Making a Function Interactive}, for that information.)
3060
3061 @smallexample
3062 @group
3063 (defun multiply-by-seven (number)
3064 "Multiply NUMBER by seven."
3065 (* 7 number))
3066 @end group
3067 @end smallexample
3068
3069 This definition begins with a parenthesis and the symbol @code{defun},
3070 followed by the name of the function.
3071
3072 @cindex @samp{argument list} defined
3073 The name of the function is followed by a list that contains the
3074 arguments that will be passed to the function. This list is called
3075 the @dfn{argument list}. In this example, the list has only one
3076 element, the symbol, @code{number}. When the function is used, the
3077 symbol will be bound to the value that is used as the argument to the
3078 function.
3079
3080 Instead of choosing the word @code{number} for the name of the argument,
3081 I could have picked any other name. For example, I could have chosen
3082 the word @code{multiplicand}. I picked the word `number' because it
3083 tells what kind of value is intended for this slot; but I could just as
3084 well have chosen the word `multiplicand' to indicate the role that the
3085 value placed in this slot will play in the workings of the function. I
3086 could have called it @code{foogle}, but that would have been a bad
3087 choice because it would not tell humans what it means. The choice of
3088 name is up to the programmer and should be chosen to make the meaning of
3089 the function clear.
3090
3091 Indeed, you can choose any name you wish for a symbol in an argument
3092 list, even the name of a symbol used in some other function: the name
3093 you use in an argument list is private to that particular definition.
3094 In that definition, the name refers to a different entity than any use
3095 of the same name outside the function definition. Suppose you have a
3096 nick-name `Shorty' in your family; when your family members refer to
3097 `Shorty', they mean you. But outside your family, in a movie, for
3098 example, the name `Shorty' refers to someone else. Because a name in an
3099 argument list is private to the function definition, you can change the
3100 value of such a symbol inside the body of a function without changing
3101 its value outside the function. The effect is similar to that produced
3102 by a @code{let} expression. (@xref{let, , @code{let}}.)
3103
3104 @ignore
3105 Note also that we discuss the word `number' in two different ways: as a
3106 symbol that appears in the code, and as the name of something that will
3107 be replaced by a something else during the evaluation of the function.
3108 In the first case, @code{number} is a symbol, not a number; it happens
3109 that within the function, it is a variable who value is the number in
3110 question, but our primary interest in it is as a symbol. On the other
3111 hand, when we are talking about the function, our interest is that we
3112 will substitute a number for the word @var{number}. To keep this
3113 distinction clear, we use different typography for the two
3114 circumstances. When we talk about this function, or about how it works,
3115 we refer to this number by writing @var{number}. In the function
3116 itself, we refer to it by writing @code{number}.
3117 @end ignore
3118
3119 The argument list is followed by the documentation string that
3120 describes the function. This is what you see when you type
3121 @w{@kbd{C-h f}} and the name of a function. Incidentally, when you
3122 write a documentation string like this, you should make the first line
3123 a complete sentence since some commands, such as @code{apropos}, print
3124 only the first line of a multi-line documentation string. Also, you
3125 should not indent the second line of a documentation string, if you
3126 have one, because that looks odd when you use @kbd{C-h f}
3127 (@code{describe-function}). The documentation string is optional, but
3128 it is so useful, it should be included in almost every function you
3129 write.
3130
3131 @findex * @r{(multiplication)}
3132 The third line of the example consists of the body of the function
3133 definition. (Most functions' definitions, of course, are longer than
3134 this.) In this function, the body is the list, @code{(* 7 number)}, which
3135 says to multiply the value of @var{number} by 7. (In Emacs Lisp,
3136 @code{*} is the function for multiplication, just as @code{+} is the
3137 function for addition.)
3138
3139 When you use the @code{multiply-by-seven} function, the argument
3140 @code{number} evaluates to the actual number you want used. Here is an
3141 example that shows how @code{multiply-by-seven} is used; but don't try
3142 to evaluate this yet!
3143
3144 @smallexample
3145 (multiply-by-seven 3)
3146 @end smallexample
3147
3148 @noindent
3149 The symbol @code{number}, specified in the function definition in the
3150 next section, is given or ``bound to'' the value 3 in the actual use of
3151 the function. Note that although @code{number} was inside parentheses
3152 in the function definition, the argument passed to the
3153 @code{multiply-by-seven} function is not in parentheses. The
3154 parentheses are written in the function definition so the computer can
3155 figure out where the argument list ends and the rest of the function
3156 definition begins.
3157
3158 If you evaluate this example, you are likely to get an error message.
3159 (Go ahead, try it!) This is because we have written the function
3160 definition, but not yet told the computer about the definition---we have
3161 not yet installed (or `loaded') the function definition in Emacs.
3162 Installing a function is the process that tells the Lisp interpreter the
3163 definition of the function. Installation is described in the next
3164 section.
3165
3166 @node Install
3167 @section Install a Function Definition
3168 @cindex Install a Function Definition
3169 @cindex Definition installation
3170 @cindex Function definition installation
3171
3172 If you are reading this inside of Info in Emacs, you can try out the
3173 @code{multiply-by-seven} function by first evaluating the function
3174 definition and then evaluating @code{(multiply-by-seven 3)}. A copy of
3175 the function definition follows. Place the cursor after the last
3176 parenthesis of the function definition and type @kbd{C-x C-e}. When you
3177 do this, @code{multiply-by-seven} will appear in the echo area. (What
3178 this means is that when a function definition is evaluated, the value it
3179 returns is the name of the defined function.) At the same time, this
3180 action installs the function definition.
3181
3182 @smallexample
3183 @group
3184 (defun multiply-by-seven (number)
3185 "Multiply NUMBER by seven."
3186 (* 7 number))
3187 @end group
3188 @end smallexample
3189
3190 @noindent
3191 By evaluating this @code{defun}, you have just installed
3192 @code{multiply-by-seven} in Emacs. The function is now just as much a
3193 part of Emacs as @code{forward-word} or any other editing function you
3194 use. (@code{multiply-by-seven} will stay installed until you quit
3195 Emacs. To reload code automatically whenever you start Emacs, see
3196 @ref{Permanent Installation, , Installing Code Permanently}.)
3197
3198 @menu
3199 * Effect of installation::
3200 * Change a defun:: How to change a function definition.
3201 @end menu
3202
3203 @ifnottex
3204 @node Effect of installation
3205 @unnumberedsubsec The effect of installation
3206 @end ifnottex
3207
3208 You can see the effect of installing @code{multiply-by-seven} by
3209 evaluating the following sample. Place the cursor after the following
3210 expression and type @kbd{C-x C-e}. The number 21 will appear in the
3211 echo area.
3212
3213 @smallexample
3214 (multiply-by-seven 3)
3215 @end smallexample
3216
3217 If you wish, you can read the documentation for the function by typing
3218 @kbd{C-h f} (@code{describe-function}) and then the name of the
3219 function, @code{multiply-by-seven}. When you do this, a
3220 @file{*Help*} window will appear on your screen that says:
3221
3222 @smallexample
3223 @group
3224 multiply-by-seven is a Lisp function.
3225 (multiply-by-seven NUMBER)
3226
3227 Multiply NUMBER by seven.
3228 @end group
3229 @end smallexample
3230
3231 @noindent
3232 (To return to a single window on your screen, type @kbd{C-x 1}.)
3233
3234 @node Change a defun
3235 @subsection Change a Function Definition
3236 @cindex Changing a function definition
3237 @cindex Function definition, how to change
3238 @cindex Definition, how to change
3239
3240 If you want to change the code in @code{multiply-by-seven}, just rewrite
3241 it. To install the new version in place of the old one, evaluate the
3242 function definition again. This is how you modify code in Emacs. It is
3243 very simple.
3244
3245 As an example, you can change the @code{multiply-by-seven} function to
3246 add the number to itself seven times instead of multiplying the number
3247 by seven. It produces the same answer, but by a different path. At
3248 the same time, we will add a comment to the code; a comment is text
3249 that the Lisp interpreter ignores, but that a human reader may find
3250 useful or enlightening. The comment is that this is the ``second
3251 version''.
3252
3253 @smallexample
3254 @group
3255 (defun multiply-by-seven (number) ; @r{Second version.}
3256 "Multiply NUMBER by seven."
3257 (+ number number number number number number number))
3258 @end group
3259 @end smallexample
3260
3261 @cindex Comments in Lisp code
3262 The comment follows a semicolon, @samp{;}. In Lisp, everything on a
3263 line that follows a semicolon is a comment. The end of the line is the
3264 end of the comment. To stretch a comment over two or more lines, begin
3265 each line with a semicolon.
3266
3267 @xref{Beginning init File, , Beginning a @file{.emacs}
3268 File}, and @ref{Comments, , Comments, elisp, The GNU Emacs Lisp
3269 Reference Manual}, for more about comments.
3270
3271 You can install this version of the @code{multiply-by-seven} function by
3272 evaluating it in the same way you evaluated the first function: place
3273 the cursor after the last parenthesis and type @kbd{C-x C-e}.
3274
3275 In summary, this is how you write code in Emacs Lisp: you write a
3276 function; install it; test it; and then make fixes or enhancements and
3277 install it again.
3278
3279 @node Interactive
3280 @section Make a Function Interactive
3281 @cindex Interactive functions
3282 @findex interactive
3283
3284 You make a function interactive by placing a list that begins with
3285 the special form @code{interactive} immediately after the
3286 documentation. A user can invoke an interactive function by typing
3287 @kbd{M-x} and then the name of the function; or by typing the keys to
3288 which it is bound, for example, by typing @kbd{C-n} for
3289 @code{next-line} or @kbd{C-x h} for @code{mark-whole-buffer}.
3290
3291 Interestingly, when you call an interactive function interactively,
3292 the value returned is not automatically displayed in the echo area.
3293 This is because you often call an interactive function for its side
3294 effects, such as moving forward by a word or line, and not for the
3295 value returned. If the returned value were displayed in the echo area
3296 each time you typed a key, it would be very distracting.
3297
3298 @menu
3299 * Interactive multiply-by-seven:: An overview.
3300 * multiply-by-seven in detail:: The interactive version.
3301 @end menu
3302
3303 @ifnottex
3304 @node Interactive multiply-by-seven
3305 @unnumberedsubsec An Interactive @code{multiply-by-seven}, An Overview
3306 @end ifnottex
3307
3308 Both the use of the special form @code{interactive} and one way to
3309 display a value in the echo area can be illustrated by creating an
3310 interactive version of @code{multiply-by-seven}.
3311
3312 @need 1250
3313 Here is the code:
3314
3315 @smallexample
3316 @group
3317 (defun multiply-by-seven (number) ; @r{Interactive version.}
3318 "Multiply NUMBER by seven."
3319 (interactive "p")
3320 (message "The result is %d" (* 7 number)))
3321 @end group
3322 @end smallexample
3323
3324 @noindent
3325 You can install this code by placing your cursor after it and typing
3326 @kbd{C-x C-e}. The name of the function will appear in your echo area.
3327 Then, you can use this code by typing @kbd{C-u} and a number and then
3328 typing @kbd{M-x multiply-by-seven} and pressing @key{RET}. The phrase
3329 @samp{The result is @dots{}} followed by the product will appear in the
3330 echo area.
3331
3332 Speaking more generally, you invoke a function like this in either of two
3333 ways:
3334
3335 @enumerate
3336 @item
3337 By typing a prefix argument that contains the number to be passed, and
3338 then typing @kbd{M-x} and the name of the function, as with
3339 @kbd{C-u 3 M-x forward-sentence}; or,
3340
3341 @item
3342 By typing whatever key or keychord the function is bound to, as with
3343 @kbd{C-u 3 M-e}.
3344 @end enumerate
3345
3346 @noindent
3347 Both the examples just mentioned work identically to move point forward
3348 three sentences. (Since @code{multiply-by-seven} is not bound to a key,
3349 it could not be used as an example of key binding.)
3350
3351 (@xref{Keybindings, , Some Keybindings}, to learn how to bind a command
3352 to a key.)
3353
3354 A prefix argument is passed to an interactive function by typing the
3355 @key{META} key followed by a number, for example, @kbd{M-3 M-e}, or by
3356 typing @kbd{C-u} and then a number, for example, @kbd{C-u 3 M-e} (if you
3357 type @kbd{C-u} without a number, it defaults to 4).
3358
3359 @node multiply-by-seven in detail
3360 @subsection An Interactive @code{multiply-by-seven}
3361
3362 Let's look at the use of the special form @code{interactive} and then at
3363 the function @code{message} in the interactive version of
3364 @code{multiply-by-seven}. You will recall that the function definition
3365 looks like this:
3366
3367 @smallexample
3368 @group
3369 (defun multiply-by-seven (number) ; @r{Interactive version.}
3370 "Multiply NUMBER by seven."
3371 (interactive "p")
3372 (message "The result is %d" (* 7 number)))
3373 @end group
3374 @end smallexample
3375
3376 In this function, the expression, @code{(interactive "p")}, is a list of
3377 two elements. The @code{"p"} tells Emacs to pass the prefix argument to
3378 the function and use its value for the argument of the function.
3379
3380 @need 1000
3381 The argument will be a number. This means that the symbol
3382 @code{number} will be bound to a number in the line:
3383
3384 @smallexample
3385 (message "The result is %d" (* 7 number))
3386 @end smallexample
3387
3388 @need 1250
3389 @noindent
3390 For example, if your prefix argument is 5, the Lisp interpreter will
3391 evaluate the line as if it were:
3392
3393 @smallexample
3394 (message "The result is %d" (* 7 5))
3395 @end smallexample
3396
3397 @noindent
3398 (If you are reading this in GNU Emacs, you can evaluate this expression
3399 yourself.) First, the interpreter will evaluate the inner list, which
3400 is @code{(* 7 5)}. This returns a value of 35. Next, it
3401 will evaluate the outer list, passing the values of the second and
3402 subsequent elements of the list to the function @code{message}.
3403
3404 As we have seen, @code{message} is an Emacs Lisp function especially
3405 designed for sending a one line message to a user. (@xref{message, ,
3406 The @code{message} function}.) In summary, the @code{message}
3407 function prints its first argument in the echo area as is, except for
3408 occurrences of @samp{%d} or @samp{%s} (and various other %-sequences
3409 which we have not mentioned). When it sees a control sequence, the
3410 function looks to the second or subsequent arguments and prints the
3411 value of the argument in the location in the string where the control
3412 sequence is located.
3413
3414 In the interactive @code{multiply-by-seven} function, the control string
3415 is @samp{%d}, which requires a number, and the value returned by
3416 evaluating @code{(* 7 5)} is the number 35. Consequently, the number 35
3417 is printed in place of the @samp{%d} and the message is @samp{The result
3418 is 35}.
3419
3420 (Note that when you call the function @code{multiply-by-seven}, the
3421 message is printed without quotes, but when you call @code{message}, the
3422 text is printed in double quotes. This is because the value returned by
3423 @code{message} is what appears in the echo area when you evaluate an
3424 expression whose first element is @code{message}; but when embedded in a
3425 function, @code{message} prints the text as a side effect without
3426 quotes.)
3427
3428 @node Interactive Options
3429 @section Different Options for @code{interactive}
3430 @cindex Options for @code{interactive}
3431 @cindex Interactive options
3432
3433 In the example, @code{multiply-by-seven} used @code{"p"} as the
3434 argument to @code{interactive}. This argument told Emacs to interpret
3435 your typing either @kbd{C-u} followed by a number or @key{META}
3436 followed by a number as a command to pass that number to the function
3437 as its argument. Emacs has more than twenty characters predefined for
3438 use with @code{interactive}. In almost every case, one of these
3439 options will enable you to pass the right information interactively to
3440 a function. (@xref{Interactive Codes, , Code Characters for
3441 @code{interactive}, elisp, The GNU Emacs Lisp Reference Manual}.)
3442
3443 @need 1250
3444 Consider the function @code{zap-to-char}. Its interactive expression
3445 is
3446
3447 @smallexample
3448 (interactive "p\ncZap to char: ")
3449 @end smallexample
3450
3451 The first part of the argument to @code{interactive} is @samp{p}, with
3452 which you are already familiar. This argument tells Emacs to
3453 interpret a `prefix', as a number to be passed to the function. You
3454 can specify a prefix either by typing @kbd{C-u} followed by a number
3455 or by typing @key{META} followed by a number. The prefix is the
3456 number of specified characters. Thus, if your prefix is three and the
3457 specified character is @samp{x}, then you will delete all the text up
3458 to and including the third next @samp{x}. If you do not set a prefix,
3459 then you delete all the text up to and including the specified
3460 character, but no more.
3461
3462 The @samp{c} tells the function the name of the character to which to delete.
3463
3464 More formally, a function with two or more arguments can have
3465 information passed to each argument by adding parts to the string that
3466 follows @code{interactive}. When you do this, the information is
3467 passed to each argument in the same order it is specified in the
3468 @code{interactive} list. In the string, each part is separated from
3469 the next part by a @samp{\n}, which is a newline. For example, you
3470 can follow @samp{p} with a @samp{\n} and an @samp{cZap to char:@: }.
3471 This causes Emacs to pass the value of the prefix argument (if there
3472 is one) and the character.
3473
3474 In this case, the function definition looks like the following, where
3475 @code{arg} and @code{char} are the symbols to which @code{interactive}
3476 binds the prefix argument and the specified character:
3477
3478 @smallexample
3479 @group
3480 (defun @var{name-of-function} (arg char)
3481 "@var{documentation}@dots{}"
3482 (interactive "p\ncZap to char: ")
3483 @var{body-of-function}@dots{})
3484 @end group
3485 @end smallexample
3486
3487 @noindent
3488 (The space after the colon in the prompt makes it look better when you
3489 are prompted. @xref{copy-to-buffer, , The Definition of
3490 @code{copy-to-buffer}}, for an example.)
3491
3492 When a function does not take arguments, @code{interactive} does not
3493 require any. Such a function contains the simple expression
3494 @code{(interactive)}. The @code{mark-whole-buffer} function is like
3495 this.
3496
3497 Alternatively, if the special letter-codes are not right for your
3498 application, you can pass your own arguments to @code{interactive} as
3499 a list.
3500
3501 @xref{append-to-buffer, , The Definition of @code{append-to-buffer}},
3502 for an example. @xref{Using Interactive, , Using @code{Interactive},
3503 elisp, The GNU Emacs Lisp Reference Manual}, for a more complete
3504 explanation about this technique.
3505
3506 @node Permanent Installation
3507 @section Install Code Permanently
3508 @cindex Install code permanently
3509 @cindex Permanent code installation
3510 @cindex Code installation
3511
3512 When you install a function definition by evaluating it, it will stay
3513 installed until you quit Emacs. The next time you start a new session
3514 of Emacs, the function will not be installed unless you evaluate the
3515 function definition again.
3516
3517 At some point, you may want to have code installed automatically
3518 whenever you start a new session of Emacs. There are several ways of
3519 doing this:
3520
3521 @itemize @bullet
3522 @item
3523 If you have code that is just for yourself, you can put the code for the
3524 function definition in your @file{.emacs} initialization file. When you
3525 start Emacs, your @file{.emacs} file is automatically evaluated and all
3526 the function definitions within it are installed.
3527 @xref{Emacs Initialization, , Your @file{.emacs} File}.
3528
3529 @item
3530 Alternatively, you can put the function definitions that you want
3531 installed in one or more files of their own and use the @code{load}
3532 function to cause Emacs to evaluate and thereby install each of the
3533 functions in the files.
3534 @xref{Loading Files, , Loading Files}.
3535
3536 @item
3537 Thirdly, if you have code that your whole site will use, it is usual
3538 to put it in a file called @file{site-init.el} that is loaded when
3539 Emacs is built. This makes the code available to everyone who uses
3540 your machine. (See the @file{INSTALL} file that is part of the Emacs
3541 distribution.)
3542 @end itemize
3543
3544 Finally, if you have code that everyone who uses Emacs may want, you
3545 can post it on a computer network or send a copy to the Free Software
3546 Foundation. (When you do this, please license the code and its
3547 documentation under a license that permits other people to run, copy,
3548 study, modify, and redistribute the code and which protects you from
3549 having your work taken from you.) If you send a copy of your code to
3550 the Free Software Foundation, and properly protect yourself and
3551 others, it may be included in the next release of Emacs. In large
3552 part, this is how Emacs has grown over the past years, by donations.
3553
3554 @node let
3555 @section @code{let}
3556 @findex let
3557
3558 The @code{let} expression is a special form in Lisp that you will need
3559 to use in most function definitions.
3560
3561 @code{let} is used to attach or bind a symbol to a value in such a way
3562 that the Lisp interpreter will not confuse the variable with a
3563 variable of the same name that is not part of the function.
3564
3565 To understand why the @code{let} special form is necessary, consider
3566 the situation in which you own a home that you generally refer to as
3567 `the house', as in the sentence, ``The house needs painting.'' If you
3568 are visiting a friend and your host refers to `the house', he is
3569 likely to be referring to @emph{his} house, not yours, that is, to a
3570 different house.
3571
3572 If your friend is referring to his house and you think he is referring
3573 to your house, you may be in for some confusion. The same thing could
3574 happen in Lisp if a variable that is used inside of one function has
3575 the same name as a variable that is used inside of another function,
3576 and the two are not intended to refer to the same value. The
3577 @code{let} special form prevents this kind of confusion.
3578
3579 @menu
3580 * Prevent confusion::
3581 * Parts of let Expression::
3582 * Sample let Expression::
3583 * Uninitialized let Variables::
3584 @end menu
3585
3586 @ifnottex
3587 @node Prevent confusion
3588 @unnumberedsubsec @code{let} Prevents Confusion
3589 @end ifnottex
3590
3591 @cindex @samp{local variable} defined
3592 @cindex @samp{variable, local}, defined
3593 The @code{let} special form prevents confusion. @code{let} creates a
3594 name for a @dfn{local variable} that overshadows any use of the same
3595 name outside the @code{let} expression. This is like understanding
3596 that whenever your host refers to `the house', he means his house, not
3597 yours. (Symbols used in argument lists work the same way.
3598 @xref{defun, , The @code{defun} Macro}.)
3599
3600 Local variables created by a @code{let} expression retain their value
3601 @emph{only} within the @code{let} expression itself (and within
3602 expressions called within the @code{let} expression); the local
3603 variables have no effect outside the @code{let} expression.
3604
3605 Another way to think about @code{let} is that it is like a @code{setq}
3606 that is temporary and local. The values set by @code{let} are
3607 automatically undone when the @code{let} is finished. The setting
3608 only affects expressions that are inside the bounds of the @code{let}
3609 expression. In computer science jargon, we would say ``the binding of
3610 a symbol is visible only in functions called in the @code{let} form;
3611 in Emacs Lisp, scoping is dynamic, not lexical.''
3612
3613 @code{let} can create more than one variable at once. Also,
3614 @code{let} gives each variable it creates an initial value, either a
3615 value specified by you, or @code{nil}. (In the jargon, this is called
3616 `binding the variable to the value'.) After @code{let} has created
3617 and bound the variables, it executes the code in the body of the
3618 @code{let}, and returns the value of the last expression in the body,
3619 as the value of the whole @code{let} expression. (`Execute' is a jargon
3620 term that means to evaluate a list; it comes from the use of the word
3621 meaning `to give practical effect to' (@cite{Oxford English
3622 Dictionary}). Since you evaluate an expression to perform an action,
3623 `execute' has evolved as a synonym to `evaluate'.)
3624
3625 @node Parts of let Expression
3626 @subsection The Parts of a @code{let} Expression
3627 @cindex @code{let} expression, parts of
3628 @cindex Parts of @code{let} expression
3629
3630 @cindex @samp{varlist} defined
3631 A @code{let} expression is a list of three parts. The first part is
3632 the symbol @code{let}. The second part is a list, called a
3633 @dfn{varlist}, each element of which is either a symbol by itself or a
3634 two-element list, the first element of which is a symbol. The third
3635 part of the @code{let} expression is the body of the @code{let}. The
3636 body usually consists of one or more lists.
3637
3638 @need 800
3639 A template for a @code{let} expression looks like this:
3640
3641 @smallexample
3642 (let @var{varlist} @var{body}@dots{})
3643 @end smallexample
3644
3645 @noindent
3646 The symbols in the varlist are the variables that are given initial
3647 values by the @code{let} special form. Symbols by themselves are given
3648 the initial value of @code{nil}; and each symbol that is the first
3649 element of a two-element list is bound to the value that is returned
3650 when the Lisp interpreter evaluates the second element.
3651
3652 Thus, a varlist might look like this: @code{(thread (needles 3))}. In
3653 this case, in a @code{let} expression, Emacs binds the symbol
3654 @code{thread} to an initial value of @code{nil}, and binds the symbol
3655 @code{needles} to an initial value of 3.
3656
3657 When you write a @code{let} expression, what you do is put the
3658 appropriate expressions in the slots of the @code{let} expression
3659 template.
3660
3661 If the varlist is composed of two-element lists, as is often the case,
3662 the template for the @code{let} expression looks like this:
3663
3664 @smallexample
3665 @group
3666 (let ((@var{variable} @var{value})
3667 (@var{variable} @var{value})
3668 @dots{})
3669 @var{body}@dots{})
3670 @end group
3671 @end smallexample
3672
3673 @node Sample let Expression
3674 @subsection Sample @code{let} Expression
3675 @cindex Sample @code{let} expression
3676 @cindex @code{let} expression sample
3677
3678 The following expression creates and gives initial values
3679 to the two variables @code{zebra} and @code{tiger}. The body of the
3680 @code{let} expression is a list which calls the @code{message} function.
3681
3682 @smallexample
3683 @group
3684 (let ((zebra 'stripes)
3685 (tiger 'fierce))
3686 (message "One kind of animal has %s and another is %s."
3687 zebra tiger))
3688 @end group
3689 @end smallexample
3690
3691 Here, the varlist is @code{((zebra 'stripes) (tiger 'fierce))}.
3692
3693 The two variables are @code{zebra} and @code{tiger}. Each variable is
3694 the first element of a two-element list and each value is the second
3695 element of its two-element list. In the varlist, Emacs binds the
3696 variable @code{zebra} to the value @code{stripes}@footnote{According
3697 to Jared Diamond in @cite{Guns, Germs, and Steel}, ``@dots{} zebras
3698 become impossibly dangerous as they grow older'' but the claim here is
3699 that they do not become fierce like a tiger. (1997, W. W. Norton and
3700 Co., ISBN 0-393-03894-2, page 171)}, and binds the
3701 variable @code{tiger} to the value @code{fierce}. In this example,
3702 both values are symbols preceded by a quote. The values could just as
3703 well have been another list or a string. The body of the @code{let}
3704 follows after the list holding the variables. In this example, the
3705 body is a list that uses the @code{message} function to print a string
3706 in the echo area.
3707
3708 @need 1500
3709 You may evaluate the example in the usual fashion, by placing the
3710 cursor after the last parenthesis and typing @kbd{C-x C-e}. When you do
3711 this, the following will appear in the echo area:
3712
3713 @smallexample
3714 "One kind of animal has stripes and another is fierce."
3715 @end smallexample
3716
3717 As we have seen before, the @code{message} function prints its first
3718 argument, except for @samp{%s}. In this example, the value of the variable
3719 @code{zebra} is printed at the location of the first @samp{%s} and the
3720 value of the variable @code{tiger} is printed at the location of the
3721 second @samp{%s}.
3722
3723 @node Uninitialized let Variables
3724 @subsection Uninitialized Variables in a @code{let} Statement
3725 @cindex Uninitialized @code{let} variables
3726 @cindex @code{let} variables uninitialized
3727
3728 If you do not bind the variables in a @code{let} statement to specific
3729 initial values, they will automatically be bound to an initial value of
3730 @code{nil}, as in the following expression:
3731
3732 @smallexample
3733 @group
3734 (let ((birch 3)
3735 pine
3736 fir
3737 (oak 'some))
3738 (message
3739 "Here are %d variables with %s, %s, and %s value."
3740 birch pine fir oak))
3741 @end group
3742 @end smallexample
3743
3744 @noindent
3745 Here, the varlist is @code{((birch 3) pine fir (oak 'some))}.
3746
3747 @need 1250
3748 If you evaluate this expression in the usual way, the following will
3749 appear in your echo area:
3750
3751 @smallexample
3752 "Here are 3 variables with nil, nil, and some value."
3753 @end smallexample
3754
3755 @noindent
3756 In this example, Emacs binds the symbol @code{birch} to the number 3,
3757 binds the symbols @code{pine} and @code{fir} to @code{nil}, and binds
3758 the symbol @code{oak} to the value @code{some}.
3759
3760 Note that in the first part of the @code{let}, the variables @code{pine}
3761 and @code{fir} stand alone as atoms that are not surrounded by
3762 parentheses; this is because they are being bound to @code{nil}, the
3763 empty list. But @code{oak} is bound to @code{some} and so is a part of
3764 the list @code{(oak 'some)}. Similarly, @code{birch} is bound to the
3765 number 3 and so is in a list with that number. (Since a number
3766 evaluates to itself, the number does not need to be quoted. Also, the
3767 number is printed in the message using a @samp{%d} rather than a
3768 @samp{%s}.) The four variables as a group are put into a list to
3769 delimit them from the body of the @code{let}.
3770
3771 @node if
3772 @section The @code{if} Special Form
3773 @findex if
3774 @cindex Conditional with @code{if}
3775
3776 A third special form, in addition to @code{defun} and @code{let}, is the
3777 conditional @code{if}. This form is used to instruct the computer to
3778 make decisions. You can write function definitions without using
3779 @code{if}, but it is used often enough, and is important enough, to be
3780 included here. It is used, for example, in the code for the
3781 function @code{beginning-of-buffer}.
3782
3783 The basic idea behind an @code{if}, is that ``@emph{if} a test is true,
3784 @emph{then} an expression is evaluated.'' If the test is not true, the
3785 expression is not evaluated. For example, you might make a decision
3786 such as, ``if it is warm and sunny, then go to the beach!''
3787
3788 @menu
3789 * if in more detail::
3790 * type-of-animal in detail:: An example of an @code{if} expression.
3791 @end menu
3792
3793 @ifnottex
3794 @node if in more detail
3795 @unnumberedsubsec @code{if} in more detail
3796 @end ifnottex
3797
3798 @cindex @samp{if-part} defined
3799 @cindex @samp{then-part} defined
3800 An @code{if} expression written in Lisp does not use the word `then';
3801 the test and the action are the second and third elements of the list
3802 whose first element is @code{if}. Nonetheless, the test part of an
3803 @code{if} expression is often called the @dfn{if-part} and the second
3804 argument is often called the @dfn{then-part}.
3805
3806 Also, when an @code{if} expression is written, the true-or-false-test
3807 is usually written on the same line as the symbol @code{if}, but the
3808 action to carry out if the test is true, the ``then-part'', is written
3809 on the second and subsequent lines. This makes the @code{if}
3810 expression easier to read.
3811
3812 @smallexample
3813 @group
3814 (if @var{true-or-false-test}
3815 @var{action-to-carry-out-if-test-is-true})
3816 @end group
3817 @end smallexample
3818
3819 @noindent
3820 The true-or-false-test will be an expression that
3821 is evaluated by the Lisp interpreter.
3822
3823 Here is an example that you can evaluate in the usual manner. The test
3824 is whether the number 5 is greater than the number 4. Since it is, the
3825 message @samp{5 is greater than 4!} will be printed.
3826
3827 @smallexample
3828 @group
3829 (if (> 5 4) ; @r{if-part}
3830 (message "5 is greater than 4!")) ; @r{then-part}
3831 @end group
3832 @end smallexample
3833
3834 @noindent
3835 (The function @code{>} tests whether its first argument is greater than
3836 its second argument and returns true if it is.)
3837 @findex > (greater than)
3838
3839 Of course, in actual use, the test in an @code{if} expression will not
3840 be fixed for all time as it is by the expression @code{(> 5 4)}.
3841 Instead, at least one of the variables used in the test will be bound to
3842 a value that is not known ahead of time. (If the value were known ahead
3843 of time, we would not need to run the test!)
3844
3845 For example, the value may be bound to an argument of a function
3846 definition. In the following function definition, the character of the
3847 animal is a value that is passed to the function. If the value bound to
3848 @code{characteristic} is @code{fierce}, then the message, @samp{It's a
3849 tiger!} will be printed; otherwise, @code{nil} will be returned.
3850
3851 @smallexample
3852 @group
3853 (defun type-of-animal (characteristic)
3854 "Print message in echo area depending on CHARACTERISTIC.
3855 If the CHARACTERISTIC is the symbol `fierce',
3856 then warn of a tiger."
3857 (if (equal characteristic 'fierce)
3858 (message "It's a tiger!")))
3859 @end group
3860 @end smallexample
3861
3862 @need 1500
3863 @noindent
3864 If you are reading this inside of GNU Emacs, you can evaluate the
3865 function definition in the usual way to install it in Emacs, and then you
3866 can evaluate the following two expressions to see the results:
3867
3868 @smallexample
3869 @group
3870 (type-of-animal 'fierce)
3871
3872 (type-of-animal 'zebra)
3873
3874 @end group
3875 @end smallexample
3876
3877 @c Following sentences rewritten to prevent overfull hbox.
3878 @noindent
3879 When you evaluate @code{(type-of-animal 'fierce)}, you will see the
3880 following message printed in the echo area: @code{"It's a tiger!"}; and
3881 when you evaluate @code{(type-of-animal 'zebra)} you will see @code{nil}
3882 printed in the echo area.
3883
3884 @node type-of-animal in detail
3885 @subsection The @code{type-of-animal} Function in Detail
3886
3887 Let's look at the @code{type-of-animal} function in detail.
3888
3889 The function definition for @code{type-of-animal} was written by filling
3890 the slots of two templates, one for a function definition as a whole, and
3891 a second for an @code{if} expression.
3892
3893 @need 1250
3894 The template for every function that is not interactive is:
3895
3896 @smallexample
3897 @group
3898 (defun @var{name-of-function} (@var{argument-list})
3899 "@var{documentation}@dots{}"
3900 @var{body}@dots{})
3901 @end group
3902 @end smallexample
3903
3904 @need 800
3905 The parts of the function that match this template look like this:
3906
3907 @smallexample
3908 @group
3909 (defun type-of-animal (characteristic)
3910 "Print message in echo area depending on CHARACTERISTIC.
3911 If the CHARACTERISTIC is the symbol `fierce',
3912 then warn of a tiger."
3913 @var{body: the} @code{if} @var{expression})
3914 @end group
3915 @end smallexample
3916
3917 The name of function is @code{type-of-animal}; it is passed the value
3918 of one argument. The argument list is followed by a multi-line
3919 documentation string. The documentation string is included in the
3920 example because it is a good habit to write documentation string for
3921 every function definition. The body of the function definition
3922 consists of the @code{if} expression.
3923
3924 @need 800
3925 The template for an @code{if} expression looks like this:
3926
3927 @smallexample
3928 @group
3929 (if @var{true-or-false-test}
3930 @var{action-to-carry-out-if-the-test-returns-true})
3931 @end group
3932 @end smallexample
3933
3934 @need 1250
3935 In the @code{type-of-animal} function, the code for the @code{if}
3936 looks like this:
3937
3938 @smallexample
3939 @group
3940 (if (equal characteristic 'fierce)
3941 (message "It's a tiger!")))
3942 @end group
3943 @end smallexample
3944
3945 @need 800
3946 Here, the true-or-false-test is the expression:
3947
3948 @smallexample
3949 (equal characteristic 'fierce)
3950 @end smallexample
3951
3952 @noindent
3953 In Lisp, @code{equal} is a function that determines whether its first
3954 argument is equal to its second argument. The second argument is the
3955 quoted symbol @code{'fierce} and the first argument is the value of the
3956 symbol @code{characteristic}---in other words, the argument passed to
3957 this function.
3958
3959 In the first exercise of @code{type-of-animal}, the argument
3960 @code{fierce} is passed to @code{type-of-animal}. Since @code{fierce}
3961 is equal to @code{fierce}, the expression, @code{(equal characteristic
3962 'fierce)}, returns a value of true. When this happens, the @code{if}
3963 evaluates the second argument or then-part of the @code{if}:
3964 @code{(message "It's tiger!")}.
3965
3966 On the other hand, in the second exercise of @code{type-of-animal}, the
3967 argument @code{zebra} is passed to @code{type-of-animal}. @code{zebra}
3968 is not equal to @code{fierce}, so the then-part is not evaluated and
3969 @code{nil} is returned by the @code{if} expression.
3970
3971 @node else
3972 @section If--then--else Expressions
3973 @cindex Else
3974
3975 An @code{if} expression may have an optional third argument, called
3976 the @dfn{else-part}, for the case when the true-or-false-test returns
3977 false. When this happens, the second argument or then-part of the
3978 overall @code{if} expression is @emph{not} evaluated, but the third or
3979 else-part @emph{is} evaluated. You might think of this as the cloudy
3980 day alternative for the decision ``if it is warm and sunny, then go to
3981 the beach, else read a book!''.
3982
3983 The word ``else'' is not written in the Lisp code; the else-part of an
3984 @code{if} expression comes after the then-part. In the written Lisp, the
3985 else-part is usually written to start on a line of its own and is
3986 indented less than the then-part:
3987
3988 @smallexample
3989 @group
3990 (if @var{true-or-false-test}
3991 @var{action-to-carry-out-if-the-test-returns-true}
3992 @var{action-to-carry-out-if-the-test-returns-false})
3993 @end group
3994 @end smallexample
3995
3996 For example, the following @code{if} expression prints the message @samp{4
3997 is not greater than 5!} when you evaluate it in the usual way:
3998
3999 @smallexample
4000 @group
4001 (if (> 4 5) ; @r{if-part}
4002 (message "4 falsely greater than 5!") ; @r{then-part}
4003 (message "4 is not greater than 5!")) ; @r{else-part}
4004 @end group
4005 @end smallexample
4006
4007 @noindent
4008 Note that the different levels of indentation make it easy to
4009 distinguish the then-part from the else-part. (GNU Emacs has several
4010 commands that automatically indent @code{if} expressions correctly.
4011 @xref{Typing Lists, , GNU Emacs Helps You Type Lists}.)
4012
4013 We can extend the @code{type-of-animal} function to include an
4014 else-part by simply incorporating an additional part to the @code{if}
4015 expression.
4016
4017 @need 1500
4018 You can see the consequences of doing this if you evaluate the following
4019 version of the @code{type-of-animal} function definition to install it
4020 and then evaluate the two subsequent expressions to pass different
4021 arguments to the function.
4022
4023 @smallexample
4024 @group
4025 (defun type-of-animal (characteristic) ; @r{Second version.}
4026 "Print message in echo area depending on CHARACTERISTIC.
4027 If the CHARACTERISTIC is the symbol `fierce',
4028 then warn of a tiger;
4029 else say it's not fierce."
4030 (if (equal characteristic 'fierce)
4031 (message "It's a tiger!")
4032 (message "It's not fierce!")))
4033 @end group
4034 @end smallexample
4035 @sp 1
4036
4037 @smallexample
4038 @group
4039 (type-of-animal 'fierce)
4040
4041 (type-of-animal 'zebra)
4042
4043 @end group
4044 @end smallexample
4045
4046 @c Following sentence rewritten to prevent overfull hbox.
4047 @noindent
4048 When you evaluate @code{(type-of-animal 'fierce)}, you will see the
4049 following message printed in the echo area: @code{"It's a tiger!"}; but
4050 when you evaluate @code{(type-of-animal 'zebra)}, you will see
4051 @code{"It's not fierce!"}.
4052
4053 (Of course, if the @var{characteristic} were @code{ferocious}, the
4054 message @code{"It's not fierce!"} would be printed; and it would be
4055 misleading! When you write code, you need to take into account the
4056 possibility that some such argument will be tested by the @code{if}
4057 and write your program accordingly.)
4058
4059 @node Truth & Falsehood
4060 @section Truth and Falsehood in Emacs Lisp
4061 @cindex Truth and falsehood in Emacs Lisp
4062 @cindex Falsehood and truth in Emacs Lisp
4063 @findex nil
4064
4065 There is an important aspect to the truth test in an @code{if}
4066 expression. So far, we have spoken of `true' and `false' as values of
4067 predicates as if they were new kinds of Emacs Lisp objects. In fact,
4068 `false' is just our old friend @code{nil}. Anything else---anything
4069 at all---is `true'.
4070
4071 The expression that tests for truth is interpreted as @dfn{true}
4072 if the result of evaluating it is a value that is not @code{nil}. In
4073 other words, the result of the test is considered true if the value
4074 returned is a number such as 47, a string such as @code{"hello"}, or a
4075 symbol (other than @code{nil}) such as @code{flowers}, or a list (so
4076 long as it is not empty), or even a buffer!
4077
4078 @menu
4079 * nil explained:: @code{nil} has two meanings.
4080 @end menu
4081
4082 @ifnottex
4083 @node nil explained
4084 @unnumberedsubsec An explanation of @code{nil}
4085 @end ifnottex
4086
4087 Before illustrating a test for truth, we need an explanation of @code{nil}.
4088
4089 In Emacs Lisp, the symbol @code{nil} has two meanings. First, it means the
4090 empty list. Second, it means false and is the value returned when a
4091 true-or-false-test tests false. @code{nil} can be written as an empty
4092 list, @code{()}, or as @code{nil}. As far as the Lisp interpreter is
4093 concerned, @code{()} and @code{nil} are the same. Humans, however, tend
4094 to use @code{nil} for false and @code{()} for the empty list.
4095
4096 In Emacs Lisp, any value that is not @code{nil}---is not the empty
4097 list---is considered true. This means that if an evaluation returns
4098 something that is not an empty list, an @code{if} expression will test
4099 true. For example, if a number is put in the slot for the test, it
4100 will be evaluated and will return itself, since that is what numbers
4101 do when evaluated. In this conditional, the @code{if} expression will
4102 test true. The expression tests false only when @code{nil}, an empty
4103 list, is returned by evaluating the expression.
4104
4105 You can see this by evaluating the two expressions in the following examples.
4106
4107 In the first example, the number 4 is evaluated as the test in the
4108 @code{if} expression and returns itself; consequently, the then-part
4109 of the expression is evaluated and returned: @samp{true} appears in
4110 the echo area. In the second example, the @code{nil} indicates false;
4111 consequently, the else-part of the expression is evaluated and
4112 returned: @samp{false} appears in the echo area.
4113
4114 @smallexample
4115 @group
4116 (if 4
4117 'true
4118 'false)
4119 @end group
4120
4121 @group
4122 (if nil
4123 'true
4124 'false)
4125 @end group
4126 @end smallexample
4127
4128 @need 1250
4129 Incidentally, if some other useful value is not available for a test that
4130 returns true, then the Lisp interpreter will return the symbol @code{t}
4131 for true. For example, the expression @code{(> 5 4)} returns @code{t}
4132 when evaluated, as you can see by evaluating it in the usual way:
4133
4134 @smallexample
4135 (> 5 4)
4136 @end smallexample
4137
4138 @need 1250
4139 @noindent
4140 On the other hand, this function returns @code{nil} if the test is false.
4141
4142 @smallexample
4143 (> 4 5)
4144 @end smallexample
4145
4146 @node save-excursion
4147 @section @code{save-excursion}
4148 @findex save-excursion
4149 @cindex Region, what it is
4150 @cindex Preserving point, mark, and buffer
4151 @cindex Point, mark, buffer preservation
4152 @findex point
4153 @findex mark
4154
4155 The @code{save-excursion} function is the third and final special form
4156 that we will discuss in this chapter.
4157
4158 In Emacs Lisp programs used for editing, the @code{save-excursion}
4159 function is very common. It saves the location of point and mark,
4160 executes the body of the function, and then restores point and mark to
4161 their previous positions if their locations were changed. Its primary
4162 purpose is to keep the user from being surprised and disturbed by
4163 unexpected movement of point or mark.
4164
4165 @menu
4166 * Point and mark:: A review of various locations.
4167 * Template for save-excursion::
4168 @end menu
4169
4170 @ifnottex
4171 @node Point and mark
4172 @unnumberedsubsec Point and Mark
4173 @end ifnottex
4174
4175 Before discussing @code{save-excursion}, however, it may be useful
4176 first to review what point and mark are in GNU Emacs. @dfn{Point} is
4177 the current location of the cursor. Wherever the cursor
4178 is, that is point. More precisely, on terminals where the cursor
4179 appears to be on top of a character, point is immediately before the
4180 character. In Emacs Lisp, point is an integer. The first character in
4181 a buffer is number one, the second is number two, and so on. The
4182 function @code{point} returns the current position of the cursor as a
4183 number. Each buffer has its own value for point.
4184
4185 The @dfn{mark} is another position in the buffer; its value can be set
4186 with a command such as @kbd{C-@key{SPC}} (@code{set-mark-command}). If
4187 a mark has been set, you can use the command @kbd{C-x C-x}
4188 (@code{exchange-point-and-mark}) to cause the cursor to jump to the mark
4189 and set the mark to be the previous position of point. In addition, if
4190 you set another mark, the position of the previous mark is saved in the
4191 mark ring. Many mark positions can be saved this way. You can jump the
4192 cursor to a saved mark by typing @kbd{C-u C-@key{SPC}} one or more
4193 times.
4194
4195 The part of the buffer between point and mark is called @dfn{the
4196 region}. Numerous commands work on the region, including
4197 @code{center-region}, @code{count-lines-region}, @code{kill-region}, and
4198 @code{print-region}.
4199
4200 The @code{save-excursion} special form saves the locations of point and
4201 mark and restores those positions after the code within the body of the
4202 special form is evaluated by the Lisp interpreter. Thus, if point were
4203 in the beginning of a piece of text and some code moved point to the end
4204 of the buffer, the @code{save-excursion} would put point back to where
4205 it was before, after the expressions in the body of the function were
4206 evaluated.
4207
4208 In Emacs, a function frequently moves point as part of its internal
4209 workings even though a user would not expect this. For example,
4210 @code{count-lines-region} moves point. To prevent the user from being
4211 bothered by jumps that are both unexpected and (from the user's point of
4212 view) unnecessary, @code{save-excursion} is often used to keep point and
4213 mark in the location expected by the user. The use of
4214 @code{save-excursion} is good housekeeping.
4215
4216 To make sure the house stays clean, @code{save-excursion} restores the
4217 values of point and mark even if something goes wrong in the code inside
4218 of it (or, to be more precise and to use the proper jargon, ``in case of
4219 abnormal exit''). This feature is very helpful.
4220
4221 In addition to recording the values of point and mark,
4222 @code{save-excursion} keeps track of the current buffer, and restores
4223 it, too. This means you can write code that will change the buffer and
4224 have @code{save-excursion} switch you back to the original buffer.
4225 This is how @code{save-excursion} is used in @code{append-to-buffer}.
4226 (@xref{append-to-buffer, , The Definition of @code{append-to-buffer}}.)
4227
4228 @node Template for save-excursion
4229 @subsection Template for a @code{save-excursion} Expression
4230
4231 @need 800
4232 The template for code using @code{save-excursion} is simple:
4233
4234 @smallexample
4235 @group
4236 (save-excursion
4237 @var{body}@dots{})
4238 @end group
4239 @end smallexample
4240
4241 @noindent
4242 The body of the function is one or more expressions that will be
4243 evaluated in sequence by the Lisp interpreter. If there is more than
4244 one expression in the body, the value of the last one will be returned
4245 as the value of the @code{save-excursion} function. The other
4246 expressions in the body are evaluated only for their side effects; and
4247 @code{save-excursion} itself is used only for its side effect (which
4248 is restoring the positions of point and mark).
4249
4250 @need 1250
4251 In more detail, the template for a @code{save-excursion} expression
4252 looks like this:
4253
4254 @smallexample
4255 @group
4256 (save-excursion
4257 @var{first-expression-in-body}
4258 @var{second-expression-in-body}
4259 @var{third-expression-in-body}
4260 @dots{}
4261 @var{last-expression-in-body})
4262 @end group
4263 @end smallexample
4264
4265 @noindent
4266 An expression, of course, may be a symbol on its own or a list.
4267
4268 In Emacs Lisp code, a @code{save-excursion} expression often occurs
4269 within the body of a @code{let} expression. It looks like this:
4270
4271 @smallexample
4272 @group
4273 (let @var{varlist}
4274 (save-excursion
4275 @var{body}@dots{}))
4276 @end group
4277 @end smallexample
4278
4279 @node Review
4280 @section Review
4281
4282 In the last few chapters we have introduced a macro and a fair number
4283 of functions and special forms. Here they are described in brief,
4284 along with a few similar functions that have not been mentioned yet.
4285
4286 @table @code
4287 @item eval-last-sexp
4288 Evaluate the last symbolic expression before the current location of
4289 point. The value is printed in the echo area unless the function is
4290 invoked with an argument; in that case, the output is printed in the
4291 current buffer. This command is normally bound to @kbd{C-x C-e}.
4292
4293 @item defun
4294 Define function. This macro has up to five parts: the name, a
4295 template for the arguments that will be passed to the function,
4296 documentation, an optional interactive declaration, and the body of
4297 the definition.
4298
4299 @need 1250
4300 For example, in an early version of Emacs, the function definition was
4301 as follows. (It is slightly more complex now that it seeks the first
4302 non-whitespace character rather than the first visible character.)
4303
4304 @smallexample
4305 @group
4306 (defun back-to-indentation ()
4307 "Move point to first visible character on line."
4308 (interactive)
4309 (beginning-of-line 1)
4310 (skip-chars-forward " \t"))
4311 @end group
4312 @end smallexample
4313
4314 @ignore
4315 In GNU Emacs 22,
4316
4317 (defun backward-to-indentation (&optional arg)
4318 "Move backward ARG lines and position at first nonblank character."
4319 (interactive "p")
4320 (forward-line (- (or arg 1)))
4321 (skip-chars-forward " \t"))
4322
4323 (defun back-to-indentation ()
4324 "Move point to the first non-whitespace character on this line."
4325 (interactive)
4326 (beginning-of-line 1)
4327 (skip-syntax-forward " " (line-end-position))
4328 ;; Move back over chars that have whitespace syntax but have the p flag.
4329 (backward-prefix-chars))
4330 @end ignore
4331
4332 @item interactive
4333 Declare to the interpreter that the function can be used
4334 interactively. This special form may be followed by a string with one
4335 or more parts that pass the information to the arguments of the
4336 function, in sequence. These parts may also tell the interpreter to
4337 prompt for information. Parts of the string are separated by
4338 newlines, @samp{\n}.
4339
4340 @need 1000
4341 Common code characters are:
4342
4343 @table @code
4344 @item b
4345 The name of an existing buffer.
4346
4347 @item f
4348 The name of an existing file.
4349
4350 @item p
4351 The numeric prefix argument. (Note that this `p' is lower case.)
4352
4353 @item r
4354 Point and the mark, as two numeric arguments, smallest first. This
4355 is the only code letter that specifies two successive arguments
4356 rather than one.
4357 @end table
4358
4359 @xref{Interactive Codes, , Code Characters for @samp{interactive},
4360 elisp, The GNU Emacs Lisp Reference Manual}, for a complete list of
4361 code characters.
4362
4363 @item let
4364 Declare that a list of variables is for use within the body of the
4365 @code{let} and give them an initial value, either @code{nil} or a
4366 specified value; then evaluate the rest of the expressions in the body
4367 of the @code{let} and return the value of the last one. Inside the
4368 body of the @code{let}, the Lisp interpreter does not see the values of
4369 the variables of the same names that are bound outside of the
4370 @code{let}.
4371
4372 @need 1250
4373 For example,
4374
4375 @smallexample
4376 @group
4377 (let ((foo (buffer-name))
4378 (bar (buffer-size)))
4379 (message
4380 "This buffer is %s and has %d characters."
4381 foo bar))
4382 @end group
4383 @end smallexample
4384
4385 @item save-excursion
4386 Record the values of point and mark and the current buffer before
4387 evaluating the body of this special form. Restore the values of point
4388 and mark and buffer afterward.
4389
4390 @need 1250
4391 For example,
4392
4393 @smallexample
4394 @group
4395 (message "We are %d characters into this buffer."
4396 (- (point)
4397 (save-excursion
4398 (goto-char (point-min)) (point))))
4399 @end group
4400 @end smallexample
4401
4402 @item if
4403 Evaluate the first argument to the function; if it is true, evaluate
4404 the second argument; else evaluate the third argument, if there is one.
4405
4406 The @code{if} special form is called a @dfn{conditional}. There are
4407 other conditionals in Emacs Lisp, but @code{if} is perhaps the most
4408 commonly used.
4409
4410 @need 1250
4411 For example,
4412
4413 @smallexample
4414 @group
4415 (if (= 22 emacs-major-version)
4416 (message "This is version 22 Emacs")
4417 (message "This is not version 22 Emacs"))
4418 @end group
4419 @end smallexample
4420
4421 @need 1250
4422 @item <
4423 @itemx >
4424 @itemx <=
4425 @itemx >=
4426 The @code{<} function tests whether its first argument is smaller than
4427 its second argument. A corresponding function, @code{>}, tests whether
4428 the first argument is greater than the second. Likewise, @code{<=}
4429 tests whether the first argument is less than or equal to the second and
4430 @code{>=} tests whether the first argument is greater than or equal to
4431 the second. In all cases, both arguments must be numbers or markers
4432 (markers indicate positions in buffers).
4433
4434 @need 800
4435 @item =
4436 The @code{=} function tests whether two arguments, both numbers or
4437 markers, are equal.
4438
4439 @need 1250
4440 @item equal
4441 @itemx eq
4442 Test whether two objects are the same. @code{equal} uses one meaning
4443 of the word `same' and @code{eq} uses another: @code{equal} returns
4444 true if the two objects have a similar structure and contents, such as
4445 two copies of the same book. On the other hand, @code{eq}, returns
4446 true if both arguments are actually the same object.
4447 @findex equal
4448 @findex eq
4449
4450 @need 1250
4451 @item string<
4452 @itemx string-lessp
4453 @itemx string=
4454 @itemx string-equal
4455 The @code{string-lessp} function tests whether its first argument is
4456 smaller than the second argument. A shorter, alternative name for the
4457 same function (a @code{defalias}) is @code{string<}.
4458
4459 The arguments to @code{string-lessp} must be strings or symbols; the
4460 ordering is lexicographic, so case is significant. The print names of
4461 symbols are used instead of the symbols themselves.
4462
4463 @cindex @samp{empty string} defined
4464 An empty string, @samp{""}, a string with no characters in it, is
4465 smaller than any string of characters.
4466
4467 @code{string-equal} provides the corresponding test for equality. Its
4468 shorter, alternative name is @code{string=}. There are no string test
4469 functions that correspond to @var{>}, @code{>=}, or @code{<=}.
4470
4471 @item message
4472 Print a message in the echo area. The first argument is a string that
4473 can contain @samp{%s}, @samp{%d}, or @samp{%c} to print the value of
4474 arguments that follow the string. The argument used by @samp{%s} must
4475 be a string or a symbol; the argument used by @samp{%d} must be a
4476 number. The argument used by @samp{%c} must be an @sc{ascii} code
4477 number; it will be printed as the character with that @sc{ascii} code.
4478 (Various other %-sequences have not been mentioned.)
4479
4480 @item setq
4481 @itemx set
4482 The @code{setq} function sets the value of its first argument to the
4483 value of the second argument. The first argument is automatically
4484 quoted by @code{setq}. It does the same for succeeding pairs of
4485 arguments. Another function, @code{set}, takes only two arguments and
4486 evaluates both of them before setting the value returned by its first
4487 argument to the value returned by its second argument.
4488
4489 @item buffer-name
4490 Without an argument, return the name of the buffer, as a string.
4491
4492 @item buffer-file-name
4493 Without an argument, return the name of the file the buffer is
4494 visiting.
4495
4496 @item current-buffer
4497 Return the buffer in which Emacs is active; it may not be
4498 the buffer that is visible on the screen.
4499
4500 @item other-buffer
4501 Return the most recently selected buffer (other than the buffer passed
4502 to @code{other-buffer} as an argument and other than the current
4503 buffer).
4504
4505 @item switch-to-buffer
4506 Select a buffer for Emacs to be active in and display it in the current
4507 window so users can look at it. Usually bound to @kbd{C-x b}.
4508
4509 @item set-buffer
4510 Switch Emacs's attention to a buffer on which programs will run. Don't
4511 alter what the window is showing.
4512
4513 @item buffer-size
4514 Return the number of characters in the current buffer.
4515
4516 @item point
4517 Return the value of the current position of the cursor, as an
4518 integer counting the number of characters from the beginning of the
4519 buffer.
4520
4521 @item point-min
4522 Return the minimum permissible value of point in
4523 the current buffer. This is 1, unless narrowing is in effect.
4524
4525 @item point-max
4526 Return the value of the maximum permissible value of point in the
4527 current buffer. This is the end of the buffer, unless narrowing is in
4528 effect.
4529 @end table
4530
4531 @need 1500
4532 @node defun Exercises
4533 @section Exercises
4534
4535 @itemize @bullet
4536 @item
4537 Write a non-interactive function that doubles the value of its
4538 argument, a number. Make that function interactive.
4539
4540 @item
4541 Write a function that tests whether the current value of
4542 @code{fill-column} is greater than the argument passed to the function,
4543 and if so, prints an appropriate message.
4544 @end itemize
4545
4546 @node Buffer Walk Through
4547 @chapter A Few Buffer--Related Functions
4548
4549 In this chapter we study in detail several of the functions used in GNU
4550 Emacs. This is called a ``walk-through''. These functions are used as
4551 examples of Lisp code, but are not imaginary examples; with the
4552 exception of the first, simplified function definition, these functions
4553 show the actual code used in GNU Emacs. You can learn a great deal from
4554 these definitions. The functions described here are all related to
4555 buffers. Later, we will study other functions.
4556
4557 @menu
4558 * Finding More:: How to find more information.
4559 * simplified-beginning-of-buffer:: Shows @code{goto-char},
4560 @code{point-min}, and @code{push-mark}.
4561 * mark-whole-buffer:: Almost the same as @code{beginning-of-buffer}.
4562 * append-to-buffer:: Uses @code{save-excursion} and
4563 @code{insert-buffer-substring}.
4564 * Buffer Related Review:: Review.
4565 * Buffer Exercises::
4566 @end menu
4567
4568 @node Finding More
4569 @section Finding More Information
4570
4571 @findex describe-function, @r{introduced}
4572 @cindex Find function documentation
4573 In this walk-through, I will describe each new function as we come to
4574 it, sometimes in detail and sometimes briefly. If you are interested,
4575 you can get the full documentation of any Emacs Lisp function at any
4576 time by typing @kbd{C-h f} and then the name of the function (and then
4577 @key{RET}). Similarly, you can get the full documentation for a
4578 variable by typing @kbd{C-h v} and then the name of the variable (and
4579 then @key{RET}).
4580
4581 @cindex Find source of function
4582 @c In version 22, tells location both of C and of Emacs Lisp
4583 Also, @code{describe-function} will tell you the location of the
4584 function definition.
4585
4586 Put point into the name of the file that contains the function and
4587 press the @key{RET} key. In this case, @key{RET} means
4588 @code{push-button} rather than `return' or `enter'. Emacs will take
4589 you directly to the function definition.
4590
4591 @ignore
4592 Not In version 22
4593
4594 If you move point over the file name and press
4595 the @key{RET} key, which in this case means @code{help-follow} rather
4596 than `return' or `enter', Emacs will take you directly to the function
4597 definition.
4598 @end ignore
4599
4600 More generally, if you want to see a function in its original source
4601 file, you can use the @code{find-tag} function to jump to it.
4602 @code{find-tag} works with a wide variety of languages, not just
4603 Lisp, and C, and it works with non-programming text as well. For
4604 example, @code{find-tag} will jump to the various nodes in the
4605 Texinfo source file of this document.
4606 The @code{find-tag} function depends on `tags tables' that record
4607 the locations of the functions, variables, and other items to which
4608 @code{find-tag} jumps.
4609
4610 To use the @code{find-tag} command, type @kbd{M-.} (i.e., press the
4611 period key while holding down the @key{META} key, or else type the
4612 @key{ESC} key and then type the period key), and then, at the prompt,
4613 type in the name of the function whose source code you want to see,
4614 such as @code{mark-whole-buffer}, and then type @key{RET}. Emacs will
4615 switch buffers and display the source code for the function on your
4616 screen. To switch back to your current buffer, type @kbd{C-x b
4617 @key{RET}}. (On some keyboards, the @key{META} key is labeled
4618 @key{ALT}.)
4619
4620 @c !!! 22.1.1 tags table location in this paragraph
4621 @cindex TAGS table, specifying
4622 @findex find-tag
4623 Depending on how the initial default values of your copy of Emacs are
4624 set, you may also need to specify the location of your `tags table',
4625 which is a file called @file{TAGS}. For example, if you are
4626 interested in Emacs sources, the tags table you will most likely want,
4627 if it has already been created for you, will be in a subdirectory of
4628 the @file{/usr/local/share/emacs/} directory; thus you would use the
4629 @code{M-x visit-tags-table} command and specify a pathname such as
4630 @file{/usr/local/share/emacs/22.1.1/lisp/TAGS}. If the tags table
4631 has not already been created, you will have to create it yourself. It
4632 will be in a file such as @file{/usr/local/src/emacs/src/TAGS}.
4633
4634 @need 1250
4635 To create a @file{TAGS} file in a specific directory, switch to that
4636 directory in Emacs using @kbd{M-x cd} command, or list the directory
4637 with @kbd{C-x d} (@code{dired}). Then run the compile command, with
4638 @w{@code{etags *.el}} as the command to execute:
4639
4640 @smallexample
4641 M-x compile RET etags *.el RET
4642 @end smallexample
4643
4644 For more information, see @ref{etags, , Create Your Own @file{TAGS} File}.
4645
4646 After you become more familiar with Emacs Lisp, you will find that you will
4647 frequently use @code{find-tag} to navigate your way around source code;
4648 and you will create your own @file{TAGS} tables.
4649
4650 @cindex Library, as term for `file'
4651 Incidentally, the files that contain Lisp code are conventionally
4652 called @dfn{libraries}. The metaphor is derived from that of a
4653 specialized library, such as a law library or an engineering library,
4654 rather than a general library. Each library, or file, contains
4655 functions that relate to a particular topic or activity, such as
4656 @file{abbrev.el} for handling abbreviations and other typing
4657 shortcuts, and @file{help.el} for on-line help. (Sometimes several
4658 libraries provide code for a single activity, as the various
4659 @file{rmail@dots{}} files provide code for reading electronic mail.)
4660 In @cite{The GNU Emacs Manual}, you will see sentences such as ``The
4661 @kbd{C-h p} command lets you search the standard Emacs Lisp libraries
4662 by topic keywords.''
4663
4664 @node simplified-beginning-of-buffer
4665 @section A Simplified @code{beginning-of-buffer} Definition
4666 @findex simplified-beginning-of-buffer
4667
4668 The @code{beginning-of-buffer} command is a good function to start with
4669 since you are likely to be familiar with it and it is easy to
4670 understand. Used as an interactive command, @code{beginning-of-buffer}
4671 moves the cursor to the beginning of the buffer, leaving the mark at the
4672 previous position. It is generally bound to @kbd{M-<}.
4673
4674 In this section, we will discuss a shortened version of the function
4675 that shows how it is most frequently used. This shortened function
4676 works as written, but it does not contain the code for a complex option.
4677 In another section, we will describe the entire function.
4678 (@xref{beginning-of-buffer, , Complete Definition of
4679 @code{beginning-of-buffer}}.)
4680
4681 Before looking at the code, let's consider what the function
4682 definition has to contain: it must include an expression that makes
4683 the function interactive so it can be called by typing @kbd{M-x
4684 beginning-of-buffer} or by typing a keychord such as @kbd{M-<}; it
4685 must include code to leave a mark at the original position in the
4686 buffer; and it must include code to move the cursor to the beginning
4687 of the buffer.
4688
4689 @need 1250
4690 Here is the complete text of the shortened version of the function:
4691
4692 @smallexample
4693 @group
4694 (defun simplified-beginning-of-buffer ()
4695 "Move point to the beginning of the buffer;
4696 leave mark at previous position."
4697 (interactive)
4698 (push-mark)
4699 (goto-char (point-min)))
4700 @end group
4701 @end smallexample
4702
4703 Like all function definitions, this definition has five parts following
4704 the macro @code{defun}:
4705
4706 @enumerate
4707 @item
4708 The name: in this example, @code{simplified-beginning-of-buffer}.
4709
4710 @item
4711 A list of the arguments: in this example, an empty list, @code{()},
4712
4713 @item
4714 The documentation string.
4715
4716 @item
4717 The interactive expression.
4718
4719 @item
4720 The body.
4721 @end enumerate
4722
4723 @noindent
4724 In this function definition, the argument list is empty; this means that
4725 this function does not require any arguments. (When we look at the
4726 definition for the complete function, we will see that it may be passed
4727 an optional argument.)
4728
4729 The interactive expression tells Emacs that the function is intended to
4730 be used interactively. In this example, @code{interactive} does not have
4731 an argument because @code{simplified-beginning-of-buffer} does not
4732 require one.
4733
4734 @need 800
4735 The body of the function consists of the two lines:
4736
4737 @smallexample
4738 @group
4739 (push-mark)
4740 (goto-char (point-min))
4741 @end group
4742 @end smallexample
4743
4744 The first of these lines is the expression, @code{(push-mark)}. When
4745 this expression is evaluated by the Lisp interpreter, it sets a mark at
4746 the current position of the cursor, wherever that may be. The position
4747 of this mark is saved in the mark ring.
4748
4749 The next line is @code{(goto-char (point-min))}. This expression
4750 jumps the cursor to the minimum point in the buffer, that is, to the
4751 beginning of the buffer (or to the beginning of the accessible portion
4752 of the buffer if it is narrowed. @xref{Narrowing & Widening, ,
4753 Narrowing and Widening}.)
4754
4755 The @code{push-mark} command sets a mark at the place where the cursor
4756 was located before it was moved to the beginning of the buffer by the
4757 @code{(goto-char (point-min))} expression. Consequently, you can, if
4758 you wish, go back to where you were originally by typing @kbd{C-x C-x}.
4759
4760 That is all there is to the function definition!
4761
4762 @findex describe-function
4763 When you are reading code such as this and come upon an unfamiliar
4764 function, such as @code{goto-char}, you can find out what it does by
4765 using the @code{describe-function} command. To use this command, type
4766 @kbd{C-h f} and then type in the name of the function and press
4767 @key{RET}. The @code{describe-function} command will print the
4768 function's documentation string in a @file{*Help*} window. For
4769 example, the documentation for @code{goto-char} is:
4770
4771 @smallexample
4772 @group
4773 Set point to POSITION, a number or marker.
4774 Beginning of buffer is position (point-min), end is (point-max).
4775 @end group
4776 @end smallexample
4777
4778 @noindent
4779 The function's one argument is the desired position.
4780
4781 @noindent
4782 (The prompt for @code{describe-function} will offer you the symbol
4783 under or preceding the cursor, so you can save typing by positioning
4784 the cursor right over or after the function and then typing @kbd{C-h f
4785 @key{RET}}.)
4786
4787 The @code{end-of-buffer} function definition is written in the same way as
4788 the @code{beginning-of-buffer} definition except that the body of the
4789 function contains the expression @code{(goto-char (point-max))} in place
4790 of @code{(goto-char (point-min))}.
4791
4792 @node mark-whole-buffer
4793 @section The Definition of @code{mark-whole-buffer}
4794 @findex mark-whole-buffer
4795
4796 The @code{mark-whole-buffer} function is no harder to understand than the
4797 @code{simplified-beginning-of-buffer} function. In this case, however,
4798 we will look at the complete function, not a shortened version.
4799
4800 The @code{mark-whole-buffer} function is not as commonly used as the
4801 @code{beginning-of-buffer} function, but is useful nonetheless: it
4802 marks a whole buffer as a region by putting point at the beginning and
4803 a mark at the end of the buffer. It is generally bound to @kbd{C-x
4804 h}.
4805
4806 @menu
4807 * mark-whole-buffer overview::
4808 * Body of mark-whole-buffer:: Only three lines of code.
4809 @end menu
4810
4811 @ifnottex
4812 @node mark-whole-buffer overview
4813 @unnumberedsubsec An overview of @code{mark-whole-buffer}
4814 @end ifnottex
4815
4816 @need 1250
4817 In GNU Emacs 22, the code for the complete function looks like this:
4818
4819 @smallexample
4820 @group
4821 (defun mark-whole-buffer ()
4822 "Put point at beginning and mark at end of buffer.
4823 You probably should not use this function in Lisp programs;
4824 it is usually a mistake for a Lisp function to use any subroutine
4825 that uses or sets the mark."
4826 (interactive)
4827 (push-mark (point))
4828 (push-mark (point-max) nil t)
4829 (goto-char (point-min)))
4830 @end group
4831 @end smallexample
4832
4833 @need 1250
4834 Like all other functions, the @code{mark-whole-buffer} function fits
4835 into the template for a function definition. The template looks like
4836 this:
4837
4838 @smallexample
4839 @group
4840 (defun @var{name-of-function} (@var{argument-list})
4841 "@var{documentation}@dots{}"
4842 (@var{interactive-expression}@dots{})
4843 @var{body}@dots{})
4844 @end group
4845 @end smallexample
4846
4847 Here is how the function works: the name of the function is
4848 @code{mark-whole-buffer}; it is followed by an empty argument list,
4849 @samp{()}, which means that the function does not require arguments.
4850 The documentation comes next.
4851
4852 The next line is an @code{(interactive)} expression that tells Emacs
4853 that the function will be used interactively. These details are similar
4854 to the @code{simplified-beginning-of-buffer} function described in the
4855 previous section.
4856
4857 @need 1250
4858 @node Body of mark-whole-buffer
4859 @subsection Body of @code{mark-whole-buffer}
4860
4861 The body of the @code{mark-whole-buffer} function consists of three
4862 lines of code:
4863
4864 @c GNU Emacs 22
4865 @smallexample
4866 @group
4867 (push-mark (point))
4868 (push-mark (point-max) nil t)
4869 (goto-char (point-min))
4870 @end group
4871 @end smallexample
4872
4873 The first of these lines is the expression, @code{(push-mark (point))}.
4874
4875 This line does exactly the same job as the first line of the body of
4876 the @code{simplified-beginning-of-buffer} function, which is written
4877 @code{(push-mark)}. In both cases, the Lisp interpreter sets a mark
4878 at the current position of the cursor.
4879
4880 I don't know why the expression in @code{mark-whole-buffer} is written
4881 @code{(push-mark (point))} and the expression in
4882 @code{beginning-of-buffer} is written @code{(push-mark)}. Perhaps
4883 whoever wrote the code did not know that the arguments for
4884 @code{push-mark} are optional and that if @code{push-mark} is not
4885 passed an argument, the function automatically sets mark at the
4886 location of point by default. Or perhaps the expression was written
4887 so as to parallel the structure of the next line. In any case, the
4888 line causes Emacs to determine the position of point and set a mark
4889 there.
4890
4891 In earlier versions of GNU Emacs, the next line of
4892 @code{mark-whole-buffer} was @code{(push-mark (point-max))}. This
4893 expression sets a mark at the point in the buffer that has the highest
4894 number. This will be the end of the buffer (or, if the buffer is
4895 narrowed, the end of the accessible portion of the buffer.
4896 @xref{Narrowing & Widening, , Narrowing and Widening}, for more about
4897 narrowing.) After this mark has been set, the previous mark, the one
4898 set at point, is no longer set, but Emacs remembers its position, just
4899 as all other recent marks are always remembered. This means that you
4900 can, if you wish, go back to that position by typing @kbd{C-u
4901 C-@key{SPC}} twice.
4902
4903 @need 1250
4904 In GNU Emacs 22, the @code{(point-max)} is slightly more complicated.
4905 The line reads
4906
4907 @smallexample
4908 (push-mark (point-max) nil t)
4909 @end smallexample
4910
4911 @noindent
4912 The expression works nearly the same as before. It sets a mark at the
4913 highest numbered place in the buffer that it can. However, in this
4914 version, @code{push-mark} has two additional arguments. The second
4915 argument to @code{push-mark} is @code{nil}. This tells the function
4916 it @emph{should} display a message that says `Mark set' when it pushes
4917 the mark. The third argument is @code{t}. This tells
4918 @code{push-mark} to activate the mark when Transient Mark mode is
4919 turned on. Transient Mark mode highlights the currently active
4920 region. It is often turned off.
4921
4922 Finally, the last line of the function is @code{(goto-char
4923 (point-min)))}. This is written exactly the same way as it is written
4924 in @code{beginning-of-buffer}. The expression moves the cursor to
4925 the minimum point in the buffer, that is, to the beginning of the buffer
4926 (or to the beginning of the accessible portion of the buffer). As a
4927 result of this, point is placed at the beginning of the buffer and mark
4928 is set at the end of the buffer. The whole buffer is, therefore, the
4929 region.
4930
4931 @node append-to-buffer
4932 @section The Definition of @code{append-to-buffer}
4933 @findex append-to-buffer
4934
4935 The @code{append-to-buffer} command is more complex than the
4936 @code{mark-whole-buffer} command. What it does is copy the region
4937 (that is, the part of the buffer between point and mark) from the
4938 current buffer to a specified buffer.
4939
4940 @menu
4941 * append-to-buffer overview::
4942 * append interactive:: A two part interactive expression.
4943 * append-to-buffer body:: Incorporates a @code{let} expression.
4944 * append save-excursion:: How the @code{save-excursion} works.
4945 @end menu
4946
4947 @ifnottex
4948 @node append-to-buffer overview
4949 @unnumberedsubsec An Overview of @code{append-to-buffer}
4950 @end ifnottex
4951
4952 @findex insert-buffer-substring
4953 The @code{append-to-buffer} command uses the
4954 @code{insert-buffer-substring} function to copy the region.
4955 @code{insert-buffer-substring} is described by its name: it takes a
4956 string of characters from part of a buffer, a ``substring'', and
4957 inserts them into another buffer.
4958
4959 Most of @code{append-to-buffer} is
4960 concerned with setting up the conditions for
4961 @code{insert-buffer-substring} to work: the code must specify both the
4962 buffer to which the text will go, the window it comes from and goes
4963 to, and the region that will be copied.
4964
4965 @need 1250
4966 Here is the complete text of the function:
4967
4968 @smallexample
4969 @group
4970 (defun append-to-buffer (buffer start end)
4971 "Append to specified buffer the text of the region.
4972 It is inserted into that buffer before its point.
4973 @end group
4974
4975 @group
4976 When calling from a program, give three arguments:
4977 BUFFER (or buffer name), START and END.
4978 START and END specify the portion of the current buffer to be copied."
4979 (interactive
4980 (list (read-buffer "Append to buffer: " (other-buffer
4981 (current-buffer) t))
4982 (region-beginning) (region-end)))
4983 @end group
4984 @group
4985 (let ((oldbuf (current-buffer)))
4986 (save-excursion
4987 (let* ((append-to (get-buffer-create buffer))
4988 (windows (get-buffer-window-list append-to t t))
4989 point)
4990 (set-buffer append-to)
4991 (setq point (point))
4992 (barf-if-buffer-read-only)
4993 (insert-buffer-substring oldbuf start end)
4994 (dolist (window windows)
4995 (when (= (window-point window) point)
4996 (set-window-point window (point))))))))
4997 @end group
4998 @end smallexample
4999
5000 The function can be understood by looking at it as a series of
5001 filled-in templates.
5002
5003 The outermost template is for the function definition. In this
5004 function, it looks like this (with several slots filled in):
5005
5006 @smallexample
5007 @group
5008 (defun append-to-buffer (buffer start end)
5009 "@var{documentation}@dots{}"
5010 (interactive @dots{})
5011 @var{body}@dots{})
5012 @end group
5013 @end smallexample
5014
5015 The first line of the function includes its name and three arguments.
5016 The arguments are the @code{buffer} to which the text will be copied, and
5017 the @code{start} and @code{end} of the region in the current buffer that
5018 will be copied.
5019
5020 The next part of the function is the documentation, which is clear and
5021 complete. As is conventional, the three arguments are written in
5022 upper case so you will notice them easily. Even better, they are
5023 described in the same order as in the argument list.
5024
5025 Note that the documentation distinguishes between a buffer and its
5026 name. (The function can handle either.)
5027
5028 @node append interactive
5029 @subsection The @code{append-to-buffer} Interactive Expression
5030
5031 Since the @code{append-to-buffer} function will be used interactively,
5032 the function must have an @code{interactive} expression. (For a
5033 review of @code{interactive}, see @ref{Interactive, , Making a
5034 Function Interactive}.) The expression reads as follows:
5035
5036 @smallexample
5037 @group
5038 (interactive
5039 (list (read-buffer
5040 "Append to buffer: "
5041 (other-buffer (current-buffer) t))
5042 (region-beginning)
5043 (region-end)))
5044 @end group
5045 @end smallexample
5046
5047 @noindent
5048 This expression is not one with letters standing for parts, as
5049 described earlier. Instead, it starts a list with these parts:
5050
5051 The first part of the list is an expression to read the name of a
5052 buffer and return it as a string. That is @code{read-buffer}. The
5053 function requires a prompt as its first argument, @samp{"Append to
5054 buffer: "}. Its second argument tells the command what value to
5055 provide if you don't specify anything.
5056
5057 In this case that second argument is an expression containing the
5058 function @code{other-buffer}, an exception, and a @samp{t}, standing
5059 for true.
5060
5061 The first argument to @code{other-buffer}, the exception, is yet
5062 another function, @code{current-buffer}. That is not going to be
5063 returned. The second argument is the symbol for true, @code{t}. that
5064 tells @code{other-buffer} that it may show visible buffers (except in
5065 this case, it will not show the current buffer, which makes sense).
5066
5067 @need 1250
5068 The expression looks like this:
5069
5070 @smallexample
5071 (other-buffer (current-buffer) t)
5072 @end smallexample
5073
5074 The second and third arguments to the @code{list} expression are
5075 @code{(region-beginning)} and @code{(region-end)}. These two
5076 functions specify the beginning and end of the text to be appended.
5077
5078 @need 1250
5079 Originally, the command used the letters @samp{B} and @samp{r}.
5080 The whole @code{interactive} expression looked like this:
5081
5082 @smallexample
5083 (interactive "BAppend to buffer:@: \nr")
5084 @end smallexample
5085
5086 @noindent
5087 But when that was done, the default value of the buffer switched to
5088 was invisible. That was not wanted.
5089
5090 (The prompt was separated from the second argument with a newline,
5091 @samp{\n}. It was followed by an @samp{r} that told Emacs to bind the
5092 two arguments that follow the symbol @code{buffer} in the function's
5093 argument list (that is, @code{start} and @code{end}) to the values of
5094 point and mark. That argument worked fine.)
5095
5096 @node append-to-buffer body
5097 @subsection The Body of @code{append-to-buffer}
5098
5099 @ignore
5100 in GNU Emacs 22 in /usr/local/src/emacs/lisp/simple.el
5101
5102 (defun append-to-buffer (buffer start end)
5103 "Append to specified buffer the text of the region.
5104 It is inserted into that buffer before its point.
5105
5106 When calling from a program, give three arguments:
5107 BUFFER (or buffer name), START and END.
5108 START and END specify the portion of the current buffer to be copied."
5109 (interactive
5110 (list (read-buffer "Append to buffer: " (other-buffer (current-buffer) t))
5111 (region-beginning) (region-end)))
5112 (let ((oldbuf (current-buffer)))
5113 (save-excursion
5114 (let* ((append-to (get-buffer-create buffer))
5115 (windows (get-buffer-window-list append-to t t))
5116 point)
5117 (set-buffer append-to)
5118 (setq point (point))
5119 (barf-if-buffer-read-only)
5120 (insert-buffer-substring oldbuf start end)
5121 (dolist (window windows)
5122 (when (= (window-point window) point)
5123 (set-window-point window (point))))))))
5124 @end ignore
5125
5126 The body of the @code{append-to-buffer} function begins with @code{let}.
5127
5128 As we have seen before (@pxref{let, , @code{let}}), the purpose of a
5129 @code{let} expression is to create and give initial values to one or
5130 more variables that will only be used within the body of the
5131 @code{let}. This means that such a variable will not be confused with
5132 any variable of the same name outside the @code{let} expression.
5133
5134 We can see how the @code{let} expression fits into the function as a
5135 whole by showing a template for @code{append-to-buffer} with the
5136 @code{let} expression in outline:
5137
5138 @smallexample
5139 @group
5140 (defun append-to-buffer (buffer start end)
5141 "@var{documentation}@dots{}"
5142 (interactive @dots{})
5143 (let ((@var{variable} @var{value}))
5144 @var{body}@dots{})
5145 @end group
5146 @end smallexample
5147
5148 The @code{let} expression has three elements:
5149
5150 @enumerate
5151 @item
5152 The symbol @code{let};
5153
5154 @item
5155 A varlist containing, in this case, a single two-element list,
5156 @code{(@var{variable} @var{value})};
5157
5158 @item
5159 The body of the @code{let} expression.
5160 @end enumerate
5161
5162 @need 800
5163 In the @code{append-to-buffer} function, the varlist looks like this:
5164
5165 @smallexample
5166 (oldbuf (current-buffer))
5167 @end smallexample
5168
5169 @noindent
5170 In this part of the @code{let} expression, the one variable,
5171 @code{oldbuf}, is bound to the value returned by the
5172 @code{(current-buffer)} expression. The variable, @code{oldbuf}, is
5173 used to keep track of the buffer in which you are working and from
5174 which you will copy.
5175
5176 The element or elements of a varlist are surrounded by a set of
5177 parentheses so the Lisp interpreter can distinguish the varlist from
5178 the body of the @code{let}. As a consequence, the two-element list
5179 within the varlist is surrounded by a circumscribing set of parentheses.
5180 The line looks like this:
5181
5182 @smallexample
5183 @group
5184 (let ((oldbuf (current-buffer)))
5185 @dots{} )
5186 @end group
5187 @end smallexample
5188
5189 @noindent
5190 The two parentheses before @code{oldbuf} might surprise you if you did
5191 not realize that the first parenthesis before @code{oldbuf} marks the
5192 boundary of the varlist and the second parenthesis marks the beginning
5193 of the two-element list, @code{(oldbuf (current-buffer))}.
5194
5195 @node append save-excursion
5196 @subsection @code{save-excursion} in @code{append-to-buffer}
5197
5198 The body of the @code{let} expression in @code{append-to-buffer}
5199 consists of a @code{save-excursion} expression.
5200
5201 The @code{save-excursion} function saves the locations of point and
5202 mark, and restores them to those positions after the expressions in the
5203 body of the @code{save-excursion} complete execution. In addition,
5204 @code{save-excursion} keeps track of the original buffer, and
5205 restores it. This is how @code{save-excursion} is used in
5206 @code{append-to-buffer}.
5207
5208 @need 1500
5209 @cindex Indentation for formatting
5210 @cindex Formatting convention
5211 Incidentally, it is worth noting here that a Lisp function is normally
5212 formatted so that everything that is enclosed in a multi-line spread is
5213 indented more to the right than the first symbol. In this function
5214 definition, the @code{let} is indented more than the @code{defun}, and
5215 the @code{save-excursion} is indented more than the @code{let}, like
5216 this:
5217
5218 @smallexample
5219 @group
5220 (defun @dots{}
5221 @dots{}
5222 @dots{}
5223 (let@dots{}
5224 (save-excursion
5225 @dots{}
5226 @end group
5227 @end smallexample
5228
5229 @need 1500
5230 @noindent
5231 This formatting convention makes it easy to see that the lines in
5232 the body of the @code{save-excursion} are enclosed by the parentheses
5233 associated with @code{save-excursion}, just as the
5234 @code{save-excursion} itself is enclosed by the parentheses associated
5235 with the @code{let}:
5236
5237 @smallexample
5238 @group
5239 (let ((oldbuf (current-buffer)))
5240 (save-excursion
5241 @dots{}
5242 (set-buffer @dots{})
5243 (insert-buffer-substring oldbuf start end)
5244 @dots{}))
5245 @end group
5246 @end smallexample
5247
5248 @need 1200
5249 The use of the @code{save-excursion} function can be viewed as a process
5250 of filling in the slots of a template:
5251
5252 @smallexample
5253 @group
5254 (save-excursion
5255 @var{first-expression-in-body}
5256 @var{second-expression-in-body}
5257 @dots{}
5258 @var{last-expression-in-body})
5259 @end group
5260 @end smallexample
5261
5262 @need 1200
5263 @noindent
5264 In this function, the body of the @code{save-excursion} contains only
5265 one expression, the @code{let*} expression. You know about a
5266 @code{let} function. The @code{let*} function is different. It has a
5267 @samp{*} in its name. It enables Emacs to set each variable in its
5268 varlist in sequence, one after another.
5269
5270 Its critical feature is that variables later in the varlist can make
5271 use of the values to which Emacs set variables earlier in the varlist.
5272 @xref{fwd-para let, , The @code{let*} expression}.
5273
5274 We will skip functions like @code{let*} and focus on two: the
5275 @code{set-buffer} function and the @code{insert-buffer-substring}
5276 function.
5277
5278 @need 1250
5279 In the old days, the @code{set-buffer} expression was simply
5280
5281 @smallexample
5282 (set-buffer (get-buffer-create buffer))
5283 @end smallexample
5284
5285 @need 1250
5286 @noindent
5287 but now it is
5288
5289 @smallexample
5290 (set-buffer append-to)
5291 @end smallexample
5292
5293 @noindent
5294 @code{append-to} is bound to @code{(get-buffer-create buffer)} earlier
5295 on in the @code{let*} expression. That extra binding would not be
5296 necessary except for that @code{append-to} is used later in the
5297 varlist as an argument to @code{get-buffer-window-list}.
5298
5299 @ignore
5300 in GNU Emacs 22
5301
5302 (let ((oldbuf (current-buffer)))
5303 (save-excursion
5304 (let* ((append-to (get-buffer-create buffer))
5305 (windows (get-buffer-window-list append-to t t))
5306 point)
5307 (set-buffer append-to)
5308 (setq point (point))
5309 (barf-if-buffer-read-only)
5310 (insert-buffer-substring oldbuf start end)
5311 (dolist (window windows)
5312 (when (= (window-point window) point)
5313 (set-window-point window (point))))))))
5314 @end ignore
5315
5316 The @code{append-to-buffer} function definition inserts text from the
5317 buffer in which you are currently to a named buffer. It happens that
5318 @code{insert-buffer-substring} copies text from another buffer to the
5319 current buffer, just the reverse---that is why the
5320 @code{append-to-buffer} definition starts out with a @code{let} that
5321 binds the local symbol @code{oldbuf} to the value returned by
5322 @code{current-buffer}.
5323
5324 @need 1250
5325 The @code{insert-buffer-substring} expression looks like this:
5326
5327 @smallexample
5328 (insert-buffer-substring oldbuf start end)
5329 @end smallexample
5330
5331 @noindent
5332 The @code{insert-buffer-substring} function copies a string
5333 @emph{from} the buffer specified as its first argument and inserts the
5334 string into the present buffer. In this case, the argument to
5335 @code{insert-buffer-substring} is the value of the variable created
5336 and bound by the @code{let}, namely the value of @code{oldbuf}, which
5337 was the current buffer when you gave the @code{append-to-buffer}
5338 command.
5339
5340 After @code{insert-buffer-substring} has done its work,
5341 @code{save-excursion} will restore the action to the original buffer
5342 and @code{append-to-buffer} will have done its job.
5343
5344 @need 800
5345 Written in skeletal form, the workings of the body look like this:
5346
5347 @smallexample
5348 @group
5349 (let (@var{bind-}@code{oldbuf}@var{-to-value-of-}@code{current-buffer})
5350 (save-excursion ; @r{Keep track of buffer.}
5351 @var{change-buffer}
5352 @var{insert-substring-from-}@code{oldbuf}@var{-into-buffer})
5353
5354 @var{change-back-to-original-buffer-when-finished}
5355 @var{let-the-local-meaning-of-}@code{oldbuf}@var{-disappear-when-finished}
5356 @end group
5357 @end smallexample
5358
5359 In summary, @code{append-to-buffer} works as follows: it saves the
5360 value of the current buffer in the variable called @code{oldbuf}. It
5361 gets the new buffer (creating one if need be) and switches Emacs's
5362 attention to it. Using the value of @code{oldbuf}, it inserts the
5363 region of text from the old buffer into the new buffer; and then using
5364 @code{save-excursion}, it brings you back to your original buffer.
5365
5366 In looking at @code{append-to-buffer}, you have explored a fairly
5367 complex function. It shows how to use @code{let} and
5368 @code{save-excursion}, and how to change to and come back from another
5369 buffer. Many function definitions use @code{let},
5370 @code{save-excursion}, and @code{set-buffer} this way.
5371
5372 @node Buffer Related Review
5373 @section Review
5374
5375 Here is a brief summary of the various functions discussed in this chapter.
5376
5377 @table @code
5378 @item describe-function
5379 @itemx describe-variable
5380 Print the documentation for a function or variable.
5381 Conventionally bound to @kbd{C-h f} and @kbd{C-h v}.
5382
5383 @item find-tag
5384 Find the file containing the source for a function or variable and
5385 switch buffers to it, positioning point at the beginning of the item.
5386 Conventionally bound to @kbd{M-.} (that's a period following the
5387 @key{META} key).
5388
5389 @item save-excursion
5390 Save the location of point and mark and restore their values after the
5391 arguments to @code{save-excursion} have been evaluated. Also, remember
5392 the current buffer and return to it.
5393
5394 @item push-mark
5395 Set mark at a location and record the value of the previous mark on the
5396 mark ring. The mark is a location in the buffer that will keep its
5397 relative position even if text is added to or removed from the buffer.
5398
5399 @item goto-char
5400 Set point to the location specified by the value of the argument, which
5401 can be a number, a marker, or an expression that returns the number of
5402 a position, such as @code{(point-min)}.
5403
5404 @item insert-buffer-substring
5405 Copy a region of text from a buffer that is passed to the function as
5406 an argument and insert the region into the current buffer.
5407
5408 @item mark-whole-buffer
5409 Mark the whole buffer as a region. Normally bound to @kbd{C-x h}.
5410
5411 @item set-buffer
5412 Switch the attention of Emacs to another buffer, but do not change the
5413 window being displayed. Used when the program rather than a human is
5414 to work on a different buffer.
5415
5416 @item get-buffer-create
5417 @itemx get-buffer
5418 Find a named buffer or create one if a buffer of that name does not
5419 exist. The @code{get-buffer} function returns @code{nil} if the named
5420 buffer does not exist.
5421 @end table
5422
5423 @need 1500
5424 @node Buffer Exercises
5425 @section Exercises
5426
5427 @itemize @bullet
5428 @item
5429 Write your own @code{simplified-end-of-buffer} function definition;
5430 then test it to see whether it works.
5431
5432 @item
5433 Use @code{if} and @code{get-buffer} to write a function that prints a
5434 message telling you whether a buffer exists.
5435
5436 @item
5437 Using @code{find-tag}, find the source for the @code{copy-to-buffer}
5438 function.
5439 @end itemize
5440
5441 @node More Complex
5442 @chapter A Few More Complex Functions
5443
5444 In this chapter, we build on what we have learned in previous chapters
5445 by looking at more complex functions. The @code{copy-to-buffer}
5446 function illustrates use of two @code{save-excursion} expressions in
5447 one definition, while the @code{insert-buffer} function illustrates
5448 use of an asterisk in an @code{interactive} expression, use of
5449 @code{or}, and the important distinction between a name and the object
5450 to which the name refers.
5451
5452 @menu
5453 * copy-to-buffer:: With @code{set-buffer}, @code{get-buffer-create}.
5454 * insert-buffer:: Read-only, and with @code{or}.
5455 * beginning-of-buffer:: Shows @code{goto-char},
5456 @code{point-min}, and @code{push-mark}.
5457 * Second Buffer Related Review::
5458 * optional Exercise::
5459 @end menu
5460
5461 @node copy-to-buffer
5462 @section The Definition of @code{copy-to-buffer}
5463 @findex copy-to-buffer
5464
5465 After understanding how @code{append-to-buffer} works, it is easy to
5466 understand @code{copy-to-buffer}. This function copies text into a
5467 buffer, but instead of adding to the second buffer, it replaces all the
5468 previous text in the second buffer.
5469
5470 @need 800
5471 The body of @code{copy-to-buffer} looks like this,
5472
5473 @smallexample
5474 @group
5475 @dots{}
5476 (interactive "BCopy to buffer: \nr")
5477 (let ((oldbuf (current-buffer)))
5478 (with-current-buffer (get-buffer-create buffer)
5479 (barf-if-buffer-read-only)
5480 (erase-buffer)
5481 (save-excursion
5482 (insert-buffer-substring oldbuf start end)))))
5483 @end group
5484 @end smallexample
5485
5486 The @code{copy-to-buffer} function has a simpler @code{interactive}
5487 expression than @code{append-to-buffer}.
5488
5489 @need 800
5490 The definition then says
5491
5492 @smallexample
5493 (with-current-buffer (get-buffer-create buffer) @dots{}
5494 @end smallexample
5495
5496 First, look at the earliest inner expression; that is evaluated first.
5497 That expression starts with @code{get-buffer-create buffer}. The
5498 function tells the computer to use the buffer with the name specified
5499 as the one to which you are copying, or if such a buffer does not
5500 exist, to create it. Then, the @code{with-current-buffer} function
5501 evaluates its body with that buffer temporarily current.
5502
5503 (This demonstrates another way to shift the computer's attention but
5504 not the user's. The @code{append-to-buffer} function showed how to do
5505 the same with @code{save-excursion} and @code{set-buffer}.
5506 @code{with-current-buffer} is a newer, and arguably easier,
5507 mechanism.)
5508
5509 The @code{barf-if-buffer-read-only} function sends you an error
5510 message saying the buffer is read-only if you cannot modify it.
5511
5512 The next line has the @code{erase-buffer} function as its sole
5513 contents. That function erases the buffer.
5514
5515 Finally, the last two lines contain the @code{save-excursion}
5516 expression with @code{insert-buffer-substring} as its body.
5517 The @code{insert-buffer-substring} expression copies the text from
5518 the buffer you are in (and you have not seen the computer shift its
5519 attention, so you don't know that that buffer is now called
5520 @code{oldbuf}).
5521
5522 Incidentally, this is what is meant by `replacement'. To replace text,
5523 Emacs erases the previous text and then inserts new text.
5524
5525 @need 1250
5526 In outline, the body of @code{copy-to-buffer} looks like this:
5527
5528 @smallexample
5529 @group
5530 (let (@var{bind-}@code{oldbuf}@var{-to-value-of-}@code{current-buffer})
5531 (@var{with-the-buffer-you-are-copying-to}
5532 (@var{but-do-not-erase-or-copy-to-a-read-only-buffer})
5533 (erase-buffer)
5534 (save-excursion
5535 @var{insert-substring-from-}@code{oldbuf}@var{-into-buffer})))
5536 @end group
5537 @end smallexample
5538
5539 @node insert-buffer
5540 @section The Definition of @code{insert-buffer}
5541 @findex insert-buffer
5542
5543 @code{insert-buffer} is yet another buffer-related function. This
5544 command copies another buffer @emph{into} the current buffer. It is the
5545 reverse of @code{append-to-buffer} or @code{copy-to-buffer}, since they
5546 copy a region of text @emph{from} the current buffer to another buffer.
5547
5548 Here is a discussion based on the original code. The code was
5549 simplified in 2003 and is harder to understand.
5550
5551 (@xref{New insert-buffer, , New Body for @code{insert-buffer}}, to see
5552 a discussion of the new body.)
5553
5554 In addition, this code illustrates the use of @code{interactive} with a
5555 buffer that might be @dfn{read-only} and the important distinction
5556 between the name of an object and the object actually referred to.
5557
5558 @menu
5559 * insert-buffer code::
5560 * insert-buffer interactive:: When you can read, but not write.
5561 * insert-buffer body:: The body has an @code{or} and a @code{let}.
5562 * if & or:: Using an @code{if} instead of an @code{or}.
5563 * Insert or:: How the @code{or} expression works.
5564 * Insert let:: Two @code{save-excursion} expressions.
5565 * New insert-buffer::
5566 @end menu
5567
5568 @ifnottex
5569 @node insert-buffer code
5570 @unnumberedsubsec The Code for @code{insert-buffer}
5571 @end ifnottex
5572
5573 @need 800
5574 Here is the earlier code:
5575
5576 @smallexample
5577 @group
5578 (defun insert-buffer (buffer)
5579 "Insert after point the contents of BUFFER.
5580 Puts mark after the inserted text.
5581 BUFFER may be a buffer or a buffer name."
5582 (interactive "*bInsert buffer:@: ")
5583 @end group
5584 @group
5585 (or (bufferp buffer)
5586 (setq buffer (get-buffer buffer)))
5587 (let (start end newmark)
5588 (save-excursion
5589 (save-excursion
5590 (set-buffer buffer)
5591 (setq start (point-min) end (point-max)))
5592 @end group
5593 @group
5594 (insert-buffer-substring buffer start end)
5595 (setq newmark (point)))
5596 (push-mark newmark)))
5597 @end group
5598 @end smallexample
5599
5600 @need 1200
5601 As with other function definitions, you can use a template to see an
5602 outline of the function:
5603
5604 @smallexample
5605 @group
5606 (defun insert-buffer (buffer)
5607 "@var{documentation}@dots{}"
5608 (interactive "*bInsert buffer:@: ")
5609 @var{body}@dots{})
5610 @end group
5611 @end smallexample
5612
5613 @node insert-buffer interactive
5614 @subsection The Interactive Expression in @code{insert-buffer}
5615 @findex interactive, @r{example use of}
5616
5617 In @code{insert-buffer}, the argument to the @code{interactive}
5618 declaration has two parts, an asterisk, @samp{*}, and @samp{bInsert
5619 buffer:@: }.
5620
5621 @menu
5622 * Read-only buffer:: When a buffer cannot be modified.
5623 * b for interactive:: An existing buffer or else its name.
5624 @end menu
5625
5626 @node Read-only buffer
5627 @unnumberedsubsubsec A Read-only Buffer
5628 @cindex Read-only buffer
5629 @cindex Asterisk for read-only buffer
5630 @findex * @r{for read-only buffer}
5631
5632 The asterisk is for the situation when the current buffer is a
5633 read-only buffer---a buffer that cannot be modified. If
5634 @code{insert-buffer} is called when the current buffer is read-only, a
5635 message to this effect is printed in the echo area and the terminal
5636 may beep or blink at you; you will not be permitted to insert anything
5637 into current buffer. The asterisk does not need to be followed by a
5638 newline to separate it from the next argument.
5639
5640 @node b for interactive
5641 @unnumberedsubsubsec @samp{b} in an Interactive Expression
5642
5643 The next argument in the interactive expression starts with a lower
5644 case @samp{b}. (This is different from the code for
5645 @code{append-to-buffer}, which uses an upper-case @samp{B}.
5646 @xref{append-to-buffer, , The Definition of @code{append-to-buffer}}.)
5647 The lower-case @samp{b} tells the Lisp interpreter that the argument
5648 for @code{insert-buffer} should be an existing buffer or else its
5649 name. (The upper-case @samp{B} option provides for the possibility
5650 that the buffer does not exist.) Emacs will prompt you for the name
5651 of the buffer, offering you a default buffer, with name completion
5652 enabled. If the buffer does not exist, you receive a message that
5653 says ``No match''; your terminal may beep at you as well.
5654
5655 The new and simplified code generates a list for @code{interactive}.
5656 It uses the @code{barf-if-buffer-read-only} and @code{read-buffer}
5657 functions with which we are already familiar and the @code{progn}
5658 special form with which we are not. (It will be described later.)
5659
5660 @node insert-buffer body
5661 @subsection The Body of the @code{insert-buffer} Function
5662
5663 The body of the @code{insert-buffer} function has two major parts: an
5664 @code{or} expression and a @code{let} expression. The purpose of the
5665 @code{or} expression is to ensure that the argument @code{buffer} is
5666 bound to a buffer and not just the name of a buffer. The body of the
5667 @code{let} expression contains the code which copies the other buffer
5668 into the current buffer.
5669
5670 @need 1250
5671 In outline, the two expressions fit into the @code{insert-buffer}
5672 function like this:
5673
5674 @smallexample
5675 @group
5676 (defun insert-buffer (buffer)
5677 "@var{documentation}@dots{}"
5678 (interactive "*bInsert buffer:@: ")
5679 (or @dots{}
5680 @dots{}
5681 @end group
5682 @group
5683 (let (@var{varlist})
5684 @var{body-of-}@code{let}@dots{} )
5685 @end group
5686 @end smallexample
5687
5688 To understand how the @code{or} expression ensures that the argument
5689 @code{buffer} is bound to a buffer and not to the name of a buffer, it
5690 is first necessary to understand the @code{or} function.
5691
5692 Before doing this, let me rewrite this part of the function using
5693 @code{if} so that you can see what is done in a manner that will be familiar.
5694
5695 @node if & or
5696 @subsection @code{insert-buffer} With an @code{if} Instead of an @code{or}
5697
5698 The job to be done is to make sure the value of @code{buffer} is a
5699 buffer itself and not the name of a buffer. If the value is the name,
5700 then the buffer itself must be got.
5701
5702 You can imagine yourself at a conference where an usher is wandering
5703 around holding a list with your name on it and looking for you: the
5704 usher is ``bound'' to your name, not to you; but when the usher finds
5705 you and takes your arm, the usher becomes ``bound'' to you.
5706
5707 @need 800
5708 In Lisp, you might describe this situation like this:
5709
5710 @smallexample
5711 @group
5712 (if (not (holding-on-to-guest))
5713 (find-and-take-arm-of-guest))
5714 @end group
5715 @end smallexample
5716
5717 We want to do the same thing with a buffer---if we do not have the
5718 buffer itself, we want to get it.
5719
5720 @need 1200
5721 Using a predicate called @code{bufferp} that tells us whether we have a
5722 buffer (rather than its name), we can write the code like this:
5723
5724 @smallexample
5725 @group
5726 (if (not (bufferp buffer)) ; @r{if-part}
5727 (setq buffer (get-buffer buffer))) ; @r{then-part}
5728 @end group
5729 @end smallexample
5730
5731 @noindent
5732 Here, the true-or-false-test of the @code{if} expression is
5733 @w{@code{(not (bufferp buffer))}}; and the then-part is the expression
5734 @w{@code{(setq buffer (get-buffer buffer))}}.
5735
5736 In the test, the function @code{bufferp} returns true if its argument is
5737 a buffer---but false if its argument is the name of the buffer. (The
5738 last character of the function name @code{bufferp} is the character
5739 @samp{p}; as we saw earlier, such use of @samp{p} is a convention that
5740 indicates that the function is a predicate, which is a term that means
5741 that the function will determine whether some property is true or false.
5742 @xref{Wrong Type of Argument, , Using the Wrong Type Object as an
5743 Argument}.)
5744
5745 @need 1200
5746 The function @code{not} precedes the expression @code{(bufferp buffer)},
5747 so the true-or-false-test looks like this:
5748
5749 @smallexample
5750 (not (bufferp buffer))
5751 @end smallexample
5752
5753 @noindent
5754 @code{not} is a function that returns true if its argument is false
5755 and false if its argument is true. So if @code{(bufferp buffer)}
5756 returns true, the @code{not} expression returns false and vice-verse:
5757 what is ``not true'' is false and what is ``not false'' is true.
5758
5759 Using this test, the @code{if} expression works as follows: when the
5760 value of the variable @code{buffer} is actually a buffer rather than
5761 its name, the true-or-false-test returns false and the @code{if}
5762 expression does not evaluate the then-part. This is fine, since we do
5763 not need to do anything to the variable @code{buffer} if it really is
5764 a buffer.
5765
5766 On the other hand, when the value of @code{buffer} is not a buffer
5767 itself, but the name of a buffer, the true-or-false-test returns true
5768 and the then-part of the expression is evaluated. In this case, the
5769 then-part is @code{(setq buffer (get-buffer buffer))}. This
5770 expression uses the @code{get-buffer} function to return an actual
5771 buffer itself, given its name. The @code{setq} then sets the variable
5772 @code{buffer} to the value of the buffer itself, replacing its previous
5773 value (which was the name of the buffer).
5774
5775 @node Insert or
5776 @subsection The @code{or} in the Body
5777
5778 The purpose of the @code{or} expression in the @code{insert-buffer}
5779 function is to ensure that the argument @code{buffer} is bound to a
5780 buffer and not just to the name of a buffer. The previous section shows
5781 how the job could have been done using an @code{if} expression.
5782 However, the @code{insert-buffer} function actually uses @code{or}.
5783 To understand this, it is necessary to understand how @code{or} works.
5784
5785 @findex or
5786 An @code{or} function can have any number of arguments. It evaluates
5787 each argument in turn and returns the value of the first of its
5788 arguments that is not @code{nil}. Also, and this is a crucial feature
5789 of @code{or}, it does not evaluate any subsequent arguments after
5790 returning the first non-@code{nil} value.
5791
5792 @need 800
5793 The @code{or} expression looks like this:
5794
5795 @smallexample
5796 @group
5797 (or (bufferp buffer)
5798 (setq buffer (get-buffer buffer)))
5799 @end group
5800 @end smallexample
5801
5802 @noindent
5803 The first argument to @code{or} is the expression @code{(bufferp buffer)}.
5804 This expression returns true (a non-@code{nil} value) if the buffer is
5805 actually a buffer, and not just the name of a buffer. In the @code{or}
5806 expression, if this is the case, the @code{or} expression returns this
5807 true value and does not evaluate the next expression---and this is fine
5808 with us, since we do not want to do anything to the value of
5809 @code{buffer} if it really is a buffer.
5810
5811 On the other hand, if the value of @code{(bufferp buffer)} is @code{nil},
5812 which it will be if the value of @code{buffer} is the name of a buffer,
5813 the Lisp interpreter evaluates the next element of the @code{or}
5814 expression. This is the expression @code{(setq buffer (get-buffer
5815 buffer))}. This expression returns a non-@code{nil} value, which
5816 is the value to which it sets the variable @code{buffer}---and this
5817 value is a buffer itself, not the name of a buffer.
5818
5819 The result of all this is that the symbol @code{buffer} is always
5820 bound to a buffer itself rather than to the name of a buffer. All
5821 this is necessary because the @code{set-buffer} function in a
5822 following line only works with a buffer itself, not with the name to a
5823 buffer.
5824
5825 @need 1250
5826 Incidentally, using @code{or}, the situation with the usher would be
5827 written like this:
5828
5829 @smallexample
5830 (or (holding-on-to-guest) (find-and-take-arm-of-guest))
5831 @end smallexample
5832
5833 @node Insert let
5834 @subsection The @code{let} Expression in @code{insert-buffer}
5835
5836 After ensuring that the variable @code{buffer} refers to a buffer itself
5837 and not just to the name of a buffer, the @code{insert-buffer function}
5838 continues with a @code{let} expression. This specifies three local
5839 variables, @code{start}, @code{end}, and @code{newmark} and binds them
5840 to the initial value @code{nil}. These variables are used inside the
5841 remainder of the @code{let} and temporarily hide any other occurrence of
5842 variables of the same name in Emacs until the end of the @code{let}.
5843
5844 @need 1200
5845 The body of the @code{let} contains two @code{save-excursion}
5846 expressions. First, we will look at the inner @code{save-excursion}
5847 expression in detail. The expression looks like this:
5848
5849 @smallexample
5850 @group
5851 (save-excursion
5852 (set-buffer buffer)
5853 (setq start (point-min) end (point-max)))
5854 @end group
5855 @end smallexample
5856
5857 @noindent
5858 The expression @code{(set-buffer buffer)} changes Emacs's attention
5859 from the current buffer to the one from which the text will copied.
5860 In that buffer, the variables @code{start} and @code{end} are set to
5861 the beginning and end of the buffer, using the commands
5862 @code{point-min} and @code{point-max}. Note that we have here an
5863 illustration of how @code{setq} is able to set two variables in the
5864 same expression. The first argument of @code{setq} is set to the
5865 value of its second, and its third argument is set to the value of its
5866 fourth.
5867
5868 After the body of the inner @code{save-excursion} is evaluated, the
5869 @code{save-excursion} restores the original buffer, but @code{start} and
5870 @code{end} remain set to the values of the beginning and end of the
5871 buffer from which the text will be copied.
5872
5873 @need 1250
5874 The outer @code{save-excursion} expression looks like this:
5875
5876 @smallexample
5877 @group
5878 (save-excursion
5879 (@var{inner-}@code{save-excursion}@var{-expression}
5880 (@var{go-to-new-buffer-and-set-}@code{start}@var{-and-}@code{end})
5881 (insert-buffer-substring buffer start end)
5882 (setq newmark (point)))
5883 @end group
5884 @end smallexample
5885
5886 @noindent
5887 The @code{insert-buffer-substring} function copies the text
5888 @emph{into} the current buffer @emph{from} the region indicated by
5889 @code{start} and @code{end} in @code{buffer}. Since the whole of the
5890 second buffer lies between @code{start} and @code{end}, the whole of
5891 the second buffer is copied into the buffer you are editing. Next,
5892 the value of point, which will be at the end of the inserted text, is
5893 recorded in the variable @code{newmark}.
5894
5895 After the body of the outer @code{save-excursion} is evaluated, point
5896 and mark are relocated to their original places.
5897
5898 However, it is convenient to locate a mark at the end of the newly
5899 inserted text and locate point at its beginning. The @code{newmark}
5900 variable records the end of the inserted text. In the last line of
5901 the @code{let} expression, the @code{(push-mark newmark)} expression
5902 function sets a mark to this location. (The previous location of the
5903 mark is still accessible; it is recorded on the mark ring and you can
5904 go back to it with @kbd{C-u C-@key{SPC}}.) Meanwhile, point is
5905 located at the beginning of the inserted text, which is where it was
5906 before you called the insert function, the position of which was saved
5907 by the first @code{save-excursion}.
5908
5909 @need 1250
5910 The whole @code{let} expression looks like this:
5911
5912 @smallexample
5913 @group
5914 (let (start end newmark)
5915 (save-excursion
5916 (save-excursion
5917 (set-buffer buffer)
5918 (setq start (point-min) end (point-max)))
5919 (insert-buffer-substring buffer start end)
5920 (setq newmark (point)))
5921 (push-mark newmark))
5922 @end group
5923 @end smallexample
5924
5925 Like the @code{append-to-buffer} function, the @code{insert-buffer}
5926 function uses @code{let}, @code{save-excursion}, and
5927 @code{set-buffer}. In addition, the function illustrates one way to
5928 use @code{or}. All these functions are building blocks that we will
5929 find and use again and again.
5930
5931 @node New insert-buffer
5932 @subsection New Body for @code{insert-buffer}
5933 @findex insert-buffer, new version body
5934 @findex new version body for insert-buffer
5935
5936 The body in the GNU Emacs 22 version is more confusing than the original.
5937
5938 @need 1250
5939 It consists of two expressions,
5940
5941 @smallexample
5942 @group
5943 (push-mark
5944 (save-excursion
5945 (insert-buffer-substring (get-buffer buffer))
5946 (point)))
5947
5948 nil
5949 @end group
5950 @end smallexample
5951
5952 @noindent
5953 except, and this is what confuses novices, very important work is done
5954 inside the @code{push-mark} expression.
5955
5956 The @code{get-buffer} function returns a buffer with the name
5957 provided. You will note that the function is @emph{not} called
5958 @code{get-buffer-create}; it does not create a buffer if one does not
5959 already exist. The buffer returned by @code{get-buffer}, an existing
5960 buffer, is passed to @code{insert-buffer-substring}, which inserts the
5961 whole of the buffer (since you did not specify anything else).
5962
5963 The location into which the buffer is inserted is recorded by
5964 @code{push-mark}. Then the function returns @code{nil}, the value of
5965 its last command. Put another way, the @code{insert-buffer} function
5966 exists only to produce a side effect, inserting another buffer, not to
5967 return any value.
5968
5969 @node beginning-of-buffer
5970 @section Complete Definition of @code{beginning-of-buffer}
5971 @findex beginning-of-buffer
5972
5973 The basic structure of the @code{beginning-of-buffer} function has
5974 already been discussed. (@xref{simplified-beginning-of-buffer, , A
5975 Simplified @code{beginning-of-buffer} Definition}.)
5976 This section describes the complex part of the definition.
5977
5978 As previously described, when invoked without an argument,
5979 @code{beginning-of-buffer} moves the cursor to the beginning of the
5980 buffer (in truth, the beginning of the accessible portion of the
5981 buffer), leaving the mark at the previous position. However, when the
5982 command is invoked with a number between one and ten, the function
5983 considers that number to be a fraction of the length of the buffer,
5984 measured in tenths, and Emacs moves the cursor that fraction of the
5985 way from the beginning of the buffer. Thus, you can either call this
5986 function with the key command @kbd{M-<}, which will move the cursor to
5987 the beginning of the buffer, or with a key command such as @kbd{C-u 7
5988 M-<} which will move the cursor to a point 70% of the way through the
5989 buffer. If a number bigger than ten is used for the argument, it
5990 moves to the end of the buffer.
5991
5992 The @code{beginning-of-buffer} function can be called with or without an
5993 argument. The use of the argument is optional.
5994
5995 @menu
5996 * Optional Arguments::
5997 * beginning-of-buffer opt arg:: Example with optional argument.
5998 * beginning-of-buffer complete::
5999 @end menu
6000
6001 @node Optional Arguments
6002 @subsection Optional Arguments
6003
6004 Unless told otherwise, Lisp expects that a function with an argument in
6005 its function definition will be called with a value for that argument.
6006 If that does not happen, you get an error and a message that says
6007 @samp{Wrong number of arguments}.
6008
6009 @cindex Optional arguments
6010 @cindex Keyword
6011 @findex optional
6012 However, optional arguments are a feature of Lisp: a particular
6013 @dfn{keyword} is used to tell the Lisp interpreter that an argument is
6014 optional. The keyword is @code{&optional}. (The @samp{&} in front of
6015 @samp{optional} is part of the keyword.) In a function definition, if
6016 an argument follows the keyword @code{&optional}, no value need be
6017 passed to that argument when the function is called.
6018
6019 @need 1200
6020 The first line of the function definition of @code{beginning-of-buffer}
6021 therefore looks like this:
6022
6023 @smallexample
6024 (defun beginning-of-buffer (&optional arg)
6025 @end smallexample
6026
6027 @need 1250
6028 In outline, the whole function looks like this:
6029
6030 @smallexample
6031 @group
6032 (defun beginning-of-buffer (&optional arg)
6033 "@var{documentation}@dots{}"
6034 (interactive "P")
6035 (or (@var{is-the-argument-a-cons-cell} arg)
6036 (and @var{are-both-transient-mark-mode-and-mark-active-true})
6037 (push-mark))
6038 (let (@var{determine-size-and-set-it})
6039 (goto-char
6040 (@var{if-there-is-an-argument}
6041 @var{figure-out-where-to-go}
6042 @var{else-go-to}
6043 (point-min))))
6044 @var{do-nicety}
6045 @end group
6046 @end smallexample
6047
6048 The function is similar to the @code{simplified-beginning-of-buffer}
6049 function except that the @code{interactive} expression has @code{"P"}
6050 as an argument and the @code{goto-char} function is followed by an
6051 if-then-else expression that figures out where to put the cursor if
6052 there is an argument that is not a cons cell.
6053
6054 (Since I do not explain a cons cell for many more chapters, please
6055 consider ignoring the function @code{consp}. @xref{List
6056 Implementation, , How Lists are Implemented}, and @ref{Cons Cell Type,
6057 , Cons Cell and List Types, elisp, The GNU Emacs Lisp Reference
6058 Manual}.)
6059
6060 The @code{"P"} in the @code{interactive} expression tells Emacs to
6061 pass a prefix argument, if there is one, to the function in raw form.
6062 A prefix argument is made by typing the @key{META} key followed by a
6063 number, or by typing @kbd{C-u} and then a number. (If you don't type
6064 a number, @kbd{C-u} defaults to a cons cell with a 4. A lowercase
6065 @code{"p"} in the @code{interactive} expression causes the function to
6066 convert a prefix arg to a number.)
6067
6068 The true-or-false-test of the @code{if} expression looks complex, but
6069 it is not: it checks whether @code{arg} has a value that is not
6070 @code{nil} and whether it is a cons cell. (That is what @code{consp}
6071 does; it checks whether its argument is a cons cell.) If @code{arg}
6072 has a value that is not @code{nil} (and is not a cons cell), which
6073 will be the case if @code{beginning-of-buffer} is called with a
6074 numeric argument, then this true-or-false-test will return true and
6075 the then-part of the @code{if} expression will be evaluated. On the
6076 other hand, if @code{beginning-of-buffer} is not called with an
6077 argument, the value of @code{arg} will be @code{nil} and the else-part
6078 of the @code{if} expression will be evaluated. The else-part is
6079 simply @code{point-min}, and when this is the outcome, the whole
6080 @code{goto-char} expression is @code{(goto-char (point-min))}, which
6081 is how we saw the @code{beginning-of-buffer} function in its
6082 simplified form.
6083
6084 @node beginning-of-buffer opt arg
6085 @subsection @code{beginning-of-buffer} with an Argument
6086
6087 When @code{beginning-of-buffer} is called with an argument, an
6088 expression is evaluated which calculates what value to pass to
6089 @code{goto-char}. This expression is rather complicated at first sight.
6090 It includes an inner @code{if} expression and much arithmetic. It looks
6091 like this:
6092
6093 @smallexample
6094 @group
6095 (if (> (buffer-size) 10000)
6096 ;; @r{Avoid overflow for large buffer sizes!}
6097 (* (prefix-numeric-value arg)
6098 (/ size 10))
6099 (/
6100 (+ 10
6101 (*
6102 size (prefix-numeric-value arg))) 10)))
6103 @end group
6104 @end smallexample
6105
6106 @menu
6107 * Disentangle beginning-of-buffer::
6108 * Large buffer case::
6109 * Small buffer case::
6110 @end menu
6111
6112 @ifnottex
6113 @node Disentangle beginning-of-buffer
6114 @unnumberedsubsubsec Disentangle @code{beginning-of-buffer}
6115 @end ifnottex
6116
6117 Like other complex-looking expressions, the conditional expression
6118 within @code{beginning-of-buffer} can be disentangled by looking at it
6119 as parts of a template, in this case, the template for an if-then-else
6120 expression. In skeletal form, the expression looks like this:
6121
6122 @smallexample
6123 @group
6124 (if (@var{buffer-is-large}
6125 @var{divide-buffer-size-by-10-and-multiply-by-arg}
6126 @var{else-use-alternate-calculation}
6127 @end group
6128 @end smallexample
6129
6130 The true-or-false-test of this inner @code{if} expression checks the
6131 size of the buffer. The reason for this is that the old version 18
6132 Emacs used numbers that are no bigger than eight million or so and in
6133 the computation that followed, the programmer feared that Emacs might
6134 try to use over-large numbers if the buffer were large. The term
6135 `overflow', mentioned in the comment, means numbers that are over
6136 large. More recent versions of Emacs use larger numbers, but this
6137 code has not been touched, if only because people now look at buffers
6138 that are far, far larger than ever before.
6139
6140 There are two cases: if the buffer is large and if it is not.
6141
6142 @node Large buffer case
6143 @unnumberedsubsubsec What happens in a large buffer
6144
6145 In @code{beginning-of-buffer}, the inner @code{if} expression tests
6146 whether the size of the buffer is greater than 10,000 characters. To do
6147 this, it uses the @code{>} function and the computation of @code{size}
6148 that comes from the let expression.
6149
6150 In the old days, the function @code{buffer-size} was used. Not only
6151 was that function called several times, it gave the size of the whole
6152 buffer, not the accessible part. The computation makes much more
6153 sense when it handles just the accessible part. (@xref{Narrowing &
6154 Widening, , Narrowing and Widening}, for more information on focusing
6155 attention to an `accessible' part.)
6156
6157 @need 800
6158 The line looks like this:
6159
6160 @smallexample
6161 (if (> size 10000)
6162 @end smallexample
6163
6164 @need 1200
6165 @noindent
6166 When the buffer is large, the then-part of the @code{if} expression is
6167 evaluated. It reads like this (after formatting for easy reading):
6168
6169 @smallexample
6170 @group
6171 (*
6172 (prefix-numeric-value arg)
6173 (/ size 10))
6174 @end group
6175 @end smallexample
6176
6177 @noindent
6178 This expression is a multiplication, with two arguments to the function
6179 @code{*}.
6180
6181 The first argument is @code{(prefix-numeric-value arg)}. When
6182 @code{"P"} is used as the argument for @code{interactive}, the value
6183 passed to the function as its argument is passed a ``raw prefix
6184 argument'', and not a number. (It is a number in a list.) To perform
6185 the arithmetic, a conversion is necessary, and
6186 @code{prefix-numeric-value} does the job.
6187
6188 @findex / @r{(division)}
6189 @cindex Division
6190 The second argument is @code{(/ size 10)}. This expression divides
6191 the numeric value by ten---the numeric value of the size of the
6192 accessible portion of the buffer. This produces a number that tells
6193 how many characters make up one tenth of the buffer size. (In Lisp,
6194 @code{/} is used for division, just as @code{*} is used for
6195 multiplication.)
6196
6197 @need 1200
6198 In the multiplication expression as a whole, this amount is multiplied
6199 by the value of the prefix argument---the multiplication looks like this:
6200
6201 @smallexample
6202 @group
6203 (* @var{numeric-value-of-prefix-arg}
6204 @var{number-of-characters-in-one-tenth-of-the-accessible-buffer})
6205 @end group
6206 @end smallexample
6207
6208 @noindent
6209 If, for example, the prefix argument is @samp{7}, the one-tenth value
6210 will be multiplied by 7 to give a position 70% of the way through.
6211
6212 @need 1200
6213 The result of all this is that if the accessible portion of the buffer
6214 is large, the @code{goto-char} expression reads like this:
6215
6216 @smallexample
6217 @group
6218 (goto-char (* (prefix-numeric-value arg)
6219 (/ size 10)))
6220 @end group
6221 @end smallexample
6222
6223 This puts the cursor where we want it.
6224
6225 @node Small buffer case
6226 @unnumberedsubsubsec What happens in a small buffer
6227
6228 If the buffer contains fewer than 10,000 characters, a slightly
6229 different computation is performed. You might think this is not
6230 necessary, since the first computation could do the job. However, in
6231 a small buffer, the first method may not put the cursor on exactly the
6232 desired line; the second method does a better job.
6233
6234 @need 800
6235 The code looks like this:
6236
6237 @c Keep this on one line.
6238 @smallexample
6239 (/ (+ 10 (* size (prefix-numeric-value arg))) 10))
6240 @end smallexample
6241
6242 @need 1200
6243 @noindent
6244 This is code in which you figure out what happens by discovering how the
6245 functions are embedded in parentheses. It is easier to read if you
6246 reformat it with each expression indented more deeply than its
6247 enclosing expression:
6248
6249 @smallexample
6250 @group
6251 (/
6252 (+ 10
6253 (*
6254 size
6255 (prefix-numeric-value arg)))
6256 10))
6257 @end group
6258 @end smallexample
6259
6260 @need 1200
6261 @noindent
6262 Looking at parentheses, we see that the innermost operation is
6263 @code{(prefix-numeric-value arg)}, which converts the raw argument to
6264 a number. In the following expression, this number is multiplied by
6265 the size of the accessible portion of the buffer:
6266
6267 @smallexample
6268 (* size (prefix-numeric-value arg))
6269 @end smallexample
6270
6271 @noindent
6272 This multiplication creates a number that may be larger than the size of
6273 the buffer---seven times larger if the argument is 7, for example. Ten
6274 is then added to this number and finally the large number is divided by
6275 ten to provide a value that is one character larger than the percentage
6276 position in the buffer.
6277
6278 The number that results from all this is passed to @code{goto-char} and
6279 the cursor is moved to that point.
6280
6281 @need 1500
6282 @node beginning-of-buffer complete
6283 @subsection The Complete @code{beginning-of-buffer}
6284
6285 @need 1000
6286 Here is the complete text of the @code{beginning-of-buffer} function:
6287 @sp 1
6288
6289 @c In GNU Emacs 22
6290 @smallexample
6291 @group
6292 (defun beginning-of-buffer (&optional arg)
6293 "Move point to the beginning of the buffer;
6294 leave mark at previous position.
6295 With \\[universal-argument] prefix,
6296 do not set mark at previous position.
6297 With numeric arg N,
6298 put point N/10 of the way from the beginning.
6299
6300 If the buffer is narrowed,
6301 this command uses the beginning and size
6302 of the accessible part of the buffer.
6303 @end group
6304
6305 @group
6306 Don't use this command in Lisp programs!
6307 \(goto-char (point-min)) is faster
6308 and avoids clobbering the mark."
6309 (interactive "P")
6310 (or (consp arg)
6311 (and transient-mark-mode mark-active)
6312 (push-mark))
6313 @end group
6314 @group
6315 (let ((size (- (point-max) (point-min))))
6316 (goto-char (if (and arg (not (consp arg)))
6317 (+ (point-min)
6318 (if (> size 10000)
6319 ;; Avoid overflow for large buffer sizes!
6320 (* (prefix-numeric-value arg)
6321 (/ size 10))
6322 (/ (+ 10 (* size (prefix-numeric-value arg)))
6323 10)))
6324 (point-min))))
6325 (if (and arg (not (consp arg))) (forward-line 1)))
6326 @end group
6327 @end smallexample
6328
6329 @ignore
6330 From before GNU Emacs 22
6331 @smallexample
6332 @group
6333 (defun beginning-of-buffer (&optional arg)
6334 "Move point to the beginning of the buffer;
6335 leave mark at previous position.
6336 With arg N, put point N/10 of the way
6337 from the true beginning.
6338 @end group
6339 @group
6340 Don't use this in Lisp programs!
6341 \(goto-char (point-min)) is faster
6342 and does not set the mark."
6343 (interactive "P")
6344 (push-mark)
6345 @end group
6346 @group
6347 (goto-char
6348 (if arg
6349 (if (> (buffer-size) 10000)
6350 ;; @r{Avoid overflow for large buffer sizes!}
6351 (* (prefix-numeric-value arg)
6352 (/ (buffer-size) 10))
6353 @end group
6354 @group
6355 (/ (+ 10 (* (buffer-size)
6356 (prefix-numeric-value arg)))
6357 10))
6358 (point-min)))
6359 (if arg (forward-line 1)))
6360 @end group
6361 @end smallexample
6362 @end ignore
6363
6364 @noindent
6365 Except for two small points, the previous discussion shows how this
6366 function works. The first point deals with a detail in the
6367 documentation string, and the second point concerns the last line of
6368 the function.
6369
6370 @need 800
6371 In the documentation string, there is reference to an expression:
6372
6373 @smallexample
6374 \\[universal-argument]
6375 @end smallexample
6376
6377 @noindent
6378 A @samp{\\} is used before the first square bracket of this
6379 expression. This @samp{\\} tells the Lisp interpreter to substitute
6380 whatever key is currently bound to the @samp{[@dots{}]}. In the case
6381 of @code{universal-argument}, that is usually @kbd{C-u}, but it might
6382 be different. (@xref{Documentation Tips, , Tips for Documentation
6383 Strings, elisp, The GNU Emacs Lisp Reference Manual}, for more
6384 information.)
6385
6386 @need 1200
6387 Finally, the last line of the @code{beginning-of-buffer} command says
6388 to move point to the beginning of the next line if the command is
6389 invoked with an argument:
6390
6391 @smallexample
6392 (if (and arg (not (consp arg))) (forward-line 1))
6393 @end smallexample
6394
6395 @noindent
6396 This puts the cursor at the beginning of the first line after the
6397 appropriate tenths position in the buffer. This is a flourish that
6398 means that the cursor is always located @emph{at least} the requested
6399 tenths of the way through the buffer, which is a nicety that is,
6400 perhaps, not necessary, but which, if it did not occur, would be sure
6401 to draw complaints. (The @code{(not (consp arg))} portion is so that
6402 if you specify the command with a @kbd{C-u}, but without a number,
6403 that is to say, if the `raw prefix argument' is simply a cons cell,
6404 the command does not put you at the beginning of the second line.)
6405
6406 @node Second Buffer Related Review
6407 @section Review
6408
6409 Here is a brief summary of some of the topics covered in this chapter.
6410
6411 @table @code
6412 @item or
6413 Evaluate each argument in sequence, and return the value of the first
6414 argument that is not @code{nil}; if none return a value that is not
6415 @code{nil}, return @code{nil}. In brief, return the first true value
6416 of the arguments; return a true value if one @emph{or} any of the
6417 others are true.
6418
6419 @item and
6420 Evaluate each argument in sequence, and if any are @code{nil}, return
6421 @code{nil}; if none are @code{nil}, return the value of the last
6422 argument. In brief, return a true value only if all the arguments are
6423 true; return a true value if one @emph{and} each of the others is
6424 true.
6425
6426 @item &optional
6427 A keyword used to indicate that an argument to a function definition
6428 is optional; this means that the function can be evaluated without the
6429 argument, if desired.
6430
6431 @item prefix-numeric-value
6432 Convert the `raw prefix argument' produced by @code{(interactive
6433 "P")} to a numeric value.
6434
6435 @item forward-line
6436 Move point forward to the beginning of the next line, or if the argument
6437 is greater than one, forward that many lines. If it can't move as far
6438 forward as it is supposed to, @code{forward-line} goes forward as far as
6439 it can and then returns a count of the number of additional lines it was
6440 supposed to move but couldn't.
6441
6442 @item erase-buffer
6443 Delete the entire contents of the current buffer.
6444
6445 @item bufferp
6446 Return @code{t} if its argument is a buffer; otherwise return @code{nil}.
6447 @end table
6448
6449 @node optional Exercise
6450 @section @code{optional} Argument Exercise
6451
6452 Write an interactive function with an optional argument that tests
6453 whether its argument, a number, is greater than or equal to, or else,
6454 less than the value of @code{fill-column}, and tells you which, in a
6455 message. However, if you do not pass an argument to the function, use
6456 56 as a default value.
6457
6458 @node Narrowing & Widening
6459 @chapter Narrowing and Widening
6460 @cindex Focusing attention (narrowing)
6461 @cindex Narrowing
6462 @cindex Widening
6463
6464 Narrowing is a feature of Emacs that makes it possible for you to focus
6465 on a specific part of a buffer, and work without accidentally changing
6466 other parts. Narrowing is normally disabled since it can confuse
6467 novices.
6468
6469 @menu
6470 * Narrowing advantages:: The advantages of narrowing
6471 * save-restriction:: The @code{save-restriction} special form.
6472 * what-line:: The number of the line that point is on.
6473 * narrow Exercise::
6474 @end menu
6475
6476 @ifnottex
6477 @node Narrowing advantages
6478 @unnumberedsec The Advantages of Narrowing
6479 @end ifnottex
6480
6481 With narrowing, the rest of a buffer is made invisible, as if it weren't
6482 there. This is an advantage if, for example, you want to replace a word
6483 in one part of a buffer but not in another: you narrow to the part you want
6484 and the replacement is carried out only in that section, not in the rest
6485 of the buffer. Searches will only work within a narrowed region, not
6486 outside of one, so if you are fixing a part of a document, you can keep
6487 yourself from accidentally finding parts you do not need to fix by
6488 narrowing just to the region you want.
6489 (The key binding for @code{narrow-to-region} is @kbd{C-x n n}.)
6490
6491 However, narrowing does make the rest of the buffer invisible, which
6492 can scare people who inadvertently invoke narrowing and think they
6493 have deleted a part of their file. Moreover, the @code{undo} command
6494 (which is usually bound to @kbd{C-x u}) does not turn off narrowing
6495 (nor should it), so people can become quite desperate if they do not
6496 know that they can return the rest of a buffer to visibility with the
6497 @code{widen} command.
6498 (The key binding for @code{widen} is @kbd{C-x n w}.)
6499
6500 Narrowing is just as useful to the Lisp interpreter as to a human.
6501 Often, an Emacs Lisp function is designed to work on just part of a
6502 buffer; or conversely, an Emacs Lisp function needs to work on all of a
6503 buffer that has been narrowed. The @code{what-line} function, for
6504 example, removes the narrowing from a buffer, if it has any narrowing
6505 and when it has finished its job, restores the narrowing to what it was.
6506 On the other hand, the @code{count-lines} function
6507 uses narrowing to restrict itself to just that portion
6508 of the buffer in which it is interested and then restores the previous
6509 situation.
6510
6511 @node save-restriction
6512 @section The @code{save-restriction} Special Form
6513 @findex save-restriction
6514
6515 In Emacs Lisp, you can use the @code{save-restriction} special form to
6516 keep track of whatever narrowing is in effect, if any. When the Lisp
6517 interpreter meets with @code{save-restriction}, it executes the code
6518 in the body of the @code{save-restriction} expression, and then undoes
6519 any changes to narrowing that the code caused. If, for example, the
6520 buffer is narrowed and the code that follows @code{save-restriction}
6521 gets rid of the narrowing, @code{save-restriction} returns the buffer
6522 to its narrowed region afterwards. In the @code{what-line} command,
6523 any narrowing the buffer may have is undone by the @code{widen}
6524 command that immediately follows the @code{save-restriction} command.
6525 Any original narrowing is restored just before the completion of the
6526 function.
6527
6528 @need 1250
6529 The template for a @code{save-restriction} expression is simple:
6530
6531 @smallexample
6532 @group
6533 (save-restriction
6534 @var{body}@dots{} )
6535 @end group
6536 @end smallexample
6537
6538 @noindent
6539 The body of the @code{save-restriction} is one or more expressions that
6540 will be evaluated in sequence by the Lisp interpreter.
6541
6542 Finally, a point to note: when you use both @code{save-excursion} and
6543 @code{save-restriction}, one right after the other, you should use
6544 @code{save-excursion} outermost. If you write them in reverse order,
6545 you may fail to record narrowing in the buffer to which Emacs switches
6546 after calling @code{save-excursion}. Thus, when written together,
6547 @code{save-excursion} and @code{save-restriction} should be written
6548 like this:
6549
6550 @smallexample
6551 @group
6552 (save-excursion
6553 (save-restriction
6554 @var{body}@dots{}))
6555 @end group
6556 @end smallexample
6557
6558 In other circumstances, when not written together, the
6559 @code{save-excursion} and @code{save-restriction} special forms must
6560 be written in the order appropriate to the function.
6561
6562 @need 1250
6563 For example,
6564
6565 @smallexample
6566 @group
6567 (save-restriction
6568 (widen)
6569 (save-excursion
6570 @var{body}@dots{}))
6571 @end group
6572 @end smallexample
6573
6574 @ignore
6575 Emacs 22
6576 /usr/local/src/emacs/lisp/simple.el
6577
6578 (defun what-line ()
6579 "Print the current buffer line number and narrowed line number of point."
6580 (interactive)
6581 (let ((start (point-min))
6582 (n (line-number-at-pos)))
6583 (if (= start 1)
6584 (message "Line %d" n)
6585 (save-excursion
6586 (save-restriction
6587 (widen)
6588 (message "line %d (narrowed line %d)"
6589 (+ n (line-number-at-pos start) -1) n))))))
6590
6591 (defun line-number-at-pos (&optional pos)
6592 "Return (narrowed) buffer line number at position POS.
6593 If POS is nil, use current buffer location.
6594 Counting starts at (point-min), so the value refers
6595 to the contents of the accessible portion of the buffer."
6596 (let ((opoint (or pos (point))) start)
6597 (save-excursion
6598 (goto-char (point-min))
6599 (setq start (point))
6600 (goto-char opoint)
6601 (forward-line 0)
6602 (1+ (count-lines start (point))))))
6603
6604 (defun count-lines (start end)
6605 "Return number of lines between START and END.
6606 This is usually the number of newlines between them,
6607 but can be one more if START is not equal to END
6608 and the greater of them is not at the start of a line."
6609 (save-excursion
6610 (save-restriction
6611 (narrow-to-region start end)
6612 (goto-char (point-min))
6613 (if (eq selective-display t)
6614 (save-match-data
6615 (let ((done 0))
6616 (while (re-search-forward "[\n\C-m]" nil t 40)
6617 (setq done (+ 40 done)))
6618 (while (re-search-forward "[\n\C-m]" nil t 1)
6619 (setq done (+ 1 done)))
6620 (goto-char (point-max))
6621 (if (and (/= start end)
6622 (not (bolp)))
6623 (1+ done)
6624 done)))
6625 (- (buffer-size) (forward-line (buffer-size)))))))
6626 @end ignore
6627
6628 @node what-line
6629 @section @code{what-line}
6630 @findex what-line
6631 @cindex Widening, example of
6632
6633 The @code{what-line} command tells you the number of the line in which
6634 the cursor is located. The function illustrates the use of the
6635 @code{save-restriction} and @code{save-excursion} commands. Here is the
6636 original text of the function:
6637
6638 @smallexample
6639 @group
6640 (defun what-line ()
6641 "Print the current line number (in the buffer) of point."
6642 (interactive)
6643 (save-restriction
6644 (widen)
6645 (save-excursion
6646 (beginning-of-line)
6647 (message "Line %d"
6648 (1+ (count-lines 1 (point)))))))
6649 @end group
6650 @end smallexample
6651
6652 (In recent versions of GNU Emacs, the @code{what-line} function has
6653 been expanded to tell you your line number in a narrowed buffer as
6654 well as your line number in a widened buffer. The recent version is
6655 more complex than the version shown here. If you feel adventurous,
6656 you might want to look at it after figuring out how this version
6657 works. You will probably need to use @kbd{C-h f}
6658 (@code{describe-function}). The newer version uses a conditional to
6659 determine whether the buffer has been narrowed.
6660
6661 (Also, it uses @code{line-number-at-pos}, which among other simple
6662 expressions, such as @code{(goto-char (point-min))}, moves point to
6663 the beginning of the current line with @code{(forward-line 0)} rather
6664 than @code{beginning-of-line}.)
6665
6666 The @code{what-line} function as shown here has a documentation line
6667 and is interactive, as you would expect. The next two lines use the
6668 functions @code{save-restriction} and @code{widen}.
6669
6670 The @code{save-restriction} special form notes whatever narrowing is in
6671 effect, if any, in the current buffer and restores that narrowing after
6672 the code in the body of the @code{save-restriction} has been evaluated.
6673
6674 The @code{save-restriction} special form is followed by @code{widen}.
6675 This function undoes any narrowing the current buffer may have had
6676 when @code{what-line} was called. (The narrowing that was there is
6677 the narrowing that @code{save-restriction} remembers.) This widening
6678 makes it possible for the line counting commands to count from the
6679 beginning of the buffer. Otherwise, they would have been limited to
6680 counting within the accessible region. Any original narrowing is
6681 restored just before the completion of the function by the
6682 @code{save-restriction} special form.
6683
6684 The call to @code{widen} is followed by @code{save-excursion}, which
6685 saves the location of the cursor (i.e., of point) and of the mark, and
6686 restores them after the code in the body of the @code{save-excursion}
6687 uses the @code{beginning-of-line} function to move point.
6688
6689 (Note that the @code{(widen)} expression comes between the
6690 @code{save-restriction} and @code{save-excursion} special forms. When
6691 you write the two @code{save- @dots{}} expressions in sequence, write
6692 @code{save-excursion} outermost.)
6693
6694 @need 1200
6695 The last two lines of the @code{what-line} function are functions to
6696 count the number of lines in the buffer and then print the number in the
6697 echo area.
6698
6699 @smallexample
6700 @group
6701 (message "Line %d"
6702 (1+ (count-lines 1 (point)))))))
6703 @end group
6704 @end smallexample
6705
6706 The @code{message} function prints a one-line message at the bottom of
6707 the Emacs screen. The first argument is inside of quotation marks and
6708 is printed as a string of characters. However, it may contain a
6709 @samp{%d} expression to print a following argument. @samp{%d} prints
6710 the argument as a decimal, so the message will say something such as
6711 @samp{Line 243}.
6712
6713 @need 1200
6714 The number that is printed in place of the @samp{%d} is computed by the
6715 last line of the function:
6716
6717 @smallexample
6718 (1+ (count-lines 1 (point)))
6719 @end smallexample
6720
6721 @ignore
6722 GNU Emacs 22
6723
6724 (defun count-lines (start end)
6725 "Return number of lines between START and END.
6726 This is usually the number of newlines between them,
6727 but can be one more if START is not equal to END
6728 and the greater of them is not at the start of a line."
6729 (save-excursion
6730 (save-restriction
6731 (narrow-to-region start end)
6732 (goto-char (point-min))
6733 (if (eq selective-display t)
6734 (save-match-data
6735 (let ((done 0))
6736 (while (re-search-forward "[\n\C-m]" nil t 40)
6737 (setq done (+ 40 done)))
6738 (while (re-search-forward "[\n\C-m]" nil t 1)
6739 (setq done (+ 1 done)))
6740 (goto-char (point-max))
6741 (if (and (/= start end)
6742 (not (bolp)))
6743 (1+ done)
6744 done)))
6745 (- (buffer-size) (forward-line (buffer-size)))))))
6746 @end ignore
6747
6748 @noindent
6749 What this does is count the lines from the first position of the
6750 buffer, indicated by the @code{1}, up to @code{(point)}, and then add
6751 one to that number. (The @code{1+} function adds one to its
6752 argument.) We add one to it because line 2 has only one line before
6753 it, and @code{count-lines} counts only the lines @emph{before} the
6754 current line.
6755
6756 After @code{count-lines} has done its job, and the message has been
6757 printed in the echo area, the @code{save-excursion} restores point and
6758 mark to their original positions; and @code{save-restriction} restores
6759 the original narrowing, if any.
6760
6761 @node narrow Exercise
6762 @section Exercise with Narrowing
6763
6764 Write a function that will display the first 60 characters of the
6765 current buffer, even if you have narrowed the buffer to its latter
6766 half so that the first line is inaccessible. Restore point, mark, and
6767 narrowing. For this exercise, you need to use a whole potpourri of
6768 functions, including @code{save-restriction}, @code{widen},
6769 @code{goto-char}, @code{point-min}, @code{message}, and
6770 @code{buffer-substring}.
6771
6772 @cindex Properties, mention of @code{buffer-substring-no-properties}
6773 (@code{buffer-substring} is a previously unmentioned function you will
6774 have to investigate yourself; or perhaps you will have to use
6775 @code{buffer-substring-no-properties} or
6776 @code{filter-buffer-substring} @dots{}, yet other functions. Text
6777 properties are a feature otherwise not discussed here. @xref{Text
6778 Properties, , Text Properties, elisp, The GNU Emacs Lisp Reference
6779 Manual}.)
6780
6781 Additionally, do you really need @code{goto-char} or @code{point-min}?
6782 Or can you write the function without them?
6783
6784 @node car cdr & cons
6785 @chapter @code{car}, @code{cdr}, @code{cons}: Fundamental Functions
6786 @findex car, @r{introduced}
6787 @findex cdr, @r{introduced}
6788
6789 In Lisp, @code{car}, @code{cdr}, and @code{cons} are fundamental
6790 functions. The @code{cons} function is used to construct lists, and
6791 the @code{car} and @code{cdr} functions are used to take them apart.
6792
6793 In the walk through of the @code{copy-region-as-kill} function, we
6794 will see @code{cons} as well as two variants on @code{cdr},
6795 namely, @code{setcdr} and @code{nthcdr}. (@xref{copy-region-as-kill}.)
6796
6797 @menu
6798 * Strange Names:: An historical aside: why the strange names?
6799 * car & cdr:: Functions for extracting part of a list.
6800 * cons:: Constructing a list.
6801 * nthcdr:: Calling @code{cdr} repeatedly.
6802 * nth::
6803 * setcar:: Changing the first element of a list.
6804 * setcdr:: Changing the rest of a list.
6805 * cons Exercise::
6806 @end menu
6807
6808 @ifnottex
6809 @node Strange Names
6810 @unnumberedsec Strange Names
6811 @end ifnottex
6812
6813 The name of the @code{cons} function is not unreasonable: it is an
6814 abbreviation of the word `construct'. The origins of the names for
6815 @code{car} and @code{cdr}, on the other hand, are esoteric: @code{car}
6816 is an acronym from the phrase `Contents of the Address part of the
6817 Register'; and @code{cdr} (pronounced `could-er') is an acronym from
6818 the phrase `Contents of the Decrement part of the Register'. These
6819 phrases refer to specific pieces of hardware on the very early
6820 computer on which the original Lisp was developed. Besides being
6821 obsolete, the phrases have been completely irrelevant for more than 25
6822 years to anyone thinking about Lisp. Nonetheless, although a few
6823 brave scholars have begun to use more reasonable names for these
6824 functions, the old terms are still in use. In particular, since the
6825 terms are used in the Emacs Lisp source code, we will use them in this
6826 introduction.
6827
6828 @node car & cdr
6829 @section @code{car} and @code{cdr}
6830
6831 The @sc{car} of a list is, quite simply, the first item in the list.
6832 Thus the @sc{car} of the list @code{(rose violet daisy buttercup)} is
6833 @code{rose}.
6834
6835 @need 1200
6836 If you are reading this in Info in GNU Emacs, you can see this by
6837 evaluating the following:
6838
6839 @smallexample
6840 (car '(rose violet daisy buttercup))
6841 @end smallexample
6842
6843 @noindent
6844 After evaluating the expression, @code{rose} will appear in the echo
6845 area.
6846
6847 Clearly, a more reasonable name for the @code{car} function would be
6848 @code{first} and this is often suggested.
6849
6850 @code{car} does not remove the first item from the list; it only reports
6851 what it is. After @code{car} has been applied to a list, the list is
6852 still the same as it was. In the jargon, @code{car} is
6853 `non-destructive'. This feature turns out to be important.
6854
6855 The @sc{cdr} of a list is the rest of the list, that is, the
6856 @code{cdr} function returns the part of the list that follows the
6857 first item. Thus, while the @sc{car} of the list @code{'(rose violet
6858 daisy buttercup)} is @code{rose}, the rest of the list, the value
6859 returned by the @code{cdr} function, is @code{(violet daisy
6860 buttercup)}.
6861
6862 @need 800
6863 You can see this by evaluating the following in the usual way:
6864
6865 @smallexample
6866 (cdr '(rose violet daisy buttercup))
6867 @end smallexample
6868
6869 @noindent
6870 When you evaluate this, @code{(violet daisy buttercup)} will appear in
6871 the echo area.
6872
6873 Like @code{car}, @code{cdr} does not remove any elements from the
6874 list---it just returns a report of what the second and subsequent
6875 elements are.
6876
6877 Incidentally, in the example, the list of flowers is quoted. If it were
6878 not, the Lisp interpreter would try to evaluate the list by calling
6879 @code{rose} as a function. In this example, we do not want to do that.
6880
6881 Clearly, a more reasonable name for @code{cdr} would be @code{rest}.
6882
6883 (There is a lesson here: when you name new functions, consider very
6884 carefully what you are doing, since you may be stuck with the names
6885 for far longer than you expect. The reason this document perpetuates
6886 these names is that the Emacs Lisp source code uses them, and if I did
6887 not use them, you would have a hard time reading the code; but do,
6888 please, try to avoid using these terms yourself. The people who come
6889 after you will be grateful to you.)
6890
6891 When @code{car} and @code{cdr} are applied to a list made up of symbols,
6892 such as the list @code{(pine fir oak maple)}, the element of the list
6893 returned by the function @code{car} is the symbol @code{pine} without
6894 any parentheses around it. @code{pine} is the first element in the
6895 list. However, the @sc{cdr} of the list is a list itself, @code{(fir
6896 oak maple)}, as you can see by evaluating the following expressions in
6897 the usual way:
6898
6899 @smallexample
6900 @group
6901 (car '(pine fir oak maple))
6902
6903 (cdr '(pine fir oak maple))
6904 @end group
6905 @end smallexample
6906
6907 On the other hand, in a list of lists, the first element is itself a
6908 list. @code{car} returns this first element as a list. For example,
6909 the following list contains three sub-lists, a list of carnivores, a
6910 list of herbivores and a list of sea mammals:
6911
6912 @smallexample
6913 @group
6914 (car '((lion tiger cheetah)
6915 (gazelle antelope zebra)
6916 (whale dolphin seal)))
6917 @end group
6918 @end smallexample
6919
6920 @noindent
6921 In this example, the first element or @sc{car} of the list is the list of
6922 carnivores, @code{(lion tiger cheetah)}, and the rest of the list is
6923 @code{((gazelle antelope zebra) (whale dolphin seal))}.
6924
6925 @smallexample
6926 @group
6927 (cdr '((lion tiger cheetah)
6928 (gazelle antelope zebra)
6929 (whale dolphin seal)))
6930 @end group
6931 @end smallexample
6932
6933 It is worth saying again that @code{car} and @code{cdr} are
6934 non-destructive---that is, they do not modify or change lists to which
6935 they are applied. This is very important for how they are used.
6936
6937 Also, in the first chapter, in the discussion about atoms, I said that
6938 in Lisp, ``certain kinds of atom, such as an array, can be separated
6939 into parts; but the mechanism for doing this is different from the
6940 mechanism for splitting a list. As far as Lisp is concerned, the
6941 atoms of a list are unsplittable.'' (@xref{Lisp Atoms}.) The
6942 @code{car} and @code{cdr} functions are used for splitting lists and
6943 are considered fundamental to Lisp. Since they cannot split or gain
6944 access to the parts of an array, an array is considered an atom.
6945 Conversely, the other fundamental function, @code{cons}, can put
6946 together or construct a list, but not an array. (Arrays are handled
6947 by array-specific functions. @xref{Arrays, , Arrays, elisp, The GNU
6948 Emacs Lisp Reference Manual}.)
6949
6950 @node cons
6951 @section @code{cons}
6952 @findex cons, @r{introduced}
6953
6954 The @code{cons} function constructs lists; it is the inverse of
6955 @code{car} and @code{cdr}. For example, @code{cons} can be used to make
6956 a four element list from the three element list, @code{(fir oak maple)}:
6957
6958 @smallexample
6959 (cons 'pine '(fir oak maple))
6960 @end smallexample
6961
6962 @need 800
6963 @noindent
6964 After evaluating this list, you will see
6965
6966 @smallexample
6967 (pine fir oak maple)
6968 @end smallexample
6969
6970 @noindent
6971 appear in the echo area. @code{cons} causes the creation of a new
6972 list in which the element is followed by the elements of the original
6973 list.
6974
6975 We often say that `@code{cons} puts a new element at the beginning of
6976 a list; it attaches or pushes elements onto the list', but this
6977 phrasing can be misleading, since @code{cons} does not change an
6978 existing list, but creates a new one.
6979
6980 Like @code{car} and @code{cdr}, @code{cons} is non-destructive.
6981
6982 @menu
6983 * Build a list::
6984 * length:: How to find the length of a list.
6985 @end menu
6986
6987 @ifnottex
6988 @node Build a list
6989 @unnumberedsubsec Build a list
6990 @end ifnottex
6991
6992 @code{cons} must have a list to attach to.@footnote{Actually, you can
6993 @code{cons} an element to an atom to produce a dotted pair. Dotted
6994 pairs are not discussed here; see @ref{Dotted Pair Notation, , Dotted
6995 Pair Notation, elisp, The GNU Emacs Lisp Reference Manual}.} You
6996 cannot start from absolutely nothing. If you are building a list, you
6997 need to provide at least an empty list at the beginning. Here is a
6998 series of @code{cons} expressions that build up a list of flowers. If
6999 you are reading this in Info in GNU Emacs, you can evaluate each of
7000 the expressions in the usual way; the value is printed in this text
7001 after @samp{@result{}}, which you may read as `evaluates to'.
7002
7003 @smallexample
7004 @group
7005 (cons 'buttercup ())
7006 @result{} (buttercup)
7007 @end group
7008
7009 @group
7010 (cons 'daisy '(buttercup))
7011 @result{} (daisy buttercup)
7012 @end group
7013
7014 @group
7015 (cons 'violet '(daisy buttercup))
7016 @result{} (violet daisy buttercup)
7017 @end group
7018
7019 @group
7020 (cons 'rose '(violet daisy buttercup))
7021 @result{} (rose violet daisy buttercup)
7022 @end group
7023 @end smallexample
7024
7025 @noindent
7026 In the first example, the empty list is shown as @code{()} and a list
7027 made up of @code{buttercup} followed by the empty list is constructed.
7028 As you can see, the empty list is not shown in the list that was
7029 constructed. All that you see is @code{(buttercup)}. The empty list is
7030 not counted as an element of a list because there is nothing in an empty
7031 list. Generally speaking, an empty list is invisible.
7032
7033 The second example, @code{(cons 'daisy '(buttercup))} constructs a new,
7034 two element list by putting @code{daisy} in front of @code{buttercup};
7035 and the third example constructs a three element list by putting
7036 @code{violet} in front of @code{daisy} and @code{buttercup}.
7037
7038 @node length
7039 @subsection Find the Length of a List: @code{length}
7040 @findex length
7041
7042 You can find out how many elements there are in a list by using the Lisp
7043 function @code{length}, as in the following examples:
7044
7045 @smallexample
7046 @group
7047 (length '(buttercup))
7048 @result{} 1
7049 @end group
7050
7051 @group
7052 (length '(daisy buttercup))
7053 @result{} 2
7054 @end group
7055
7056 @group
7057 (length (cons 'violet '(daisy buttercup)))
7058 @result{} 3
7059 @end group
7060 @end smallexample
7061
7062 @noindent
7063 In the third example, the @code{cons} function is used to construct a
7064 three element list which is then passed to the @code{length} function as
7065 its argument.
7066
7067 @need 1200
7068 We can also use @code{length} to count the number of elements in an
7069 empty list:
7070
7071 @smallexample
7072 @group
7073 (length ())
7074 @result{} 0
7075 @end group
7076 @end smallexample
7077
7078 @noindent
7079 As you would expect, the number of elements in an empty list is zero.
7080
7081 An interesting experiment is to find out what happens if you try to find
7082 the length of no list at all; that is, if you try to call @code{length}
7083 without giving it an argument, not even an empty list:
7084
7085 @smallexample
7086 (length )
7087 @end smallexample
7088
7089 @need 800
7090 @noindent
7091 What you see, if you evaluate this, is the error message
7092
7093 @smallexample
7094 Lisp error: (wrong-number-of-arguments length 0)
7095 @end smallexample
7096
7097 @noindent
7098 This means that the function receives the wrong number of
7099 arguments, zero, when it expects some other number of arguments. In
7100 this case, one argument is expected, the argument being a list whose
7101 length the function is measuring. (Note that @emph{one} list is
7102 @emph{one} argument, even if the list has many elements inside it.)
7103
7104 The part of the error message that says @samp{length} is the name of
7105 the function.
7106
7107 @ignore
7108 @code{length} is still a subroutine, but you need C-h f to discover that.
7109
7110 In an earlier version:
7111 This is written with a special notation, @samp{#<subr},
7112 that indicates that the function @code{length} is one of the primitive
7113 functions written in C rather than in Emacs Lisp. (@samp{subr} is an
7114 abbreviation for `subroutine'.) @xref{What Is a Function, , What Is a
7115 Function?, elisp , The GNU Emacs Lisp Reference Manual}, for more
7116 about subroutines.
7117 @end ignore
7118
7119 @node nthcdr
7120 @section @code{nthcdr}
7121 @findex nthcdr
7122
7123 The @code{nthcdr} function is associated with the @code{cdr} function.
7124 What it does is take the @sc{cdr} of a list repeatedly.
7125
7126 If you take the @sc{cdr} of the list @code{(pine fir
7127 oak maple)}, you will be returned the list @code{(fir oak maple)}. If you
7128 repeat this on what was returned, you will be returned the list
7129 @code{(oak maple)}. (Of course, repeated @sc{cdr}ing on the original
7130 list will just give you the original @sc{cdr} since the function does
7131 not change the list. You need to evaluate the @sc{cdr} of the
7132 @sc{cdr} and so on.) If you continue this, eventually you will be
7133 returned an empty list, which in this case, instead of being shown as
7134 @code{()} is shown as @code{nil}.
7135
7136 @need 1200
7137 For review, here is a series of repeated @sc{cdr}s, the text following
7138 the @samp{@result{}} shows what is returned.
7139
7140 @smallexample
7141 @group
7142 (cdr '(pine fir oak maple))
7143 @result{}(fir oak maple)
7144 @end group
7145
7146 @group
7147 (cdr '(fir oak maple))
7148 @result{} (oak maple)
7149 @end group
7150
7151 @group
7152 (cdr '(oak maple))
7153 @result{}(maple)
7154 @end group
7155
7156 @group
7157 (cdr '(maple))
7158 @result{} nil
7159 @end group
7160
7161 @group
7162 (cdr 'nil)
7163 @result{} nil
7164 @end group
7165
7166 @group
7167 (cdr ())
7168 @result{} nil
7169 @end group
7170 @end smallexample
7171
7172 @need 1200
7173 You can also do several @sc{cdr}s without printing the values in
7174 between, like this:
7175
7176 @smallexample
7177 @group
7178 (cdr (cdr '(pine fir oak maple)))
7179 @result{} (oak maple)
7180 @end group
7181 @end smallexample
7182
7183 @noindent
7184 In this example, the Lisp interpreter evaluates the innermost list first.
7185 The innermost list is quoted, so it just passes the list as it is to the
7186 innermost @code{cdr}. This @code{cdr} passes a list made up of the
7187 second and subsequent elements of the list to the outermost @code{cdr},
7188 which produces a list composed of the third and subsequent elements of
7189 the original list. In this example, the @code{cdr} function is repeated
7190 and returns a list that consists of the original list without its
7191 first two elements.
7192
7193 The @code{nthcdr} function does the same as repeating the call to
7194 @code{cdr}. In the following example, the argument 2 is passed to the
7195 function @code{nthcdr}, along with the list, and the value returned is
7196 the list without its first two items, which is exactly the same
7197 as repeating @code{cdr} twice on the list:
7198
7199 @smallexample
7200 @group
7201 (nthcdr 2 '(pine fir oak maple))
7202 @result{} (oak maple)
7203 @end group
7204 @end smallexample
7205
7206 @need 1200
7207 Using the original four element list, we can see what happens when
7208 various numeric arguments are passed to @code{nthcdr}, including 0, 1,
7209 and 5:
7210
7211 @smallexample
7212 @group
7213 ;; @r{Leave the list as it was.}
7214 (nthcdr 0 '(pine fir oak maple))
7215 @result{} (pine fir oak maple)
7216 @end group
7217
7218 @group
7219 ;; @r{Return a copy without the first element.}
7220 (nthcdr 1 '(pine fir oak maple))
7221 @result{} (fir oak maple)
7222 @end group
7223
7224 @group
7225 ;; @r{Return a copy of the list without three elements.}
7226 (nthcdr 3 '(pine fir oak maple))
7227 @result{} (maple)
7228 @end group
7229
7230 @group
7231 ;; @r{Return a copy lacking all four elements.}
7232 (nthcdr 4 '(pine fir oak maple))
7233 @result{} nil
7234 @end group
7235
7236 @group
7237 ;; @r{Return a copy lacking all elements.}
7238 (nthcdr 5 '(pine fir oak maple))
7239 @result{} nil
7240 @end group
7241 @end smallexample
7242
7243 @node nth
7244 @section @code{nth}
7245 @findex nth
7246
7247 The @code{nthcdr} function takes the @sc{cdr} of a list repeatedly.
7248 The @code{nth} function takes the @sc{car} of the result returned by
7249 @code{nthcdr}. It returns the Nth element of the list.
7250
7251 @need 1500
7252 Thus, if it were not defined in C for speed, the definition of
7253 @code{nth} would be:
7254
7255 @smallexample
7256 @group
7257 (defun nth (n list)
7258 "Returns the Nth element of LIST.
7259 N counts from zero. If LIST is not that long, nil is returned."
7260 (car (nthcdr n list)))
7261 @end group
7262 @end smallexample
7263
7264 @noindent
7265 (Originally, @code{nth} was defined in Emacs Lisp in @file{subr.el},
7266 but its definition was redone in C in the 1980s.)
7267
7268 The @code{nth} function returns a single element of a list.
7269 This can be very convenient.
7270
7271 Note that the elements are numbered from zero, not one. That is to
7272 say, the first element of a list, its @sc{car} is the zeroth element.
7273 This is called `zero-based' counting and often bothers people who
7274 are accustomed to the first element in a list being number one, which
7275 is `one-based'.
7276
7277 @need 1250
7278 For example:
7279
7280 @smallexample
7281 @group
7282 (nth 0 '("one" "two" "three"))
7283 @result{} "one"
7284
7285 (nth 1 '("one" "two" "three"))
7286 @result{} "two"
7287 @end group
7288 @end smallexample
7289
7290 It is worth mentioning that @code{nth}, like @code{nthcdr} and
7291 @code{cdr}, does not change the original list---the function is
7292 non-destructive. This is in sharp contrast to the @code{setcar} and
7293 @code{setcdr} functions.
7294
7295 @node setcar
7296 @section @code{setcar}
7297 @findex setcar
7298
7299 As you might guess from their names, the @code{setcar} and @code{setcdr}
7300 functions set the @sc{car} or the @sc{cdr} of a list to a new value.
7301 They actually change the original list, unlike @code{car} and @code{cdr}
7302 which leave the original list as it was. One way to find out how this
7303 works is to experiment. We will start with the @code{setcar} function.
7304
7305 @need 1200
7306 First, we can make a list and then set the value of a variable to the
7307 list, using the @code{setq} function. Here is a list of animals:
7308
7309 @smallexample
7310 (setq animals '(antelope giraffe lion tiger))
7311 @end smallexample
7312
7313 @noindent
7314 If you are reading this in Info inside of GNU Emacs, you can evaluate
7315 this expression in the usual fashion, by positioning the cursor after
7316 the expression and typing @kbd{C-x C-e}. (I'm doing this right here
7317 as I write this. This is one of the advantages of having the
7318 interpreter built into the computing environment. Incidentally, when
7319 there is nothing on the line after the final parentheses, such as a
7320 comment, point can be on the next line. Thus, if your cursor is in
7321 the first column of the next line, you do not need to move it.
7322 Indeed, Emacs permits any amount of white space after the final
7323 parenthesis.)
7324
7325 @need 1200
7326 When we evaluate the variable @code{animals}, we see that it is bound to
7327 the list @code{(antelope giraffe lion tiger)}:
7328
7329 @smallexample
7330 @group
7331 animals
7332 @result{} (antelope giraffe lion tiger)
7333 @end group
7334 @end smallexample
7335
7336 @noindent
7337 Put another way, the variable @code{animals} points to the list
7338 @code{(antelope giraffe lion tiger)}.
7339
7340 Next, evaluate the function @code{setcar} while passing it two
7341 arguments, the variable @code{animals} and the quoted symbol
7342 @code{hippopotamus}; this is done by writing the three element list
7343 @code{(setcar animals 'hippopotamus)} and then evaluating it in the
7344 usual fashion:
7345
7346 @smallexample
7347 (setcar animals 'hippopotamus)
7348 @end smallexample
7349
7350 @need 1200
7351 @noindent
7352 After evaluating this expression, evaluate the variable @code{animals}
7353 again. You will see that the list of animals has changed:
7354
7355 @smallexample
7356 @group
7357 animals
7358 @result{} (hippopotamus giraffe lion tiger)
7359 @end group
7360 @end smallexample
7361
7362 @noindent
7363 The first element on the list, @code{antelope} is replaced by
7364 @code{hippopotamus}.
7365
7366 So we can see that @code{setcar} did not add a new element to the list
7367 as @code{cons} would have; it replaced @code{antelope} with
7368 @code{hippopotamus}; it @emph{changed} the list.
7369
7370 @node setcdr
7371 @section @code{setcdr}
7372 @findex setcdr
7373
7374 The @code{setcdr} function is similar to the @code{setcar} function,
7375 except that the function replaces the second and subsequent elements of
7376 a list rather than the first element.
7377
7378 (To see how to change the last element of a list, look ahead to
7379 @ref{kill-new function, , The @code{kill-new} function}, which uses
7380 the @code{nthcdr} and @code{setcdr} functions.)
7381
7382 @need 1200
7383 To see how this works, set the value of the variable to a list of
7384 domesticated animals by evaluating the following expression:
7385
7386 @smallexample
7387 (setq domesticated-animals '(horse cow sheep goat))
7388 @end smallexample
7389
7390 @need 1200
7391 @noindent
7392 If you now evaluate the list, you will be returned the list
7393 @code{(horse cow sheep goat)}:
7394
7395 @smallexample
7396 @group
7397 domesticated-animals
7398 @result{} (horse cow sheep goat)
7399 @end group
7400 @end smallexample
7401
7402 @need 1200
7403 Next, evaluate @code{setcdr} with two arguments, the name of the
7404 variable which has a list as its value, and the list to which the
7405 @sc{cdr} of the first list will be set;
7406
7407 @smallexample
7408 (setcdr domesticated-animals '(cat dog))
7409 @end smallexample
7410
7411 @noindent
7412 If you evaluate this expression, the list @code{(cat dog)} will appear
7413 in the echo area. This is the value returned by the function. The
7414 result we are interested in is the ``side effect'', which we can see by
7415 evaluating the variable @code{domesticated-animals}:
7416
7417 @smallexample
7418 @group
7419 domesticated-animals
7420 @result{} (horse cat dog)
7421 @end group
7422 @end smallexample
7423
7424 @noindent
7425 Indeed, the list is changed from @code{(horse cow sheep goat)} to
7426 @code{(horse cat dog)}. The @sc{cdr} of the list is changed from
7427 @code{(cow sheep goat)} to @code{(cat dog)}.
7428
7429 @node cons Exercise
7430 @section Exercise
7431
7432 Construct a list of four birds by evaluating several expressions with
7433 @code{cons}. Find out what happens when you @code{cons} a list onto
7434 itself. Replace the first element of the list of four birds with a
7435 fish. Replace the rest of that list with a list of other fish.
7436
7437 @node Cutting & Storing Text
7438 @chapter Cutting and Storing Text
7439 @cindex Cutting and storing text
7440 @cindex Storing and cutting text
7441 @cindex Killing text
7442 @cindex Clipping text
7443 @cindex Erasing text
7444 @cindex Deleting text
7445
7446 Whenever you cut or clip text out of a buffer with a `kill' command in
7447 GNU Emacs, it is stored in a list and you can bring it back with a
7448 `yank' command.
7449
7450 (The use of the word `kill' in Emacs for processes which specifically
7451 @emph{do not} destroy the values of the entities is an unfortunate
7452 historical accident. A much more appropriate word would be `clip' since
7453 that is what the kill commands do; they clip text out of a buffer and
7454 put it into storage from which it can be brought back. I have often
7455 been tempted to replace globally all occurrences of `kill' in the Emacs
7456 sources with `clip' and all occurrences of `killed' with `clipped'.)
7457
7458 @menu
7459 * Storing Text:: Text is stored in a list.
7460 * zap-to-char:: Cutting out text up to a character.
7461 * kill-region:: Cutting text out of a region.
7462 * copy-region-as-kill:: A definition for copying text.
7463 * Digression into C:: Minor note on C programming language macros.
7464 * defvar:: How to give a variable an initial value.
7465 * cons & search-fwd Review::
7466 * search Exercises::
7467 @end menu
7468
7469 @ifnottex
7470 @node Storing Text
7471 @unnumberedsec Storing Text in a List
7472 @end ifnottex
7473
7474 When text is cut out of a buffer, it is stored on a list. Successive
7475 pieces of text are stored on the list successively, so the list might
7476 look like this:
7477
7478 @smallexample
7479 ("a piece of text" "previous piece")
7480 @end smallexample
7481
7482 @need 1200
7483 @noindent
7484 The function @code{cons} can be used to create a new list from a piece
7485 of text (an `atom', to use the jargon) and an existing list, like
7486 this:
7487
7488 @smallexample
7489 @group
7490 (cons "another piece"
7491 '("a piece of text" "previous piece"))
7492 @end group
7493 @end smallexample
7494
7495 @need 1200
7496 @noindent
7497 If you evaluate this expression, a list of three elements will appear in
7498 the echo area:
7499
7500 @smallexample
7501 ("another piece" "a piece of text" "previous piece")
7502 @end smallexample
7503
7504 With the @code{car} and @code{nthcdr} functions, you can retrieve
7505 whichever piece of text you want. For example, in the following code,
7506 @code{nthcdr 1 @dots{}} returns the list with the first item removed;
7507 and the @code{car} returns the first element of that remainder---the
7508 second element of the original list:
7509
7510 @smallexample
7511 @group
7512 (car (nthcdr 1 '("another piece"
7513 "a piece of text"
7514 "previous piece")))
7515 @result{} "a piece of text"
7516 @end group
7517 @end smallexample
7518
7519 The actual functions in Emacs are more complex than this, of course.
7520 The code for cutting and retrieving text has to be written so that
7521 Emacs can figure out which element in the list you want---the first,
7522 second, third, or whatever. In addition, when you get to the end of
7523 the list, Emacs should give you the first element of the list, rather
7524 than nothing at all.
7525
7526 The list that holds the pieces of text is called the @dfn{kill ring}.
7527 This chapter leads up to a description of the kill ring and how it is
7528 used by first tracing how the @code{zap-to-char} function works. This
7529 function uses (or `calls') a function that invokes a function that
7530 manipulates the kill ring. Thus, before reaching the mountains, we
7531 climb the foothills.
7532
7533 A subsequent chapter describes how text that is cut from the buffer is
7534 retrieved. @xref{Yanking, , Yanking Text Back}.
7535
7536 @node zap-to-char
7537 @section @code{zap-to-char}
7538 @findex zap-to-char
7539
7540 Let us look at the interactive @code{zap-to-char} function.
7541
7542 @menu
7543 * Complete zap-to-char:: The complete implementation.
7544 * zap-to-char interactive:: A three part interactive expression.
7545 * zap-to-char body:: A short overview.
7546 * search-forward:: How to search for a string.
7547 * progn:: The @code{progn} special form.
7548 * Summing up zap-to-char:: Using @code{point} and @code{search-forward}.
7549 @end menu
7550
7551 @ifnottex
7552 @node Complete zap-to-char
7553 @unnumberedsubsec The Complete @code{zap-to-char} Implementation
7554 @end ifnottex
7555
7556 The @code{zap-to-char} function removes the text in the region between
7557 the location of the cursor (i.e., of point) up to and including the
7558 next occurrence of a specified character. The text that
7559 @code{zap-to-char} removes is put in the kill ring; and it can be
7560 retrieved from the kill ring by typing @kbd{C-y} (@code{yank}). If
7561 the command is given an argument, it removes text through that number
7562 of occurrences. Thus, if the cursor were at the beginning of this
7563 sentence and the character were @samp{s}, @samp{Thus} would be
7564 removed. If the argument were two, @samp{Thus, if the curs} would be
7565 removed, up to and including the @samp{s} in @samp{cursor}.
7566
7567 If the specified character is not found, @code{zap-to-char} will say
7568 ``Search failed'', tell you the character you typed, and not remove
7569 any text.
7570
7571 In order to determine how much text to remove, @code{zap-to-char} uses
7572 a search function. Searches are used extensively in code that
7573 manipulates text, and we will focus attention on them as well as on the
7574 deletion command.
7575
7576 @ignore
7577 @c GNU Emacs version 19
7578 (defun zap-to-char (arg char) ; version 19 implementation
7579 "Kill up to and including ARG'th occurrence of CHAR.
7580 Goes backward if ARG is negative; error if CHAR not found."
7581 (interactive "*p\ncZap to char: ")
7582 (kill-region (point)
7583 (progn
7584 (search-forward
7585 (char-to-string char) nil nil arg)
7586 (point))))
7587 @end ignore
7588
7589 @need 1250
7590 Here is the complete text of the version 22 implementation of the function:
7591
7592 @c GNU Emacs 22
7593 @smallexample
7594 @group
7595 (defun zap-to-char (arg char)
7596 "Kill up to and including ARG'th occurrence of CHAR.
7597 Case is ignored if `case-fold-search' is non-nil in the current buffer.
7598 Goes backward if ARG is negative; error if CHAR not found."
7599 (interactive "p\ncZap to char: ")
7600 (if (char-table-p translation-table-for-input)
7601 (setq char (or (aref translation-table-for-input char) char)))
7602 (kill-region (point) (progn
7603 (search-forward (char-to-string char)
7604 nil nil arg)
7605 (point))))
7606 @end group
7607 @end smallexample
7608
7609 The documentation is thorough. You do need to know the jargon meaning
7610 of the word `kill'.
7611
7612 @node zap-to-char interactive
7613 @subsection The @code{interactive} Expression
7614
7615 @need 800
7616 The interactive expression in the @code{zap-to-char} command looks like
7617 this:
7618
7619 @smallexample
7620 (interactive "p\ncZap to char: ")
7621 @end smallexample
7622
7623 The part within quotation marks, @code{"p\ncZap to char:@: "}, specifies
7624 two different things. First, and most simply, is the @samp{p}.
7625 This part is separated from the next part by a newline, @samp{\n}.
7626 The @samp{p} means that the first argument to the function will be
7627 passed the value of a `processed prefix'. The prefix argument is
7628 passed by typing @kbd{C-u} and a number, or @kbd{M-} and a number. If
7629 the function is called interactively without a prefix, 1 is passed to
7630 this argument.
7631
7632 The second part of @code{"p\ncZap to char:@: "} is
7633 @samp{cZap to char:@: }. In this part, the lower case @samp{c}
7634 indicates that @code{interactive} expects a prompt and that the
7635 argument will be a character. The prompt follows the @samp{c} and is
7636 the string @samp{Zap to char:@: } (with a space after the colon to
7637 make it look good).
7638
7639 What all this does is prepare the arguments to @code{zap-to-char} so they
7640 are of the right type, and give the user a prompt.
7641
7642 In a read-only buffer, the @code{zap-to-char} function copies the text
7643 to the kill ring, but does not remove it. The echo area displays a
7644 message saying that the buffer is read-only. Also, the terminal may
7645 beep or blink at you.
7646
7647 @node zap-to-char body
7648 @subsection The Body of @code{zap-to-char}
7649
7650 The body of the @code{zap-to-char} function contains the code that
7651 kills (that is, removes) the text in the region from the current
7652 position of the cursor up to and including the specified character.
7653
7654 The first part of the code looks like this:
7655
7656 @smallexample
7657 (if (char-table-p translation-table-for-input)
7658 (setq char (or (aref translation-table-for-input char) char)))
7659 (kill-region (point) (progn
7660 (search-forward (char-to-string char) nil nil arg)
7661 (point)))
7662 @end smallexample
7663
7664 @noindent
7665 @code{char-table-p} is an hitherto unseen function. It determines
7666 whether its argument is a character table. When it is, it sets the
7667 character passed to @code{zap-to-char} to one of them, if that
7668 character exists, or to the character itself. (This becomes important
7669 for certain characters in non-European languages. The @code{aref}
7670 function extracts an element from an array. It is an array-specific
7671 function that is not described in this document. @xref{Arrays, ,
7672 Arrays, elisp, The GNU Emacs Lisp Reference Manual}.)
7673
7674 @noindent
7675 @code{(point)} is the current position of the cursor.
7676
7677 The next part of the code is an expression using @code{progn}. The body
7678 of the @code{progn} consists of calls to @code{search-forward} and
7679 @code{point}.
7680
7681 It is easier to understand how @code{progn} works after learning about
7682 @code{search-forward}, so we will look at @code{search-forward} and
7683 then at @code{progn}.
7684
7685 @node search-forward
7686 @subsection The @code{search-forward} Function
7687 @findex search-forward
7688
7689 The @code{search-forward} function is used to locate the
7690 zapped-for-character in @code{zap-to-char}. If the search is
7691 successful, @code{search-forward} leaves point immediately after the
7692 last character in the target string. (In @code{zap-to-char}, the
7693 target string is just one character long. @code{zap-to-char} uses the
7694 function @code{char-to-string} to ensure that the computer treats that
7695 character as a string.) If the search is backwards,
7696 @code{search-forward} leaves point just before the first character in
7697 the target. Also, @code{search-forward} returns @code{t} for true.
7698 (Moving point is therefore a `side effect'.)
7699
7700 @need 1250
7701 In @code{zap-to-char}, the @code{search-forward} function looks like this:
7702
7703 @smallexample
7704 (search-forward (char-to-string char) nil nil arg)
7705 @end smallexample
7706
7707 The @code{search-forward} function takes four arguments:
7708
7709 @enumerate
7710 @item
7711 The first argument is the target, what is searched for. This must be a
7712 string, such as @samp{"z"}.
7713
7714 As it happens, the argument passed to @code{zap-to-char} is a single
7715 character. Because of the way computers are built, the Lisp
7716 interpreter may treat a single character as being different from a
7717 string of characters. Inside the computer, a single character has a
7718 different electronic format than a string of one character. (A single
7719 character can often be recorded in the computer using exactly one
7720 byte; but a string may be longer, and the computer needs to be ready
7721 for this.) Since the @code{search-forward} function searches for a
7722 string, the character that the @code{zap-to-char} function receives as
7723 its argument must be converted inside the computer from one format to
7724 the other; otherwise the @code{search-forward} function will fail.
7725 The @code{char-to-string} function is used to make this conversion.
7726
7727 @item
7728 The second argument bounds the search; it is specified as a position in
7729 the buffer. In this case, the search can go to the end of the buffer,
7730 so no bound is set and the second argument is @code{nil}.
7731
7732 @item
7733 The third argument tells the function what it should do if the search
7734 fails---it can signal an error (and print a message) or it can return
7735 @code{nil}. A @code{nil} as the third argument causes the function to
7736 signal an error when the search fails.
7737
7738 @item
7739 The fourth argument to @code{search-forward} is the repeat count---how
7740 many occurrences of the string to look for. This argument is optional
7741 and if the function is called without a repeat count, this argument is
7742 passed the value 1. If this argument is negative, the search goes
7743 backwards.
7744 @end enumerate
7745
7746 @need 800
7747 In template form, a @code{search-forward} expression looks like this:
7748
7749 @smallexample
7750 @group
7751 (search-forward "@var{target-string}"
7752 @var{limit-of-search}
7753 @var{what-to-do-if-search-fails}
7754 @var{repeat-count})
7755 @end group
7756 @end smallexample
7757
7758 We will look at @code{progn} next.
7759
7760 @node progn
7761 @subsection The @code{progn} Special Form
7762 @findex progn
7763
7764 @code{progn} is a special form that causes each of its arguments to be
7765 evaluated in sequence and then returns the value of the last one. The
7766 preceding expressions are evaluated only for the side effects they
7767 perform. The values produced by them are discarded.
7768
7769 @need 800
7770 The template for a @code{progn} expression is very simple:
7771
7772 @smallexample
7773 @group
7774 (progn
7775 @var{body}@dots{})
7776 @end group
7777 @end smallexample
7778
7779 In @code{zap-to-char}, the @code{progn} expression has to do two things:
7780 put point in exactly the right position; and return the location of
7781 point so that @code{kill-region} will know how far to kill to.
7782
7783 The first argument to the @code{progn} is @code{search-forward}. When
7784 @code{search-forward} finds the string, the function leaves point
7785 immediately after the last character in the target string. (In this
7786 case the target string is just one character long.) If the search is
7787 backwards, @code{search-forward} leaves point just before the first
7788 character in the target. The movement of point is a side effect.
7789
7790 The second and last argument to @code{progn} is the expression
7791 @code{(point)}. This expression returns the value of point, which in
7792 this case will be the location to which it has been moved by
7793 @code{search-forward}. (In the source, a line that tells the function
7794 to go to the previous character, if it is going forward, was commented
7795 out in 1999; I don't remember whether that feature or mis-feature was
7796 ever a part of the distributed source.) The value of @code{point} is
7797 returned by the @code{progn} expression and is passed to
7798 @code{kill-region} as @code{kill-region}'s second argument.
7799
7800 @node Summing up zap-to-char
7801 @subsection Summing up @code{zap-to-char}
7802
7803 Now that we have seen how @code{search-forward} and @code{progn} work,
7804 we can see how the @code{zap-to-char} function works as a whole.
7805
7806 The first argument to @code{kill-region} is the position of the cursor
7807 when the @code{zap-to-char} command is given---the value of point at
7808 that time. Within the @code{progn}, the search function then moves
7809 point to just after the zapped-to-character and @code{point} returns the
7810 value of this location. The @code{kill-region} function puts together
7811 these two values of point, the first one as the beginning of the region
7812 and the second one as the end of the region, and removes the region.
7813
7814 The @code{progn} special form is necessary because the
7815 @code{kill-region} command takes two arguments; and it would fail if
7816 @code{search-forward} and @code{point} expressions were written in
7817 sequence as two additional arguments. The @code{progn} expression is
7818 a single argument to @code{kill-region} and returns the one value that
7819 @code{kill-region} needs for its second argument.
7820
7821 @node kill-region
7822 @section @code{kill-region}
7823 @findex kill-region
7824
7825 The @code{zap-to-char} function uses the @code{kill-region} function.
7826 This function clips text from a region and copies that text to
7827 the kill ring, from which it may be retrieved.
7828
7829 @ignore
7830 GNU Emacs 22:
7831
7832 (defun kill-region (beg end &optional yank-handler)
7833 "Kill (\"cut\") text between point and mark.
7834 This deletes the text from the buffer and saves it in the kill ring.
7835 The command \\[yank] can retrieve it from there.
7836 \(If you want to kill and then yank immediately, use \\[kill-ring-save].)
7837
7838 If you want to append the killed region to the last killed text,
7839 use \\[append-next-kill] before \\[kill-region].
7840
7841 If the buffer is read-only, Emacs will beep and refrain from deleting
7842 the text, but put the text in the kill ring anyway. This means that
7843 you can use the killing commands to copy text from a read-only buffer.
7844
7845 This is the primitive for programs to kill text (as opposed to deleting it).
7846 Supply two arguments, character positions indicating the stretch of text
7847 to be killed.
7848 Any command that calls this function is a \"kill command\".
7849 If the previous command was also a kill command,
7850 the text killed this time appends to the text killed last time
7851 to make one entry in the kill ring.
7852
7853 In Lisp code, optional third arg YANK-HANDLER, if non-nil,
7854 specifies the yank-handler text property to be set on the killed
7855 text. See `insert-for-yank'."
7856 ;; Pass point first, then mark, because the order matters
7857 ;; when calling kill-append.
7858 (interactive (list (point) (mark)))
7859 (unless (and beg end)
7860 (error "The mark is not set now, so there is no region"))
7861 (condition-case nil
7862 (let ((string (filter-buffer-substring beg end t)))
7863 (when string ;STRING is nil if BEG = END
7864 ;; Add that string to the kill ring, one way or another.
7865 (if (eq last-command 'kill-region)
7866 (kill-append string (< end beg) yank-handler)
7867 (kill-new string nil yank-handler)))
7868 (when (or string (eq last-command 'kill-region))
7869 (setq this-command 'kill-region))
7870 nil)
7871 ((buffer-read-only text-read-only)
7872 ;; The code above failed because the buffer, or some of the characters
7873 ;; in the region, are read-only.
7874 ;; We should beep, in case the user just isn't aware of this.
7875 ;; However, there's no harm in putting
7876 ;; the region's text in the kill ring, anyway.
7877 (copy-region-as-kill beg end)
7878 ;; Set this-command now, so it will be set even if we get an error.
7879 (setq this-command 'kill-region)
7880 ;; This should barf, if appropriate, and give us the correct error.
7881 (if kill-read-only-ok
7882 (progn (message "Read only text copied to kill ring") nil)
7883 ;; Signal an error if the buffer is read-only.
7884 (barf-if-buffer-read-only)
7885 ;; If the buffer isn't read-only, the text is.
7886 (signal 'text-read-only (list (current-buffer)))))))
7887 @end ignore
7888
7889 The Emacs 22 version of that function uses @code{condition-case} and
7890 @code{copy-region-as-kill}, both of which we will explain.
7891 @code{condition-case} is an important special form.
7892
7893 In essence, the @code{kill-region} function calls
7894 @code{condition-case}, which takes three arguments. In this function,
7895 the first argument does nothing. The second argument contains the
7896 code that does the work when all goes well. The third argument
7897 contains the code that is called in the event of an error.
7898
7899 @menu
7900 * Complete kill-region:: The function definition.
7901 * condition-case:: Dealing with a problem.
7902 * Lisp macro::
7903 @end menu
7904
7905 @ifnottex
7906 @node Complete kill-region
7907 @unnumberedsubsec The Complete @code{kill-region} Definition
7908 @end ifnottex
7909
7910 @need 1200
7911 We will go through the @code{condition-case} code in a moment. First,
7912 let us look at the definition of @code{kill-region}, with comments
7913 added:
7914
7915 @c GNU Emacs 22:
7916 @smallexample
7917 @group
7918 (defun kill-region (beg end)
7919 "Kill (\"cut\") text between point and mark.
7920 This deletes the text from the buffer and saves it in the kill ring.
7921 The command \\[yank] can retrieve it from there. @dots{} "
7922 @end group
7923
7924 @group
7925 ;; @bullet{} Since order matters, pass point first.
7926 (interactive (list (point) (mark)))
7927 ;; @bullet{} And tell us if we cannot cut the text.
7928 ;; `unless' is an `if' without a then-part.
7929 (unless (and beg end)
7930 (error "The mark is not set now, so there is no region"))
7931 @end group
7932
7933 @group
7934 ;; @bullet{} `condition-case' takes three arguments.
7935 ;; If the first argument is nil, as it is here,
7936 ;; information about the error signal is not
7937 ;; stored for use by another function.
7938 (condition-case nil
7939 @end group
7940
7941 @group
7942 ;; @bullet{} The second argument to `condition-case' tells the
7943 ;; Lisp interpreter what to do when all goes well.
7944 @end group
7945
7946 @group
7947 ;; It starts with a `let' function that extracts the string
7948 ;; and tests whether it exists. If so (that is what the
7949 ;; `when' checks), it calls an `if' function that determines
7950 ;; whether the previous command was another call to
7951 ;; `kill-region'; if it was, then the new text is appended to
7952 ;; the previous text; if not, then a different function,
7953 ;; `kill-new', is called.
7954 @end group
7955
7956 @group
7957 ;; The `kill-append' function concatenates the new string and
7958 ;; the old. The `kill-new' function inserts text into a new
7959 ;; item in the kill ring.
7960 @end group
7961
7962 @group
7963 ;; `when' is an `if' without an else-part. The second `when'
7964 ;; again checks whether the current string exists; in
7965 ;; addition, it checks whether the previous command was
7966 ;; another call to `kill-region'. If one or the other
7967 ;; condition is true, then it sets the current command to
7968 ;; be `kill-region'.
7969 @end group
7970 @group
7971 (let ((string (filter-buffer-substring beg end t)))
7972 (when string ;STRING is nil if BEG = END
7973 ;; Add that string to the kill ring, one way or another.
7974 (if (eq last-command 'kill-region)
7975 @end group
7976 @group
7977 ;; @minus{} `yank-handler' is an optional argument to
7978 ;; `kill-region' that tells the `kill-append' and
7979 ;; `kill-new' functions how deal with properties
7980 ;; added to the text, such as `bold' or `italics'.
7981 (kill-append string (< end beg) yank-handler)
7982 (kill-new string nil yank-handler)))
7983 (when (or string (eq last-command 'kill-region))
7984 (setq this-command 'kill-region))
7985 nil)
7986 @end group
7987
7988 @group
7989 ;; @bullet{} The third argument to `condition-case' tells the interpreter
7990 ;; what to do with an error.
7991 @end group
7992 @group
7993 ;; The third argument has a conditions part and a body part.
7994 ;; If the conditions are met (in this case,
7995 ;; if text or buffer are read-only)
7996 ;; then the body is executed.
7997 @end group
7998 @group
7999 ;; The first part of the third argument is the following:
8000 ((buffer-read-only text-read-only) ;; the if-part
8001 ;; @dots{} the then-part
8002 (copy-region-as-kill beg end)
8003 @end group
8004 @group
8005 ;; Next, also as part of the then-part, set this-command, so
8006 ;; it will be set in an error
8007 (setq this-command 'kill-region)
8008 ;; Finally, in the then-part, send a message if you may copy
8009 ;; the text to the kill ring without signaling an error, but
8010 ;; don't if you may not.
8011 @end group
8012 @group
8013 (if kill-read-only-ok
8014 (progn (message "Read only text copied to kill ring") nil)
8015 (barf-if-buffer-read-only)
8016 ;; If the buffer isn't read-only, the text is.
8017 (signal 'text-read-only (list (current-buffer)))))
8018 @end group
8019 @end smallexample
8020
8021 @ignore
8022 @c v 21
8023 @smallexample
8024 @group
8025 (defun kill-region (beg end)
8026 "Kill between point and mark.
8027 The text is deleted but saved in the kill ring."
8028 (interactive "r")
8029 @end group
8030
8031 @group
8032 ;; 1. `condition-case' takes three arguments.
8033 ;; If the first argument is nil, as it is here,
8034 ;; information about the error signal is not
8035 ;; stored for use by another function.
8036 (condition-case nil
8037 @end group
8038
8039 @group
8040 ;; 2. The second argument to `condition-case'
8041 ;; tells the Lisp interpreter what to do when all goes well.
8042 @end group
8043
8044 @group
8045 ;; The `delete-and-extract-region' function usually does the
8046 ;; work. If the beginning and ending of the region are both
8047 ;; the same, then the variable `string' will be empty, or nil
8048 (let ((string (delete-and-extract-region beg end)))
8049 @end group
8050
8051 @group
8052 ;; `when' is an `if' clause that cannot take an `else-part'.
8053 ;; Emacs normally sets the value of `last-command' to the
8054 ;; previous command.
8055 @end group
8056 @group
8057 ;; `kill-append' concatenates the new string and the old.
8058 ;; `kill-new' inserts text into a new item in the kill ring.
8059 (when string
8060 (if (eq last-command 'kill-region)
8061 ;; if true, prepend string
8062 (kill-append string (< end beg))
8063 (kill-new string)))
8064 (setq this-command 'kill-region))
8065 @end group
8066
8067 @group
8068 ;; 3. The third argument to `condition-case' tells the interpreter
8069 ;; what to do with an error.
8070 @end group
8071 @group
8072 ;; The third argument has a conditions part and a body part.
8073 ;; If the conditions are met (in this case,
8074 ;; if text or buffer are read-only)
8075 ;; then the body is executed.
8076 @end group
8077 @group
8078 ((buffer-read-only text-read-only) ;; this is the if-part
8079 ;; then...
8080 (copy-region-as-kill beg end)
8081 @end group
8082 @group
8083 (if kill-read-only-ok ;; usually this variable is nil
8084 (message "Read only text copied to kill ring")
8085 ;; or else, signal an error if the buffer is read-only;
8086 (barf-if-buffer-read-only)
8087 ;; and, in any case, signal that the text is read-only.
8088 (signal 'text-read-only (list (current-buffer)))))))
8089 @end group
8090 @end smallexample
8091 @end ignore
8092
8093 @node condition-case
8094 @subsection @code{condition-case}
8095 @findex condition-case
8096
8097 As we have seen earlier (@pxref{Making Errors, , Generate an Error
8098 Message}), when the Emacs Lisp interpreter has trouble evaluating an
8099 expression, it provides you with help; in the jargon, this is called
8100 ``signaling an error''. Usually, the computer stops the program and
8101 shows you a message.
8102
8103 However, some programs undertake complicated actions. They should not
8104 simply stop on an error. In the @code{kill-region} function, the most
8105 likely error is that you will try to kill text that is read-only and
8106 cannot be removed. So the @code{kill-region} function contains code
8107 to handle this circumstance. This code, which makes up the body of
8108 the @code{kill-region} function, is inside of a @code{condition-case}
8109 special form.
8110
8111 @need 800
8112 The template for @code{condition-case} looks like this:
8113
8114 @smallexample
8115 @group
8116 (condition-case
8117 @var{var}
8118 @var{bodyform}
8119 @var{error-handler}@dots{})
8120 @end group
8121 @end smallexample
8122
8123 The second argument, @var{bodyform}, is straightforward. The
8124 @code{condition-case} special form causes the Lisp interpreter to
8125 evaluate the code in @var{bodyform}. If no error occurs, the special
8126 form returns the code's value and produces the side-effects, if any.
8127
8128 In short, the @var{bodyform} part of a @code{condition-case}
8129 expression determines what should happen when everything works
8130 correctly.
8131
8132 However, if an error occurs, among its other actions, the function
8133 generating the error signal will define one or more error condition
8134 names.
8135
8136 An error handler is the third argument to @code{condition case}.
8137 An error handler has two parts, a @var{condition-name} and a
8138 @var{body}. If the @var{condition-name} part of an error handler
8139 matches a condition name generated by an error, then the @var{body}
8140 part of the error handler is run.
8141
8142 As you will expect, the @var{condition-name} part of an error handler
8143 may be either a single condition name or a list of condition names.
8144
8145 Also, a complete @code{condition-case} expression may contain more
8146 than one error handler. When an error occurs, the first applicable
8147 handler is run.
8148
8149 Lastly, the first argument to the @code{condition-case} expression,
8150 the @var{var} argument, is sometimes bound to a variable that
8151 contains information about the error. However, if that argument is
8152 nil, as is the case in @code{kill-region}, that information is
8153 discarded.
8154
8155 @need 1200
8156 In brief, in the @code{kill-region} function, the code
8157 @code{condition-case} works like this:
8158
8159 @smallexample
8160 @group
8161 @var{If no errors}, @var{run only this code}
8162 @var{but}, @var{if errors}, @var{run this other code}.
8163 @end group
8164 @end smallexample
8165
8166 @ignore
8167 2006 Oct 24
8168 In Emacs 22,
8169 copy-region-as-kill is short, 12 lines, and uses
8170 filter-buffer-substring, which is longer, 39 lines
8171 and has delete-and-extract-region in it.
8172 delete-and-extract-region is written in C.
8173
8174 see Initializing a Variable with @code{defvar}
8175 this is line 8054
8176 Initializing a Variable with @code{defvar} includes line 8350
8177 @end ignore
8178
8179 @node Lisp macro
8180 @subsection Lisp macro
8181 @cindex Macro, lisp
8182 @cindex Lisp macro
8183
8184 The part of the @code{condition-case} expression that is evaluated in
8185 the expectation that all goes well has a @code{when}. The code uses
8186 @code{when} to determine whether the @code{string} variable points to
8187 text that exists.
8188
8189 A @code{when} expression is simply a programmers' convenience. It is
8190 an @code{if} without the possibility of an else clause. In your mind,
8191 you can replace @code{when} with @code{if} and understand what goes
8192 on. That is what the Lisp interpreter does.
8193
8194 Technically speaking, @code{when} is a Lisp macro. A Lisp macro
8195 enables you to define new control constructs and other language
8196 features. It tells the interpreter how to compute another Lisp
8197 expression which will in turn compute the value. In this case, the
8198 `other expression' is an @code{if} expression.
8199
8200 The @code{kill-region} function definition also has an @code{unless}
8201 macro; it is the converse of @code{when}. The @code{unless} macro is
8202 an @code{if} without a then clause
8203
8204 For more about Lisp macros, see @ref{Macros, , Macros, elisp, The GNU
8205 Emacs Lisp Reference Manual}. The C programming language also
8206 provides macros. These are different, but also useful.
8207
8208 @ignore
8209 We will briefly look at C macros in
8210 @ref{Digression into C}.
8211 @end ignore
8212
8213 @need 1200
8214 Regarding the @code{when} macro, in the @code{condition-case}
8215 expression, when the string has content, then another conditional
8216 expression is executed. This is an @code{if} with both a then-part
8217 and an else-part.
8218
8219 @smallexample
8220 @group
8221 (if (eq last-command 'kill-region)
8222 (kill-append string (< end beg) yank-handler)
8223 (kill-new string nil yank-handler))
8224 @end group
8225 @end smallexample
8226
8227 The then-part is evaluated if the previous command was another call to
8228 @code{kill-region}; if not, the else-part is evaluated.
8229
8230 @code{yank-handler} is an optional argument to @code{kill-region} that
8231 tells the @code{kill-append} and @code{kill-new} functions how deal
8232 with properties added to the text, such as `bold' or `italics'.
8233
8234 @code{last-command} is a variable that comes with Emacs that we have
8235 not seen before. Normally, whenever a function is executed, Emacs
8236 sets the value of @code{last-command} to the previous command.
8237
8238 @need 1200
8239 In this segment of the definition, the @code{if} expression checks
8240 whether the previous command was @code{kill-region}. If it was,
8241
8242 @smallexample
8243 (kill-append string (< end beg) yank-handler)
8244 @end smallexample
8245
8246 @noindent
8247 concatenates a copy of the newly clipped text to the just previously
8248 clipped text in the kill ring.
8249
8250 @node copy-region-as-kill
8251 @section @code{copy-region-as-kill}
8252 @findex copy-region-as-kill
8253 @findex nthcdr
8254
8255 The @code{copy-region-as-kill} function copies a region of text from a
8256 buffer and (via either @code{kill-append} or @code{kill-new}) saves it
8257 in the @code{kill-ring}.
8258
8259 If you call @code{copy-region-as-kill} immediately after a
8260 @code{kill-region} command, Emacs appends the newly copied text to the
8261 previously copied text. This means that if you yank back the text, you
8262 get it all, from both this and the previous operation. On the other
8263 hand, if some other command precedes the @code{copy-region-as-kill},
8264 the function copies the text into a separate entry in the kill ring.
8265
8266 @menu
8267 * Complete copy-region-as-kill:: The complete function definition.
8268 * copy-region-as-kill body:: The body of @code{copy-region-as-kill}.
8269 @end menu
8270
8271 @ifnottex
8272 @node Complete copy-region-as-kill
8273 @unnumberedsubsec The complete @code{copy-region-as-kill} function definition
8274 @end ifnottex
8275
8276 @need 1200
8277 Here is the complete text of the version 22 @code{copy-region-as-kill}
8278 function:
8279
8280 @smallexample
8281 @group
8282 (defun copy-region-as-kill (beg end)
8283 "Save the region as if killed, but don't kill it.
8284 In Transient Mark mode, deactivate the mark.
8285 If `interprogram-cut-function' is non-nil, also save the text for a window
8286 system cut and paste."
8287 (interactive "r")
8288 @end group
8289 @group
8290 (if (eq last-command 'kill-region)
8291 (kill-append (filter-buffer-substring beg end) (< end beg))
8292 (kill-new (filter-buffer-substring beg end)))
8293 @end group
8294 @group
8295 (if transient-mark-mode
8296 (setq deactivate-mark t))
8297 nil)
8298 @end group
8299 @end smallexample
8300
8301 @need 800
8302 As usual, this function can be divided into its component parts:
8303
8304 @smallexample
8305 @group
8306 (defun copy-region-as-kill (@var{argument-list})
8307 "@var{documentation}@dots{}"
8308 (interactive "r")
8309 @var{body}@dots{})
8310 @end group
8311 @end smallexample
8312
8313 The arguments are @code{beg} and @code{end} and the function is
8314 interactive with @code{"r"}, so the two arguments must refer to the
8315 beginning and end of the region. If you have been reading through this
8316 document from the beginning, understanding these parts of a function is
8317 almost becoming routine.
8318
8319 The documentation is somewhat confusing unless you remember that the
8320 word `kill' has a meaning different from usual. The `Transient Mark'
8321 and @code{interprogram-cut-function} comments explain certain
8322 side-effects.
8323
8324 After you once set a mark, a buffer always contains a region. If you
8325 wish, you can use Transient Mark mode to highlight the region
8326 temporarily. (No one wants to highlight the region all the time, so
8327 Transient Mark mode highlights it only at appropriate times. Many
8328 people turn off Transient Mark mode, so the region is never
8329 highlighted.)
8330
8331 Also, a windowing system allows you to copy, cut, and paste among
8332 different programs. In the X windowing system, for example, the
8333 @code{interprogram-cut-function} function is @code{x-select-text},
8334 which works with the windowing system's equivalent of the Emacs kill
8335 ring.
8336
8337 The body of the @code{copy-region-as-kill} function starts with an
8338 @code{if} clause. What this clause does is distinguish between two
8339 different situations: whether or not this command is executed
8340 immediately after a previous @code{kill-region} command. In the first
8341 case, the new region is appended to the previously copied text.
8342 Otherwise, it is inserted into the beginning of the kill ring as a
8343 separate piece of text from the previous piece.
8344
8345 The last two lines of the function prevent the region from lighting up
8346 if Transient Mark mode is turned on.
8347
8348 The body of @code{copy-region-as-kill} merits discussion in detail.
8349
8350 @node copy-region-as-kill body
8351 @subsection The Body of @code{copy-region-as-kill}
8352
8353 The @code{copy-region-as-kill} function works in much the same way as
8354 the @code{kill-region} function. Both are written so that two or more
8355 kills in a row combine their text into a single entry. If you yank
8356 back the text from the kill ring, you get it all in one piece.
8357 Moreover, kills that kill forward from the current position of the
8358 cursor are added to the end of the previously copied text and commands
8359 that copy text backwards add it to the beginning of the previously
8360 copied text. This way, the words in the text stay in the proper
8361 order.
8362
8363 Like @code{kill-region}, the @code{copy-region-as-kill} function makes
8364 use of the @code{last-command} variable that keeps track of the
8365 previous Emacs command.
8366
8367 @menu
8368 * last-command & this-command::
8369 * kill-append function::
8370 * kill-new function::
8371 @end menu
8372
8373 @ifnottex
8374 @node last-command & this-command
8375 @unnumberedsubsubsec @code{last-command} and @code{this-command}
8376 @end ifnottex
8377
8378 Normally, whenever a function is executed, Emacs sets the value of
8379 @code{this-command} to the function being executed (which in this case
8380 would be @code{copy-region-as-kill}). At the same time, Emacs sets
8381 the value of @code{last-command} to the previous value of
8382 @code{this-command}.
8383
8384 In the first part of the body of the @code{copy-region-as-kill}
8385 function, an @code{if} expression determines whether the value of
8386 @code{last-command} is @code{kill-region}. If so, the then-part of
8387 the @code{if} expression is evaluated; it uses the @code{kill-append}
8388 function to concatenate the text copied at this call to the function
8389 with the text already in the first element (the @sc{car}) of the kill
8390 ring. On the other hand, if the value of @code{last-command} is not
8391 @code{kill-region}, then the @code{copy-region-as-kill} function
8392 attaches a new element to the kill ring using the @code{kill-new}
8393 function.
8394
8395 @need 1250
8396 The @code{if} expression reads as follows; it uses @code{eq}:
8397
8398 @smallexample
8399 @group
8400 (if (eq last-command 'kill-region)
8401 ;; @r{then-part}
8402 (kill-append (filter-buffer-substring beg end) (< end beg))
8403 ;; @r{else-part}
8404 (kill-new (filter-buffer-substring beg end)))
8405 @end group
8406 @end smallexample
8407
8408 @findex filter-buffer-substring
8409 (The @code{filter-buffer-substring} function returns a filtered
8410 substring of the buffer, if any. Optionally---the arguments are not
8411 here, so neither is done---the function may delete the initial text or
8412 return the text without its properties; this function is a replacement
8413 for the older @code{buffer-substring} function, which came before text
8414 properties were implemented.)
8415
8416 @findex eq @r{(example of use)}
8417 @noindent
8418 The @code{eq} function tests whether its first argument is the same Lisp
8419 object as its second argument. The @code{eq} function is similar to the
8420 @code{equal} function in that it is used to test for equality, but
8421 differs in that it determines whether two representations are actually
8422 the same object inside the computer, but with different names.
8423 @code{equal} determines whether the structure and contents of two
8424 expressions are the same.
8425
8426 If the previous command was @code{kill-region}, then the Emacs Lisp
8427 interpreter calls the @code{kill-append} function
8428
8429 @node kill-append function
8430 @unnumberedsubsubsec The @code{kill-append} function
8431 @findex kill-append
8432
8433 @need 800
8434 The @code{kill-append} function looks like this:
8435
8436 @c in GNU Emacs 22
8437 @smallexample
8438 @group
8439 (defun kill-append (string before-p &optional yank-handler)
8440 "Append STRING to the end of the latest kill in the kill ring.
8441 If BEFORE-P is non-nil, prepend STRING to the kill.
8442 @dots{} "
8443 (let* ((cur (car kill-ring)))
8444 (kill-new (if before-p (concat string cur) (concat cur string))
8445 (or (= (length cur) 0)
8446 (equal yank-handler
8447 (get-text-property 0 'yank-handler cur)))
8448 yank-handler)))
8449 @end group
8450 @end smallexample
8451
8452 @ignore
8453 was:
8454 (defun kill-append (string before-p)
8455 "Append STRING to the end of the latest kill in the kill ring.
8456 If BEFORE-P is non-nil, prepend STRING to the kill.
8457 If `interprogram-cut-function' is set, pass the resulting kill to
8458 it."
8459 (kill-new (if before-p
8460 (concat string (car kill-ring))
8461 (concat (car kill-ring) string))
8462 t))
8463 @end ignore
8464
8465 @noindent
8466 The @code{kill-append} function is fairly straightforward. It uses
8467 the @code{kill-new} function, which we will discuss in more detail in
8468 a moment.
8469
8470 (Also, the function provides an optional argument called
8471 @code{yank-handler}; when invoked, this argument tells the function
8472 how to deal with properties added to the text, such as `bold' or
8473 `italics'.)
8474
8475 @c !!! bug in GNU Emacs 22 version of kill-append ?
8476 It has a @code{let*} function to set the value of the first element of
8477 the kill ring to @code{cur}. (I do not know why the function does not
8478 use @code{let} instead; only one value is set in the expression.
8479 Perhaps this is a bug that produces no problems?)
8480
8481 Consider the conditional that is one of the two arguments to
8482 @code{kill-new}. It uses @code{concat} to concatenate the new text to
8483 the @sc{car} of the kill ring. Whether it prepends or appends the
8484 text depends on the results of an @code{if} expression:
8485
8486 @smallexample
8487 @group
8488 (if before-p ; @r{if-part}
8489 (concat string cur) ; @r{then-part}
8490 (concat cur string)) ; @r{else-part}
8491 @end group
8492 @end smallexample
8493
8494 @noindent
8495 If the region being killed is before the region that was killed in the
8496 last command, then it should be prepended before the material that was
8497 saved in the previous kill; and conversely, if the killed text follows
8498 what was just killed, it should be appended after the previous text.
8499 The @code{if} expression depends on the predicate @code{before-p} to
8500 decide whether the newly saved text should be put before or after the
8501 previously saved text.
8502
8503 The symbol @code{before-p} is the name of one of the arguments to
8504 @code{kill-append}. When the @code{kill-append} function is
8505 evaluated, it is bound to the value returned by evaluating the actual
8506 argument. In this case, this is the expression @code{(< end beg)}.
8507 This expression does not directly determine whether the killed text in
8508 this command is located before or after the kill text of the last
8509 command; what it does is determine whether the value of the variable
8510 @code{end} is less than the value of the variable @code{beg}. If it
8511 is, it means that the user is most likely heading towards the
8512 beginning of the buffer. Also, the result of evaluating the predicate
8513 expression, @code{(< end beg)}, will be true and the text will be
8514 prepended before the previous text. On the other hand, if the value of
8515 the variable @code{end} is greater than the value of the variable
8516 @code{beg}, the text will be appended after the previous text.
8517
8518 @need 800
8519 When the newly saved text will be prepended, then the string with the new
8520 text will be concatenated before the old text:
8521
8522 @smallexample
8523 (concat string cur)
8524 @end smallexample
8525
8526 @need 1200
8527 @noindent
8528 But if the text will be appended, it will be concatenated
8529 after the old text:
8530
8531 @smallexample
8532 (concat cur string))
8533 @end smallexample
8534
8535 To understand how this works, we first need to review the
8536 @code{concat} function. The @code{concat} function links together or
8537 unites two strings of text. The result is a string. For example:
8538
8539 @smallexample
8540 @group
8541 (concat "abc" "def")
8542 @result{} "abcdef"
8543 @end group
8544
8545 @group
8546 (concat "new "
8547 (car '("first element" "second element")))
8548 @result{} "new first element"
8549
8550 (concat (car
8551 '("first element" "second element")) " modified")
8552 @result{} "first element modified"
8553 @end group
8554 @end smallexample
8555
8556 We can now make sense of @code{kill-append}: it modifies the contents
8557 of the kill ring. The kill ring is a list, each element of which is
8558 saved text. The @code{kill-append} function uses the @code{kill-new}
8559 function which in turn uses the @code{setcar} function.
8560
8561 @node kill-new function
8562 @unnumberedsubsubsec The @code{kill-new} function
8563 @findex kill-new
8564
8565 @c in GNU Emacs 22, additional documentation to kill-new:
8566 @ignore
8567 Optional third arguments YANK-HANDLER controls how the STRING is later
8568 inserted into a buffer; see `insert-for-yank' for details.
8569 When a yank handler is specified, STRING must be non-empty (the yank
8570 handler, if non-nil, is stored as a `yank-handler' text property on STRING).
8571
8572 When the yank handler has a non-nil PARAM element, the original STRING
8573 argument is not used by `insert-for-yank'. However, since Lisp code
8574 may access and use elements from the kill ring directly, the STRING
8575 argument should still be a \"useful\" string for such uses."
8576 @end ignore
8577 @need 1200
8578 The @code{kill-new} function looks like this:
8579
8580 @smallexample
8581 @group
8582 (defun kill-new (string &optional replace yank-handler)
8583 "Make STRING the latest kill in the kill ring.
8584 Set `kill-ring-yank-pointer' to point to it.
8585
8586 If `interprogram-cut-function' is non-nil, apply it to STRING.
8587 Optional second argument REPLACE non-nil means that STRING will replace
8588 the front of the kill ring, rather than being added to the list.
8589 @dots{}"
8590 @end group
8591 @group
8592 (if (> (length string) 0)
8593 (if yank-handler
8594 (put-text-property 0 (length string)
8595 'yank-handler yank-handler string))
8596 (if yank-handler
8597 (signal 'args-out-of-range
8598 (list string "yank-handler specified for empty string"))))
8599 @end group
8600 @group
8601 (if (fboundp 'menu-bar-update-yank-menu)
8602 (menu-bar-update-yank-menu string (and replace (car kill-ring))))
8603 @end group
8604 @group
8605 (if (and replace kill-ring)
8606 (setcar kill-ring string)
8607 (push string kill-ring)
8608 (if (> (length kill-ring) kill-ring-max)
8609 (setcdr (nthcdr (1- kill-ring-max) kill-ring) nil)))
8610 @end group
8611 @group
8612 (setq kill-ring-yank-pointer kill-ring)
8613 (if interprogram-cut-function
8614 (funcall interprogram-cut-function string (not replace))))
8615 @end group
8616 @end smallexample
8617 @ignore
8618 was:
8619 (defun kill-new (string &optional replace)
8620 "Make STRING the latest kill in the kill ring.
8621 Set the kill-ring-yank pointer to point to it.
8622 If `interprogram-cut-function' is non-nil, apply it to STRING.
8623 Optional second argument REPLACE non-nil means that STRING will replace
8624 the front of the kill ring, rather than being added to the list."
8625 (and (fboundp 'menu-bar-update-yank-menu)
8626 (menu-bar-update-yank-menu string (and replace (car kill-ring))))
8627 (if (and replace kill-ring)
8628 (setcar kill-ring string)
8629 (setq kill-ring (cons string kill-ring))
8630 (if (> (length kill-ring) kill-ring-max)
8631 (setcdr (nthcdr (1- kill-ring-max) kill-ring) nil)))
8632 (setq kill-ring-yank-pointer kill-ring)
8633 (if interprogram-cut-function
8634 (funcall interprogram-cut-function string (not replace))))
8635 @end ignore
8636
8637 (Notice that the function is not interactive.)
8638
8639 As usual, we can look at this function in parts.
8640
8641 The function definition has an optional @code{yank-handler} argument,
8642 which when invoked tells the function how to deal with properties
8643 added to the text, such as `bold' or `italics'. We will skip that.
8644
8645 @need 1200
8646 The first line of the documentation makes sense:
8647
8648 @smallexample
8649 Make STRING the latest kill in the kill ring.
8650 @end smallexample
8651
8652 @noindent
8653 Let's skip over the rest of the documentation for the moment.
8654
8655 @noindent
8656 Also, let's skip over the initial @code{if} expression and those lines
8657 of code involving @code{menu-bar-update-yank-menu}. We will explain
8658 them below.
8659
8660 @need 1200
8661 The critical lines are these:
8662
8663 @smallexample
8664 @group
8665 (if (and replace kill-ring)
8666 ;; @r{then}
8667 (setcar kill-ring string)
8668 @end group
8669 @group
8670 ;; @r{else}
8671 (push string kill-ring)
8672 @end group
8673 @group
8674 (setq kill-ring (cons string kill-ring))
8675 (if (> (length kill-ring) kill-ring-max)
8676 ;; @r{avoid overly long kill ring}
8677 (setcdr (nthcdr (1- kill-ring-max) kill-ring) nil)))
8678 @end group
8679 @group
8680 (setq kill-ring-yank-pointer kill-ring)
8681 (if interprogram-cut-function
8682 (funcall interprogram-cut-function string (not replace))))
8683 @end group
8684 @end smallexample
8685
8686 The conditional test is @w{@code{(and replace kill-ring)}}.
8687 This will be true when two conditions are met: the kill ring has
8688 something in it, and the @code{replace} variable is true.
8689
8690 @need 1250
8691 When the @code{kill-append} function sets @code{replace} to be true
8692 and when the kill ring has at least one item in it, the @code{setcar}
8693 expression is executed:
8694
8695 @smallexample
8696 (setcar kill-ring string)
8697 @end smallexample
8698
8699 The @code{setcar} function actually changes the first element of the
8700 @code{kill-ring} list to the value of @code{string}. It replaces the
8701 first element.
8702
8703 @need 1250
8704 On the other hand, if the kill ring is empty, or replace is false, the
8705 else-part of the condition is executed:
8706
8707 @smallexample
8708 (push string kill-ring)
8709 @end smallexample
8710
8711 @noindent
8712 @need 1250
8713 @code{push} puts its first argument onto the second. It is similar to
8714 the older
8715
8716 @smallexample
8717 (setq kill-ring (cons string kill-ring))
8718 @end smallexample
8719
8720 @noindent
8721 @need 1250
8722 or the newer
8723
8724 @smallexample
8725 (add-to-list kill-ring string)
8726 @end smallexample
8727
8728 @noindent
8729 When it is false, the expression first constructs a new version of the
8730 kill ring by prepending @code{string} to the existing kill ring as a
8731 new element (that is what the @code{push} does). Then it executes a
8732 second @code{if} clause. This second @code{if} clause keeps the kill
8733 ring from growing too long.
8734
8735 Let's look at these two expressions in order.
8736
8737 The @code{push} line of the else-part sets the new value of the kill
8738 ring to what results from adding the string being killed to the old
8739 kill ring.
8740
8741 We can see how this works with an example.
8742
8743 @need 800
8744 First,
8745
8746 @smallexample
8747 (setq example-list '("here is a clause" "another clause"))
8748 @end smallexample
8749
8750 @need 1200
8751 @noindent
8752 After evaluating this expression with @kbd{C-x C-e}, you can evaluate
8753 @code{example-list} and see what it returns:
8754
8755 @smallexample
8756 @group
8757 example-list
8758 @result{} ("here is a clause" "another clause")
8759 @end group
8760 @end smallexample
8761
8762 @need 1200
8763 @noindent
8764 Now, we can add a new element on to this list by evaluating the
8765 following expression:
8766 @findex push, @r{example}
8767
8768 @smallexample
8769 (push "a third clause" example-list)
8770 @end smallexample
8771
8772 @need 800
8773 @noindent
8774 When we evaluate @code{example-list}, we find its value is:
8775
8776 @smallexample
8777 @group
8778 example-list
8779 @result{} ("a third clause" "here is a clause" "another clause")
8780 @end group
8781 @end smallexample
8782
8783 @noindent
8784 Thus, the third clause is added to the list by @code{push}.
8785
8786 @need 1200
8787 Now for the second part of the @code{if} clause. This expression
8788 keeps the kill ring from growing too long. It looks like this:
8789
8790 @smallexample
8791 @group
8792 (if (> (length kill-ring) kill-ring-max)
8793 (setcdr (nthcdr (1- kill-ring-max) kill-ring) nil))
8794 @end group
8795 @end smallexample
8796
8797 The code checks whether the length of the kill ring is greater than
8798 the maximum permitted length. This is the value of
8799 @code{kill-ring-max} (which is 60, by default). If the length of the
8800 kill ring is too long, then this code sets the last element of the
8801 kill ring to @code{nil}. It does this by using two functions,
8802 @code{nthcdr} and @code{setcdr}.
8803
8804 We looked at @code{setcdr} earlier (@pxref{setcdr, , @code{setcdr}}).
8805 It sets the @sc{cdr} of a list, just as @code{setcar} sets the
8806 @sc{car} of a list. In this case, however, @code{setcdr} will not be
8807 setting the @sc{cdr} of the whole kill ring; the @code{nthcdr}
8808 function is used to cause it to set the @sc{cdr} of the next to last
8809 element of the kill ring---this means that since the @sc{cdr} of the
8810 next to last element is the last element of the kill ring, it will set
8811 the last element of the kill ring.
8812
8813 @findex nthcdr, @r{example}
8814 The @code{nthcdr} function works by repeatedly taking the @sc{cdr} of a
8815 list---it takes the @sc{cdr} of the @sc{cdr} of the @sc{cdr}
8816 @dots{} It does this @var{N} times and returns the results.
8817 (@xref{nthcdr, , @code{nthcdr}}.)
8818
8819 @findex setcdr, @r{example}
8820 Thus, if we had a four element list that was supposed to be three
8821 elements long, we could set the @sc{cdr} of the next to last element
8822 to @code{nil}, and thereby shorten the list. (If you set the last
8823 element to some other value than @code{nil}, which you could do, then
8824 you would not have shortened the list. @xref{setcdr, ,
8825 @code{setcdr}}.)
8826
8827 You can see shortening by evaluating the following three expressions
8828 in turn. First set the value of @code{trees} to @code{(maple oak pine
8829 birch)}, then set the @sc{cdr} of its second @sc{cdr} to @code{nil}
8830 and then find the value of @code{trees}:
8831
8832 @smallexample
8833 @group
8834 (setq trees '(maple oak pine birch))
8835 @result{} (maple oak pine birch)
8836 @end group
8837
8838 @group
8839 (setcdr (nthcdr 2 trees) nil)
8840 @result{} nil
8841
8842 trees
8843 @result{} (maple oak pine)
8844 @end group
8845 @end smallexample
8846
8847 @noindent
8848 (The value returned by the @code{setcdr} expression is @code{nil} since
8849 that is what the @sc{cdr} is set to.)
8850
8851 To repeat, in @code{kill-new}, the @code{nthcdr} function takes the
8852 @sc{cdr} a number of times that is one less than the maximum permitted
8853 size of the kill ring and @code{setcdr} sets the @sc{cdr} of that
8854 element (which will be the rest of the elements in the kill ring) to
8855 @code{nil}. This prevents the kill ring from growing too long.
8856
8857 @need 800
8858 The next to last expression in the @code{kill-new} function is
8859
8860 @smallexample
8861 (setq kill-ring-yank-pointer kill-ring)
8862 @end smallexample
8863
8864 The @code{kill-ring-yank-pointer} is a global variable that is set to be
8865 the @code{kill-ring}.
8866
8867 Even though the @code{kill-ring-yank-pointer} is called a
8868 @samp{pointer}, it is a variable just like the kill ring. However, the
8869 name has been chosen to help humans understand how the variable is used.
8870
8871 @need 1200
8872 Now, to return to an early expression in the body of the function:
8873
8874 @smallexample
8875 @group
8876 (if (fboundp 'menu-bar-update-yank-menu)
8877 (menu-bar-update-yank-menu string (and replace (car kill-ring))))
8878 @end group
8879 @end smallexample
8880
8881 @noindent
8882 It starts with an @code{if} expression
8883
8884 In this case, the expression tests first to see whether
8885 @code{menu-bar-update-yank-menu} exists as a function, and if so,
8886 calls it. The @code{fboundp} function returns true if the symbol it
8887 is testing has a function definition that `is not void'. If the
8888 symbol's function definition were void, we would receive an error
8889 message, as we did when we created errors intentionally (@pxref{Making
8890 Errors, , Generate an Error Message}).
8891
8892 @noindent
8893 The then-part contains an expression whose first element is the
8894 function @code{and}.
8895
8896 @findex and
8897 The @code{and} special form evaluates each of its arguments until one
8898 of the arguments returns a value of @code{nil}, in which case the
8899 @code{and} expression returns @code{nil}; however, if none of the
8900 arguments returns a value of @code{nil}, the value resulting from
8901 evaluating the last argument is returned. (Since such a value is not
8902 @code{nil}, it is considered true in Emacs Lisp.) In other words, an
8903 @code{and} expression returns a true value only if all its arguments
8904 are true. (@xref{Second Buffer Related Review}.)
8905
8906 The expression determines whether the second argument to
8907 @code{menu-bar-update-yank-menu} is true or not.
8908 @ignore
8909 ;; If we're supposed to be extending an existing string, and that
8910 ;; string really is at the front of the menu, then update it in place.
8911 @end ignore
8912
8913 @code{menu-bar-update-yank-menu} is one of the functions that make it
8914 possible to use the `Select and Paste' menu in the Edit item of a menu
8915 bar; using a mouse, you can look at the various pieces of text you
8916 have saved and select one piece to paste.
8917
8918 The last expression in the @code{kill-new} function adds the newly
8919 copied string to whatever facility exists for copying and pasting
8920 among different programs running in a windowing system. In the X
8921 Windowing system, for example, the @code{x-select-text} function takes
8922 the string and stores it in memory operated by X@. You can paste the
8923 string in another program, such as an Xterm.
8924
8925 @need 1200
8926 The expression looks like this:
8927
8928 @smallexample
8929 @group
8930 (if interprogram-cut-function
8931 (funcall interprogram-cut-function string (not replace))))
8932 @end group
8933 @end smallexample
8934
8935 If an @code{interprogram-cut-function} exists, then Emacs executes
8936 @code{funcall}, which in turn calls its first argument as a function
8937 and passes the remaining arguments to it. (Incidentally, as far as I
8938 can see, this @code{if} expression could be replaced by an @code{and}
8939 expression similar to the one in the first part of the function.)
8940
8941 We are not going to discuss windowing systems and other programs
8942 further, but merely note that this is a mechanism that enables GNU
8943 Emacs to work easily and well with other programs.
8944
8945 This code for placing text in the kill ring, either concatenated with
8946 an existing element or as a new element, leads us to the code for
8947 bringing back text that has been cut out of the buffer---the yank
8948 commands. However, before discussing the yank commands, it is better
8949 to learn how lists are implemented in a computer. This will make
8950 clear such mysteries as the use of the term `pointer'. But before
8951 that, we will digress into C.
8952
8953 @ignore
8954 @c is this true in Emacs 22? Does not seems to be
8955
8956 (If the @w{@code{(< end beg))}}
8957 expression is true, @code{kill-append} prepends the string to the just
8958 previously clipped text. For a detailed discussion, see
8959 @ref{kill-append function, , The @code{kill-append} function}.)
8960
8961 If you then yank back the text, i.e., `paste' it, you get both
8962 pieces of text at once. That way, if you delete two words in a row,
8963 and then yank them back, you get both words, in their proper order,
8964 with one yank. (The @w{@code{(< end beg))}} expression makes sure the
8965 order is correct.)
8966
8967 On the other hand, if the previous command is not @code{kill-region},
8968 then the @code{kill-new} function is called, which adds the text to
8969 the kill ring as the latest item, and sets the
8970 @code{kill-ring-yank-pointer} variable to point to it.
8971 @end ignore
8972 @ignore
8973
8974 @c Evidently, changed for Emacs 22. The zap-to-char command does not
8975 @c use the delete-and-extract-region function
8976
8977 2006 Oct 26, the Digression into C is now OK but should come after
8978 copy-region-as-kill and filter-buffer-substring
8979
8980 2006 Oct 24
8981 In Emacs 22,
8982 copy-region-as-kill is short, 12 lines, and uses
8983 filter-buffer-substring, which is longer, 39 lines
8984 and has delete-and-extract-region in it.
8985 delete-and-extract-region is written in C.
8986
8987 see Initializing a Variable with @code{defvar}
8988 @end ignore
8989
8990 @node Digression into C
8991 @section Digression into C
8992 @findex delete-and-extract-region
8993 @cindex C, a digression into
8994 @cindex Digression into C
8995
8996 The @code{copy-region-as-kill} function (@pxref{copy-region-as-kill, ,
8997 @code{copy-region-as-kill}}) uses the @code{filter-buffer-substring}
8998 function, which in turn uses the @code{delete-and-extract-region}
8999 function. It removes the contents of a region and you cannot get them
9000 back.
9001
9002 Unlike the other code discussed here, the
9003 @code{delete-and-extract-region} function is not written in Emacs
9004 Lisp; it is written in C and is one of the primitives of the GNU Emacs
9005 system. Since it is very simple, I will digress briefly from Lisp and
9006 describe it here.
9007
9008 @c GNU Emacs 24 in src/editfns.c
9009 @c the DEFUN for delete-and-extract-region
9010
9011 @need 1500
9012 Like many of the other Emacs primitives,
9013 @code{delete-and-extract-region} is written as an instance of a C
9014 macro, a macro being a template for code. The complete macro looks
9015 like this:
9016
9017 @smallexample
9018 @group
9019 DEFUN ("delete-and-extract-region", Fdelete_and_extract_region,
9020 Sdelete_and_extract_region, 2, 2, 0,
9021 doc: /* Delete the text between START and END and return it. */)
9022 (Lisp_Object start, Lisp_Object end)
9023 @{
9024 validate_region (&start, &end);
9025 if (XINT (start) == XINT (end))
9026 return empty_unibyte_string;
9027 return del_range_1 (XINT (start), XINT (end), 1, 1);
9028 @}
9029 @end group
9030 @end smallexample
9031
9032 Without going into the details of the macro writing process, let me
9033 point out that this macro starts with the word @code{DEFUN}. The word
9034 @code{DEFUN} was chosen since the code serves the same purpose as
9035 @code{defun} does in Lisp. (The @code{DEFUN} C macro is defined in
9036 @file{emacs/src/lisp.h}.)
9037
9038 The word @code{DEFUN} is followed by seven parts inside of
9039 parentheses:
9040
9041 @itemize @bullet
9042 @item
9043 The first part is the name given to the function in Lisp,
9044 @code{delete-and-extract-region}.
9045
9046 @item
9047 The second part is the name of the function in C,
9048 @code{Fdelete_and_extract_region}. By convention, it starts with
9049 @samp{F}. Since C does not use hyphens in names, underscores are used
9050 instead.
9051
9052 @item
9053 The third part is the name for the C constant structure that records
9054 information on this function for internal use. It is the name of the
9055 function in C but begins with an @samp{S} instead of an @samp{F}.
9056
9057 @item
9058 The fourth and fifth parts specify the minimum and maximum number of
9059 arguments the function can have. This function demands exactly 2
9060 arguments.
9061
9062 @item
9063 The sixth part is nearly like the argument that follows the
9064 @code{interactive} declaration in a function written in Lisp: a letter
9065 followed, perhaps, by a prompt. The only difference from the Lisp is
9066 when the macro is called with no arguments. Then you write a @code{0}
9067 (which is a `null string'), as in this macro.
9068
9069 If you were to specify arguments, you would place them between
9070 quotation marks. The C macro for @code{goto-char} includes
9071 @code{"NGoto char: "} in this position to indicate that the function
9072 expects a raw prefix, in this case, a numerical location in a buffer,
9073 and provides a prompt.
9074
9075 @item
9076 The seventh part is a documentation string, just like the one for a
9077 function written in Emacs Lisp. This is written as a C comment. (When
9078 you build Emacs, the program @command{lib-src/make-docfile} extracts
9079 these comments and uses them to make the ``real'' documentation.)
9080 @end itemize
9081
9082 @need 1200
9083 In a C macro, the formal parameters come next, with a statement of
9084 what kind of object they are, followed by what might be called the `body'
9085 of the macro. For @code{delete-and-extract-region} the `body'
9086 consists of the following four lines:
9087
9088 @smallexample
9089 @group
9090 validate_region (&start, &end);
9091 if (XINT (start) == XINT (end))
9092 return empty_unibyte_string;
9093 return del_range_1 (XINT (start), XINT (end), 1, 1);
9094 @end group
9095 @end smallexample
9096
9097 The @code{validate_region} function checks whether the values
9098 passed as the beginning and end of the region are the proper type and
9099 are within range. If the beginning and end positions are the same,
9100 then return an empty string.
9101
9102 The @code{del_range_1} function actually deletes the text. It is a
9103 complex function we will not look into. It updates the buffer and
9104 does other things. However, it is worth looking at the two arguments
9105 passed to @code{del_range}. These are @w{@code{XINT (start)}} and
9106 @w{@code{XINT (end)}}.
9107
9108 As far as the C language is concerned, @code{start} and @code{end} are
9109 two integers that mark the beginning and end of the region to be
9110 deleted@footnote{More precisely, and requiring more expert knowledge
9111 to understand, the two integers are of type `Lisp_Object', which can
9112 also be a C union instead of an integer type.}.
9113
9114 In early versions of Emacs, these two numbers were thirty-two bits
9115 long, but the code is slowly being generalized to handle other
9116 lengths. Three of the available bits are used to specify the type of
9117 information; the remaining bits are used as `content'.
9118
9119 @samp{XINT} is a C macro that extracts the relevant number from the
9120 longer collection of bits; the three other bits are discarded.
9121
9122 @need 800
9123 The command in @code{delete-and-extract-region} looks like this:
9124
9125 @smallexample
9126 del_range_1 (XINT (start), XINT (end), 1, 1);
9127 @end smallexample
9128
9129 @noindent
9130 It deletes the region between the beginning position, @code{start},
9131 and the ending position, @code{end}.
9132
9133 From the point of view of the person writing Lisp, Emacs is all very
9134 simple; but hidden underneath is a great deal of complexity to make it
9135 all work.
9136
9137 @node defvar
9138 @section Initializing a Variable with @code{defvar}
9139 @findex defvar
9140 @cindex Initializing a variable
9141 @cindex Variable initialization
9142
9143 @ignore
9144 2006 Oct 24
9145 In Emacs 22,
9146 copy-region-as-kill is short, 12 lines, and uses
9147 filter-buffer-substring, which is longer, 39 lines
9148 and has delete-and-extract-region in it.
9149 delete-and-extract-region is written in C.
9150
9151 see Initializing a Variable with @code{defvar}
9152
9153 @end ignore
9154
9155 The @code{copy-region-as-kill} function is written in Emacs Lisp. Two
9156 functions within it, @code{kill-append} and @code{kill-new}, copy a
9157 region in a buffer and save it in a variable called the
9158 @code{kill-ring}. This section describes how the @code{kill-ring}
9159 variable is created and initialized using the @code{defvar} special
9160 form.
9161
9162 (Again we note that the term @code{kill-ring} is a misnomer. The text
9163 that is clipped out of the buffer can be brought back; it is not a ring
9164 of corpses, but a ring of resurrectable text.)
9165
9166 In Emacs Lisp, a variable such as the @code{kill-ring} is created and
9167 given an initial value by using the @code{defvar} special form. The
9168 name comes from ``define variable''.
9169
9170 The @code{defvar} special form is similar to @code{setq} in that it sets
9171 the value of a variable. It is unlike @code{setq} in two ways: first,
9172 it only sets the value of the variable if the variable does not already
9173 have a value. If the variable already has a value, @code{defvar} does
9174 not override the existing value. Second, @code{defvar} has a
9175 documentation string.
9176
9177 (There is a related macro, @code{defcustom}, designed for variables
9178 that people customize. It has more features than @code{defvar}.
9179 (@xref{defcustom, , Setting Variables with @code{defcustom}}.)
9180
9181 @menu
9182 * See variable current value::
9183 * defvar and asterisk::
9184 @end menu
9185
9186 @ifnottex
9187 @node See variable current value
9188 @unnumberedsubsec Seeing the Current Value of a Variable
9189 @end ifnottex
9190
9191 You can see the current value of a variable, any variable, by using
9192 the @code{describe-variable} function, which is usually invoked by
9193 typing @kbd{C-h v}. If you type @kbd{C-h v} and then @code{kill-ring}
9194 (followed by @key{RET}) when prompted, you will see what is in your
9195 current kill ring---this may be quite a lot! Conversely, if you have
9196 been doing nothing this Emacs session except read this document, you
9197 may have nothing in it. Also, you will see the documentation for
9198 @code{kill-ring}:
9199
9200 @smallexample
9201 @group
9202 Documentation:
9203 List of killed text sequences.
9204 Since the kill ring is supposed to interact nicely with cut-and-paste
9205 facilities offered by window systems, use of this variable should
9206 @end group
9207 @group
9208 interact nicely with `interprogram-cut-function' and
9209 `interprogram-paste-function'. The functions `kill-new',
9210 `kill-append', and `current-kill' are supposed to implement this
9211 interaction; you may want to use them instead of manipulating the kill
9212 ring directly.
9213 @end group
9214 @end smallexample
9215
9216 @need 800
9217 The kill ring is defined by a @code{defvar} in the following way:
9218
9219 @smallexample
9220 @group
9221 (defvar kill-ring nil
9222 "List of killed text sequences.
9223 @dots{}")
9224 @end group
9225 @end smallexample
9226
9227 @noindent
9228 In this variable definition, the variable is given an initial value of
9229 @code{nil}, which makes sense, since if you have saved nothing, you want
9230 nothing back if you give a @code{yank} command. The documentation
9231 string is written just like the documentation string of a @code{defun}.
9232 As with the documentation string of the @code{defun}, the first line of
9233 the documentation should be a complete sentence, since some commands,
9234 like @code{apropos}, print only the first line of documentation.
9235 Succeeding lines should not be indented; otherwise they look odd when
9236 you use @kbd{C-h v} (@code{describe-variable}).
9237
9238 @node defvar and asterisk
9239 @subsection @code{defvar} and an asterisk
9240 @findex defvar @r{for a user customizable variable}
9241 @findex defvar @r{with an asterisk}
9242
9243 In the past, Emacs used the @code{defvar} special form both for
9244 internal variables that you would not expect a user to change and for
9245 variables that you do expect a user to change. Although you can still
9246 use @code{defvar} for user customizable variables, please use
9247 @code{defcustom} instead, since it provides a path into
9248 the Customization commands. (@xref{defcustom, , Specifying Variables
9249 using @code{defcustom}}.)
9250
9251 When you specified a variable using the @code{defvar} special form,
9252 you could distinguish a variable that a user might want to change from
9253 others by typing an asterisk, @samp{*}, in the first column of its
9254 documentation string. For example:
9255
9256 @smallexample
9257 @group
9258 (defvar shell-command-default-error-buffer nil
9259 "*Buffer name for `shell-command' @dots{} error output.
9260 @dots{} ")
9261 @end group
9262 @end smallexample
9263
9264 @findex set-variable
9265 @noindent
9266 You could (and still can) use the @code{set-variable} command to
9267 change the value of @code{shell-command-default-error-buffer}
9268 temporarily. However, options set using @code{set-variable} are set
9269 only for the duration of your editing session. The new values are not
9270 saved between sessions. Each time Emacs starts, it reads the original
9271 value, unless you change the value within your @file{.emacs} file,
9272 either by setting it manually or by using @code{customize}.
9273 @xref{Emacs Initialization, , Your @file{.emacs} File}.
9274
9275 For me, the major use of the @code{set-variable} command is to suggest
9276 variables that I might want to set in my @file{.emacs} file. There
9277 are now more than 700 such variables, far too many to remember
9278 readily. Fortunately, you can press @key{TAB} after calling the
9279 @code{M-x set-variable} command to see the list of variables.
9280 (@xref{Examining, , Examining and Setting Variables, emacs,
9281 The GNU Emacs Manual}.)
9282
9283 @need 1250
9284 @node cons & search-fwd Review
9285 @section Review
9286
9287 Here is a brief summary of some recently introduced functions.
9288
9289 @table @code
9290 @item car
9291 @itemx cdr
9292 @code{car} returns the first element of a list; @code{cdr} returns the
9293 second and subsequent elements of a list.
9294
9295 @need 1250
9296 For example:
9297
9298 @smallexample
9299 @group
9300 (car '(1 2 3 4 5 6 7))
9301 @result{} 1
9302 (cdr '(1 2 3 4 5 6 7))
9303 @result{} (2 3 4 5 6 7)
9304 @end group
9305 @end smallexample
9306
9307 @item cons
9308 @code{cons} constructs a list by prepending its first argument to its
9309 second argument.
9310
9311 @need 1250
9312 For example:
9313
9314 @smallexample
9315 @group
9316 (cons 1 '(2 3 4))
9317 @result{} (1 2 3 4)
9318 @end group
9319 @end smallexample
9320
9321 @item funcall
9322 @code{funcall} evaluates its first argument as a function. It passes
9323 its remaining arguments to its first argument.
9324
9325 @item nthcdr
9326 Return the result of taking @sc{cdr} `n' times on a list.
9327 @iftex
9328 The
9329 @tex
9330 $n^{th}$
9331 @end tex
9332 @code{cdr}.
9333 @end iftex
9334 The `rest of the rest', as it were.
9335
9336 @need 1250
9337 For example:
9338
9339 @smallexample
9340 @group
9341 (nthcdr 3 '(1 2 3 4 5 6 7))
9342 @result{} (4 5 6 7)
9343 @end group
9344 @end smallexample
9345
9346 @item setcar
9347 @itemx setcdr
9348 @code{setcar} changes the first element of a list; @code{setcdr}
9349 changes the second and subsequent elements of a list.
9350
9351 @need 1250
9352 For example:
9353
9354 @smallexample
9355 @group
9356 (setq triple '(1 2 3))
9357
9358 (setcar triple '37)
9359
9360 triple
9361 @result{} (37 2 3)
9362
9363 (setcdr triple '("foo" "bar"))
9364
9365 triple
9366 @result{} (37 "foo" "bar")
9367 @end group
9368 @end smallexample
9369
9370 @item progn
9371 Evaluate each argument in sequence and then return the value of the
9372 last.
9373
9374 @need 1250
9375 For example:
9376
9377 @smallexample
9378 @group
9379 (progn 1 2 3 4)
9380 @result{} 4
9381 @end group
9382 @end smallexample
9383
9384 @item save-restriction
9385 Record whatever narrowing is in effect in the current buffer, if any,
9386 and restore that narrowing after evaluating the arguments.
9387
9388 @item search-forward
9389 Search for a string, and if the string is found, move point. With a
9390 regular expression, use the similar @code{re-search-forward}.
9391 (@xref{Regexp Search, , Regular Expression Searches}, for an
9392 explanation of regular expression patterns and searches.)
9393
9394 @need 1250
9395 @noindent
9396 @code{search-forward} and @code{re-search-forward} take four
9397 arguments:
9398
9399 @enumerate
9400 @item
9401 The string or regular expression to search for.
9402
9403 @item
9404 Optionally, the limit of the search.
9405
9406 @item
9407 Optionally, what to do if the search fails, return @code{nil} or an
9408 error message.
9409
9410 @item
9411 Optionally, how many times to repeat the search; if negative, the
9412 search goes backwards.
9413 @end enumerate
9414
9415 @item kill-region
9416 @itemx delete-and-extract-region
9417 @itemx copy-region-as-kill
9418
9419 @code{kill-region} cuts the text between point and mark from the
9420 buffer and stores that text in the kill ring, so you can get it back
9421 by yanking.
9422
9423 @code{copy-region-as-kill} copies the text between point and mark into
9424 the kill ring, from which you can get it by yanking. The function
9425 does not cut or remove the text from the buffer.
9426 @end table
9427
9428 @code{delete-and-extract-region} removes the text between point and
9429 mark from the buffer and throws it away. You cannot get it back.
9430 (This is not an interactive command.)
9431
9432 @need 1500
9433 @node search Exercises
9434 @section Searching Exercises
9435
9436 @itemize @bullet
9437 @item
9438 Write an interactive function that searches for a string. If the
9439 search finds the string, leave point after it and display a message
9440 that says ``Found!''. (Do not use @code{search-forward} for the name
9441 of this function; if you do, you will overwrite the existing version of
9442 @code{search-forward} that comes with Emacs. Use a name such as
9443 @code{test-search} instead.)
9444
9445 @item
9446 Write a function that prints the third element of the kill ring in the
9447 echo area, if any; if the kill ring does not contain a third element,
9448 print an appropriate message.
9449 @end itemize
9450
9451 @node List Implementation
9452 @chapter How Lists are Implemented
9453 @cindex Lists in a computer
9454
9455 In Lisp, atoms are recorded in a straightforward fashion; if the
9456 implementation is not straightforward in practice, it is, nonetheless,
9457 straightforward in theory. The atom @samp{rose}, for example, is
9458 recorded as the four contiguous letters @samp{r}, @samp{o}, @samp{s},
9459 @samp{e}. A list, on the other hand, is kept differently. The mechanism
9460 is equally simple, but it takes a moment to get used to the idea. A
9461 list is kept using a series of pairs of pointers. In the series, the
9462 first pointer in each pair points to an atom or to another list, and the
9463 second pointer in each pair points to the next pair, or to the symbol
9464 @code{nil}, which marks the end of the list.
9465
9466 A pointer itself is quite simply the electronic address of what is
9467 pointed to. Hence, a list is kept as a series of electronic addresses.
9468
9469 @menu
9470 * Lists diagrammed::
9471 * Symbols as Chest:: Exploring a powerful metaphor.
9472 * List Exercise::
9473 @end menu
9474
9475 @ifnottex
9476 @node Lists diagrammed
9477 @unnumberedsec Lists diagrammed
9478 @end ifnottex
9479
9480 For example, the list @code{(rose violet buttercup)} has three elements,
9481 @samp{rose}, @samp{violet}, and @samp{buttercup}. In the computer, the
9482 electronic address of @samp{rose} is recorded in a segment of computer
9483 memory along with the address that gives the electronic address of where
9484 the atom @samp{violet} is located; and that address (the one that tells
9485 where @samp{violet} is located) is kept along with an address that tells
9486 where the address for the atom @samp{buttercup} is located.
9487
9488 @need 1200
9489 This sounds more complicated than it is and is easier seen in a diagram:
9490
9491 @c clear print-postscript-figures
9492 @c !!! cons-cell-diagram #1
9493 @ifnottex
9494 @smallexample
9495 @group
9496 ___ ___ ___ ___ ___ ___
9497 |___|___|--> |___|___|--> |___|___|--> nil
9498 | | |
9499 | | |
9500 --> rose --> violet --> buttercup
9501 @end group
9502 @end smallexample
9503 @end ifnottex
9504 @ifset print-postscript-figures
9505 @sp 1
9506 @tex
9507 @center @image{cons-1}
9508 @end tex
9509 @sp 1
9510 @end ifset
9511 @ifclear print-postscript-figures
9512 @iftex
9513 @smallexample
9514 @group
9515 ___ ___ ___ ___ ___ ___
9516 |___|___|--> |___|___|--> |___|___|--> nil
9517 | | |
9518 | | |
9519 --> rose --> violet --> buttercup
9520 @end group
9521 @end smallexample
9522 @end iftex
9523 @end ifclear
9524
9525 @noindent
9526 In the diagram, each box represents a word of computer memory that
9527 holds a Lisp object, usually in the form of a memory address. The boxes,
9528 i.e., the addresses, are in pairs. Each arrow points to what the address
9529 is the address of, either an atom or another pair of addresses. The
9530 first box is the electronic address of @samp{rose} and the arrow points
9531 to @samp{rose}; the second box is the address of the next pair of boxes,
9532 the first part of which is the address of @samp{violet} and the second
9533 part of which is the address of the next pair. The very last box
9534 points to the symbol @code{nil}, which marks the end of the list.
9535
9536 @need 1200
9537 When a variable is set to a list with a function such as @code{setq},
9538 it stores the address of the first box in the variable. Thus,
9539 evaluation of the expression
9540
9541 @smallexample
9542 (setq bouquet '(rose violet buttercup))
9543 @end smallexample
9544
9545 @need 1250
9546 @noindent
9547 creates a situation like this:
9548
9549 @c cons-cell-diagram #2
9550 @ifnottex
9551 @smallexample
9552 @group
9553 bouquet
9554 |
9555 | ___ ___ ___ ___ ___ ___
9556 --> |___|___|--> |___|___|--> |___|___|--> nil
9557 | | |
9558 | | |
9559 --> rose --> violet --> buttercup
9560 @end group
9561 @end smallexample
9562 @end ifnottex
9563 @ifset print-postscript-figures
9564 @sp 1
9565 @tex
9566 @center @image{cons-2}
9567 @end tex
9568 @sp 1
9569 @end ifset
9570 @ifclear print-postscript-figures
9571 @iftex
9572 @smallexample
9573 @group
9574 bouquet
9575 |
9576 | ___ ___ ___ ___ ___ ___
9577 --> |___|___|--> |___|___|--> |___|___|--> nil
9578 | | |
9579 | | |
9580 --> rose --> violet --> buttercup
9581 @end group
9582 @end smallexample
9583 @end iftex
9584 @end ifclear
9585
9586 @noindent
9587 In this example, the symbol @code{bouquet} holds the address of the first
9588 pair of boxes.
9589
9590 @need 1200
9591 This same list can be illustrated in a different sort of box notation
9592 like this:
9593
9594 @c cons-cell-diagram #2a
9595 @ifnottex
9596 @smallexample
9597 @group
9598 bouquet
9599 |
9600 | -------------- --------------- ----------------
9601 | | car | cdr | | car | cdr | | car | cdr |
9602 -->| rose | o------->| violet | o------->| butter- | nil |
9603 | | | | | | | cup | |
9604 -------------- --------------- ----------------
9605 @end group
9606 @end smallexample
9607 @end ifnottex
9608 @ifset print-postscript-figures
9609 @sp 1
9610 @tex
9611 @center @image{cons-2a}
9612 @end tex
9613 @sp 1
9614 @end ifset
9615 @ifclear print-postscript-figures
9616 @iftex
9617 @smallexample
9618 @group
9619 bouquet
9620 |
9621 | -------------- --------------- ----------------
9622 | | car | cdr | | car | cdr | | car | cdr |
9623 -->| rose | o------->| violet | o------->| butter- | nil |
9624 | | | | | | | cup | |
9625 -------------- --------------- ----------------
9626 @end group
9627 @end smallexample
9628 @end iftex
9629 @end ifclear
9630
9631 (Symbols consist of more than pairs of addresses, but the structure of
9632 a symbol is made up of addresses. Indeed, the symbol @code{bouquet}
9633 consists of a group of address-boxes, one of which is the address of
9634 the printed word @samp{bouquet}, a second of which is the address of a
9635 function definition attached to the symbol, if any, a third of which
9636 is the address of the first pair of address-boxes for the list
9637 @code{(rose violet buttercup)}, and so on. Here we are showing that
9638 the symbol's third address-box points to the first pair of
9639 address-boxes for the list.)
9640
9641 If a symbol is set to the @sc{cdr} of a list, the list itself is not
9642 changed; the symbol simply has an address further down the list. (In
9643 the jargon, @sc{car} and @sc{cdr} are `non-destructive'.) Thus,
9644 evaluation of the following expression
9645
9646 @smallexample
9647 (setq flowers (cdr bouquet))
9648 @end smallexample
9649
9650 @need 800
9651 @noindent
9652 produces this:
9653
9654 @c cons-cell-diagram #3
9655 @ifnottex
9656 @sp 1
9657 @smallexample
9658 @group
9659 bouquet flowers
9660 | |
9661 | ___ ___ | ___ ___ ___ ___
9662 --> | | | --> | | | | | |
9663 |___|___|----> |___|___|--> |___|___|--> nil
9664 | | |
9665 | | |
9666 --> rose --> violet --> buttercup
9667 @end group
9668 @end smallexample
9669 @sp 1
9670 @end ifnottex
9671 @ifset print-postscript-figures
9672 @sp 1
9673 @tex
9674 @center @image{cons-3}
9675 @end tex
9676 @sp 1
9677 @end ifset
9678 @ifclear print-postscript-figures
9679 @iftex
9680 @sp 1
9681 @smallexample
9682 @group
9683 bouquet flowers
9684 | |
9685 | ___ ___ | ___ ___ ___ ___
9686 --> | | | --> | | | | | |
9687 |___|___|----> |___|___|--> |___|___|--> nil
9688 | | |
9689 | | |
9690 --> rose --> violet --> buttercup
9691 @end group
9692 @end smallexample
9693 @sp 1
9694 @end iftex
9695 @end ifclear
9696
9697 @noindent
9698 The value of @code{flowers} is @code{(violet buttercup)}, which is
9699 to say, the symbol @code{flowers} holds the address of the pair of
9700 address-boxes, the first of which holds the address of @code{violet},
9701 and the second of which holds the address of @code{buttercup}.
9702
9703 A pair of address-boxes is called a @dfn{cons cell} or @dfn{dotted
9704 pair}. @xref{Cons Cell Type, , Cons Cell and List Types, elisp, The GNU Emacs Lisp
9705 Reference Manual}, and @ref{Dotted Pair Notation, , Dotted Pair
9706 Notation, elisp, The GNU Emacs Lisp Reference Manual}, for more
9707 information about cons cells and dotted pairs.
9708
9709 @need 1200
9710 The function @code{cons} adds a new pair of addresses to the front of
9711 a series of addresses like that shown above. For example, evaluating
9712 the expression
9713
9714 @smallexample
9715 (setq bouquet (cons 'lily bouquet))
9716 @end smallexample
9717
9718 @need 1500
9719 @noindent
9720 produces:
9721
9722 @c cons-cell-diagram #4
9723 @ifnottex
9724 @sp 1
9725 @smallexample
9726 @group
9727 bouquet flowers
9728 | |
9729 | ___ ___ ___ ___ | ___ ___ ___ ___
9730 --> | | | | | | --> | | | | | |
9731 |___|___|----> |___|___|----> |___|___|---->|___|___|--> nil
9732 | | | |
9733 | | | |
9734 --> lily --> rose --> violet --> buttercup
9735 @end group
9736 @end smallexample
9737 @sp 1
9738 @end ifnottex
9739 @ifset print-postscript-figures
9740 @sp 1
9741 @tex
9742 @center @image{cons-4}
9743 @end tex
9744 @sp 1
9745 @end ifset
9746 @ifclear print-postscript-figures
9747 @iftex
9748 @sp 1
9749 @smallexample
9750 @group
9751 bouquet flowers
9752 | |
9753 | ___ ___ ___ ___ | ___ ___ ___ ___
9754 --> | | | | | | --> | | | | | |
9755 |___|___|----> |___|___|----> |___|___|---->|___|___|--> nil
9756 | | | |
9757 | | | |
9758 --> lily --> rose --> violet --> buttercup
9759 @end group
9760 @end smallexample
9761 @sp 1
9762 @end iftex
9763 @end ifclear
9764
9765 @need 1200
9766 @noindent
9767 However, this does not change the value of the symbol
9768 @code{flowers}, as you can see by evaluating the following,
9769
9770 @smallexample
9771 (eq (cdr (cdr bouquet)) flowers)
9772 @end smallexample
9773
9774 @noindent
9775 which returns @code{t} for true.
9776
9777 Until it is reset, @code{flowers} still has the value
9778 @code{(violet buttercup)}; that is, it has the address of the cons
9779 cell whose first address is of @code{violet}. Also, this does not
9780 alter any of the pre-existing cons cells; they are all still there.
9781
9782 Thus, in Lisp, to get the @sc{cdr} of a list, you just get the address
9783 of the next cons cell in the series; to get the @sc{car} of a list,
9784 you get the address of the first element of the list; to @code{cons} a
9785 new element on a list, you add a new cons cell to the front of the list.
9786 That is all there is to it! The underlying structure of Lisp is
9787 brilliantly simple!
9788
9789 And what does the last address in a series of cons cells refer to? It
9790 is the address of the empty list, of @code{nil}.
9791
9792 In summary, when a Lisp variable is set to a value, it is provided with
9793 the address of the list to which the variable refers.
9794
9795 @node Symbols as Chest
9796 @section Symbols as a Chest of Drawers
9797 @cindex Symbols as a Chest of Drawers
9798 @cindex Chest of Drawers, metaphor for a symbol
9799 @cindex Drawers, Chest of, metaphor for a symbol
9800
9801 In an earlier section, I suggested that you might imagine a symbol as
9802 being a chest of drawers. The function definition is put in one
9803 drawer, the value in another, and so on. What is put in the drawer
9804 holding the value can be changed without affecting the contents of the
9805 drawer holding the function definition, and vice-verse.
9806
9807 Actually, what is put in each drawer is the address of the value or
9808 function definition. It is as if you found an old chest in the attic,
9809 and in one of its drawers you found a map giving you directions to
9810 where the buried treasure lies.
9811
9812 (In addition to its name, symbol definition, and variable value, a
9813 symbol has a `drawer' for a @dfn{property list} which can be used to
9814 record other information. Property lists are not discussed here; see
9815 @ref{Property Lists, , Property Lists, elisp, The GNU Emacs Lisp
9816 Reference Manual}.)
9817
9818 @need 1500
9819 Here is a fanciful representation:
9820
9821 @c chest-of-drawers diagram
9822 @ifnottex
9823 @sp 1
9824 @smallexample
9825 @group
9826 Chest of Drawers Contents of Drawers
9827
9828 __ o0O0o __
9829 / \
9830 ---------------------
9831 | directions to | [map to]
9832 | symbol name | bouquet
9833 | |
9834 +---------------------+
9835 | directions to |
9836 | symbol definition | [none]
9837 | |
9838 +---------------------+
9839 | directions to | [map to]
9840 | variable value | (rose violet buttercup)
9841 | |
9842 +---------------------+
9843 | directions to |
9844 | property list | [not described here]
9845 | |
9846 +---------------------+
9847 |/ \|
9848 @end group
9849 @end smallexample
9850 @sp 1
9851 @end ifnottex
9852 @ifset print-postscript-figures
9853 @sp 1
9854 @tex
9855 @center @image{drawers}
9856 @end tex
9857 @sp 1
9858 @end ifset
9859 @ifclear print-postscript-figures
9860 @iftex
9861 @sp 1
9862 @smallexample
9863 @group
9864 Chest of Drawers Contents of Drawers
9865
9866 __ o0O0o __
9867 / \
9868 ---------------------
9869 | directions to | [map to]
9870 | symbol name | bouquet
9871 | |
9872 +---------------------+
9873 | directions to |
9874 | symbol definition | [none]
9875 | |
9876 +---------------------+
9877 | directions to | [map to]
9878 | variable value | (rose violet buttercup)
9879 | |
9880 +---------------------+
9881 | directions to |
9882 | property list | [not described here]
9883 | |
9884 +---------------------+
9885 |/ \|
9886 @end group
9887 @end smallexample
9888 @sp 1
9889 @end iftex
9890 @end ifclear
9891
9892 @node List Exercise
9893 @section Exercise
9894
9895 Set @code{flowers} to @code{violet} and @code{buttercup}. Cons two
9896 more flowers on to this list and set this new list to
9897 @code{more-flowers}. Set the @sc{car} of @code{flowers} to a fish.
9898 What does the @code{more-flowers} list now contain?
9899
9900 @node Yanking
9901 @chapter Yanking Text Back
9902 @findex yank
9903 @cindex Text retrieval
9904 @cindex Retrieving text
9905 @cindex Pasting text
9906
9907 Whenever you cut text out of a buffer with a `kill' command in GNU Emacs,
9908 you can bring it back with a `yank' command. The text that is cut out of
9909 the buffer is put in the kill ring and the yank commands insert the
9910 appropriate contents of the kill ring back into a buffer (not necessarily
9911 the original buffer).
9912
9913 A simple @kbd{C-y} (@code{yank}) command inserts the first item from
9914 the kill ring into the current buffer. If the @kbd{C-y} command is
9915 followed immediately by @kbd{M-y}, the first element is replaced by
9916 the second element. Successive @kbd{M-y} commands replace the second
9917 element with the third, fourth, or fifth element, and so on. When the
9918 last element in the kill ring is reached, it is replaced by the first
9919 element and the cycle is repeated. (Thus the kill ring is called a
9920 `ring' rather than just a `list'. However, the actual data structure
9921 that holds the text is a list.
9922 @xref{Kill Ring, , Handling the Kill Ring}, for the details of how the
9923 list is handled as a ring.)
9924
9925 @menu
9926 * Kill Ring Overview::
9927 * kill-ring-yank-pointer:: The kill ring is a list.
9928 * yank nthcdr Exercises:: The @code{kill-ring-yank-pointer} variable.
9929 @end menu
9930
9931 @node Kill Ring Overview
9932 @section Kill Ring Overview
9933 @cindex Kill ring overview
9934
9935 The kill ring is a list of textual strings. This is what it looks like:
9936
9937 @smallexample
9938 ("some text" "a different piece of text" "yet more text")
9939 @end smallexample
9940
9941 If this were the contents of my kill ring and I pressed @kbd{C-y}, the
9942 string of characters saying @samp{some text} would be inserted in this
9943 buffer where my cursor is located.
9944
9945 The @code{yank} command is also used for duplicating text by copying it.
9946 The copied text is not cut from the buffer, but a copy of it is put on the
9947 kill ring and is inserted by yanking it back.
9948
9949 Three functions are used for bringing text back from the kill ring:
9950 @code{yank}, which is usually bound to @kbd{C-y}; @code{yank-pop},
9951 which is usually bound to @kbd{M-y}; and @code{rotate-yank-pointer},
9952 which is used by the two other functions.
9953
9954 These functions refer to the kill ring through a variable called the
9955 @code{kill-ring-yank-pointer}. Indeed, the insertion code for both the
9956 @code{yank} and @code{yank-pop} functions is:
9957
9958 @smallexample
9959 (insert (car kill-ring-yank-pointer))
9960 @end smallexample
9961
9962 @noindent
9963 (Well, no more. In GNU Emacs 22, the function has been replaced by
9964 @code{insert-for-yank} which calls @code{insert-for-yank-1}
9965 repetitively for each @code{yank-handler} segment. In turn,
9966 @code{insert-for-yank-1} strips text properties from the inserted text
9967 according to @code{yank-excluded-properties}. Otherwise, it is just
9968 like @code{insert}. We will stick with plain @code{insert} since it
9969 is easier to understand.)
9970
9971 To begin to understand how @code{yank} and @code{yank-pop} work, it is
9972 first necessary to look at the @code{kill-ring-yank-pointer} variable.
9973
9974 @node kill-ring-yank-pointer
9975 @section The @code{kill-ring-yank-pointer} Variable
9976
9977 @code{kill-ring-yank-pointer} is a variable, just as @code{kill-ring} is
9978 a variable. It points to something by being bound to the value of what
9979 it points to, like any other Lisp variable.
9980
9981 @need 1000
9982 Thus, if the value of the kill ring is:
9983
9984 @smallexample
9985 ("some text" "a different piece of text" "yet more text")
9986 @end smallexample
9987
9988 @need 1250
9989 @noindent
9990 and the @code{kill-ring-yank-pointer} points to the second clause, the
9991 value of @code{kill-ring-yank-pointer} is:
9992
9993 @smallexample
9994 ("a different piece of text" "yet more text")
9995 @end smallexample
9996
9997 As explained in the previous chapter (@pxref{List Implementation}), the
9998 computer does not keep two different copies of the text being pointed to
9999 by both the @code{kill-ring} and the @code{kill-ring-yank-pointer}. The
10000 words ``a different piece of text'' and ``yet more text'' are not
10001 duplicated. Instead, the two Lisp variables point to the same pieces of
10002 text. Here is a diagram:
10003
10004 @c cons-cell-diagram #5
10005 @ifnottex
10006 @smallexample
10007 @group
10008 kill-ring kill-ring-yank-pointer
10009 | |
10010 | ___ ___ | ___ ___ ___ ___
10011 ---> | | | --> | | | | | |
10012 |___|___|----> |___|___|--> |___|___|--> nil
10013 | | |
10014 | | |
10015 | | --> "yet more text"
10016 | |
10017 | --> "a different piece of text"
10018 |
10019 --> "some text"
10020 @end group
10021 @end smallexample
10022 @sp 1
10023 @end ifnottex
10024 @ifset print-postscript-figures
10025 @sp 1
10026 @tex
10027 @center @image{cons-5}
10028 @end tex
10029 @sp 1
10030 @end ifset
10031 @ifclear print-postscript-figures
10032 @iftex
10033 @smallexample
10034 @group
10035 kill-ring kill-ring-yank-pointer
10036 | |
10037 | ___ ___ | ___ ___ ___ ___
10038 ---> | | | --> | | | | | |
10039 |___|___|----> |___|___|--> |___|___|--> nil
10040 | | |
10041 | | |
10042 | | --> "yet more text"
10043 | |
10044 | --> "a different piece of text
10045 |
10046 --> "some text"
10047 @end group
10048 @end smallexample
10049 @sp 1
10050 @end iftex
10051 @end ifclear
10052
10053 Both the variable @code{kill-ring} and the variable
10054 @code{kill-ring-yank-pointer} are pointers. But the kill ring itself is
10055 usually described as if it were actually what it is composed of. The
10056 @code{kill-ring} is spoken of as if it were the list rather than that it
10057 points to the list. Conversely, the @code{kill-ring-yank-pointer} is
10058 spoken of as pointing to a list.
10059
10060 These two ways of talking about the same thing sound confusing at first but
10061 make sense on reflection. The kill ring is generally thought of as the
10062 complete structure of data that holds the information of what has recently
10063 been cut out of the Emacs buffers. The @code{kill-ring-yank-pointer}
10064 on the other hand, serves to indicate---that is, to `point to'---that part
10065 of the kill ring of which the first element (the @sc{car}) will be
10066 inserted.
10067
10068 @ignore
10069 In GNU Emacs 22, the @code{kill-new} function calls
10070
10071 @code{(setq kill-ring-yank-pointer kill-ring)}
10072
10073 (defun rotate-yank-pointer (arg)
10074 "Rotate the yanking point in the kill ring.
10075 With argument, rotate that many kills forward (or backward, if negative)."
10076 (interactive "p")
10077 (current-kill arg))
10078
10079 (defun current-kill (n &optional do-not-move)
10080 "Rotate the yanking point by N places, and then return that kill.
10081 If N is zero, `interprogram-paste-function' is set, and calling it
10082 returns a string, then that string is added to the front of the
10083 kill ring and returned as the latest kill.
10084 If optional arg DO-NOT-MOVE is non-nil, then don't actually move the
10085 yanking point; just return the Nth kill forward."
10086 (let ((interprogram-paste (and (= n 0)
10087 interprogram-paste-function
10088 (funcall interprogram-paste-function))))
10089 (if interprogram-paste
10090 (progn
10091 ;; Disable the interprogram cut function when we add the new
10092 ;; text to the kill ring, so Emacs doesn't try to own the
10093 ;; selection, with identical text.
10094 (let ((interprogram-cut-function nil))
10095 (kill-new interprogram-paste))
10096 interprogram-paste)
10097 (or kill-ring (error "Kill ring is empty"))
10098 (let ((ARGth-kill-element
10099 (nthcdr (mod (- n (length kill-ring-yank-pointer))
10100 (length kill-ring))
10101 kill-ring)))
10102 (or do-not-move
10103 (setq kill-ring-yank-pointer ARGth-kill-element))
10104 (car ARGth-kill-element)))))
10105
10106 @end ignore
10107
10108 @need 1500
10109 @node yank nthcdr Exercises
10110 @section Exercises with @code{yank} and @code{nthcdr}
10111
10112 @itemize @bullet
10113 @item
10114 Using @kbd{C-h v} (@code{describe-variable}), look at the value of
10115 your kill ring. Add several items to your kill ring; look at its
10116 value again. Using @kbd{M-y} (@code{yank-pop)}, move all the way
10117 around the kill ring. How many items were in your kill ring? Find
10118 the value of @code{kill-ring-max}. Was your kill ring full, or could
10119 you have kept more blocks of text within it?
10120
10121 @item
10122 Using @code{nthcdr} and @code{car}, construct a series of expressions
10123 to return the first, second, third, and fourth elements of a list.
10124 @end itemize
10125
10126 @node Loops & Recursion
10127 @chapter Loops and Recursion
10128 @cindex Loops and recursion
10129 @cindex Recursion and loops
10130 @cindex Repetition (loops)
10131
10132 Emacs Lisp has two primary ways to cause an expression, or a series of
10133 expressions, to be evaluated repeatedly: one uses a @code{while}
10134 loop, and the other uses @dfn{recursion}.
10135
10136 Repetition can be very valuable. For example, to move forward four
10137 sentences, you need only write a program that will move forward one
10138 sentence and then repeat the process four times. Since a computer does
10139 not get bored or tired, such repetitive action does not have the
10140 deleterious effects that excessive or the wrong kinds of repetition can
10141 have on humans.
10142
10143 People mostly write Emacs Lisp functions using @code{while} loops and
10144 their kin; but you can use recursion, which provides a very powerful
10145 way to think about and then to solve problems@footnote{You can write
10146 recursive functions to be frugal or wasteful of mental or computer
10147 resources; as it happens, methods that people find easy---that are
10148 frugal of `mental resources'---sometimes use considerable computer
10149 resources. Emacs was designed to run on machines that we now consider
10150 limited and its default settings are conservative. You may want to
10151 increase the values of @code{max-specpdl-size} and
10152 @code{max-lisp-eval-depth}. In my @file{.emacs} file, I set them to
10153 15 and 30 times their default value.}.
10154
10155 @menu
10156 * while:: Causing a stretch of code to repeat.
10157 * dolist dotimes::
10158 * Recursion:: Causing a function to call itself.
10159 * Looping exercise::
10160 @end menu
10161
10162 @node while
10163 @section @code{while}
10164 @cindex Loops
10165 @findex while
10166
10167 The @code{while} special form tests whether the value returned by
10168 evaluating its first argument is true or false. This is similar to what
10169 the Lisp interpreter does with an @code{if}; what the interpreter does
10170 next, however, is different.
10171
10172 In a @code{while} expression, if the value returned by evaluating the
10173 first argument is false, the Lisp interpreter skips the rest of the
10174 expression (the @dfn{body} of the expression) and does not evaluate it.
10175 However, if the value is true, the Lisp interpreter evaluates the body
10176 of the expression and then again tests whether the first argument to
10177 @code{while} is true or false. If the value returned by evaluating the
10178 first argument is again true, the Lisp interpreter again evaluates the
10179 body of the expression.
10180
10181 @need 1200
10182 The template for a @code{while} expression looks like this:
10183
10184 @smallexample
10185 @group
10186 (while @var{true-or-false-test}
10187 @var{body}@dots{})
10188 @end group
10189 @end smallexample
10190
10191 @menu
10192 * Looping with while:: Repeat so long as test returns true.
10193 * Loop Example:: A @code{while} loop that uses a list.
10194 * print-elements-of-list:: Uses @code{while}, @code{car}, @code{cdr}.
10195 * Incrementing Loop:: A loop with an incrementing counter.
10196 * Incrementing Loop Details::
10197 * Decrementing Loop:: A loop with a decrementing counter.
10198 @end menu
10199
10200 @ifnottex
10201 @node Looping with while
10202 @unnumberedsubsec Looping with @code{while}
10203 @end ifnottex
10204
10205 So long as the true-or-false-test of the @code{while} expression
10206 returns a true value when it is evaluated, the body is repeatedly
10207 evaluated. This process is called a loop since the Lisp interpreter
10208 repeats the same thing again and again, like an airplane doing a loop.
10209 When the result of evaluating the true-or-false-test is false, the
10210 Lisp interpreter does not evaluate the rest of the @code{while}
10211 expression and `exits the loop'.
10212
10213 Clearly, if the value returned by evaluating the first argument to
10214 @code{while} is always true, the body following will be evaluated
10215 again and again @dots{} and again @dots{} forever. Conversely, if the
10216 value returned is never true, the expressions in the body will never
10217 be evaluated. The craft of writing a @code{while} loop consists of
10218 choosing a mechanism such that the true-or-false-test returns true
10219 just the number of times that you want the subsequent expressions to
10220 be evaluated, and then have the test return false.
10221
10222 The value returned by evaluating a @code{while} is the value of the
10223 true-or-false-test. An interesting consequence of this is that a
10224 @code{while} loop that evaluates without error will return @code{nil}
10225 or false regardless of whether it has looped 1 or 100 times or none at
10226 all. A @code{while} expression that evaluates successfully never
10227 returns a true value! What this means is that @code{while} is always
10228 evaluated for its side effects, which is to say, the consequences of
10229 evaluating the expressions within the body of the @code{while} loop.
10230 This makes sense. It is not the mere act of looping that is desired,
10231 but the consequences of what happens when the expressions in the loop
10232 are repeatedly evaluated.
10233
10234 @node Loop Example
10235 @subsection A @code{while} Loop and a List
10236
10237 A common way to control a @code{while} loop is to test whether a list
10238 has any elements. If it does, the loop is repeated; but if it does not,
10239 the repetition is ended. Since this is an important technique, we will
10240 create a short example to illustrate it.
10241
10242 A simple way to test whether a list has elements is to evaluate the
10243 list: if it has no elements, it is an empty list and will return the
10244 empty list, @code{()}, which is a synonym for @code{nil} or false. On
10245 the other hand, a list with elements will return those elements when it
10246 is evaluated. Since Emacs Lisp considers as true any value that is not
10247 @code{nil}, a list that returns elements will test true in a
10248 @code{while} loop.
10249
10250 @need 1200
10251 For example, you can set the variable @code{empty-list} to @code{nil} by
10252 evaluating the following @code{setq} expression:
10253
10254 @smallexample
10255 (setq empty-list ())
10256 @end smallexample
10257
10258 @noindent
10259 After evaluating the @code{setq} expression, you can evaluate the
10260 variable @code{empty-list} in the usual way, by placing the cursor after
10261 the symbol and typing @kbd{C-x C-e}; @code{nil} will appear in your
10262 echo area:
10263
10264 @smallexample
10265 empty-list
10266 @end smallexample
10267
10268 On the other hand, if you set a variable to be a list with elements, the
10269 list will appear when you evaluate the variable, as you can see by
10270 evaluating the following two expressions:
10271
10272 @smallexample
10273 @group
10274 (setq animals '(gazelle giraffe lion tiger))
10275
10276 animals
10277 @end group
10278 @end smallexample
10279
10280 Thus, to create a @code{while} loop that tests whether there are any
10281 items in the list @code{animals}, the first part of the loop will be
10282 written like this:
10283
10284 @smallexample
10285 @group
10286 (while animals
10287 @dots{}
10288 @end group
10289 @end smallexample
10290
10291 @noindent
10292 When the @code{while} tests its first argument, the variable
10293 @code{animals} is evaluated. It returns a list. So long as the list
10294 has elements, the @code{while} considers the results of the test to be
10295 true; but when the list is empty, it considers the results of the test
10296 to be false.
10297
10298 To prevent the @code{while} loop from running forever, some mechanism
10299 needs to be provided to empty the list eventually. An oft-used
10300 technique is to have one of the subsequent forms in the @code{while}
10301 expression set the value of the list to be the @sc{cdr} of the list.
10302 Each time the @code{cdr} function is evaluated, the list will be made
10303 shorter, until eventually only the empty list will be left. At this
10304 point, the test of the @code{while} loop will return false, and the
10305 arguments to the @code{while} will no longer be evaluated.
10306
10307 For example, the list of animals bound to the variable @code{animals}
10308 can be set to be the @sc{cdr} of the original list with the
10309 following expression:
10310
10311 @smallexample
10312 (setq animals (cdr animals))
10313 @end smallexample
10314
10315 @noindent
10316 If you have evaluated the previous expressions and then evaluate this
10317 expression, you will see @code{(giraffe lion tiger)} appear in the echo
10318 area. If you evaluate the expression again, @code{(lion tiger)} will
10319 appear in the echo area. If you evaluate it again and yet again,
10320 @code{(tiger)} appears and then the empty list, shown by @code{nil}.
10321
10322 A template for a @code{while} loop that uses the @code{cdr} function
10323 repeatedly to cause the true-or-false-test eventually to test false
10324 looks like this:
10325
10326 @smallexample
10327 @group
10328 (while @var{test-whether-list-is-empty}
10329 @var{body}@dots{}
10330 @var{set-list-to-cdr-of-list})
10331 @end group
10332 @end smallexample
10333
10334 This test and use of @code{cdr} can be put together in a function that
10335 goes through a list and prints each element of the list on a line of its
10336 own.
10337
10338 @node print-elements-of-list
10339 @subsection An Example: @code{print-elements-of-list}
10340 @findex print-elements-of-list
10341
10342 The @code{print-elements-of-list} function illustrates a @code{while}
10343 loop with a list.
10344
10345 @cindex @file{*scratch*} buffer
10346 The function requires several lines for its output. If you are
10347 reading this in a recent instance of GNU Emacs,
10348 @c GNU Emacs 21, GNU Emacs 22, or a later version,
10349 you can evaluate the following expression inside of Info, as usual.
10350
10351 If you are using an earlier version of Emacs, you need to copy the
10352 necessary expressions to your @file{*scratch*} buffer and evaluate
10353 them there. This is because the echo area had only one line in the
10354 earlier versions.
10355
10356 You can copy the expressions by marking the beginning of the region
10357 with @kbd{C-@key{SPC}} (@code{set-mark-command}), moving the cursor to
10358 the end of the region and then copying the region using @kbd{M-w}
10359 (@code{kill-ring-save}, which calls @code{copy-region-as-kill} and
10360 then provides visual feedback). In the @file{*scratch*}
10361 buffer, you can yank the expressions back by typing @kbd{C-y}
10362 (@code{yank}).
10363
10364 After you have copied the expressions to the @file{*scratch*} buffer,
10365 evaluate each expression in turn. Be sure to evaluate the last
10366 expression, @code{(print-elements-of-list animals)}, by typing
10367 @kbd{C-u C-x C-e}, that is, by giving an argument to
10368 @code{eval-last-sexp}. This will cause the result of the evaluation
10369 to be printed in the @file{*scratch*} buffer instead of being printed
10370 in the echo area. (Otherwise you will see something like this in your
10371 echo area: @code{^Jgazelle^J^Jgiraffe^J^Jlion^J^Jtiger^Jnil}, in which
10372 each @samp{^J} stands for a `newline'.)
10373
10374 @need 1500
10375 In a recent instance of GNU Emacs, you can evaluate these expressions
10376 directly in the Info buffer, and the echo area will grow to show the
10377 results.
10378
10379 @smallexample
10380 @group
10381 (setq animals '(gazelle giraffe lion tiger))
10382
10383 (defun print-elements-of-list (list)
10384 "Print each element of LIST on a line of its own."
10385 (while list
10386 (print (car list))
10387 (setq list (cdr list))))
10388
10389 (print-elements-of-list animals)
10390 @end group
10391 @end smallexample
10392
10393 @need 1200
10394 @noindent
10395 When you evaluate the three expressions in sequence, you will see
10396 this:
10397
10398 @smallexample
10399 @group
10400 gazelle
10401
10402 giraffe
10403
10404 lion
10405
10406 tiger
10407 nil
10408 @end group
10409 @end smallexample
10410
10411 Each element of the list is printed on a line of its own (that is what
10412 the function @code{print} does) and then the value returned by the
10413 function is printed. Since the last expression in the function is the
10414 @code{while} loop, and since @code{while} loops always return
10415 @code{nil}, a @code{nil} is printed after the last element of the list.
10416
10417 @node Incrementing Loop
10418 @subsection A Loop with an Incrementing Counter
10419
10420 A loop is not useful unless it stops when it ought. Besides
10421 controlling a loop with a list, a common way of stopping a loop is to
10422 write the first argument as a test that returns false when the correct
10423 number of repetitions are complete. This means that the loop must
10424 have a counter---an expression that counts how many times the loop
10425 repeats itself.
10426
10427 @ifnottex
10428 @node Incrementing Loop Details
10429 @unnumberedsubsec Details of an Incrementing Loop
10430 @end ifnottex
10431
10432 The test for a loop with an incrementing counter can be an expression
10433 such as @code{(< count desired-number)} which returns @code{t} for
10434 true if the value of @code{count} is less than the
10435 @code{desired-number} of repetitions and @code{nil} for false if the
10436 value of @code{count} is equal to or is greater than the
10437 @code{desired-number}. The expression that increments the count can
10438 be a simple @code{setq} such as @code{(setq count (1+ count))}, where
10439 @code{1+} is a built-in function in Emacs Lisp that adds 1 to its
10440 argument. (The expression @w{@code{(1+ count)}} has the same result
10441 as @w{@code{(+ count 1)}}, but is easier for a human to read.)
10442
10443 @need 1250
10444 The template for a @code{while} loop controlled by an incrementing
10445 counter looks like this:
10446
10447 @smallexample
10448 @group
10449 @var{set-count-to-initial-value}
10450 (while (< count desired-number) ; @r{true-or-false-test}
10451 @var{body}@dots{}
10452 (setq count (1+ count))) ; @r{incrementer}
10453 @end group
10454 @end smallexample
10455
10456 @noindent
10457 Note that you need to set the initial value of @code{count}; usually it
10458 is set to 1.
10459
10460 @menu
10461 * Incrementing Example:: Counting pebbles in a triangle.
10462 * Inc Example parts:: The parts of the function definition.
10463 * Inc Example altogether:: Putting the function definition together.
10464 @end menu
10465
10466 @node Incrementing Example
10467 @unnumberedsubsubsec Example with incrementing counter
10468
10469 Suppose you are playing on the beach and decide to make a triangle of
10470 pebbles, putting one pebble in the first row, two in the second row,
10471 three in the third row and so on, like this:
10472
10473 @sp 1
10474 @c pebble diagram
10475 @ifnottex
10476 @smallexample
10477 @group
10478 *
10479 * *
10480 * * *
10481 * * * *
10482 @end group
10483 @end smallexample
10484 @end ifnottex
10485 @iftex
10486 @smallexample
10487 @group
10488 @bullet{}
10489 @bullet{} @bullet{}
10490 @bullet{} @bullet{} @bullet{}
10491 @bullet{} @bullet{} @bullet{} @bullet{}
10492 @end group
10493 @end smallexample
10494 @end iftex
10495 @sp 1
10496
10497 @noindent
10498 (About 2500 years ago, Pythagoras and others developed the beginnings of
10499 number theory by considering questions such as this.)
10500
10501 Suppose you want to know how many pebbles you will need to make a
10502 triangle with 7 rows?
10503
10504 Clearly, what you need to do is add up the numbers from 1 to 7. There
10505 are two ways to do this; start with the smallest number, one, and add up
10506 the list in sequence, 1, 2, 3, 4 and so on; or start with the largest
10507 number and add the list going down: 7, 6, 5, 4 and so on. Because both
10508 mechanisms illustrate common ways of writing @code{while} loops, we will
10509 create two examples, one counting up and the other counting down. In
10510 this first example, we will start with 1 and add 2, 3, 4 and so on.
10511
10512 If you are just adding up a short list of numbers, the easiest way to do
10513 it is to add up all the numbers at once. However, if you do not know
10514 ahead of time how many numbers your list will have, or if you want to be
10515 prepared for a very long list, then you need to design your addition so
10516 that what you do is repeat a simple process many times instead of doing
10517 a more complex process once.
10518
10519 For example, instead of adding up all the pebbles all at once, what you
10520 can do is add the number of pebbles in the first row, 1, to the number
10521 in the second row, 2, and then add the total of those two rows to the
10522 third row, 3. Then you can add the number in the fourth row, 4, to the
10523 total of the first three rows; and so on.
10524
10525 The critical characteristic of the process is that each repetitive
10526 action is simple. In this case, at each step we add only two numbers,
10527 the number of pebbles in the row and the total already found. This
10528 process of adding two numbers is repeated again and again until the last
10529 row has been added to the total of all the preceding rows. In a more
10530 complex loop the repetitive action might not be so simple, but it will
10531 be simpler than doing everything all at once.
10532
10533 @node Inc Example parts
10534 @unnumberedsubsubsec The parts of the function definition
10535
10536 The preceding analysis gives us the bones of our function definition:
10537 first, we will need a variable that we can call @code{total} that will
10538 be the total number of pebbles. This will be the value returned by
10539 the function.
10540
10541 Second, we know that the function will require an argument: this
10542 argument will be the total number of rows in the triangle. It can be
10543 called @code{number-of-rows}.
10544
10545 Finally, we need a variable to use as a counter. We could call this
10546 variable @code{counter}, but a better name is @code{row-number}. That
10547 is because what the counter does in this function is count rows, and a
10548 program should be written to be as understandable as possible.
10549
10550 When the Lisp interpreter first starts evaluating the expressions in the
10551 function, the value of @code{total} should be set to zero, since we have
10552 not added anything to it. Then the function should add the number of
10553 pebbles in the first row to the total, and then add the number of
10554 pebbles in the second to the total, and then add the number of
10555 pebbles in the third row to the total, and so on, until there are no
10556 more rows left to add.
10557
10558 Both @code{total} and @code{row-number} are used only inside the
10559 function, so they can be declared as local variables with @code{let}
10560 and given initial values. Clearly, the initial value for @code{total}
10561 should be 0. The initial value of @code{row-number} should be 1,
10562 since we start with the first row. This means that the @code{let}
10563 statement will look like this:
10564
10565 @smallexample
10566 @group
10567 (let ((total 0)
10568 (row-number 1))
10569 @var{body}@dots{})
10570 @end group
10571 @end smallexample
10572
10573 After the internal variables are declared and bound to their initial
10574 values, we can begin the @code{while} loop. The expression that serves
10575 as the test should return a value of @code{t} for true so long as the
10576 @code{row-number} is less than or equal to the @code{number-of-rows}.
10577 (If the expression tests true only so long as the row number is less
10578 than the number of rows in the triangle, the last row will never be
10579 added to the total; hence the row number has to be either less than or
10580 equal to the number of rows.)
10581
10582 @need 1500
10583 @findex <= @r{(less than or equal)}
10584 Lisp provides the @code{<=} function that returns true if the value of
10585 its first argument is less than or equal to the value of its second
10586 argument and false otherwise. So the expression that the @code{while}
10587 will evaluate as its test should look like this:
10588
10589 @smallexample
10590 (<= row-number number-of-rows)
10591 @end smallexample
10592
10593 The total number of pebbles can be found by repeatedly adding the number
10594 of pebbles in a row to the total already found. Since the number of
10595 pebbles in the row is equal to the row number, the total can be found by
10596 adding the row number to the total. (Clearly, in a more complex
10597 situation, the number of pebbles in the row might be related to the row
10598 number in a more complicated way; if this were the case, the row number
10599 would be replaced by the appropriate expression.)
10600
10601 @smallexample
10602 (setq total (+ total row-number))
10603 @end smallexample
10604
10605 @noindent
10606 What this does is set the new value of @code{total} to be equal to the
10607 sum of adding the number of pebbles in the row to the previous total.
10608
10609 After setting the value of @code{total}, the conditions need to be
10610 established for the next repetition of the loop, if there is one. This
10611 is done by incrementing the value of the @code{row-number} variable,
10612 which serves as a counter. After the @code{row-number} variable has
10613 been incremented, the true-or-false-test at the beginning of the
10614 @code{while} loop tests whether its value is still less than or equal to
10615 the value of the @code{number-of-rows} and if it is, adds the new value
10616 of the @code{row-number} variable to the @code{total} of the previous
10617 repetition of the loop.
10618
10619 @need 1200
10620 The built-in Emacs Lisp function @code{1+} adds 1 to a number, so the
10621 @code{row-number} variable can be incremented with this expression:
10622
10623 @smallexample
10624 (setq row-number (1+ row-number))
10625 @end smallexample
10626
10627 @node Inc Example altogether
10628 @unnumberedsubsubsec Putting the function definition together
10629
10630 We have created the parts for the function definition; now we need to
10631 put them together.
10632
10633 @need 800
10634 First, the contents of the @code{while} expression:
10635
10636 @smallexample
10637 @group
10638 (while (<= row-number number-of-rows) ; @r{true-or-false-test}
10639 (setq total (+ total row-number))
10640 (setq row-number (1+ row-number))) ; @r{incrementer}
10641 @end group
10642 @end smallexample
10643
10644 Along with the @code{let} expression varlist, this very nearly
10645 completes the body of the function definition. However, it requires
10646 one final element, the need for which is somewhat subtle.
10647
10648 The final touch is to place the variable @code{total} on a line by
10649 itself after the @code{while} expression. Otherwise, the value returned
10650 by the whole function is the value of the last expression that is
10651 evaluated in the body of the @code{let}, and this is the value
10652 returned by the @code{while}, which is always @code{nil}.
10653
10654 This may not be evident at first sight. It almost looks as if the
10655 incrementing expression is the last expression of the whole function.
10656 But that expression is part of the body of the @code{while}; it is the
10657 last element of the list that starts with the symbol @code{while}.
10658 Moreover, the whole of the @code{while} loop is a list within the body
10659 of the @code{let}.
10660
10661 @need 1250
10662 In outline, the function will look like this:
10663
10664 @smallexample
10665 @group
10666 (defun @var{name-of-function} (@var{argument-list})
10667 "@var{documentation}@dots{}"
10668 (let (@var{varlist})
10669 (while (@var{true-or-false-test})
10670 @var{body-of-while}@dots{} )
10671 @dots{} )) ; @r{Need final expression here.}
10672 @end group
10673 @end smallexample
10674
10675 The result of evaluating the @code{let} is what is going to be returned
10676 by the @code{defun} since the @code{let} is not embedded within any
10677 containing list, except for the @code{defun} as a whole. However, if
10678 the @code{while} is the last element of the @code{let} expression, the
10679 function will always return @code{nil}. This is not what we want!
10680 Instead, what we want is the value of the variable @code{total}. This
10681 is returned by simply placing the symbol as the last element of the list
10682 starting with @code{let}. It gets evaluated after the preceding
10683 elements of the list are evaluated, which means it gets evaluated after
10684 it has been assigned the correct value for the total.
10685
10686 It may be easier to see this by printing the list starting with
10687 @code{let} all on one line. This format makes it evident that the
10688 @var{varlist} and @code{while} expressions are the second and third
10689 elements of the list starting with @code{let}, and the @code{total} is
10690 the last element:
10691
10692 @smallexample
10693 @group
10694 (let (@var{varlist}) (while (@var{true-or-false-test}) @var{body-of-while}@dots{} ) total)
10695 @end group
10696 @end smallexample
10697
10698 @need 1200
10699 Putting everything together, the @code{triangle} function definition
10700 looks like this:
10701
10702 @smallexample
10703 @group
10704 (defun triangle (number-of-rows) ; @r{Version with}
10705 ; @r{ incrementing counter.}
10706 "Add up the number of pebbles in a triangle.
10707 The first row has one pebble, the second row two pebbles,
10708 the third row three pebbles, and so on.
10709 The argument is NUMBER-OF-ROWS."
10710 @end group
10711 @group
10712 (let ((total 0)
10713 (row-number 1))
10714 (while (<= row-number number-of-rows)
10715 (setq total (+ total row-number))
10716 (setq row-number (1+ row-number)))
10717 total))
10718 @end group
10719 @end smallexample
10720
10721 @need 1200
10722 After you have installed @code{triangle} by evaluating the function, you
10723 can try it out. Here are two examples:
10724
10725 @smallexample
10726 @group
10727 (triangle 4)
10728
10729 (triangle 7)
10730 @end group
10731 @end smallexample
10732
10733 @noindent
10734 The sum of the first four numbers is 10 and the sum of the first seven
10735 numbers is 28.
10736
10737 @node Decrementing Loop
10738 @subsection Loop with a Decrementing Counter
10739
10740 Another common way to write a @code{while} loop is to write the test
10741 so that it determines whether a counter is greater than zero. So long
10742 as the counter is greater than zero, the loop is repeated. But when
10743 the counter is equal to or less than zero, the loop is stopped. For
10744 this to work, the counter has to start out greater than zero and then
10745 be made smaller and smaller by a form that is evaluated
10746 repeatedly.
10747
10748 The test will be an expression such as @code{(> counter 0)} which
10749 returns @code{t} for true if the value of @code{counter} is greater
10750 than zero, and @code{nil} for false if the value of @code{counter} is
10751 equal to or less than zero. The expression that makes the number
10752 smaller and smaller can be a simple @code{setq} such as @code{(setq
10753 counter (1- counter))}, where @code{1-} is a built-in function in
10754 Emacs Lisp that subtracts 1 from its argument.
10755
10756 @need 1250
10757 The template for a decrementing @code{while} loop looks like this:
10758
10759 @smallexample
10760 @group
10761 (while (> counter 0) ; @r{true-or-false-test}
10762 @var{body}@dots{}
10763 (setq counter (1- counter))) ; @r{decrementer}
10764 @end group
10765 @end smallexample
10766
10767 @menu
10768 * Decrementing Example:: More pebbles on the beach.
10769 * Dec Example parts:: The parts of the function definition.
10770 * Dec Example altogether:: Putting the function definition together.
10771 @end menu
10772
10773 @node Decrementing Example
10774 @unnumberedsubsubsec Example with decrementing counter
10775
10776 To illustrate a loop with a decrementing counter, we will rewrite the
10777 @code{triangle} function so the counter decreases to zero.
10778
10779 This is the reverse of the earlier version of the function. In this
10780 case, to find out how many pebbles are needed to make a triangle with
10781 3 rows, add the number of pebbles in the third row, 3, to the number
10782 in the preceding row, 2, and then add the total of those two rows to
10783 the row that precedes them, which is 1.
10784
10785 Likewise, to find the number of pebbles in a triangle with 7 rows, add
10786 the number of pebbles in the seventh row, 7, to the number in the
10787 preceding row, which is 6, and then add the total of those two rows to
10788 the row that precedes them, which is 5, and so on. As in the previous
10789 example, each addition only involves adding two numbers, the total of
10790 the rows already added up and the number of pebbles in the row that is
10791 being added to the total. This process of adding two numbers is
10792 repeated again and again until there are no more pebbles to add.
10793
10794 We know how many pebbles to start with: the number of pebbles in the
10795 last row is equal to the number of rows. If the triangle has seven
10796 rows, the number of pebbles in the last row is 7. Likewise, we know how
10797 many pebbles are in the preceding row: it is one less than the number in
10798 the row.
10799
10800 @node Dec Example parts
10801 @unnumberedsubsubsec The parts of the function definition
10802
10803 We start with three variables: the total number of rows in the
10804 triangle; the number of pebbles in a row; and the total number of
10805 pebbles, which is what we want to calculate. These variables can be
10806 named @code{number-of-rows}, @code{number-of-pebbles-in-row}, and
10807 @code{total}, respectively.
10808
10809 Both @code{total} and @code{number-of-pebbles-in-row} are used only
10810 inside the function and are declared with @code{let}. The initial
10811 value of @code{total} should, of course, be zero. However, the
10812 initial value of @code{number-of-pebbles-in-row} should be equal to
10813 the number of rows in the triangle, since the addition will start with
10814 the longest row.
10815
10816 @need 1250
10817 This means that the beginning of the @code{let} expression will look
10818 like this:
10819
10820 @smallexample
10821 @group
10822 (let ((total 0)
10823 (number-of-pebbles-in-row number-of-rows))
10824 @var{body}@dots{})
10825 @end group
10826 @end smallexample
10827
10828 The total number of pebbles can be found by repeatedly adding the number
10829 of pebbles in a row to the total already found, that is, by repeatedly
10830 evaluating the following expression:
10831
10832 @smallexample
10833 (setq total (+ total number-of-pebbles-in-row))
10834 @end smallexample
10835
10836 @noindent
10837 After the @code{number-of-pebbles-in-row} is added to the @code{total},
10838 the @code{number-of-pebbles-in-row} should be decremented by one, since
10839 the next time the loop repeats, the preceding row will be
10840 added to the total.
10841
10842 The number of pebbles in a preceding row is one less than the number of
10843 pebbles in a row, so the built-in Emacs Lisp function @code{1-} can be
10844 used to compute the number of pebbles in the preceding row. This can be
10845 done with the following expression:
10846
10847 @smallexample
10848 @group
10849 (setq number-of-pebbles-in-row
10850 (1- number-of-pebbles-in-row))
10851 @end group
10852 @end smallexample
10853
10854 Finally, we know that the @code{while} loop should stop making repeated
10855 additions when there are no pebbles in a row. So the test for
10856 the @code{while} loop is simply:
10857
10858 @smallexample
10859 (while (> number-of-pebbles-in-row 0)
10860 @end smallexample
10861
10862 @node Dec Example altogether
10863 @unnumberedsubsubsec Putting the function definition together
10864
10865 We can put these expressions together to create a function definition
10866 that works. However, on examination, we find that one of the local
10867 variables is unneeded!
10868
10869 @need 1250
10870 The function definition looks like this:
10871
10872 @smallexample
10873 @group
10874 ;;; @r{First subtractive version.}
10875 (defun triangle (number-of-rows)
10876 "Add up the number of pebbles in a triangle."
10877 (let ((total 0)
10878 (number-of-pebbles-in-row number-of-rows))
10879 (while (> number-of-pebbles-in-row 0)
10880 (setq total (+ total number-of-pebbles-in-row))
10881 (setq number-of-pebbles-in-row
10882 (1- number-of-pebbles-in-row)))
10883 total))
10884 @end group
10885 @end smallexample
10886
10887 As written, this function works.
10888
10889 However, we do not need @code{number-of-pebbles-in-row}.
10890
10891 @cindex Argument as local variable
10892 When the @code{triangle} function is evaluated, the symbol
10893 @code{number-of-rows} will be bound to a number, giving it an initial
10894 value. That number can be changed in the body of the function as if
10895 it were a local variable, without any fear that such a change will
10896 effect the value of the variable outside of the function. This is a
10897 very useful characteristic of Lisp; it means that the variable
10898 @code{number-of-rows} can be used anywhere in the function where
10899 @code{number-of-pebbles-in-row} is used.
10900
10901 @need 800
10902 Here is a second version of the function written a bit more cleanly:
10903
10904 @smallexample
10905 @group
10906 (defun triangle (number) ; @r{Second version.}
10907 "Return sum of numbers 1 through NUMBER inclusive."
10908 (let ((total 0))
10909 (while (> number 0)
10910 (setq total (+ total number))
10911 (setq number (1- number)))
10912 total))
10913 @end group
10914 @end smallexample
10915
10916 In brief, a properly written @code{while} loop will consist of three parts:
10917
10918 @enumerate
10919 @item
10920 A test that will return false after the loop has repeated itself the
10921 correct number of times.
10922
10923 @item
10924 An expression the evaluation of which will return the value desired
10925 after being repeatedly evaluated.
10926
10927 @item
10928 An expression to change the value passed to the true-or-false-test so
10929 that the test returns false after the loop has repeated itself the right
10930 number of times.
10931 @end enumerate
10932
10933 @node dolist dotimes
10934 @section Save your time: @code{dolist} and @code{dotimes}
10935
10936 In addition to @code{while}, both @code{dolist} and @code{dotimes}
10937 provide for looping. Sometimes these are quicker to write than the
10938 equivalent @code{while} loop. Both are Lisp macros. (@xref{Macros, ,
10939 Macros, elisp, The GNU Emacs Lisp Reference Manual}. )
10940
10941 @code{dolist} works like a @code{while} loop that `@sc{cdr}s down a
10942 list': @code{dolist} automatically shortens the list each time it
10943 loops---takes the @sc{cdr} of the list---and binds the @sc{car} of
10944 each shorter version of the list to the first of its arguments.
10945
10946 @code{dotimes} loops a specific number of times: you specify the number.
10947
10948 @menu
10949 * dolist::
10950 * dotimes::
10951 @end menu
10952
10953 @node dolist
10954 @unnumberedsubsec The @code{dolist} Macro
10955 @findex dolist
10956
10957 Suppose, for example, you want to reverse a list, so that
10958 ``first'' ``second'' ``third'' becomes ``third'' ``second'' ``first''.
10959
10960 @need 1250
10961 In practice, you would use the @code{reverse} function, like this:
10962
10963 @smallexample
10964 @group
10965 (setq animals '(gazelle giraffe lion tiger))
10966
10967 (reverse animals)
10968 @end group
10969 @end smallexample
10970
10971 @need 800
10972 @noindent
10973 Here is how you could reverse the list using a @code{while} loop:
10974
10975 @smallexample
10976 @group
10977 (setq animals '(gazelle giraffe lion tiger))
10978
10979 (defun reverse-list-with-while (list)
10980 "Using while, reverse the order of LIST."
10981 (let (value) ; make sure list starts empty
10982 (while list
10983 (setq value (cons (car list) value))
10984 (setq list (cdr list)))
10985 value))
10986
10987 (reverse-list-with-while animals)
10988 @end group
10989 @end smallexample
10990
10991 @need 800
10992 @noindent
10993 And here is how you could use the @code{dolist} macro:
10994
10995 @smallexample
10996 @group
10997 (setq animals '(gazelle giraffe lion tiger))
10998
10999 (defun reverse-list-with-dolist (list)
11000 "Using dolist, reverse the order of LIST."
11001 (let (value) ; make sure list starts empty
11002 (dolist (element list value)
11003 (setq value (cons element value)))))
11004
11005 (reverse-list-with-dolist animals)
11006 @end group
11007 @end smallexample
11008
11009 @need 1250
11010 @noindent
11011 In Info, you can place your cursor after the closing parenthesis of
11012 each expression and type @kbd{C-x C-e}; in each case, you should see
11013
11014 @smallexample
11015 (tiger lion giraffe gazelle)
11016 @end smallexample
11017
11018 @noindent
11019 in the echo area.
11020
11021 For this example, the existing @code{reverse} function is obviously best.
11022 The @code{while} loop is just like our first example (@pxref{Loop
11023 Example, , A @code{while} Loop and a List}). The @code{while} first
11024 checks whether the list has elements; if so, it constructs a new list
11025 by adding the first element of the list to the existing list (which in
11026 the first iteration of the loop is @code{nil}). Since the second
11027 element is prepended in front of the first element, and the third
11028 element is prepended in front of the second element, the list is reversed.
11029
11030 In the expression using a @code{while} loop,
11031 the @w{@code{(setq list (cdr list))}}
11032 expression shortens the list, so the @code{while} loop eventually
11033 stops. In addition, it provides the @code{cons} expression with a new
11034 first element by creating a new and shorter list at each repetition of
11035 the loop.
11036
11037 The @code{dolist} expression does very much the same as the
11038 @code{while} expression, except that the @code{dolist} macro does some
11039 of the work you have to do when writing a @code{while} expression.
11040
11041 Like a @code{while} loop, a @code{dolist} loops. What is different is
11042 that it automatically shortens the list each time it loops---it
11043 `@sc{cdr}s down the list' on its own---and it automatically binds
11044 the @sc{car} of each shorter version of the list to the first of its
11045 arguments.
11046
11047 In the example, the @sc{car} of each shorter version of the list is
11048 referred to using the symbol @samp{element}, the list itself is called
11049 @samp{list}, and the value returned is called @samp{value}. The
11050 remainder of the @code{dolist} expression is the body.
11051
11052 The @code{dolist} expression binds the @sc{car} of each shorter
11053 version of the list to @code{element} and then evaluates the body of
11054 the expression; and repeats the loop. The result is returned in
11055 @code{value}.
11056
11057 @node dotimes
11058 @unnumberedsubsec The @code{dotimes} Macro
11059 @findex dotimes
11060
11061 The @code{dotimes} macro is similar to @code{dolist}, except that it
11062 loops a specific number of times.
11063
11064 The first argument to @code{dotimes} is assigned the numbers 0, 1, 2
11065 and so forth each time around the loop, and the value of the third
11066 argument is returned. You need to provide the value of the second
11067 argument, which is how many times the macro loops.
11068
11069 @need 1250
11070 For example, the following binds the numbers from 0 up to, but not
11071 including, the number 3 to the first argument, @var{number}, and then
11072 constructs a list of the three numbers. (The first number is 0, the
11073 second number is 1, and the third number is 2; this makes a total of
11074 three numbers in all, starting with zero as the first number.)
11075
11076 @smallexample
11077 @group
11078 (let (value) ; otherwise a value is a void variable
11079 (dotimes (number 3 value)
11080 (setq value (cons number value))))
11081
11082 @result{} (2 1 0)
11083 @end group
11084 @end smallexample
11085
11086 @noindent
11087 @code{dotimes} returns @code{value}, so the way to use
11088 @code{dotimes} is to operate on some expression @var{number} number of
11089 times and then return the result, either as a list or an atom.
11090
11091 @need 1250
11092 Here is an example of a @code{defun} that uses @code{dotimes} to add
11093 up the number of pebbles in a triangle.
11094
11095 @smallexample
11096 @group
11097 (defun triangle-using-dotimes (number-of-rows)
11098 "Using dotimes, add up the number of pebbles in a triangle."
11099 (let ((total 0)) ; otherwise a total is a void variable
11100 (dotimes (number number-of-rows total)
11101 (setq total (+ total (1+ number))))))
11102
11103 (triangle-using-dotimes 4)
11104 @end group
11105 @end smallexample
11106
11107 @node Recursion
11108 @section Recursion
11109 @cindex Recursion
11110
11111 A recursive function contains code that tells the Lisp interpreter to
11112 call a program that runs exactly like itself, but with slightly
11113 different arguments. The code runs exactly the same because it has
11114 the same name. However, even though the program has the same name, it
11115 is not the same entity. It is different. In the jargon, it is a
11116 different `instance'.
11117
11118 Eventually, if the program is written correctly, the `slightly
11119 different arguments' will become sufficiently different from the first
11120 arguments that the final instance will stop.
11121
11122 @menu
11123 * Building Robots:: Same model, different serial number ...
11124 * Recursive Definition Parts:: Walk until you stop ...
11125 * Recursion with list:: Using a list as the test whether to recurse.
11126 * Recursive triangle function::
11127 * Recursion with cond::
11128 * Recursive Patterns:: Often used templates.
11129 * No Deferment:: Don't store up work ...
11130 * No deferment solution::
11131 @end menu
11132
11133 @node Building Robots
11134 @subsection Building Robots: Extending the Metaphor
11135 @cindex Building robots
11136 @cindex Robots, building
11137
11138 It is sometimes helpful to think of a running program as a robot that
11139 does a job. In doing its job, a recursive function calls on a second
11140 robot to help it. The second robot is identical to the first in every
11141 way, except that the second robot helps the first and has been
11142 passed different arguments than the first.
11143
11144 In a recursive function, the second robot may call a third; and the
11145 third may call a fourth, and so on. Each of these is a different
11146 entity; but all are clones.
11147
11148 Since each robot has slightly different instructions---the arguments
11149 will differ from one robot to the next---the last robot should know
11150 when to stop.
11151
11152 Let's expand on the metaphor in which a computer program is a robot.
11153
11154 A function definition provides the blueprints for a robot. When you
11155 install a function definition, that is, when you evaluate a
11156 @code{defun} macro, you install the necessary equipment to build
11157 robots. It is as if you were in a factory, setting up an assembly
11158 line. Robots with the same name are built according to the same
11159 blueprints. So they have, as it were, the same `model number', but a
11160 different `serial number'.
11161
11162 We often say that a recursive function `calls itself'. What we mean
11163 is that the instructions in a recursive function cause the Lisp
11164 interpreter to run a different function that has the same name and
11165 does the same job as the first, but with different arguments.
11166
11167 It is important that the arguments differ from one instance to the
11168 next; otherwise, the process will never stop.
11169
11170 @node Recursive Definition Parts
11171 @subsection The Parts of a Recursive Definition
11172 @cindex Parts of a Recursive Definition
11173 @cindex Recursive Definition Parts
11174
11175 A recursive function typically contains a conditional expression which
11176 has three parts:
11177
11178 @enumerate
11179 @item
11180 A true-or-false-test that determines whether the function is called
11181 again, here called the @dfn{do-again-test}.
11182
11183 @item
11184 The name of the function. When this name is called, a new instance of
11185 the function---a new robot, as it were---is created and told what to do.
11186
11187 @item
11188 An expression that returns a different value each time the function is
11189 called, here called the @dfn{next-step-expression}. Consequently, the
11190 argument (or arguments) passed to the new instance of the function
11191 will be different from that passed to the previous instance. This
11192 causes the conditional expression, the @dfn{do-again-test}, to test
11193 false after the correct number of repetitions.
11194 @end enumerate
11195
11196 Recursive functions can be much simpler than any other kind of
11197 function. Indeed, when people first start to use them, they often look
11198 so mysteriously simple as to be incomprehensible. Like riding a
11199 bicycle, reading a recursive function definition takes a certain knack
11200 which is hard at first but then seems simple.
11201
11202 @need 1200
11203 There are several different common recursive patterns. A very simple
11204 pattern looks like this:
11205
11206 @smallexample
11207 @group
11208 (defun @var{name-of-recursive-function} (@var{argument-list})
11209 "@var{documentation}@dots{}"
11210 (if @var{do-again-test}
11211 @var{body}@dots{}
11212 (@var{name-of-recursive-function}
11213 @var{next-step-expression})))
11214 @end group
11215 @end smallexample
11216
11217 Each time a recursive function is evaluated, a new instance of it is
11218 created and told what to do. The arguments tell the instance what to do.
11219
11220 An argument is bound to the value of the next-step-expression. Each
11221 instance runs with a different value of the next-step-expression.
11222
11223 The value in the next-step-expression is used in the do-again-test.
11224
11225 The value returned by the next-step-expression is passed to the new
11226 instance of the function, which evaluates it (or some
11227 transmogrification of it) to determine whether to continue or stop.
11228 The next-step-expression is designed so that the do-again-test returns
11229 false when the function should no longer be repeated.
11230
11231 The do-again-test is sometimes called the @dfn{stop condition},
11232 since it stops the repetitions when it tests false.
11233
11234 @node Recursion with list
11235 @subsection Recursion with a List
11236
11237 The example of a @code{while} loop that printed the elements of a list
11238 of numbers can be written recursively. Here is the code, including
11239 an expression to set the value of the variable @code{animals} to a list.
11240
11241 If you are reading this in Info in Emacs, you can evaluate this
11242 expression directly in Info. Otherwise, you must copy the example
11243 to the @file{*scratch*} buffer and evaluate each expression there.
11244 Use @kbd{C-u C-x C-e} to evaluate the
11245 @code{(print-elements-recursively animals)} expression so that the
11246 results are printed in the buffer; otherwise the Lisp interpreter will
11247 try to squeeze the results into the one line of the echo area.
11248
11249 Also, place your cursor immediately after the last closing parenthesis
11250 of the @code{print-elements-recursively} function, before the comment.
11251 Otherwise, the Lisp interpreter will try to evaluate the comment.
11252
11253 @findex print-elements-recursively
11254 @smallexample
11255 @group
11256 (setq animals '(gazelle giraffe lion tiger))
11257
11258 (defun print-elements-recursively (list)
11259 "Print each element of LIST on a line of its own.
11260 Uses recursion."
11261 (when list ; @r{do-again-test}
11262 (print (car list)) ; @r{body}
11263 (print-elements-recursively ; @r{recursive call}
11264 (cdr list)))) ; @r{next-step-expression}
11265
11266 (print-elements-recursively animals)
11267 @end group
11268 @end smallexample
11269
11270 The @code{print-elements-recursively} function first tests whether
11271 there is any content in the list; if there is, the function prints the
11272 first element of the list, the @sc{car} of the list. Then the
11273 function `invokes itself', but gives itself as its argument, not the
11274 whole list, but the second and subsequent elements of the list, the
11275 @sc{cdr} of the list.
11276
11277 Put another way, if the list is not empty, the function invokes
11278 another instance of code that is similar to the initial code, but is a
11279 different thread of execution, with different arguments than the first
11280 instance.
11281
11282 Put in yet another way, if the list is not empty, the first robot
11283 assembles a second robot and tells it what to do; the second robot is
11284 a different individual from the first, but is the same model.
11285
11286 When the second evaluation occurs, the @code{when} expression is
11287 evaluated and if true, prints the first element of the list it
11288 receives as its argument (which is the second element of the original
11289 list). Then the function `calls itself' with the @sc{cdr} of the list
11290 it is invoked with, which (the second time around) is the @sc{cdr} of
11291 the @sc{cdr} of the original list.
11292
11293 Note that although we say that the function `calls itself', what we
11294 mean is that the Lisp interpreter assembles and instructs a new
11295 instance of the program. The new instance is a clone of the first,
11296 but is a separate individual.
11297
11298 Each time the function `invokes itself', it invokes itself on a
11299 shorter version of the original list. It creates a new instance that
11300 works on a shorter list.
11301
11302 Eventually, the function invokes itself on an empty list. It creates
11303 a new instance whose argument is @code{nil}. The conditional expression
11304 tests the value of @code{list}. Since the value of @code{list} is
11305 @code{nil}, the @code{when} expression tests false so the then-part is
11306 not evaluated. The function as a whole then returns @code{nil}.
11307
11308 @need 1200
11309 When you evaluate the expression @code{(print-elements-recursively
11310 animals)} in the @file{*scratch*} buffer, you see this result:
11311
11312 @smallexample
11313 @group
11314 gazelle
11315
11316 giraffe
11317
11318 lion
11319
11320 tiger
11321 nil
11322 @end group
11323 @end smallexample
11324
11325 @need 2000
11326 @node Recursive triangle function
11327 @subsection Recursion in Place of a Counter
11328 @findex triangle-recursively
11329
11330 @need 1200
11331 The @code{triangle} function described in a previous section can also
11332 be written recursively. It looks like this:
11333
11334 @smallexample
11335 @group
11336 (defun triangle-recursively (number)
11337 "Return the sum of the numbers 1 through NUMBER inclusive.
11338 Uses recursion."
11339 (if (= number 1) ; @r{do-again-test}
11340 1 ; @r{then-part}
11341 (+ number ; @r{else-part}
11342 (triangle-recursively ; @r{recursive call}
11343 (1- number))))) ; @r{next-step-expression}
11344
11345 (triangle-recursively 7)
11346 @end group
11347 @end smallexample
11348
11349 @noindent
11350 You can install this function by evaluating it and then try it by
11351 evaluating @code{(triangle-recursively 7)}. (Remember to put your
11352 cursor immediately after the last parenthesis of the function
11353 definition, before the comment.) The function evaluates to 28.
11354
11355 To understand how this function works, let's consider what happens in the
11356 various cases when the function is passed 1, 2, 3, or 4 as the value of
11357 its argument.
11358
11359 @menu
11360 * Recursive Example arg of 1 or 2::
11361 * Recursive Example arg of 3 or 4::
11362 @end menu
11363
11364 @ifnottex
11365 @node Recursive Example arg of 1 or 2
11366 @unnumberedsubsubsec An argument of 1 or 2
11367 @end ifnottex
11368
11369 First, what happens if the value of the argument is 1?
11370
11371 The function has an @code{if} expression after the documentation
11372 string. It tests whether the value of @code{number} is equal to 1; if
11373 so, Emacs evaluates the then-part of the @code{if} expression, which
11374 returns the number 1 as the value of the function. (A triangle with
11375 one row has one pebble in it.)
11376
11377 Suppose, however, that the value of the argument is 2. In this case,
11378 Emacs evaluates the else-part of the @code{if} expression.
11379
11380 @need 1200
11381 The else-part consists of an addition, the recursive call to
11382 @code{triangle-recursively} and a decrementing action; and it looks like
11383 this:
11384
11385 @smallexample
11386 (+ number (triangle-recursively (1- number)))
11387 @end smallexample
11388
11389 When Emacs evaluates this expression, the innermost expression is
11390 evaluated first; then the other parts in sequence. Here are the steps
11391 in detail:
11392
11393 @table @i
11394 @item Step 1 @w{ } Evaluate the innermost expression.
11395
11396 The innermost expression is @code{(1- number)} so Emacs decrements the
11397 value of @code{number} from 2 to 1.
11398
11399 @item Step 2 @w{ } Evaluate the @code{triangle-recursively} function.
11400
11401 The Lisp interpreter creates an individual instance of
11402 @code{triangle-recursively}. It does not matter that this function is
11403 contained within itself. Emacs passes the result Step 1 as the
11404 argument used by this instance of the @code{triangle-recursively}
11405 function
11406
11407 In this case, Emacs evaluates @code{triangle-recursively} with an
11408 argument of 1. This means that this evaluation of
11409 @code{triangle-recursively} returns 1.
11410
11411 @item Step 3 @w{ } Evaluate the value of @code{number}.
11412
11413 The variable @code{number} is the second element of the list that
11414 starts with @code{+}; its value is 2.
11415
11416 @item Step 4 @w{ } Evaluate the @code{+} expression.
11417
11418 The @code{+} expression receives two arguments, the first
11419 from the evaluation of @code{number} (Step 3) and the second from the
11420 evaluation of @code{triangle-recursively} (Step 2).
11421
11422 The result of the addition is the sum of 2 plus 1, and the number 3 is
11423 returned, which is correct. A triangle with two rows has three
11424 pebbles in it.
11425 @end table
11426
11427 @node Recursive Example arg of 3 or 4
11428 @unnumberedsubsubsec An argument of 3 or 4
11429
11430 Suppose that @code{triangle-recursively} is called with an argument of
11431 3.
11432
11433 @table @i
11434 @item Step 1 @w{ } Evaluate the do-again-test.
11435
11436 The @code{if} expression is evaluated first. This is the do-again
11437 test and returns false, so the else-part of the @code{if} expression
11438 is evaluated. (Note that in this example, the do-again-test causes
11439 the function to call itself when it tests false, not when it tests
11440 true.)
11441
11442 @item Step 2 @w{ } Evaluate the innermost expression of the else-part.
11443
11444 The innermost expression of the else-part is evaluated, which decrements
11445 3 to 2. This is the next-step-expression.
11446
11447 @item Step 3 @w{ } Evaluate the @code{triangle-recursively} function.
11448
11449 The number 2 is passed to the @code{triangle-recursively} function.
11450
11451 We already know what happens when Emacs evaluates @code{triangle-recursively} with
11452 an argument of 2. After going through the sequence of actions described
11453 earlier, it returns a value of 3. So that is what will happen here.
11454
11455 @item Step 4 @w{ } Evaluate the addition.
11456
11457 3 will be passed as an argument to the addition and will be added to the
11458 number with which the function was called, which is 3.
11459 @end table
11460
11461 @noindent
11462 The value returned by the function as a whole will be 6.
11463
11464 Now that we know what will happen when @code{triangle-recursively} is
11465 called with an argument of 3, it is evident what will happen if it is
11466 called with an argument of 4:
11467
11468 @quotation
11469 @need 800
11470 In the recursive call, the evaluation of
11471
11472 @smallexample
11473 (triangle-recursively (1- 4))
11474 @end smallexample
11475
11476 @need 800
11477 @noindent
11478 will return the value of evaluating
11479
11480 @smallexample
11481 (triangle-recursively 3)
11482 @end smallexample
11483
11484 @noindent
11485 which is 6 and this value will be added to 4 by the addition in the
11486 third line.
11487 @end quotation
11488
11489 @noindent
11490 The value returned by the function as a whole will be 10.
11491
11492 Each time @code{triangle-recursively} is evaluated, it evaluates a
11493 version of itself---a different instance of itself---with a smaller
11494 argument, until the argument is small enough so that it does not
11495 evaluate itself.
11496
11497 Note that this particular design for a recursive function
11498 requires that operations be deferred.
11499
11500 Before @code{(triangle-recursively 7)} can calculate its answer, it
11501 must call @code{(triangle-recursively 6)}; and before
11502 @code{(triangle-recursively 6)} can calculate its answer, it must call
11503 @code{(triangle-recursively 5)}; and so on. That is to say, the
11504 calculation that @code{(triangle-recursively 7)} makes must be
11505 deferred until @code{(triangle-recursively 6)} makes its calculation;
11506 and @code{(triangle-recursively 6)} must defer until
11507 @code{(triangle-recursively 5)} completes; and so on.
11508
11509 If each of these instances of @code{triangle-recursively} are thought
11510 of as different robots, the first robot must wait for the second to
11511 complete its job, which must wait until the third completes, and so
11512 on.
11513
11514 There is a way around this kind of waiting, which we will discuss in
11515 @ref{No Deferment, , Recursion without Deferments}.
11516
11517 @node Recursion with cond
11518 @subsection Recursion Example Using @code{cond}
11519 @findex cond
11520
11521 The version of @code{triangle-recursively} described earlier is written
11522 with the @code{if} special form. It can also be written using another
11523 special form called @code{cond}. The name of the special form
11524 @code{cond} is an abbreviation of the word @samp{conditional}.
11525
11526 Although the @code{cond} special form is not used as often in the
11527 Emacs Lisp sources as @code{if}, it is used often enough to justify
11528 explaining it.
11529
11530 @need 800
11531 The template for a @code{cond} expression looks like this:
11532
11533 @smallexample
11534 @group
11535 (cond
11536 @var{body}@dots{})
11537 @end group
11538 @end smallexample
11539
11540 @noindent
11541 where the @var{body} is a series of lists.
11542
11543 @need 800
11544 Written out more fully, the template looks like this:
11545
11546 @smallexample
11547 @group
11548 (cond
11549 (@var{first-true-or-false-test} @var{first-consequent})
11550 (@var{second-true-or-false-test} @var{second-consequent})
11551 (@var{third-true-or-false-test} @var{third-consequent})
11552 @dots{})
11553 @end group
11554 @end smallexample
11555
11556 When the Lisp interpreter evaluates the @code{cond} expression, it
11557 evaluates the first element (the @sc{car} or true-or-false-test) of
11558 the first expression in a series of expressions within the body of the
11559 @code{cond}.
11560
11561 If the true-or-false-test returns @code{nil} the rest of that
11562 expression, the consequent, is skipped and the true-or-false-test of the
11563 next expression is evaluated. When an expression is found whose
11564 true-or-false-test returns a value that is not @code{nil}, the
11565 consequent of that expression is evaluated. The consequent can be one
11566 or more expressions. If the consequent consists of more than one
11567 expression, the expressions are evaluated in sequence and the value of
11568 the last one is returned. If the expression does not have a consequent,
11569 the value of the true-or-false-test is returned.
11570
11571 If none of the true-or-false-tests test true, the @code{cond} expression
11572 returns @code{nil}.
11573
11574 @need 1250
11575 Written using @code{cond}, the @code{triangle} function looks like this:
11576
11577 @smallexample
11578 @group
11579 (defun triangle-using-cond (number)
11580 (cond ((<= number 0) 0)
11581 ((= number 1) 1)
11582 ((> number 1)
11583 (+ number (triangle-using-cond (1- number))))))
11584 @end group
11585 @end smallexample
11586
11587 @noindent
11588 In this example, the @code{cond} returns 0 if the number is less than or
11589 equal to 0, it returns 1 if the number is 1 and it evaluates @code{(+
11590 number (triangle-using-cond (1- number)))} if the number is greater than
11591 1.
11592
11593 @node Recursive Patterns
11594 @subsection Recursive Patterns
11595 @cindex Recursive Patterns
11596
11597 Here are three common recursive patterns. Each involves a list.
11598 Recursion does not need to involve lists, but Lisp is designed for lists
11599 and this provides a sense of its primal capabilities.
11600
11601 @menu
11602 * Every::
11603 * Accumulate::
11604 * Keep::
11605 @end menu
11606
11607 @node Every
11608 @unnumberedsubsubsec Recursive Pattern: @emph{every}
11609 @cindex Every, type of recursive pattern
11610 @cindex Recursive pattern: every
11611
11612 In the @code{every} recursive pattern, an action is performed on every
11613 element of a list.
11614
11615 @need 1500
11616 The basic pattern is:
11617
11618 @itemize @bullet
11619 @item
11620 If a list be empty, return @code{nil}.
11621 @item
11622 Else, act on the beginning of the list (the @sc{car} of the list)
11623 @itemize @minus
11624 @item
11625 through a recursive call by the function on the rest (the
11626 @sc{cdr}) of the list,
11627 @item
11628 and, optionally, combine the acted-on element, using @code{cons},
11629 with the results of acting on the rest.
11630 @end itemize
11631 @end itemize
11632
11633 @need 1500
11634 Here is example:
11635
11636 @smallexample
11637 @group
11638 (defun square-each (numbers-list)
11639 "Square each of a NUMBERS LIST, recursively."
11640 (if (not numbers-list) ; do-again-test
11641 nil
11642 (cons
11643 (* (car numbers-list) (car numbers-list))
11644 (square-each (cdr numbers-list))))) ; next-step-expression
11645 @end group
11646
11647 @group
11648 (square-each '(1 2 3))
11649 @result{} (1 4 9)
11650 @end group
11651 @end smallexample
11652
11653 @need 1200
11654 @noindent
11655 If @code{numbers-list} is empty, do nothing. But if it has content,
11656 construct a list combining the square of the first number in the list
11657 with the result of the recursive call.
11658
11659 (The example follows the pattern exactly: @code{nil} is returned if
11660 the numbers' list is empty. In practice, you would write the
11661 conditional so it carries out the action when the numbers' list is not
11662 empty.)
11663
11664 The @code{print-elements-recursively} function (@pxref{Recursion with
11665 list, , Recursion with a List}) is another example of an @code{every}
11666 pattern, except in this case, rather than bring the results together
11667 using @code{cons}, we print each element of output.
11668
11669 @need 1250
11670 The @code{print-elements-recursively} function looks like this:
11671
11672 @smallexample
11673 @group
11674 (setq animals '(gazelle giraffe lion tiger))
11675 @end group
11676
11677 @group
11678 (defun print-elements-recursively (list)
11679 "Print each element of LIST on a line of its own.
11680 Uses recursion."
11681 (when list ; @r{do-again-test}
11682 (print (car list)) ; @r{body}
11683 (print-elements-recursively ; @r{recursive call}
11684 (cdr list)))) ; @r{next-step-expression}
11685
11686 (print-elements-recursively animals)
11687 @end group
11688 @end smallexample
11689
11690 @need 1500
11691 The pattern for @code{print-elements-recursively} is:
11692
11693 @itemize @bullet
11694 @item
11695 When the list is empty, do nothing.
11696 @item
11697 But when the list has at least one element,
11698 @itemize @minus
11699 @item
11700 act on the beginning of the list (the @sc{car} of the list),
11701 @item
11702 and make a recursive call on the rest (the @sc{cdr}) of the list.
11703 @end itemize
11704 @end itemize
11705
11706 @node Accumulate
11707 @unnumberedsubsubsec Recursive Pattern: @emph{accumulate}
11708 @cindex Accumulate, type of recursive pattern
11709 @cindex Recursive pattern: accumulate
11710
11711 Another recursive pattern is called the @code{accumulate} pattern. In
11712 the @code{accumulate} recursive pattern, an action is performed on
11713 every element of a list and the result of that action is accumulated
11714 with the results of performing the action on the other elements.
11715
11716 This is very like the `every' pattern using @code{cons}, except that
11717 @code{cons} is not used, but some other combiner.
11718
11719 @need 1500
11720 The pattern is:
11721
11722 @itemize @bullet
11723 @item
11724 If a list be empty, return zero or some other constant.
11725 @item
11726 Else, act on the beginning of the list (the @sc{car} of the list),
11727 @itemize @minus
11728 @item
11729 and combine that acted-on element, using @code{+} or
11730 some other combining function, with
11731 @item
11732 a recursive call by the function on the rest (the @sc{cdr}) of the list.
11733 @end itemize
11734 @end itemize
11735
11736 @need 1500
11737 Here is an example:
11738
11739 @smallexample
11740 @group
11741 (defun add-elements (numbers-list)
11742 "Add the elements of NUMBERS-LIST together."
11743 (if (not numbers-list)
11744 0
11745 (+ (car numbers-list) (add-elements (cdr numbers-list)))))
11746 @end group
11747
11748 @group
11749 (add-elements '(1 2 3 4))
11750 @result{} 10
11751 @end group
11752 @end smallexample
11753
11754 @xref{Files List, , Making a List of Files}, for an example of the
11755 accumulate pattern.
11756
11757 @node Keep
11758 @unnumberedsubsubsec Recursive Pattern: @emph{keep}
11759 @cindex Keep, type of recursive pattern
11760 @cindex Recursive pattern: keep
11761
11762 A third recursive pattern is called the @code{keep} pattern.
11763 In the @code{keep} recursive pattern, each element of a list is tested;
11764 the element is acted on and the results are kept only if the element
11765 meets a criterion.
11766
11767 Again, this is very like the `every' pattern, except the element is
11768 skipped unless it meets a criterion.
11769
11770 @need 1500
11771 The pattern has three parts:
11772
11773 @itemize @bullet
11774 @item
11775 If a list be empty, return @code{nil}.
11776 @item
11777 Else, if the beginning of the list (the @sc{car} of the list) passes
11778 a test
11779 @itemize @minus
11780 @item
11781 act on that element and combine it, using @code{cons} with
11782 @item
11783 a recursive call by the function on the rest (the @sc{cdr}) of the list.
11784 @end itemize
11785 @item
11786 Otherwise, if the beginning of the list (the @sc{car} of the list) fails
11787 the test
11788 @itemize @minus
11789 @item
11790 skip on that element,
11791 @item
11792 and, recursively call the function on the rest (the @sc{cdr}) of the list.
11793 @end itemize
11794 @end itemize
11795
11796 @need 1500
11797 Here is an example that uses @code{cond}:
11798
11799 @smallexample
11800 @group
11801 (defun keep-three-letter-words (word-list)
11802 "Keep three letter words in WORD-LIST."
11803 (cond
11804 ;; First do-again-test: stop-condition
11805 ((not word-list) nil)
11806
11807 ;; Second do-again-test: when to act
11808 ((eq 3 (length (symbol-name (car word-list))))
11809 ;; combine acted-on element with recursive call on shorter list
11810 (cons (car word-list) (keep-three-letter-words (cdr word-list))))
11811
11812 ;; Third do-again-test: when to skip element;
11813 ;; recursively call shorter list with next-step expression
11814 (t (keep-three-letter-words (cdr word-list)))))
11815 @end group
11816
11817 @group
11818 (keep-three-letter-words '(one two three four five six))
11819 @result{} (one two six)
11820 @end group
11821 @end smallexample
11822
11823 It goes without saying that you need not use @code{nil} as the test for
11824 when to stop; and you can, of course, combine these patterns.
11825
11826 @node No Deferment
11827 @subsection Recursion without Deferments
11828 @cindex Deferment in recursion
11829 @cindex Recursion without Deferments
11830
11831 Let's consider again what happens with the @code{triangle-recursively}
11832 function. We will find that the intermediate calculations are
11833 deferred until all can be done.
11834
11835 @need 800
11836 Here is the function definition:
11837
11838 @smallexample
11839 @group
11840 (defun triangle-recursively (number)
11841 "Return the sum of the numbers 1 through NUMBER inclusive.
11842 Uses recursion."
11843 (if (= number 1) ; @r{do-again-test}
11844 1 ; @r{then-part}
11845 (+ number ; @r{else-part}
11846 (triangle-recursively ; @r{recursive call}
11847 (1- number))))) ; @r{next-step-expression}
11848 @end group
11849 @end smallexample
11850
11851 What happens when we call this function with a argument of 7?
11852
11853 The first instance of the @code{triangle-recursively} function adds
11854 the number 7 to the value returned by a second instance of
11855 @code{triangle-recursively}, an instance that has been passed an
11856 argument of 6. That is to say, the first calculation is:
11857
11858 @smallexample
11859 (+ 7 (triangle-recursively 6))
11860 @end smallexample
11861
11862 @noindent
11863 The first instance of @code{triangle-recursively}---you may want to
11864 think of it as a little robot---cannot complete its job. It must hand
11865 off the calculation for @code{(triangle-recursively 6)} to a second
11866 instance of the program, to a second robot. This second individual is
11867 completely different from the first one; it is, in the jargon, a
11868 `different instantiation'. Or, put another way, it is a different
11869 robot. It is the same model as the first; it calculates triangle
11870 numbers recursively; but it has a different serial number.
11871
11872 And what does @code{(triangle-recursively 6)} return? It returns the
11873 number 6 added to the value returned by evaluating
11874 @code{triangle-recursively} with an argument of 5. Using the robot
11875 metaphor, it asks yet another robot to help it.
11876
11877 @need 800
11878 Now the total is:
11879
11880 @smallexample
11881 (+ 7 6 (triangle-recursively 5))
11882 @end smallexample
11883
11884 @need 800
11885 And what happens next?
11886
11887 @smallexample
11888 (+ 7 6 5 (triangle-recursively 4))
11889 @end smallexample
11890
11891 Each time @code{triangle-recursively} is called, except for the last
11892 time, it creates another instance of the program---another robot---and
11893 asks it to make a calculation.
11894
11895 @need 800
11896 Eventually, the full addition is set up and performed:
11897
11898 @smallexample
11899 (+ 7 6 5 4 3 2 1)
11900 @end smallexample
11901
11902 This design for the function defers the calculation of the first step
11903 until the second can be done, and defers that until the third can be
11904 done, and so on. Each deferment means the computer must remember what
11905 is being waited on. This is not a problem when there are only a few
11906 steps, as in this example. But it can be a problem when there are
11907 more steps.
11908
11909 @node No deferment solution
11910 @subsection No Deferment Solution
11911 @cindex No deferment solution
11912 @cindex Defermentless solution
11913 @cindex Solution without deferment
11914
11915 The solution to the problem of deferred operations is to write in a
11916 manner that does not defer operations@footnote{The phrase @dfn{tail
11917 recursive} is used to describe such a process, one that uses
11918 `constant space'.}. This requires
11919 writing to a different pattern, often one that involves writing two
11920 function definitions, an `initialization' function and a `helper'
11921 function.
11922
11923 The `initialization' function sets up the job; the `helper' function
11924 does the work.
11925
11926 @need 1200
11927 Here are the two function definitions for adding up numbers. They are
11928 so simple, I find them hard to understand.
11929
11930 @smallexample
11931 @group
11932 (defun triangle-initialization (number)
11933 "Return the sum of the numbers 1 through NUMBER inclusive.
11934 This is the `initialization' component of a two function
11935 duo that uses recursion."
11936 (triangle-recursive-helper 0 0 number))
11937 @end group
11938 @end smallexample
11939
11940 @smallexample
11941 @group
11942 (defun triangle-recursive-helper (sum counter number)
11943 "Return SUM, using COUNTER, through NUMBER inclusive.
11944 This is the `helper' component of a two function duo
11945 that uses recursion."
11946 (if (> counter number)
11947 sum
11948 (triangle-recursive-helper (+ sum counter) ; @r{sum}
11949 (1+ counter) ; @r{counter}
11950 number))) ; @r{number}
11951 @end group
11952 @end smallexample
11953
11954 @need 1250
11955 Install both function definitions by evaluating them, then call
11956 @code{triangle-initialization} with 2 rows:
11957
11958 @smallexample
11959 @group
11960 (triangle-initialization 2)
11961 @result{} 3
11962 @end group
11963 @end smallexample
11964
11965 The `initialization' function calls the first instance of the `helper'
11966 function with three arguments: zero, zero, and a number which is the
11967 number of rows in the triangle.
11968
11969 The first two arguments passed to the `helper' function are
11970 initialization values. These values are changed when
11971 @code{triangle-recursive-helper} invokes new instances.@footnote{The
11972 jargon is mildly confusing: @code{triangle-recursive-helper} uses a
11973 process that is iterative in a procedure that is recursive. The
11974 process is called iterative because the computer need only record the
11975 three values, @code{sum}, @code{counter}, and @code{number}; the
11976 procedure is recursive because the function `calls itself'. On the
11977 other hand, both the process and the procedure used by
11978 @code{triangle-recursively} are called recursive. The word
11979 `recursive' has different meanings in the two contexts.}
11980
11981 Let's see what happens when we have a triangle that has one row. (This
11982 triangle will have one pebble in it!)
11983
11984 @need 1200
11985 @code{triangle-initialization} will call its helper with
11986 the arguments @w{@code{0 0 1}}. That function will run the conditional
11987 test whether @code{(> counter number)}:
11988
11989 @smallexample
11990 (> 0 1)
11991 @end smallexample
11992
11993 @need 1200
11994 @noindent
11995 and find that the result is false, so it will invoke
11996 the else-part of the @code{if} clause:
11997
11998 @smallexample
11999 @group
12000 (triangle-recursive-helper
12001 (+ sum counter) ; @r{sum plus counter} @result{} @r{sum}
12002 (1+ counter) ; @r{increment counter} @result{} @r{counter}
12003 number) ; @r{number stays the same}
12004 @end group
12005 @end smallexample
12006
12007 @need 800
12008 @noindent
12009 which will first compute:
12010
12011 @smallexample
12012 @group
12013 (triangle-recursive-helper (+ 0 0) ; @r{sum}
12014 (1+ 0) ; @r{counter}
12015 1) ; @r{number}
12016 @exdent which is:
12017
12018 (triangle-recursive-helper 0 1 1)
12019 @end group
12020 @end smallexample
12021
12022 Again, @code{(> counter number)} will be false, so again, the Lisp
12023 interpreter will evaluate @code{triangle-recursive-helper}, creating a
12024 new instance with new arguments.
12025
12026 @need 800
12027 This new instance will be;
12028
12029 @smallexample
12030 @group
12031 (triangle-recursive-helper
12032 (+ sum counter) ; @r{sum plus counter} @result{} @r{sum}
12033 (1+ counter) ; @r{increment counter} @result{} @r{counter}
12034 number) ; @r{number stays the same}
12035
12036 @exdent which is:
12037
12038 (triangle-recursive-helper 1 2 1)
12039 @end group
12040 @end smallexample
12041
12042 In this case, the @code{(> counter number)} test will be true! So the
12043 instance will return the value of the sum, which will be 1, as
12044 expected.
12045
12046 Now, let's pass @code{triangle-initialization} an argument
12047 of 2, to find out how many pebbles there are in a triangle with two rows.
12048
12049 That function calls @code{(triangle-recursive-helper 0 0 2)}.
12050
12051 @need 800
12052 In stages, the instances called will be:
12053
12054 @smallexample
12055 @group
12056 @r{sum counter number}
12057 (triangle-recursive-helper 0 1 2)
12058
12059 (triangle-recursive-helper 1 2 2)
12060
12061 (triangle-recursive-helper 3 3 2)
12062 @end group
12063 @end smallexample
12064
12065 When the last instance is called, the @code{(> counter number)} test
12066 will be true, so the instance will return the value of @code{sum},
12067 which will be 3.
12068
12069 This kind of pattern helps when you are writing functions that can use
12070 many resources in a computer.
12071
12072 @need 1500
12073 @node Looping exercise
12074 @section Looping Exercise
12075
12076 @itemize @bullet
12077 @item
12078 Write a function similar to @code{triangle} in which each row has a
12079 value which is the square of the row number. Use a @code{while} loop.
12080
12081 @item
12082 Write a function similar to @code{triangle} that multiplies instead of
12083 adds the values.
12084
12085 @item
12086 Rewrite these two functions recursively. Rewrite these functions
12087 using @code{cond}.
12088
12089 @c comma in printed title causes problem in Info cross reference
12090 @item
12091 Write a function for Texinfo mode that creates an index entry at the
12092 beginning of a paragraph for every @samp{@@dfn} within the paragraph.
12093 (In a Texinfo file, @samp{@@dfn} marks a definition. This book is
12094 written in Texinfo.)
12095
12096 Many of the functions you will need are described in two of the
12097 previous chapters, @ref{Cutting & Storing Text, , Cutting and Storing
12098 Text}, and @ref{Yanking, , Yanking Text Back}. If you use
12099 @code{forward-paragraph} to put the index entry at the beginning of
12100 the paragraph, you will have to use @w{@kbd{C-h f}}
12101 (@code{describe-function}) to find out how to make the command go
12102 backwards.
12103
12104 For more information, see
12105 @ifinfo
12106 @ref{Indicating, , Indicating Definitions, texinfo}.
12107 @end ifinfo
12108 @ifhtml
12109 @ref{Indicating, , Indicating, texinfo, Texinfo Manual}, which goes to
12110 a Texinfo manual in the current directory. Or, if you are on the
12111 Internet, see
12112 @uref{http://www.gnu.org/software/texinfo/manual/texinfo/}
12113 @end ifhtml
12114 @iftex
12115 ``Indicating Definitions, Commands, etc.'' in @cite{Texinfo, The GNU
12116 Documentation Format}.
12117 @end iftex
12118 @end itemize
12119
12120 @node Regexp Search
12121 @chapter Regular Expression Searches
12122 @cindex Searches, illustrating
12123 @cindex Regular expression searches
12124 @cindex Patterns, searching for
12125 @cindex Motion by sentence and paragraph
12126 @cindex Sentences, movement by
12127 @cindex Paragraphs, movement by
12128
12129 Regular expression searches are used extensively in GNU Emacs. The
12130 two functions, @code{forward-sentence} and @code{forward-paragraph},
12131 illustrate these searches well. They use regular expressions to find
12132 where to move point. The phrase `regular expression' is often written
12133 as `regexp'.
12134
12135 Regular expression searches are described in @ref{Regexp Search, ,
12136 Regular Expression Search, emacs, The GNU Emacs Manual}, as well as in
12137 @ref{Regular Expressions, , , elisp, The GNU Emacs Lisp Reference
12138 Manual}. In writing this chapter, I am presuming that you have at
12139 least a mild acquaintance with them. The major point to remember is
12140 that regular expressions permit you to search for patterns as well as
12141 for literal strings of characters. For example, the code in
12142 @code{forward-sentence} searches for the pattern of possible
12143 characters that could mark the end of a sentence, and moves point to
12144 that spot.
12145
12146 Before looking at the code for the @code{forward-sentence} function, it
12147 is worth considering what the pattern that marks the end of a sentence
12148 must be. The pattern is discussed in the next section; following that
12149 is a description of the regular expression search function,
12150 @code{re-search-forward}. The @code{forward-sentence} function
12151 is described in the section following. Finally, the
12152 @code{forward-paragraph} function is described in the last section of
12153 this chapter. @code{forward-paragraph} is a complex function that
12154 introduces several new features.
12155
12156 @menu
12157 * sentence-end:: The regular expression for @code{sentence-end}.
12158 * re-search-forward:: Very similar to @code{search-forward}.
12159 * forward-sentence:: A straightforward example of regexp search.
12160 * forward-paragraph:: A somewhat complex example.
12161 * etags:: How to create your own @file{TAGS} table.
12162 * Regexp Review::
12163 * re-search Exercises::
12164 @end menu
12165
12166 @node sentence-end
12167 @section The Regular Expression for @code{sentence-end}
12168 @findex sentence-end
12169
12170 The symbol @code{sentence-end} is bound to the pattern that marks the
12171 end of a sentence. What should this regular expression be?
12172
12173 Clearly, a sentence may be ended by a period, a question mark, or an
12174 exclamation mark. Indeed, in English, only clauses that end with one
12175 of those three characters should be considered the end of a sentence.
12176 This means that the pattern should include the character set:
12177
12178 @smallexample
12179 [.?!]
12180 @end smallexample
12181
12182 However, we do not want @code{forward-sentence} merely to jump to a
12183 period, a question mark, or an exclamation mark, because such a character
12184 might be used in the middle of a sentence. A period, for example, is
12185 used after abbreviations. So other information is needed.
12186
12187 According to convention, you type two spaces after every sentence, but
12188 only one space after a period, a question mark, or an exclamation mark in
12189 the body of a sentence. So a period, a question mark, or an exclamation
12190 mark followed by two spaces is a good indicator of an end of sentence.
12191 However, in a file, the two spaces may instead be a tab or the end of a
12192 line. This means that the regular expression should include these three
12193 items as alternatives.
12194
12195 @need 800
12196 This group of alternatives will look like this:
12197
12198 @smallexample
12199 @group
12200 \\($\\| \\| \\)
12201 ^ ^^
12202 TAB SPC
12203 @end group
12204 @end smallexample
12205
12206 @noindent
12207 Here, @samp{$} indicates the end of the line, and I have pointed out
12208 where the tab and two spaces are inserted in the expression. Both are
12209 inserted by putting the actual characters into the expression.
12210
12211 Two backslashes, @samp{\\}, are required before the parentheses and
12212 vertical bars: the first backslash quotes the following backslash in
12213 Emacs; and the second indicates that the following character, the
12214 parenthesis or the vertical bar, is special.
12215
12216 @need 1000
12217 Also, a sentence may be followed by one or more carriage returns, like
12218 this:
12219
12220 @smallexample
12221 @group
12222 [
12223 ]*
12224 @end group
12225 @end smallexample
12226
12227 @noindent
12228 Like tabs and spaces, a carriage return is inserted into a regular
12229 expression by inserting it literally. The asterisk indicates that the
12230 @key{RET} is repeated zero or more times.
12231
12232 But a sentence end does not consist only of a period, a question mark or
12233 an exclamation mark followed by appropriate space: a closing quotation
12234 mark or a closing brace of some kind may precede the space. Indeed more
12235 than one such mark or brace may precede the space. These require a
12236 expression that looks like this:
12237
12238 @smallexample
12239 []\"')@}]*
12240 @end smallexample
12241
12242 In this expression, the first @samp{]} is the first character in the
12243 expression; the second character is @samp{"}, which is preceded by a
12244 @samp{\} to tell Emacs the @samp{"} is @emph{not} special. The last
12245 three characters are @samp{'}, @samp{)}, and @samp{@}}.
12246
12247 All this suggests what the regular expression pattern for matching the
12248 end of a sentence should be; and, indeed, if we evaluate
12249 @code{sentence-end} we find that it returns the following value:
12250
12251 @smallexample
12252 @group
12253 sentence-end
12254 @result{} "[.?!][]\"')@}]*\\($\\| \\| \\)[
12255 ]*"
12256 @end group
12257 @end smallexample
12258
12259 @noindent
12260 (Well, not in GNU Emacs 22; that is because of an effort to make the
12261 process simpler and to handle more glyphs and languages. When the
12262 value of @code{sentence-end} is @code{nil}, then use the value defined
12263 by the function @code{sentence-end}. (Here is a use of the difference
12264 between a value and a function in Emacs Lisp.) The function returns a
12265 value constructed from the variables @code{sentence-end-base},
12266 @code{sentence-end-double-space}, @code{sentence-end-without-period},
12267 and @code{sentence-end-without-space}. The critical variable is
12268 @code{sentence-end-base}; its global value is similar to the one
12269 described above but it also contains two additional quotation marks.
12270 These have differing degrees of curliness. The
12271 @code{sentence-end-without-period} variable, when true, tells Emacs
12272 that a sentence may end without a period, such as text in Thai.)
12273
12274 @ignore
12275 @noindent
12276 (Note that here the @key{TAB}, two spaces, and @key{RET} are shown
12277 literally in the pattern.)
12278
12279 This regular expression can be deciphered as follows:
12280
12281 @table @code
12282 @item [.?!]
12283 The first part of the pattern is the three characters, a period, a question
12284 mark and an exclamation mark, within square brackets. The pattern must
12285 begin with one or other of these characters.
12286
12287 @item []\"')@}]*
12288 The second part of the pattern is the group of closing braces and
12289 quotation marks, which can appear zero or more times. These may follow
12290 the period, question mark or exclamation mark. In a regular expression,
12291 the backslash, @samp{\}, followed by the double quotation mark,
12292 @samp{"}, indicates the class of string-quote characters. Usually, the
12293 double quotation mark is the only character in this class. The
12294 asterisk, @samp{*}, indicates that the items in the previous group (the
12295 group surrounded by square brackets, @samp{[]}) may be repeated zero or
12296 more times.
12297
12298 @item \\($\\| \\| \\)
12299 The third part of the pattern is one or other of: either the end of a
12300 line, or two blank spaces, or a tab. The double back-slashes are used
12301 to prevent Emacs from reading the parentheses and vertical bars as part
12302 of the search pattern; the parentheses are used to mark the group and
12303 the vertical bars are used to indicated that the patterns to either side
12304 of them are alternatives. The dollar sign is used to indicate the end
12305 of a line and both the two spaces and the tab are each inserted as is to
12306 indicate what they are.
12307
12308 @item [@key{RET}]*
12309 Finally, the last part of the pattern indicates that the end of the line
12310 or the whitespace following the period, question mark or exclamation
12311 mark may, but need not, be followed by one or more carriage returns. In
12312 the pattern, the carriage return is inserted as an actual carriage
12313 return between square brackets but here it is shown as @key{RET}.
12314 @end table
12315 @end ignore
12316
12317 @node re-search-forward
12318 @section The @code{re-search-forward} Function
12319 @findex re-search-forward
12320
12321 The @code{re-search-forward} function is very like the
12322 @code{search-forward} function. (@xref{search-forward, , The
12323 @code{search-forward} Function}.)
12324
12325 @code{re-search-forward} searches for a regular expression. If the
12326 search is successful, it leaves point immediately after the last
12327 character in the target. If the search is backwards, it leaves point
12328 just before the first character in the target. You may tell
12329 @code{re-search-forward} to return @code{t} for true. (Moving point
12330 is therefore a `side effect'.)
12331
12332 Like @code{search-forward}, the @code{re-search-forward} function takes
12333 four arguments:
12334
12335 @enumerate
12336 @item
12337 The first argument is the regular expression that the function searches
12338 for. The regular expression will be a string between quotation marks.
12339
12340 @item
12341 The optional second argument limits how far the function will search; it is a
12342 bound, which is specified as a position in the buffer.
12343
12344 @item
12345 The optional third argument specifies how the function responds to
12346 failure: @code{nil} as the third argument causes the function to
12347 signal an error (and print a message) when the search fails; any other
12348 value causes it to return @code{nil} if the search fails and @code{t}
12349 if the search succeeds.
12350
12351 @item
12352 The optional fourth argument is the repeat count. A negative repeat
12353 count causes @code{re-search-forward} to search backwards.
12354 @end enumerate
12355
12356 @need 800
12357 The template for @code{re-search-forward} looks like this:
12358
12359 @smallexample
12360 @group
12361 (re-search-forward "@var{regular-expression}"
12362 @var{limit-of-search}
12363 @var{what-to-do-if-search-fails}
12364 @var{repeat-count})
12365 @end group
12366 @end smallexample
12367
12368 The second, third, and fourth arguments are optional. However, if you
12369 want to pass a value to either or both of the last two arguments, you
12370 must also pass a value to all the preceding arguments. Otherwise, the
12371 Lisp interpreter will mistake which argument you are passing the value
12372 to.
12373
12374 @need 1200
12375 In the @code{forward-sentence} function, the regular expression will be
12376 the value of the variable @code{sentence-end}. In simple form, that is:
12377
12378 @smallexample
12379 @group
12380 "[.?!][]\"')@}]*\\($\\| \\| \\)[
12381 ]*"
12382 @end group
12383 @end smallexample
12384
12385 @noindent
12386 The limit of the search will be the end of the paragraph (since a
12387 sentence cannot go beyond a paragraph). If the search fails, the
12388 function will return @code{nil}; and the repeat count will be provided
12389 by the argument to the @code{forward-sentence} function.
12390
12391 @node forward-sentence
12392 @section @code{forward-sentence}
12393 @findex forward-sentence
12394
12395 The command to move the cursor forward a sentence is a straightforward
12396 illustration of how to use regular expression searches in Emacs Lisp.
12397 Indeed, the function looks longer and more complicated than it is; this
12398 is because the function is designed to go backwards as well as forwards;
12399 and, optionally, over more than one sentence. The function is usually
12400 bound to the key command @kbd{M-e}.
12401
12402 @menu
12403 * Complete forward-sentence::
12404 * fwd-sentence while loops:: Two @code{while} loops.
12405 * fwd-sentence re-search:: A regular expression search.
12406 @end menu
12407
12408 @ifnottex
12409 @node Complete forward-sentence
12410 @unnumberedsubsec Complete @code{forward-sentence} function definition
12411 @end ifnottex
12412
12413 @need 1250
12414 Here is the code for @code{forward-sentence}:
12415
12416 @c in GNU Emacs 22
12417 @smallexample
12418 @group
12419 (defun forward-sentence (&optional arg)
12420 "Move forward to next `sentence-end'. With argument, repeat.
12421 With negative argument, move backward repeatedly to `sentence-beginning'.
12422
12423 The variable `sentence-end' is a regular expression that matches ends of
12424 sentences. Also, every paragraph boundary terminates sentences as well."
12425 @end group
12426 @group
12427 (interactive "p")
12428 (or arg (setq arg 1))
12429 (let ((opoint (point))
12430 (sentence-end (sentence-end)))
12431 (while (< arg 0)
12432 (let ((pos (point))
12433 (par-beg (save-excursion (start-of-paragraph-text) (point))))
12434 (if (and (re-search-backward sentence-end par-beg t)
12435 (or (< (match-end 0) pos)
12436 (re-search-backward sentence-end par-beg t)))
12437 (goto-char (match-end 0))
12438 (goto-char par-beg)))
12439 (setq arg (1+ arg)))
12440 @end group
12441 @group
12442 (while (> arg 0)
12443 (let ((par-end (save-excursion (end-of-paragraph-text) (point))))
12444 (if (re-search-forward sentence-end par-end t)
12445 (skip-chars-backward " \t\n")
12446 (goto-char par-end)))
12447 (setq arg (1- arg)))
12448 (constrain-to-field nil opoint t)))
12449 @end group
12450 @end smallexample
12451
12452 @ignore
12453 GNU Emacs 21
12454 @smallexample
12455 @group
12456 (defun forward-sentence (&optional arg)
12457 "Move forward to next sentence-end. With argument, repeat.
12458 With negative argument, move backward repeatedly to sentence-beginning.
12459 Sentence ends are identified by the value of sentence-end
12460 treated as a regular expression. Also, every paragraph boundary
12461 terminates sentences as well."
12462 @end group
12463 @group
12464 (interactive "p")
12465 (or arg (setq arg 1))
12466 (while (< arg 0)
12467 (let ((par-beg
12468 (save-excursion (start-of-paragraph-text) (point))))
12469 (if (re-search-backward
12470 (concat sentence-end "[^ \t\n]") par-beg t)
12471 (goto-char (1- (match-end 0)))
12472 (goto-char par-beg)))
12473 (setq arg (1+ arg)))
12474 (while (> arg 0)
12475 (let ((par-end
12476 (save-excursion (end-of-paragraph-text) (point))))
12477 (if (re-search-forward sentence-end par-end t)
12478 (skip-chars-backward " \t\n")
12479 (goto-char par-end)))
12480 (setq arg (1- arg))))
12481 @end group
12482 @end smallexample
12483 @end ignore
12484
12485 The function looks long at first sight and it is best to look at its
12486 skeleton first, and then its muscle. The way to see the skeleton is to
12487 look at the expressions that start in the left-most columns:
12488
12489 @smallexample
12490 @group
12491 (defun forward-sentence (&optional arg)
12492 "@var{documentation}@dots{}"
12493 (interactive "p")
12494 (or arg (setq arg 1))
12495 (let ((opoint (point)) (sentence-end (sentence-end)))
12496 (while (< arg 0)
12497 (let ((pos (point))
12498 (par-beg (save-excursion (start-of-paragraph-text) (point))))
12499 @var{rest-of-body-of-while-loop-when-going-backwards}
12500 (while (> arg 0)
12501 (let ((par-end (save-excursion (end-of-paragraph-text) (point))))
12502 @var{rest-of-body-of-while-loop-when-going-forwards}
12503 @var{handle-forms-and-equivalent}
12504 @end group
12505 @end smallexample
12506
12507 This looks much simpler! The function definition consists of
12508 documentation, an @code{interactive} expression, an @code{or}
12509 expression, a @code{let} expression, and @code{while} loops.
12510
12511 Let's look at each of these parts in turn.
12512
12513 We note that the documentation is thorough and understandable.
12514
12515 The function has an @code{interactive "p"} declaration. This means
12516 that the processed prefix argument, if any, is passed to the
12517 function as its argument. (This will be a number.) If the function
12518 is not passed an argument (it is optional) then the argument
12519 @code{arg} will be bound to 1.
12520
12521 When @code{forward-sentence} is called non-interactively without an
12522 argument, @code{arg} is bound to @code{nil}. The @code{or} expression
12523 handles this. What it does is either leave the value of @code{arg} as
12524 it is, but only if @code{arg} is bound to a value; or it sets the
12525 value of @code{arg} to 1, in the case when @code{arg} is bound to
12526 @code{nil}.
12527
12528 Next is a @code{let}. That specifies the values of two local
12529 variables, @code{point} and @code{sentence-end}. The local value of
12530 point, from before the search, is used in the
12531 @code{constrain-to-field} function which handles forms and
12532 equivalents. The @code{sentence-end} variable is set by the
12533 @code{sentence-end} function.
12534
12535 @node fwd-sentence while loops
12536 @unnumberedsubsec The @code{while} loops
12537
12538 Two @code{while} loops follow. The first @code{while} has a
12539 true-or-false-test that tests true if the prefix argument for
12540 @code{forward-sentence} is a negative number. This is for going
12541 backwards. The body of this loop is similar to the body of the second
12542 @code{while} clause, but it is not exactly the same. We will skip
12543 this @code{while} loop and concentrate on the second @code{while}
12544 loop.
12545
12546 @need 1500
12547 The second @code{while} loop is for moving point forward. Its skeleton
12548 looks like this:
12549
12550 @smallexample
12551 @group
12552 (while (> arg 0) ; @r{true-or-false-test}
12553 (let @var{varlist}
12554 (if (@var{true-or-false-test})
12555 @var{then-part}
12556 @var{else-part}
12557 (setq arg (1- arg)))) ; @code{while} @r{loop decrementer}
12558 @end group
12559 @end smallexample
12560
12561 The @code{while} loop is of the decrementing kind.
12562 (@xref{Decrementing Loop, , A Loop with a Decrementing Counter}.) It
12563 has a true-or-false-test that tests true so long as the counter (in
12564 this case, the variable @code{arg}) is greater than zero; and it has a
12565 decrementer that subtracts 1 from the value of the counter every time
12566 the loop repeats.
12567
12568 If no prefix argument is given to @code{forward-sentence}, which is
12569 the most common way the command is used, this @code{while} loop will
12570 run once, since the value of @code{arg} will be 1.
12571
12572 The body of the @code{while} loop consists of a @code{let} expression,
12573 which creates and binds a local variable, and has, as its body, an
12574 @code{if} expression.
12575
12576 @need 1250
12577 The body of the @code{while} loop looks like this:
12578
12579 @smallexample
12580 @group
12581 (let ((par-end
12582 (save-excursion (end-of-paragraph-text) (point))))
12583 (if (re-search-forward sentence-end par-end t)
12584 (skip-chars-backward " \t\n")
12585 (goto-char par-end)))
12586 @end group
12587 @end smallexample
12588
12589 The @code{let} expression creates and binds the local variable
12590 @code{par-end}. As we shall see, this local variable is designed to
12591 provide a bound or limit to the regular expression search. If the
12592 search fails to find a proper sentence ending in the paragraph, it will
12593 stop on reaching the end of the paragraph.
12594
12595 But first, let us examine how @code{par-end} is bound to the value of
12596 the end of the paragraph. What happens is that the @code{let} sets the
12597 value of @code{par-end} to the value returned when the Lisp interpreter
12598 evaluates the expression
12599
12600 @smallexample
12601 @group
12602 (save-excursion (end-of-paragraph-text) (point))
12603 @end group
12604 @end smallexample
12605
12606 @noindent
12607 In this expression, @code{(end-of-paragraph-text)} moves point to the
12608 end of the paragraph, @code{(point)} returns the value of point, and then
12609 @code{save-excursion} restores point to its original position. Thus,
12610 the @code{let} binds @code{par-end} to the value returned by the
12611 @code{save-excursion} expression, which is the position of the end of
12612 the paragraph. (The @code{end-of-paragraph-text} function uses
12613 @code{forward-paragraph}, which we will discuss shortly.)
12614
12615 @need 1200
12616 Emacs next evaluates the body of the @code{let}, which is an @code{if}
12617 expression that looks like this:
12618
12619 @smallexample
12620 @group
12621 (if (re-search-forward sentence-end par-end t) ; @r{if-part}
12622 (skip-chars-backward " \t\n") ; @r{then-part}
12623 (goto-char par-end))) ; @r{else-part}
12624 @end group
12625 @end smallexample
12626
12627 The @code{if} tests whether its first argument is true and if so,
12628 evaluates its then-part; otherwise, the Emacs Lisp interpreter
12629 evaluates the else-part. The true-or-false-test of the @code{if}
12630 expression is the regular expression search.
12631
12632 It may seem odd to have what looks like the `real work' of
12633 the @code{forward-sentence} function buried here, but this is a common
12634 way this kind of operation is carried out in Lisp.
12635
12636 @node fwd-sentence re-search
12637 @unnumberedsubsec The regular expression search
12638
12639 The @code{re-search-forward} function searches for the end of the
12640 sentence, that is, for the pattern defined by the @code{sentence-end}
12641 regular expression. If the pattern is found---if the end of the sentence is
12642 found---then the @code{re-search-forward} function does two things:
12643
12644 @enumerate
12645 @item
12646 The @code{re-search-forward} function carries out a side effect, which
12647 is to move point to the end of the occurrence found.
12648
12649 @item
12650 The @code{re-search-forward} function returns a value of true. This is
12651 the value received by the @code{if}, and means that the search was
12652 successful.
12653 @end enumerate
12654
12655 @noindent
12656 The side effect, the movement of point, is completed before the
12657 @code{if} function is handed the value returned by the successful
12658 conclusion of the search.
12659
12660 When the @code{if} function receives the value of true from a successful
12661 call to @code{re-search-forward}, the @code{if} evaluates the then-part,
12662 which is the expression @code{(skip-chars-backward " \t\n")}. This
12663 expression moves backwards over any blank spaces, tabs or carriage
12664 returns until a printed character is found and then leaves point after
12665 the character. Since point has already been moved to the end of the
12666 pattern that marks the end of the sentence, this action leaves point
12667 right after the closing printed character of the sentence, which is
12668 usually a period.
12669
12670 On the other hand, if the @code{re-search-forward} function fails to
12671 find a pattern marking the end of the sentence, the function returns
12672 false. The false then causes the @code{if} to evaluate its third
12673 argument, which is @code{(goto-char par-end)}: it moves point to the
12674 end of the paragraph.
12675
12676 (And if the text is in a form or equivalent, and point may not move
12677 fully, then the @code{constrain-to-field} function comes into play.)
12678
12679 Regular expression searches are exceptionally useful and the pattern
12680 illustrated by @code{re-search-forward}, in which the search is the
12681 test of an @code{if} expression, is handy. You will see or write code
12682 incorporating this pattern often.
12683
12684 @node forward-paragraph
12685 @section @code{forward-paragraph}: a Goldmine of Functions
12686 @findex forward-paragraph
12687
12688 @ignore
12689 @c in GNU Emacs 22
12690 (defun forward-paragraph (&optional arg)
12691 "Move forward to end of paragraph.
12692 With argument ARG, do it ARG times;
12693 a negative argument ARG = -N means move backward N paragraphs.
12694
12695 A line which `paragraph-start' matches either separates paragraphs
12696 \(if `paragraph-separate' matches it also) or is the first line of a paragraph.
12697 A paragraph end is the beginning of a line which is not part of the paragraph
12698 to which the end of the previous line belongs, or the end of the buffer.
12699 Returns the count of paragraphs left to move."
12700 (interactive "p")
12701 (or arg (setq arg 1))
12702 (let* ((opoint (point))
12703 (fill-prefix-regexp
12704 (and fill-prefix (not (equal fill-prefix ""))
12705 (not paragraph-ignore-fill-prefix)
12706 (regexp-quote fill-prefix)))
12707 ;; Remove ^ from paragraph-start and paragraph-sep if they are there.
12708 ;; These regexps shouldn't be anchored, because we look for them
12709 ;; starting at the left-margin. This allows paragraph commands to
12710 ;; work normally with indented text.
12711 ;; This hack will not find problem cases like "whatever\\|^something".
12712 (parstart (if (and (not (equal "" paragraph-start))
12713 (equal ?^ (aref paragraph-start 0)))
12714 (substring paragraph-start 1)
12715 paragraph-start))
12716 (parsep (if (and (not (equal "" paragraph-separate))
12717 (equal ?^ (aref paragraph-separate 0)))
12718 (substring paragraph-separate 1)
12719 paragraph-separate))
12720 (parsep
12721 (if fill-prefix-regexp
12722 (concat parsep "\\|"
12723 fill-prefix-regexp "[ \t]*$")
12724 parsep))
12725 ;; This is used for searching.
12726 (sp-parstart (concat "^[ \t]*\\(?:" parstart "\\|" parsep "\\)"))
12727 start found-start)
12728 (while (and (< arg 0) (not (bobp)))
12729 (if (and (not (looking-at parsep))
12730 (re-search-backward "^\n" (max (1- (point)) (point-min)) t)
12731 (looking-at parsep))
12732 (setq arg (1+ arg))
12733 (setq start (point))
12734 ;; Move back over paragraph-separating lines.
12735 (forward-char -1) (beginning-of-line)
12736 (while (and (not (bobp))
12737 (progn (move-to-left-margin)
12738 (looking-at parsep)))
12739 (forward-line -1))
12740 (if (bobp)
12741 nil
12742 (setq arg (1+ arg))
12743 ;; Go to end of the previous (non-separating) line.
12744 (end-of-line)
12745 ;; Search back for line that starts or separates paragraphs.
12746 (if (if fill-prefix-regexp
12747 ;; There is a fill prefix; it overrides parstart.
12748 (let (multiple-lines)
12749 (while (and (progn (beginning-of-line) (not (bobp)))
12750 (progn (move-to-left-margin)
12751 (not (looking-at parsep)))
12752 (looking-at fill-prefix-regexp))
12753 (unless (= (point) start)
12754 (setq multiple-lines t))
12755 (forward-line -1))
12756 (move-to-left-margin)
12757 ;; This deleted code caused a long hanging-indent line
12758 ;; not to be filled together with the following lines.
12759 ;; ;; Don't move back over a line before the paragraph
12760 ;; ;; which doesn't start with fill-prefix
12761 ;; ;; unless that is the only line we've moved over.
12762 ;; (and (not (looking-at fill-prefix-regexp))
12763 ;; multiple-lines
12764 ;; (forward-line 1))
12765 (not (bobp)))
12766 (while (and (re-search-backward sp-parstart nil 1)
12767 (setq found-start t)
12768 ;; Found a candidate, but need to check if it is a
12769 ;; REAL parstart.
12770 (progn (setq start (point))
12771 (move-to-left-margin)
12772 (not (looking-at parsep)))
12773 (not (and (looking-at parstart)
12774 (or (not use-hard-newlines)
12775 (bobp)
12776 (get-text-property
12777 (1- start) 'hard)))))
12778 (setq found-start nil)
12779 (goto-char start))
12780 found-start)
12781 ;; Found one.
12782 (progn
12783 ;; Move forward over paragraph separators.
12784 ;; We know this cannot reach the place we started
12785 ;; because we know we moved back over a non-separator.
12786 (while (and (not (eobp))
12787 (progn (move-to-left-margin)
12788 (looking-at parsep)))
12789 (forward-line 1))
12790 ;; If line before paragraph is just margin, back up to there.
12791 (end-of-line 0)
12792 (if (> (current-column) (current-left-margin))
12793 (forward-char 1)
12794 (skip-chars-backward " \t")
12795 (if (not (bolp))
12796 (forward-line 1))))
12797 ;; No starter or separator line => use buffer beg.
12798 (goto-char (point-min))))))
12799
12800 (while (and (> arg 0) (not (eobp)))
12801 ;; Move forward over separator lines...
12802 (while (and (not (eobp))
12803 (progn (move-to-left-margin) (not (eobp)))
12804 (looking-at parsep))
12805 (forward-line 1))
12806 (unless (eobp) (setq arg (1- arg)))
12807 ;; ... and one more line.
12808 (forward-line 1)
12809 (if fill-prefix-regexp
12810 ;; There is a fill prefix; it overrides parstart.
12811 (while (and (not (eobp))
12812 (progn (move-to-left-margin) (not (eobp)))
12813 (not (looking-at parsep))
12814 (looking-at fill-prefix-regexp))
12815 (forward-line 1))
12816 (while (and (re-search-forward sp-parstart nil 1)
12817 (progn (setq start (match-beginning 0))
12818 (goto-char start)
12819 (not (eobp)))
12820 (progn (move-to-left-margin)
12821 (not (looking-at parsep)))
12822 (or (not (looking-at parstart))
12823 (and use-hard-newlines
12824 (not (get-text-property (1- start) 'hard)))))
12825 (forward-char 1))
12826 (if (< (point) (point-max))
12827 (goto-char start))))
12828 (constrain-to-field nil opoint t)
12829 ;; Return the number of steps that could not be done.
12830 arg))
12831 @end ignore
12832
12833 The @code{forward-paragraph} function moves point forward to the end
12834 of the paragraph. It is usually bound to @kbd{M-@}} and makes use of a
12835 number of functions that are important in themselves, including
12836 @code{let*}, @code{match-beginning}, and @code{looking-at}.
12837
12838 The function definition for @code{forward-paragraph} is considerably
12839 longer than the function definition for @code{forward-sentence}
12840 because it works with a paragraph, each line of which may begin with a
12841 fill prefix.
12842
12843 A fill prefix consists of a string of characters that are repeated at
12844 the beginning of each line. For example, in Lisp code, it is a
12845 convention to start each line of a paragraph-long comment with
12846 @samp{;;; }. In Text mode, four blank spaces make up another common
12847 fill prefix, creating an indented paragraph. (@xref{Fill Prefix, , ,
12848 emacs, The GNU Emacs Manual}, for more information about fill
12849 prefixes.)
12850
12851 The existence of a fill prefix means that in addition to being able to
12852 find the end of a paragraph whose lines begin on the left-most
12853 column, the @code{forward-paragraph} function must be able to find the
12854 end of a paragraph when all or many of the lines in the buffer begin
12855 with the fill prefix.
12856
12857 Moreover, it is sometimes practical to ignore a fill prefix that
12858 exists, especially when blank lines separate paragraphs.
12859 This is an added complication.
12860
12861 @menu
12862 * forward-paragraph in brief:: Key parts of the function definition.
12863 * fwd-para let:: The @code{let*} expression.
12864 * fwd-para while:: The forward motion @code{while} loop.
12865 @end menu
12866
12867 @ifnottex
12868 @node forward-paragraph in brief
12869 @unnumberedsubsec Shortened @code{forward-paragraph} function definition
12870 @end ifnottex
12871
12872 Rather than print all of the @code{forward-paragraph} function, we
12873 will only print parts of it. Read without preparation, the function
12874 can be daunting!
12875
12876 @need 800
12877 In outline, the function looks like this:
12878
12879 @smallexample
12880 @group
12881 (defun forward-paragraph (&optional arg)
12882 "@var{documentation}@dots{}"
12883 (interactive "p")
12884 (or arg (setq arg 1))
12885 (let*
12886 @var{varlist}
12887 (while (and (< arg 0) (not (bobp))) ; @r{backward-moving-code}
12888 @dots{}
12889 (while (and (> arg 0) (not (eobp))) ; @r{forward-moving-code}
12890 @dots{}
12891 @end group
12892 @end smallexample
12893
12894 The first parts of the function are routine: the function's argument
12895 list consists of one optional argument. Documentation follows.
12896
12897 The lower case @samp{p} in the @code{interactive} declaration means
12898 that the processed prefix argument, if any, is passed to the function.
12899 This will be a number, and is the repeat count of how many paragraphs
12900 point will move. The @code{or} expression in the next line handles
12901 the common case when no argument is passed to the function, which occurs
12902 if the function is called from other code rather than interactively.
12903 This case was described earlier. (@xref{forward-sentence, The
12904 @code{forward-sentence} function}.) Now we reach the end of the
12905 familiar part of this function.
12906
12907 @node fwd-para let
12908 @unnumberedsubsec The @code{let*} expression
12909
12910 The next line of the @code{forward-paragraph} function begins a
12911 @code{let*} expression. This is a different than @code{let}. The
12912 symbol is @code{let*} not @code{let}.
12913
12914 The @code{let*} special form is like @code{let} except that Emacs sets
12915 each variable in sequence, one after another, and variables in the
12916 latter part of the varlist can make use of the values to which Emacs
12917 set variables in the earlier part of the varlist.
12918
12919 @ignore
12920 ( refappend save-excursion, , code save-excursion in code append-to-buffer .)
12921 @end ignore
12922
12923 (@ref{append save-excursion, , @code{save-excursion} in @code{append-to-buffer}}.)
12924
12925 In the @code{let*} expression in this function, Emacs binds a total of
12926 seven variables: @code{opoint}, @code{fill-prefix-regexp},
12927 @code{parstart}, @code{parsep}, @code{sp-parstart}, @code{start}, and
12928 @code{found-start}.
12929
12930 The variable @code{parsep} appears twice, first, to remove instances
12931 of @samp{^}, and second, to handle fill prefixes.
12932
12933 The variable @code{opoint} is just the value of @code{point}. As you
12934 can guess, it is used in a @code{constrain-to-field} expression, just
12935 as in @code{forward-sentence}.
12936
12937 The variable @code{fill-prefix-regexp} is set to the value returned by
12938 evaluating the following list:
12939
12940 @smallexample
12941 @group
12942 (and fill-prefix
12943 (not (equal fill-prefix ""))
12944 (not paragraph-ignore-fill-prefix)
12945 (regexp-quote fill-prefix))
12946 @end group
12947 @end smallexample
12948
12949 @noindent
12950 This is an expression whose first element is the @code{and} special form.
12951
12952 As we learned earlier (@pxref{kill-new function, , The @code{kill-new}
12953 function}), the @code{and} special form evaluates each of its
12954 arguments until one of the arguments returns a value of @code{nil}, in
12955 which case the @code{and} expression returns @code{nil}; however, if
12956 none of the arguments returns a value of @code{nil}, the value
12957 resulting from evaluating the last argument is returned. (Since such
12958 a value is not @code{nil}, it is considered true in Lisp.) In other
12959 words, an @code{and} expression returns a true value only if all its
12960 arguments are true.
12961 @findex and
12962
12963 In this case, the variable @code{fill-prefix-regexp} is bound to a
12964 non-@code{nil} value only if the following four expressions produce a
12965 true (i.e., a non-@code{nil}) value when they are evaluated; otherwise,
12966 @code{fill-prefix-regexp} is bound to @code{nil}.
12967
12968 @table @code
12969 @item fill-prefix
12970 When this variable is evaluated, the value of the fill prefix, if any,
12971 is returned. If there is no fill prefix, this variable returns
12972 @code{nil}.
12973
12974 @item (not (equal fill-prefix "")
12975 This expression checks whether an existing fill prefix is an empty
12976 string, that is, a string with no characters in it. An empty string is
12977 not a useful fill prefix.
12978
12979 @item (not paragraph-ignore-fill-prefix)
12980 This expression returns @code{nil} if the variable
12981 @code{paragraph-ignore-fill-prefix} has been turned on by being set to a
12982 true value such as @code{t}.
12983
12984 @item (regexp-quote fill-prefix)
12985 This is the last argument to the @code{and} special form. If all the
12986 arguments to the @code{and} are true, the value resulting from
12987 evaluating this expression will be returned by the @code{and} expression
12988 and bound to the variable @code{fill-prefix-regexp},
12989 @end table
12990
12991 @findex regexp-quote
12992 @noindent
12993 The result of evaluating this @code{and} expression successfully is that
12994 @code{fill-prefix-regexp} will be bound to the value of
12995 @code{fill-prefix} as modified by the @code{regexp-quote} function.
12996 What @code{regexp-quote} does is read a string and return a regular
12997 expression that will exactly match the string and match nothing else.
12998 This means that @code{fill-prefix-regexp} will be set to a value that
12999 will exactly match the fill prefix if the fill prefix exists.
13000 Otherwise, the variable will be set to @code{nil}.
13001
13002 The next two local variables in the @code{let*} expression are
13003 designed to remove instances of @samp{^} from @code{parstart} and
13004 @code{parsep}, the local variables which indicate the paragraph start
13005 and the paragraph separator. The next expression sets @code{parsep}
13006 again. That is to handle fill prefixes.
13007
13008 This is the setting that requires the definition call @code{let*}
13009 rather than @code{let}. The true-or-false-test for the @code{if}
13010 depends on whether the variable @code{fill-prefix-regexp} evaluates to
13011 @code{nil} or some other value.
13012
13013 If @code{fill-prefix-regexp} does not have a value, Emacs evaluates
13014 the else-part of the @code{if} expression and binds @code{parsep} to
13015 its local value. (@code{parsep} is a regular expression that matches
13016 what separates paragraphs.)
13017
13018 But if @code{fill-prefix-regexp} does have a value, Emacs evaluates
13019 the then-part of the @code{if} expression and binds @code{parsep} to a
13020 regular expression that includes the @code{fill-prefix-regexp} as part
13021 of the pattern.
13022
13023 Specifically, @code{parsep} is set to the original value of the
13024 paragraph separate regular expression concatenated with an alternative
13025 expression that consists of the @code{fill-prefix-regexp} followed by
13026 optional whitespace to the end of the line. The whitespace is defined
13027 by @w{@code{"[ \t]*$"}}.) The @samp{\\|} defines this portion of the
13028 regexp as an alternative to @code{parsep}.
13029
13030 According to a comment in the code, the next local variable,
13031 @code{sp-parstart}, is used for searching, and then the final two,
13032 @code{start} and @code{found-start}, are set to @code{nil}.
13033
13034 Now we get into the body of the @code{let*}. The first part of the body
13035 of the @code{let*} deals with the case when the function is given a
13036 negative argument and is therefore moving backwards. We will skip this
13037 section.
13038
13039 @node fwd-para while
13040 @unnumberedsubsec The forward motion @code{while} loop
13041
13042 The second part of the body of the @code{let*} deals with forward
13043 motion. It is a @code{while} loop that repeats itself so long as the
13044 value of @code{arg} is greater than zero. In the most common use of
13045 the function, the value of the argument is 1, so the body of the
13046 @code{while} loop is evaluated exactly once, and the cursor moves
13047 forward one paragraph.
13048
13049 @ignore
13050 (while (and (> arg 0) (not (eobp)))
13051
13052 ;; Move forward over separator lines...
13053 (while (and (not (eobp))
13054 (progn (move-to-left-margin) (not (eobp)))
13055 (looking-at parsep))
13056 (forward-line 1))
13057 (unless (eobp) (setq arg (1- arg)))
13058 ;; ... and one more line.
13059 (forward-line 1)
13060
13061 (if fill-prefix-regexp
13062 ;; There is a fill prefix; it overrides parstart.
13063 (while (and (not (eobp))
13064 (progn (move-to-left-margin) (not (eobp)))
13065 (not (looking-at parsep))
13066 (looking-at fill-prefix-regexp))
13067 (forward-line 1))
13068
13069 (while (and (re-search-forward sp-parstart nil 1)
13070 (progn (setq start (match-beginning 0))
13071 (goto-char start)
13072 (not (eobp)))
13073 (progn (move-to-left-margin)
13074 (not (looking-at parsep)))
13075 (or (not (looking-at parstart))
13076 (and use-hard-newlines
13077 (not (get-text-property (1- start) 'hard)))))
13078 (forward-char 1))
13079
13080 (if (< (point) (point-max))
13081 (goto-char start))))
13082 @end ignore
13083
13084 This part handles three situations: when point is between paragraphs,
13085 when there is a fill prefix and when there is no fill prefix.
13086
13087 @need 800
13088 The @code{while} loop looks like this:
13089
13090 @smallexample
13091 @group
13092 ;; @r{going forwards and not at the end of the buffer}
13093 (while (and (> arg 0) (not (eobp)))
13094
13095 ;; @r{between paragraphs}
13096 ;; Move forward over separator lines...
13097 (while (and (not (eobp))
13098 (progn (move-to-left-margin) (not (eobp)))
13099 (looking-at parsep))
13100 (forward-line 1))
13101 ;; @r{This decrements the loop}
13102 (unless (eobp) (setq arg (1- arg)))
13103 ;; ... and one more line.
13104 (forward-line 1)
13105 @end group
13106
13107 @group
13108 (if fill-prefix-regexp
13109 ;; There is a fill prefix; it overrides parstart;
13110 ;; we go forward line by line
13111 (while (and (not (eobp))
13112 (progn (move-to-left-margin) (not (eobp)))
13113 (not (looking-at parsep))
13114 (looking-at fill-prefix-regexp))
13115 (forward-line 1))
13116 @end group
13117
13118 @group
13119 ;; There is no fill prefix;
13120 ;; we go forward character by character
13121 (while (and (re-search-forward sp-parstart nil 1)
13122 (progn (setq start (match-beginning 0))
13123 (goto-char start)
13124 (not (eobp)))
13125 (progn (move-to-left-margin)
13126 (not (looking-at parsep)))
13127 (or (not (looking-at parstart))
13128 (and use-hard-newlines
13129 (not (get-text-property (1- start) 'hard)))))
13130 (forward-char 1))
13131 @end group
13132
13133 @group
13134 ;; and if there is no fill prefix and if we are not at the end,
13135 ;; go to whatever was found in the regular expression search
13136 ;; for sp-parstart
13137 (if (< (point) (point-max))
13138 (goto-char start))))
13139 @end group
13140 @end smallexample
13141
13142 @findex eobp
13143 We can see that this is a decrementing counter @code{while} loop,
13144 using the expression @code{(setq arg (1- arg))} as the decrementer.
13145 That expression is not far from the @code{while}, but is hidden in
13146 another Lisp macro, an @code{unless} macro. Unless we are at the end
13147 of the buffer---that is what the @code{eobp} function determines; it
13148 is an abbreviation of @samp{End Of Buffer P}---we decrease the value
13149 of @code{arg} by one.
13150
13151 (If we are at the end of the buffer, we cannot go forward any more and
13152 the next loop of the @code{while} expression will test false since the
13153 test is an @code{and} with @code{(not (eobp))}. The @code{not}
13154 function means exactly as you expect; it is another name for
13155 @code{null}, a function that returns true when its argument is false.)
13156
13157 Interestingly, the loop count is not decremented until we leave the
13158 space between paragraphs, unless we come to the end of buffer or stop
13159 seeing the local value of the paragraph separator.
13160
13161 That second @code{while} also has a @code{(move-to-left-margin)}
13162 expression. The function is self-explanatory. It is inside a
13163 @code{progn} expression and not the last element of its body, so it is
13164 only invoked for its side effect, which is to move point to the left
13165 margin of the current line.
13166
13167 @findex looking-at
13168 The @code{looking-at} function is also self-explanatory; it returns
13169 true if the text after point matches the regular expression given as
13170 its argument.
13171
13172 The rest of the body of the loop looks difficult at first, but makes
13173 sense as you come to understand it.
13174
13175 @need 800
13176 First consider what happens if there is a fill prefix:
13177
13178 @smallexample
13179 @group
13180 (if fill-prefix-regexp
13181 ;; There is a fill prefix; it overrides parstart;
13182 ;; we go forward line by line
13183 (while (and (not (eobp))
13184 (progn (move-to-left-margin) (not (eobp)))
13185 (not (looking-at parsep))
13186 (looking-at fill-prefix-regexp))
13187 (forward-line 1))
13188 @end group
13189 @end smallexample
13190
13191 @noindent
13192 This expression moves point forward line by line so long
13193 as four conditions are true:
13194
13195 @enumerate
13196 @item
13197 Point is not at the end of the buffer.
13198
13199 @item
13200 We can move to the left margin of the text and are
13201 not at the end of the buffer.
13202
13203 @item
13204 The text following point does not separate paragraphs.
13205
13206 @item
13207 The pattern following point is the fill prefix regular expression.
13208 @end enumerate
13209
13210 The last condition may be puzzling, until you remember that point was
13211 moved to the beginning of the line early in the @code{forward-paragraph}
13212 function. This means that if the text has a fill prefix, the
13213 @code{looking-at} function will see it.
13214
13215 @need 1250
13216 Consider what happens when there is no fill prefix.
13217
13218 @smallexample
13219 @group
13220 (while (and (re-search-forward sp-parstart nil 1)
13221 (progn (setq start (match-beginning 0))
13222 (goto-char start)
13223 (not (eobp)))
13224 (progn (move-to-left-margin)
13225 (not (looking-at parsep)))
13226 (or (not (looking-at parstart))
13227 (and use-hard-newlines
13228 (not (get-text-property (1- start) 'hard)))))
13229 (forward-char 1))
13230 @end group
13231 @end smallexample
13232
13233 @noindent
13234 This @code{while} loop has us searching forward for
13235 @code{sp-parstart}, which is the combination of possible whitespace
13236 with a the local value of the start of a paragraph or of a paragraph
13237 separator. (The latter two are within an expression starting
13238 @code{\(?:} so that they are not referenced by the
13239 @code{match-beginning} function.)
13240
13241 @need 800
13242 The two expressions,
13243
13244 @smallexample
13245 @group
13246 (setq start (match-beginning 0))
13247 (goto-char start)
13248 @end group
13249 @end smallexample
13250
13251 @noindent
13252 mean go to the start of the text matched by the regular expression
13253 search.
13254
13255 The @code{(match-beginning 0)} expression is new. It returns a number
13256 specifying the location of the start of the text that was matched by
13257 the last search.
13258
13259 The @code{match-beginning} function is used here because of a
13260 characteristic of a forward search: a successful forward search,
13261 regardless of whether it is a plain search or a regular expression
13262 search, moves point to the end of the text that is found. In this
13263 case, a successful search moves point to the end of the pattern for
13264 @code{sp-parstart}.
13265
13266 However, we want to put point at the end of the current paragraph, not
13267 somewhere else. Indeed, since the search possibly includes the
13268 paragraph separator, point may end up at the beginning of the next one
13269 unless we use an expression that includes @code{match-beginning}.
13270
13271 @findex match-beginning
13272 When given an argument of 0, @code{match-beginning} returns the
13273 position that is the start of the text matched by the most recent
13274 search. In this case, the most recent search looks for
13275 @code{sp-parstart}. The @code{(match-beginning 0)} expression returns
13276 the beginning position of that pattern, rather than the end position
13277 of that pattern.
13278
13279 (Incidentally, when passed a positive number as an argument, the
13280 @code{match-beginning} function returns the location of point at that
13281 parenthesized expression in the last search unless that parenthesized
13282 expression begins with @code{\(?:}. I don't know why @code{\(?:}
13283 appears here since the argument is 0.)
13284
13285 @need 1250
13286 The last expression when there is no fill prefix is
13287
13288 @smallexample
13289 @group
13290 (if (< (point) (point-max))
13291 (goto-char start))))
13292 @end group
13293 @end smallexample
13294
13295 @noindent
13296 This says that if there is no fill prefix and if we are not at the
13297 end, point should move to the beginning of whatever was found by the
13298 regular expression search for @code{sp-parstart}.
13299
13300 The full definition for the @code{forward-paragraph} function not only
13301 includes code for going forwards, but also code for going backwards.
13302
13303 If you are reading this inside of GNU Emacs and you want to see the
13304 whole function, you can type @kbd{C-h f} (@code{describe-function})
13305 and the name of the function. This gives you the function
13306 documentation and the name of the library containing the function's
13307 source. Place point over the name of the library and press the RET
13308 key; you will be taken directly to the source. (Be sure to install
13309 your sources! Without them, you are like a person who tries to drive
13310 a car with his eyes shut!)
13311
13312 @node etags
13313 @section Create Your Own @file{TAGS} File
13314 @findex etags
13315 @cindex @file{TAGS} file, create own
13316
13317 Besides @kbd{C-h f} (@code{describe-function}), another way to see the
13318 source of a function is to type @kbd{M-.} (@code{find-tag}) and the
13319 name of the function when prompted for it. This is a good habit to
13320 get into. The @kbd{M-.} (@code{find-tag}) command takes you directly
13321 to the source for a function, variable, or node. The function depends
13322 on tags tables to tell it where to go.
13323
13324 If the @code{find-tag} function first asks you for the name of a
13325 @file{TAGS} table, give it the name of a @file{TAGS} file such as
13326 @file{/usr/local/src/emacs/src/TAGS}. (The exact path to your
13327 @file{TAGS} file depends on how your copy of Emacs was installed. I
13328 just told you the location that provides both my C and my Emacs Lisp
13329 sources.)
13330
13331 You can also create your own @file{TAGS} file for directories that
13332 lack one.
13333
13334 You often need to build and install tags tables yourself. They are
13335 not built automatically. A tags table is called a @file{TAGS} file;
13336 the name is in upper case letters.
13337
13338 You can create a @file{TAGS} file by calling the @code{etags} program
13339 that comes as a part of the Emacs distribution. Usually, @code{etags}
13340 is compiled and installed when Emacs is built. (@code{etags} is not
13341 an Emacs Lisp function or a part of Emacs; it is a C program.)
13342
13343 @need 1250
13344 To create a @file{TAGS} file, first switch to the directory in which
13345 you want to create the file. In Emacs you can do this with the
13346 @kbd{M-x cd} command, or by visiting a file in the directory, or by
13347 listing the directory with @kbd{C-x d} (@code{dired}). Then run the
13348 compile command, with @w{@code{etags *.el}} as the command to execute
13349
13350 @smallexample
13351 M-x compile RET etags *.el RET
13352 @end smallexample
13353
13354 @noindent
13355 to create a @file{TAGS} file for Emacs Lisp.
13356
13357 For example, if you have a large number of files in your
13358 @file{~/emacs} directory, as I do---I have 137 @file{.el} files in it,
13359 of which I load 12---you can create a @file{TAGS} file for the Emacs
13360 Lisp files in that directory.
13361
13362 @need 1250
13363 The @code{etags} program takes all the usual shell `wildcards'. For
13364 example, if you have two directories for which you want a single
13365 @file{TAGS} file, type @w{@code{etags *.el ../elisp/*.el}}, where
13366 @file{../elisp/} is the second directory:
13367
13368 @smallexample
13369 M-x compile RET etags *.el ../elisp/*.el RET
13370 @end smallexample
13371
13372 @need 1250
13373 Type
13374
13375 @smallexample
13376 M-x compile RET etags --help RET
13377 @end smallexample
13378
13379 @noindent
13380 to see a list of the options accepted by @code{etags} as well as a
13381 list of supported languages.
13382
13383 The @code{etags} program handles more than 20 languages, including
13384 Emacs Lisp, Common Lisp, Scheme, C, C++, Ada, Fortran, HTML, Java,
13385 LaTeX, Pascal, Perl, PostScript, Python, TeX, Texinfo, makefiles, and
13386 most assemblers. The program has no switches for specifying the
13387 language; it recognizes the language in an input file according to its
13388 file name and contents.
13389
13390 @file{etags} is very helpful when you are writing code yourself and
13391 want to refer back to functions you have already written. Just run
13392 @code{etags} again at intervals as you write new functions, so they
13393 become part of the @file{TAGS} file.
13394
13395 If you think an appropriate @file{TAGS} file already exists for what
13396 you want, but do not know where it is, you can use the @code{locate}
13397 program to attempt to find it.
13398
13399 Type @w{@kbd{M-x locate @key{RET} TAGS @key{RET}}} and Emacs will list
13400 for you the full path names of all your @file{TAGS} files. On my
13401 system, this command lists 34 @file{TAGS} files. On the other hand, a
13402 `plain vanilla' system I recently installed did not contain any
13403 @file{TAGS} files.
13404
13405 If the tags table you want has been created, you can use the @code{M-x
13406 visit-tags-table} command to specify it. Otherwise, you will need to
13407 create the tag table yourself and then use @code{M-x
13408 visit-tags-table}.
13409
13410 @subsubheading Building Tags in the Emacs sources
13411 @cindex Building Tags in the Emacs sources
13412 @cindex Tags in the Emacs sources
13413 @findex make tags
13414
13415 The GNU Emacs sources come with a @file{Makefile} that contains a
13416 sophisticated @code{etags} command that creates, collects, and merges
13417 tags tables from all over the Emacs sources and puts the information
13418 into one @file{TAGS} file in the @file{src/} directory. (The
13419 @file{src/} directory is below the top level of your Emacs directory.)
13420
13421 @need 1250
13422 To build this @file{TAGS} file, go to the top level of your Emacs
13423 source directory and run the compile command @code{make tags}:
13424
13425 @smallexample
13426 M-x compile RET make tags RET
13427 @end smallexample
13428
13429 @noindent
13430 (The @code{make tags} command works well with the GNU Emacs sources,
13431 as well as with some other source packages.)
13432
13433 For more information, see @ref{Tags, , Tag Tables, emacs, The GNU Emacs
13434 Manual}.
13435
13436 @node Regexp Review
13437 @section Review
13438
13439 Here is a brief summary of some recently introduced functions.
13440
13441 @table @code
13442 @item while
13443 Repeatedly evaluate the body of the expression so long as the first
13444 element of the body tests true. Then return @code{nil}. (The
13445 expression is evaluated only for its side effects.)
13446
13447 @need 1250
13448 For example:
13449
13450 @smallexample
13451 @group
13452 (let ((foo 2))
13453 (while (> foo 0)
13454 (insert (format "foo is %d.\n" foo))
13455 (setq foo (1- foo))))
13456
13457 @result{} foo is 2.
13458 foo is 1.
13459 nil
13460 @end group
13461 @end smallexample
13462
13463 @noindent
13464 (The @code{insert} function inserts its arguments at point; the
13465 @code{format} function returns a string formatted from its arguments
13466 the way @code{message} formats its arguments; @code{\n} produces a new
13467 line.)
13468
13469 @item re-search-forward
13470 Search for a pattern, and if the pattern is found, move point to rest
13471 just after it.
13472
13473 @noindent
13474 Takes four arguments, like @code{search-forward}:
13475
13476 @enumerate
13477 @item
13478 A regular expression that specifies the pattern to search for.
13479 (Remember to put quotation marks around this argument!)
13480
13481 @item
13482 Optionally, the limit of the search.
13483
13484 @item
13485 Optionally, what to do if the search fails, return @code{nil} or an
13486 error message.
13487
13488 @item
13489 Optionally, how many times to repeat the search; if negative, the
13490 search goes backwards.
13491 @end enumerate
13492
13493 @item let*
13494 Bind some variables locally to particular values,
13495 and then evaluate the remaining arguments, returning the value of the
13496 last one. While binding the local variables, use the local values of
13497 variables bound earlier, if any.
13498
13499 @need 1250
13500 For example:
13501
13502 @smallexample
13503 @group
13504 (let* ((foo 7)
13505 (bar (* 3 foo)))
13506 (message "`bar' is %d." bar))
13507 @result{} `bar' is 21.
13508 @end group
13509 @end smallexample
13510
13511 @item match-beginning
13512 Return the position of the start of the text found by the last regular
13513 expression search.
13514
13515 @item looking-at
13516 Return @code{t} for true if the text after point matches the argument,
13517 which should be a regular expression.
13518
13519 @item eobp
13520 Return @code{t} for true if point is at the end of the accessible part
13521 of a buffer. The end of the accessible part is the end of the buffer
13522 if the buffer is not narrowed; it is the end of the narrowed part if
13523 the buffer is narrowed.
13524 @end table
13525
13526 @need 1500
13527 @node re-search Exercises
13528 @section Exercises with @code{re-search-forward}
13529
13530 @itemize @bullet
13531 @item
13532 Write a function to search for a regular expression that matches two
13533 or more blank lines in sequence.
13534
13535 @item
13536 Write a function to search for duplicated words, such as `the the'.
13537 @xref{Regexps, , Syntax of Regular Expressions, emacs, The GNU Emacs
13538 Manual}, for information on how to write a regexp (a regular
13539 expression) to match a string that is composed of two identical
13540 halves. You can devise several regexps; some are better than others.
13541 The function I use is described in an appendix, along with several
13542 regexps. @xref{the-the, , @code{the-the} Duplicated Words Function}.
13543 @end itemize
13544
13545 @node Counting Words
13546 @chapter Counting via Repetition and Regexps
13547 @cindex Repetition for word counting
13548 @cindex Regular expressions for word counting
13549
13550 Repetition and regular expression searches are powerful tools that you
13551 often use when you write code in Emacs Lisp. This chapter illustrates
13552 the use of regular expression searches through the construction of
13553 word count commands using @code{while} loops and recursion.
13554
13555 @menu
13556 * Why Count Words::
13557 * @value{COUNT-WORDS}:: Use a regexp, but find a problem.
13558 * recursive-count-words:: Start with case of no words in region.
13559 * Counting Exercise::
13560 @end menu
13561
13562 @ifnottex
13563 @node Why Count Words
13564 @unnumberedsec Counting words
13565 @end ifnottex
13566
13567 The standard Emacs distribution contains functions for counting the
13568 number of lines and words within a region.
13569
13570 Certain types of writing ask you to count words. Thus, if you write
13571 an essay, you may be limited to 800 words; if you write a novel, you
13572 may discipline yourself to write 1000 words a day. It seems odd, but
13573 for a long time, Emacs lacked a word count command. Perhaps people used
13574 Emacs mostly for code or types of documentation that did not require
13575 word counts; or perhaps they restricted themselves to the operating
13576 system word count command, @code{wc}. Alternatively, people may have
13577 followed the publishers' convention and computed a word count by
13578 dividing the number of characters in a document by five.
13579
13580 There are many ways to implement a command to count words. Here are
13581 some examples, which you may wish to compare with the standard Emacs
13582 command, @code{count-words-region}.
13583
13584 @node @value{COUNT-WORDS}
13585 @section The @code{@value{COUNT-WORDS}} Function
13586 @findex @value{COUNT-WORDS}
13587
13588 A word count command could count words in a line, paragraph, region,
13589 or buffer. What should the command cover? You could design the
13590 command to count the number of words in a complete buffer. However,
13591 the Emacs tradition encourages flexibility---you may want to count
13592 words in just a section, rather than all of a buffer. So it makes
13593 more sense to design the command to count the number of words in a
13594 region. Once you have a command to count words in a region, you can,
13595 if you wish, count words in a whole buffer by marking it with
13596 @w{@kbd{C-x h}} (@code{mark-whole-buffer}).
13597
13598 Clearly, counting words is a repetitive act: starting from the
13599 beginning of the region, you count the first word, then the second
13600 word, then the third word, and so on, until you reach the end of the
13601 region. This means that word counting is ideally suited to recursion
13602 or to a @code{while} loop.
13603
13604 @menu
13605 * Design @value{COUNT-WORDS}:: The definition using a @code{while} loop.
13606 * Whitespace Bug:: The Whitespace Bug in @code{@value{COUNT-WORDS}}.
13607 @end menu
13608
13609 @ifnottex
13610 @node Design @value{COUNT-WORDS}
13611 @unnumberedsubsec Designing @code{@value{COUNT-WORDS}}
13612 @end ifnottex
13613
13614 First, we will implement the word count command with a @code{while}
13615 loop, then with recursion. The command will, of course, be
13616 interactive.
13617
13618 @need 800
13619 The template for an interactive function definition is, as always:
13620
13621 @smallexample
13622 @group
13623 (defun @var{name-of-function} (@var{argument-list})
13624 "@var{documentation}@dots{}"
13625 (@var{interactive-expression}@dots{})
13626 @var{body}@dots{})
13627 @end group
13628 @end smallexample
13629
13630 What we need to do is fill in the slots.
13631
13632 The name of the function should be self-explanatory and similar to the
13633 existing @code{count-lines-region} name. This makes the name easier
13634 to remember. @code{count-words-region} is the obvious choice. Since
13635 that name is now used for the standard Emacs command to count words, we
13636 will name our implementation @code{@value{COUNT-WORDS}}.
13637
13638 The function counts words within a region. This means that the
13639 argument list must contain symbols that are bound to the two
13640 positions, the beginning and end of the region. These two positions
13641 can be called @samp{beginning} and @samp{end} respectively. The first
13642 line of the documentation should be a single sentence, since that is
13643 all that is printed as documentation by a command such as
13644 @code{apropos}. The interactive expression will be of the form
13645 @samp{(interactive "r")}, since that will cause Emacs to pass the
13646 beginning and end of the region to the function's argument list. All
13647 this is routine.
13648
13649 The body of the function needs to be written to do three tasks:
13650 first, to set up conditions under which the @code{while} loop can
13651 count words, second, to run the @code{while} loop, and third, to send
13652 a message to the user.
13653
13654 When a user calls @code{@value{COUNT-WORDS}}, point may be at the
13655 beginning or the end of the region. However, the counting process
13656 must start at the beginning of the region. This means we will want
13657 to put point there if it is not already there. Executing
13658 @code{(goto-char beginning)} ensures this. Of course, we will want to
13659 return point to its expected position when the function finishes its
13660 work. For this reason, the body must be enclosed in a
13661 @code{save-excursion} expression.
13662
13663 The central part of the body of the function consists of a
13664 @code{while} loop in which one expression jumps point forward word by
13665 word, and another expression counts those jumps. The true-or-false-test
13666 of the @code{while} loop should test true so long as point should jump
13667 forward, and false when point is at the end of the region.
13668
13669 We could use @code{(forward-word 1)} as the expression for moving point
13670 forward word by word, but it is easier to see what Emacs identifies as a
13671 `word' if we use a regular expression search.
13672
13673 A regular expression search that finds the pattern for which it is
13674 searching leaves point after the last character matched. This means
13675 that a succession of successful word searches will move point forward
13676 word by word.
13677
13678 As a practical matter, we want the regular expression search to jump
13679 over whitespace and punctuation between words as well as over the
13680 words themselves. A regexp that refuses to jump over interword
13681 whitespace would never jump more than one word! This means that
13682 the regexp should include the whitespace and punctuation that follows
13683 a word, if any, as well as the word itself. (A word may end a buffer
13684 and not have any following whitespace or punctuation, so that part of
13685 the regexp must be optional.)
13686
13687 Thus, what we want for the regexp is a pattern defining one or more
13688 word constituent characters followed, optionally, by one or more
13689 characters that are not word constituents. The regular expression for
13690 this is:
13691
13692 @smallexample
13693 \w+\W*
13694 @end smallexample
13695
13696 @noindent
13697 The buffer's syntax table determines which characters are and are not
13698 word constituents. For more information about syntax,
13699 @pxref{Syntax Tables, , Syntax Tables, elisp, The GNU Emacs Lisp
13700 Reference Manual}.
13701
13702 @need 800
13703 The search expression looks like this:
13704
13705 @smallexample
13706 (re-search-forward "\\w+\\W*")
13707 @end smallexample
13708
13709 @noindent
13710 (Note that paired backslashes precede the @samp{w} and @samp{W}. A
13711 single backslash has special meaning to the Emacs Lisp interpreter.
13712 It indicates that the following character is interpreted differently
13713 than usual. For example, the two characters, @samp{\n}, stand for
13714 @samp{newline}, rather than for a backslash followed by @samp{n}. Two
13715 backslashes in a row stand for an ordinary, `unspecial' backslash, so
13716 Emacs Lisp interpreter ends of seeing a single backslash followed by a
13717 letter. So it discovers the letter is special.)
13718
13719 We need a counter to count how many words there are; this variable
13720 must first be set to 0 and then incremented each time Emacs goes
13721 around the @code{while} loop. The incrementing expression is simply:
13722
13723 @smallexample
13724 (setq count (1+ count))
13725 @end smallexample
13726
13727 Finally, we want to tell the user how many words there are in the
13728 region. The @code{message} function is intended for presenting this
13729 kind of information to the user. The message has to be phrased so
13730 that it reads properly regardless of how many words there are in the
13731 region: we don't want to say that ``there are 1 words in the region''.
13732 The conflict between singular and plural is ungrammatical. We can
13733 solve this problem by using a conditional expression that evaluates
13734 different messages depending on the number of words in the region.
13735 There are three possibilities: no words in the region, one word in the
13736 region, and more than one word. This means that the @code{cond}
13737 special form is appropriate.
13738
13739 @need 1500
13740 All this leads to the following function definition:
13741
13742 @smallexample
13743 @group
13744 ;;; @r{First version; has bugs!}
13745 (defun @value{COUNT-WORDS} (beginning end)
13746 "Print number of words in the region.
13747 Words are defined as at least one word-constituent
13748 character followed by at least one character that
13749 is not a word-constituent. The buffer's syntax
13750 table determines which characters these are."
13751 (interactive "r")
13752 (message "Counting words in region ... ")
13753 @end group
13754
13755 @group
13756 ;;; @r{1. Set up appropriate conditions.}
13757 (save-excursion
13758 (goto-char beginning)
13759 (let ((count 0))
13760 @end group
13761
13762 @group
13763 ;;; @r{2. Run the} while @r{loop.}
13764 (while (< (point) end)
13765 (re-search-forward "\\w+\\W*")
13766 (setq count (1+ count)))
13767 @end group
13768
13769 @group
13770 ;;; @r{3. Send a message to the user.}
13771 (cond ((zerop count)
13772 (message
13773 "The region does NOT have any words."))
13774 ((= 1 count)
13775 (message
13776 "The region has 1 word."))
13777 (t
13778 (message
13779 "The region has %d words." count))))))
13780 @end group
13781 @end smallexample
13782
13783 @noindent
13784 As written, the function works, but not in all circumstances.
13785
13786 @node Whitespace Bug
13787 @subsection The Whitespace Bug in @code{@value{COUNT-WORDS}}
13788
13789 The @code{@value{COUNT-WORDS}} command described in the preceding
13790 section has two bugs, or rather, one bug with two manifestations.
13791 First, if you mark a region containing only whitespace in the middle
13792 of some text, the @code{@value{COUNT-WORDS}} command tells you that the
13793 region contains one word! Second, if you mark a region containing
13794 only whitespace at the end of the buffer or the accessible portion of
13795 a narrowed buffer, the command displays an error message that looks
13796 like this:
13797
13798 @smallexample
13799 Search failed: "\\w+\\W*"
13800 @end smallexample
13801
13802 If you are reading this in Info in GNU Emacs, you can test for these
13803 bugs yourself.
13804
13805 First, evaluate the function in the usual manner to install it.
13806 @ifinfo
13807 Here is a copy of the definition. Place your cursor after the closing
13808 parenthesis and type @kbd{C-x C-e} to install it.
13809
13810 @smallexample
13811 @group
13812 ;; @r{First version; has bugs!}
13813 (defun @value{COUNT-WORDS} (beginning end)
13814 "Print number of words in the region.
13815 Words are defined as at least one word-constituent character followed
13816 by at least one character that is not a word-constituent. The buffer's
13817 syntax table determines which characters these are."
13818 @end group
13819 @group
13820 (interactive "r")
13821 (message "Counting words in region ... ")
13822 @end group
13823
13824 @group
13825 ;;; @r{1. Set up appropriate conditions.}
13826 (save-excursion
13827 (goto-char beginning)
13828 (let ((count 0))
13829 @end group
13830
13831 @group
13832 ;;; @r{2. Run the} while @r{loop.}
13833 (while (< (point) end)
13834 (re-search-forward "\\w+\\W*")
13835 (setq count (1+ count)))
13836 @end group
13837
13838 @group
13839 ;;; @r{3. Send a message to the user.}
13840 (cond ((zerop count)
13841 (message "The region does NOT have any words."))
13842 ((= 1 count) (message "The region has 1 word."))
13843 (t (message "The region has %d words." count))))))
13844 @end group
13845 @end smallexample
13846 @end ifinfo
13847
13848 @need 1000
13849 If you wish, you can also install this keybinding by evaluating it:
13850
13851 @smallexample
13852 (global-set-key "\C-c=" '@value{COUNT-WORDS})
13853 @end smallexample
13854
13855 To conduct the first test, set mark and point to the beginning and end
13856 of the following line and then type @kbd{C-c =} (or @kbd{M-x
13857 @value{COUNT-WORDS}} if you have not bound @kbd{C-c =}):
13858
13859 @smallexample
13860 one two three
13861 @end smallexample
13862
13863 @noindent
13864 Emacs will tell you, correctly, that the region has three words.
13865
13866 Repeat the test, but place mark at the beginning of the line and place
13867 point just @emph{before} the word @samp{one}. Again type the command
13868 @kbd{C-c =} (or @kbd{M-x @value{COUNT-WORDS}}). Emacs should tell you
13869 that the region has no words, since it is composed only of the
13870 whitespace at the beginning of the line. But instead Emacs tells you
13871 that the region has one word!
13872
13873 For the third test, copy the sample line to the end of the
13874 @file{*scratch*} buffer and then type several spaces at the end of the
13875 line. Place mark right after the word @samp{three} and point at the
13876 end of line. (The end of the line will be the end of the buffer.)
13877 Type @kbd{C-c =} (or @kbd{M-x @value{COUNT-WORDS}}) as you did before.
13878 Again, Emacs should tell you that the region has no words, since it is
13879 composed only of the whitespace at the end of the line. Instead,
13880 Emacs displays an error message saying @samp{Search failed}.
13881
13882 The two bugs stem from the same problem.
13883
13884 Consider the first manifestation of the bug, in which the command
13885 tells you that the whitespace at the beginning of the line contains
13886 one word. What happens is this: The @code{M-x @value{COUNT-WORDS}}
13887 command moves point to the beginning of the region. The @code{while}
13888 tests whether the value of point is smaller than the value of
13889 @code{end}, which it is. Consequently, the regular expression search
13890 looks for and finds the first word. It leaves point after the word.
13891 @code{count} is set to one. The @code{while} loop repeats; but this
13892 time the value of point is larger than the value of @code{end}, the
13893 loop is exited; and the function displays a message saying the number
13894 of words in the region is one. In brief, the regular expression
13895 search looks for and finds the word even though it is outside
13896 the marked region.
13897
13898 In the second manifestation of the bug, the region is whitespace at
13899 the end of the buffer. Emacs says @samp{Search failed}. What happens
13900 is that the true-or-false-test in the @code{while} loop tests true, so
13901 the search expression is executed. But since there are no more words
13902 in the buffer, the search fails.
13903
13904 In both manifestations of the bug, the search extends or attempts to
13905 extend outside of the region.
13906
13907 The solution is to limit the search to the region---this is a fairly
13908 simple action, but as you may have come to expect, it is not quite as
13909 simple as you might think.
13910
13911 As we have seen, the @code{re-search-forward} function takes a search
13912 pattern as its first argument. But in addition to this first,
13913 mandatory argument, it accepts three optional arguments. The optional
13914 second argument bounds the search. The optional third argument, if
13915 @code{t}, causes the function to return @code{nil} rather than signal
13916 an error if the search fails. The optional fourth argument is a
13917 repeat count. (In Emacs, you can see a function's documentation by
13918 typing @kbd{C-h f}, the name of the function, and then @key{RET}.)
13919
13920 In the @code{@value{COUNT-WORDS}} definition, the value of the end of
13921 the region is held by the variable @code{end} which is passed as an
13922 argument to the function. Thus, we can add @code{end} as an argument
13923 to the regular expression search expression:
13924
13925 @smallexample
13926 (re-search-forward "\\w+\\W*" end)
13927 @end smallexample
13928
13929 However, if you make only this change to the @code{@value{COUNT-WORDS}}
13930 definition and then test the new version of the definition on a
13931 stretch of whitespace, you will receive an error message saying
13932 @samp{Search failed}.
13933
13934 What happens is this: the search is limited to the region, and fails
13935 as you expect because there are no word-constituent characters in the
13936 region. Since it fails, we receive an error message. But we do not
13937 want to receive an error message in this case; we want to receive the
13938 message that "The region does NOT have any words."
13939
13940 The solution to this problem is to provide @code{re-search-forward}
13941 with a third argument of @code{t}, which causes the function to return
13942 @code{nil} rather than signal an error if the search fails.
13943
13944 However, if you make this change and try it, you will see the message
13945 ``Counting words in region ... '' and @dots{} you will keep on seeing
13946 that message @dots{}, until you type @kbd{C-g} (@code{keyboard-quit}).
13947
13948 Here is what happens: the search is limited to the region, as before,
13949 and it fails because there are no word-constituent characters in the
13950 region, as expected. Consequently, the @code{re-search-forward}
13951 expression returns @code{nil}. It does nothing else. In particular,
13952 it does not move point, which it does as a side effect if it finds the
13953 search target. After the @code{re-search-forward} expression returns
13954 @code{nil}, the next expression in the @code{while} loop is evaluated.
13955 This expression increments the count. Then the loop repeats. The
13956 true-or-false-test tests true because the value of point is still less
13957 than the value of end, since the @code{re-search-forward} expression
13958 did not move point. @dots{} and the cycle repeats @dots{}
13959
13960 The @code{@value{COUNT-WORDS}} definition requires yet another
13961 modification, to cause the true-or-false-test of the @code{while} loop
13962 to test false if the search fails. Put another way, there are two
13963 conditions that must be satisfied in the true-or-false-test before the
13964 word count variable is incremented: point must still be within the
13965 region and the search expression must have found a word to count.
13966
13967 Since both the first condition and the second condition must be true
13968 together, the two expressions, the region test and the search
13969 expression, can be joined with an @code{and} special form and embedded in
13970 the @code{while} loop as the true-or-false-test, like this:
13971
13972 @smallexample
13973 (and (< (point) end) (re-search-forward "\\w+\\W*" end t))
13974 @end smallexample
13975
13976 @c colon in printed section title causes problem in Info cross reference
13977 @c also trouble with an overfull hbox
13978 @iftex
13979 @noindent
13980 (For information about @code{and}, see
13981 @ref{kill-new function, , The @code{kill-new} function}.)
13982 @end iftex
13983 @ifinfo
13984 @noindent
13985 (@xref{kill-new function, , The @code{kill-new} function}, for
13986 information about @code{and}.)
13987 @end ifinfo
13988
13989 The @code{re-search-forward} expression returns @code{t} if the search
13990 succeeds and as a side effect moves point. Consequently, as words are
13991 found, point is moved through the region. When the search expression
13992 fails to find another word, or when point reaches the end of the
13993 region, the true-or-false-test tests false, the @code{while} loop
13994 exits, and the @code{@value{COUNT-WORDS}} function displays one or
13995 other of its messages.
13996
13997 After incorporating these final changes, the @code{@value{COUNT-WORDS}}
13998 works without bugs (or at least, without bugs that I have found!).
13999 Here is what it looks like:
14000
14001 @smallexample
14002 @group
14003 ;;; @r{Final version:} @code{while}
14004 (defun @value{COUNT-WORDS} (beginning end)
14005 "Print number of words in the region."
14006 (interactive "r")
14007 (message "Counting words in region ... ")
14008 @end group
14009
14010 @group
14011 ;;; @r{1. Set up appropriate conditions.}
14012 (save-excursion
14013 (let ((count 0))
14014 (goto-char beginning)
14015 @end group
14016
14017 @group
14018 ;;; @r{2. Run the} while @r{loop.}
14019 (while (and (< (point) end)
14020 (re-search-forward "\\w+\\W*" end t))
14021 (setq count (1+ count)))
14022 @end group
14023
14024 @group
14025 ;;; @r{3. Send a message to the user.}
14026 (cond ((zerop count)
14027 (message
14028 "The region does NOT have any words."))
14029 ((= 1 count)
14030 (message
14031 "The region has 1 word."))
14032 (t
14033 (message
14034 "The region has %d words." count))))))
14035 @end group
14036 @end smallexample
14037
14038 @node recursive-count-words
14039 @section Count Words Recursively
14040 @cindex Count words recursively
14041 @cindex Recursively counting words
14042 @cindex Words, counted recursively
14043
14044 You can write the function for counting words recursively as well as
14045 with a @code{while} loop. Let's see how this is done.
14046
14047 First, we need to recognize that the @code{@value{COUNT-WORDS}}
14048 function has three jobs: it sets up the appropriate conditions for
14049 counting to occur; it counts the words in the region; and it sends a
14050 message to the user telling how many words there are.
14051
14052 If we write a single recursive function to do everything, we will
14053 receive a message for every recursive call. If the region contains 13
14054 words, we will receive thirteen messages, one right after the other.
14055 We don't want this! Instead, we must write two functions to do the
14056 job, one of which (the recursive function) will be used inside of the
14057 other. One function will set up the conditions and display the
14058 message; the other will return the word count.
14059
14060 Let us start with the function that causes the message to be displayed.
14061 We can continue to call this @code{@value{COUNT-WORDS}}.
14062
14063 This is the function that the user will call. It will be interactive.
14064 Indeed, it will be similar to our previous versions of this
14065 function, except that it will call @code{recursive-count-words} to
14066 determine how many words are in the region.
14067
14068 @need 1250
14069 We can readily construct a template for this function, based on our
14070 previous versions:
14071
14072 @smallexample
14073 @group
14074 ;; @r{Recursive version; uses regular expression search}
14075 (defun @value{COUNT-WORDS} (beginning end)
14076 "@var{documentation}@dots{}"
14077 (@var{interactive-expression}@dots{})
14078 @end group
14079 @group
14080
14081 ;;; @r{1. Set up appropriate conditions.}
14082 (@var{explanatory message})
14083 (@var{set-up functions}@dots{}
14084 @end group
14085 @group
14086
14087 ;;; @r{2. Count the words.}
14088 @var{recursive call}
14089 @end group
14090 @group
14091
14092 ;;; @r{3. Send a message to the user.}
14093 @var{message providing word count}))
14094 @end group
14095 @end smallexample
14096
14097 The definition looks straightforward, except that somehow the count
14098 returned by the recursive call must be passed to the message
14099 displaying the word count. A little thought suggests that this can be
14100 done by making use of a @code{let} expression: we can bind a variable
14101 in the varlist of a @code{let} expression to the number of words in
14102 the region, as returned by the recursive call; and then the
14103 @code{cond} expression, using binding, can display the value to the
14104 user.
14105
14106 Often, one thinks of the binding within a @code{let} expression as
14107 somehow secondary to the `primary' work of a function. But in this
14108 case, what you might consider the `primary' job of the function,
14109 counting words, is done within the @code{let} expression.
14110
14111 @need 1250
14112 Using @code{let}, the function definition looks like this:
14113
14114 @smallexample
14115 @group
14116 (defun @value{COUNT-WORDS} (beginning end)
14117 "Print number of words in the region."
14118 (interactive "r")
14119 @end group
14120
14121 @group
14122 ;;; @r{1. Set up appropriate conditions.}
14123 (message "Counting words in region ... ")
14124 (save-excursion
14125 (goto-char beginning)
14126 @end group
14127
14128 @group
14129 ;;; @r{2. Count the words.}
14130 (let ((count (recursive-count-words end)))
14131 @end group
14132
14133 @group
14134 ;;; @r{3. Send a message to the user.}
14135 (cond ((zerop count)
14136 (message
14137 "The region does NOT have any words."))
14138 ((= 1 count)
14139 (message
14140 "The region has 1 word."))
14141 (t
14142 (message
14143 "The region has %d words." count))))))
14144 @end group
14145 @end smallexample
14146
14147 Next, we need to write the recursive counting function.
14148
14149 A recursive function has at least three parts: the `do-again-test', the
14150 `next-step-expression', and the recursive call.
14151
14152 The do-again-test determines whether the function will or will not be
14153 called again. Since we are counting words in a region and can use a
14154 function that moves point forward for every word, the do-again-test
14155 can check whether point is still within the region. The do-again-test
14156 should find the value of point and determine whether point is before,
14157 at, or after the value of the end of the region. We can use the
14158 @code{point} function to locate point. Clearly, we must pass the
14159 value of the end of the region to the recursive counting function as an
14160 argument.
14161
14162 In addition, the do-again-test should also test whether the search finds a
14163 word. If it does not, the function should not call itself again.
14164
14165 The next-step-expression changes a value so that when the recursive
14166 function is supposed to stop calling itself, it stops. More
14167 precisely, the next-step-expression changes a value so that at the
14168 right time, the do-again-test stops the recursive function from
14169 calling itself again. In this case, the next-step-expression can be
14170 the expression that moves point forward, word by word.
14171
14172 The third part of a recursive function is the recursive call.
14173
14174 Somewhere, also, we also need a part that does the `work' of the
14175 function, a part that does the counting. A vital part!
14176
14177 @need 1250
14178 But already, we have an outline of the recursive counting function:
14179
14180 @smallexample
14181 @group
14182 (defun recursive-count-words (region-end)
14183 "@var{documentation}@dots{}"
14184 @var{do-again-test}
14185 @var{next-step-expression}
14186 @var{recursive call})
14187 @end group
14188 @end smallexample
14189
14190 Now we need to fill in the slots. Let's start with the simplest cases
14191 first: if point is at or beyond the end of the region, there cannot
14192 be any words in the region, so the function should return zero.
14193 Likewise, if the search fails, there are no words to count, so the
14194 function should return zero.
14195
14196 On the other hand, if point is within the region and the search
14197 succeeds, the function should call itself again.
14198
14199 @need 800
14200 Thus, the do-again-test should look like this:
14201
14202 @smallexample
14203 @group
14204 (and (< (point) region-end)
14205 (re-search-forward "\\w+\\W*" region-end t))
14206 @end group
14207 @end smallexample
14208
14209 Note that the search expression is part of the do-again-test---the
14210 function returns @code{t} if its search succeeds and @code{nil} if it
14211 fails. (@xref{Whitespace Bug, , The Whitespace Bug in
14212 @code{@value{COUNT-WORDS}}}, for an explanation of how
14213 @code{re-search-forward} works.)
14214
14215 The do-again-test is the true-or-false test of an @code{if} clause.
14216 Clearly, if the do-again-test succeeds, the then-part of the @code{if}
14217 clause should call the function again; but if it fails, the else-part
14218 should return zero since either point is outside the region or the
14219 search failed because there were no words to find.
14220
14221 But before considering the recursive call, we need to consider the
14222 next-step-expression. What is it? Interestingly, it is the search
14223 part of the do-again-test.
14224
14225 In addition to returning @code{t} or @code{nil} for the
14226 do-again-test, @code{re-search-forward} moves point forward as a side
14227 effect of a successful search. This is the action that changes the
14228 value of point so that the recursive function stops calling itself
14229 when point completes its movement through the region. Consequently,
14230 the @code{re-search-forward} expression is the next-step-expression.
14231
14232 @need 1200
14233 In outline, then, the body of the @code{recursive-count-words}
14234 function looks like this:
14235
14236 @smallexample
14237 @group
14238 (if @var{do-again-test-and-next-step-combined}
14239 ;; @r{then}
14240 @var{recursive-call-returning-count}
14241 ;; @r{else}
14242 @var{return-zero})
14243 @end group
14244 @end smallexample
14245
14246 How to incorporate the mechanism that counts?
14247
14248 If you are not used to writing recursive functions, a question like
14249 this can be troublesome. But it can and should be approached
14250 systematically.
14251
14252 We know that the counting mechanism should be associated in some way
14253 with the recursive call. Indeed, since the next-step-expression moves
14254 point forward by one word, and since a recursive call is made for
14255 each word, the counting mechanism must be an expression that adds one
14256 to the value returned by a call to @code{recursive-count-words}.
14257
14258 @need 800
14259 Consider several cases:
14260
14261 @itemize @bullet
14262 @item
14263 If there are two words in the region, the function should return
14264 a value resulting from adding one to the value returned when it counts
14265 the first word, plus the number returned when it counts the remaining
14266 words in the region, which in this case is one.
14267
14268 @item
14269 If there is one word in the region, the function should return
14270 a value resulting from adding one to the value returned when it counts
14271 that word, plus the number returned when it counts the remaining
14272 words in the region, which in this case is zero.
14273
14274 @item
14275 If there are no words in the region, the function should return zero.
14276 @end itemize
14277
14278 From the sketch we can see that the else-part of the @code{if} returns
14279 zero for the case of no words. This means that the then-part of the
14280 @code{if} must return a value resulting from adding one to the value
14281 returned from a count of the remaining words.
14282
14283 @need 1200
14284 The expression will look like this, where @code{1+} is a function that
14285 adds one to its argument.
14286
14287 @smallexample
14288 (1+ (recursive-count-words region-end))
14289 @end smallexample
14290
14291 @need 1200
14292 The whole @code{recursive-count-words} function will then look like
14293 this:
14294
14295 @smallexample
14296 @group
14297 (defun recursive-count-words (region-end)
14298 "@var{documentation}@dots{}"
14299
14300 ;;; @r{1. do-again-test}
14301 (if (and (< (point) region-end)
14302 (re-search-forward "\\w+\\W*" region-end t))
14303 @end group
14304
14305 @group
14306 ;;; @r{2. then-part: the recursive call}
14307 (1+ (recursive-count-words region-end))
14308
14309 ;;; @r{3. else-part}
14310 0))
14311 @end group
14312 @end smallexample
14313
14314 @need 1250
14315 Let's examine how this works:
14316
14317 If there are no words in the region, the else part of the @code{if}
14318 expression is evaluated and consequently the function returns zero.
14319
14320 If there is one word in the region, the value of point is less than
14321 the value of @code{region-end} and the search succeeds. In this case,
14322 the true-or-false-test of the @code{if} expression tests true, and the
14323 then-part of the @code{if} expression is evaluated. The counting
14324 expression is evaluated. This expression returns a value (which will
14325 be the value returned by the whole function) that is the sum of one
14326 added to the value returned by a recursive call.
14327
14328 Meanwhile, the next-step-expression has caused point to jump over the
14329 first (and in this case only) word in the region. This means that
14330 when @code{(recursive-count-words region-end)} is evaluated a second
14331 time, as a result of the recursive call, the value of point will be
14332 equal to or greater than the value of region end. So this time,
14333 @code{recursive-count-words} will return zero. The zero will be added
14334 to one, and the original evaluation of @code{recursive-count-words}
14335 will return one plus zero, which is one, which is the correct amount.
14336
14337 Clearly, if there are two words in the region, the first call to
14338 @code{recursive-count-words} returns one added to the value returned
14339 by calling @code{recursive-count-words} on a region containing the
14340 remaining word---that is, it adds one to one, producing two, which is
14341 the correct amount.
14342
14343 Similarly, if there are three words in the region, the first call to
14344 @code{recursive-count-words} returns one added to the value returned
14345 by calling @code{recursive-count-words} on a region containing the
14346 remaining two words---and so on and so on.
14347
14348 @need 1250
14349 @noindent
14350 With full documentation the two functions look like this:
14351
14352 @need 1250
14353 @noindent
14354 The recursive function:
14355
14356 @findex recursive-count-words
14357 @smallexample
14358 @group
14359 (defun recursive-count-words (region-end)
14360 "Number of words between point and REGION-END."
14361 @end group
14362
14363 @group
14364 ;;; @r{1. do-again-test}
14365 (if (and (< (point) region-end)
14366 (re-search-forward "\\w+\\W*" region-end t))
14367 @end group
14368
14369 @group
14370 ;;; @r{2. then-part: the recursive call}
14371 (1+ (recursive-count-words region-end))
14372
14373 ;;; @r{3. else-part}
14374 0))
14375 @end group
14376 @end smallexample
14377
14378 @need 800
14379 @noindent
14380 The wrapper:
14381
14382 @smallexample
14383 @group
14384 ;;; @r{Recursive version}
14385 (defun @value{COUNT-WORDS} (beginning end)
14386 "Print number of words in the region.
14387 @end group
14388
14389 @group
14390 Words are defined as at least one word-constituent
14391 character followed by at least one character that is
14392 not a word-constituent. The buffer's syntax table
14393 determines which characters these are."
14394 @end group
14395 @group
14396 (interactive "r")
14397 (message "Counting words in region ... ")
14398 (save-excursion
14399 (goto-char beginning)
14400 (let ((count (recursive-count-words end)))
14401 @end group
14402 @group
14403 (cond ((zerop count)
14404 (message
14405 "The region does NOT have any words."))
14406 @end group
14407 @group
14408 ((= 1 count)
14409 (message "The region has 1 word."))
14410 (t
14411 (message
14412 "The region has %d words." count))))))
14413 @end group
14414 @end smallexample
14415
14416 @node Counting Exercise
14417 @section Exercise: Counting Punctuation
14418
14419 Using a @code{while} loop, write a function to count the number of
14420 punctuation marks in a region---period, comma, semicolon, colon,
14421 exclamation mark, and question mark. Do the same using recursion.
14422
14423 @node Words in a defun
14424 @chapter Counting Words in a @code{defun}
14425 @cindex Counting words in a @code{defun}
14426 @cindex Word counting in a @code{defun}
14427
14428 Our next project is to count the number of words in a function
14429 definition. Clearly, this can be done using some variant of
14430 @code{@value{COUNT-WORDS}}. @xref{Counting Words, , Counting via
14431 Repetition and Regexps}. If we are just going to count the words in
14432 one definition, it is easy enough to mark the definition with the
14433 @kbd{C-M-h} (@code{mark-defun}) command, and then call
14434 @code{@value{COUNT-WORDS}}.
14435
14436 However, I am more ambitious: I want to count the words and symbols in
14437 every definition in the Emacs sources and then print a graph that
14438 shows how many functions there are of each length: how many contain 40
14439 to 49 words or symbols, how many contain 50 to 59 words or symbols,
14440 and so on. I have often been curious how long a typical function is,
14441 and this will tell.
14442
14443 @menu
14444 * Divide and Conquer::
14445 * Words and Symbols:: What to count?
14446 * Syntax:: What constitutes a word or symbol?
14447 * count-words-in-defun:: Very like @code{@value{COUNT-WORDS}}.
14448 * Several defuns:: Counting several defuns in a file.
14449 * Find a File:: Do you want to look at a file?
14450 * lengths-list-file:: A list of the lengths of many definitions.
14451 * Several files:: Counting in definitions in different files.
14452 * Several files recursively:: Recursively counting in different files.
14453 * Prepare the data:: Prepare the data for display in a graph.
14454 @end menu
14455
14456 @ifnottex
14457 @node Divide and Conquer
14458 @unnumberedsec Divide and Conquer
14459 @end ifnottex
14460
14461 Described in one phrase, the histogram project is daunting; but
14462 divided into numerous small steps, each of which we can take one at a
14463 time, the project becomes less fearsome. Let us consider what the
14464 steps must be:
14465
14466 @itemize @bullet
14467 @item
14468 First, write a function to count the words in one definition. This
14469 includes the problem of handling symbols as well as words.
14470
14471 @item
14472 Second, write a function to list the numbers of words in each function
14473 in a file. This function can use the @code{count-words-in-defun}
14474 function.
14475
14476 @item
14477 Third, write a function to list the numbers of words in each function
14478 in each of several files. This entails automatically finding the
14479 various files, switching to them, and counting the words in the
14480 definitions within them.
14481
14482 @item
14483 Fourth, write a function to convert the list of numbers that we
14484 created in step three to a form that will be suitable for printing as
14485 a graph.
14486
14487 @item
14488 Fifth, write a function to print the results as a graph.
14489 @end itemize
14490
14491 This is quite a project! But if we take each step slowly, it will not
14492 be difficult.
14493
14494 @node Words and Symbols
14495 @section What to Count?
14496 @cindex Words and symbols in defun
14497
14498 When we first start thinking about how to count the words in a
14499 function definition, the first question is (or ought to be) what are
14500 we going to count? When we speak of `words' with respect to a Lisp
14501 function definition, we are actually speaking, in large part, of
14502 `symbols'. For example, the following @code{multiply-by-seven}
14503 function contains the five symbols @code{defun},
14504 @code{multiply-by-seven}, @code{number}, @code{*}, and @code{7}. In
14505 addition, in the documentation string, it contains the four words
14506 @samp{Multiply}, @samp{NUMBER}, @samp{by}, and @samp{seven}. The
14507 symbol @samp{number} is repeated, so the definition contains a total
14508 of ten words and symbols.
14509
14510 @smallexample
14511 @group
14512 (defun multiply-by-seven (number)
14513 "Multiply NUMBER by seven."
14514 (* 7 number))
14515 @end group
14516 @end smallexample
14517
14518 @noindent
14519 However, if we mark the @code{multiply-by-seven} definition with
14520 @kbd{C-M-h} (@code{mark-defun}), and then call
14521 @code{@value{COUNT-WORDS}} on it, we will find that
14522 @code{@value{COUNT-WORDS}} claims the definition has eleven words, not
14523 ten! Something is wrong!
14524
14525 The problem is twofold: @code{@value{COUNT-WORDS}} does not count the
14526 @samp{*} as a word, and it counts the single symbol,
14527 @code{multiply-by-seven}, as containing three words. The hyphens are
14528 treated as if they were interword spaces rather than intraword
14529 connectors: @samp{multiply-by-seven} is counted as if it were written
14530 @samp{multiply by seven}.
14531
14532 The cause of this confusion is the regular expression search within
14533 the @code{@value{COUNT-WORDS}} definition that moves point forward word
14534 by word. In the canonical version of @code{@value{COUNT-WORDS}}, the
14535 regexp is:
14536
14537 @smallexample
14538 "\\w+\\W*"
14539 @end smallexample
14540
14541 @noindent
14542 This regular expression is a pattern defining one or more word
14543 constituent characters possibly followed by one or more characters
14544 that are not word constituents. What is meant by `word constituent
14545 characters' brings us to the issue of syntax, which is worth a section
14546 of its own.
14547
14548 @node Syntax
14549 @section What Constitutes a Word or Symbol?
14550 @cindex Syntax categories and tables
14551
14552 Emacs treats different characters as belonging to different
14553 @dfn{syntax categories}. For example, the regular expression,
14554 @samp{\\w+}, is a pattern specifying one or more @emph{word
14555 constituent} characters. Word constituent characters are members of
14556 one syntax category. Other syntax categories include the class of
14557 punctuation characters, such as the period and the comma, and the
14558 class of whitespace characters, such as the blank space and the tab
14559 character. (For more information, @pxref{Syntax Tables, , Syntax
14560 Tables, elisp, The GNU Emacs Lisp Reference Manual}.)
14561
14562 Syntax tables specify which characters belong to which categories.
14563 Usually, a hyphen is not specified as a `word constituent character'.
14564 Instead, it is specified as being in the `class of characters that are
14565 part of symbol names but not words.' This means that the
14566 @code{@value{COUNT-WORDS}} function treats it in the same way it treats
14567 an interword white space, which is why @code{@value{COUNT-WORDS}}
14568 counts @samp{multiply-by-seven} as three words.
14569
14570 There are two ways to cause Emacs to count @samp{multiply-by-seven} as
14571 one symbol: modify the syntax table or modify the regular expression.
14572
14573 We could redefine a hyphen as a word constituent character by
14574 modifying the syntax table that Emacs keeps for each mode. This
14575 action would serve our purpose, except that a hyphen is merely the
14576 most common character within symbols that is not typically a word
14577 constituent character; there are others, too.
14578
14579 Alternatively, we can redefine the regexp used in the
14580 @code{@value{COUNT-WORDS}} definition so as to include symbols. This
14581 procedure has the merit of clarity, but the task is a little tricky.
14582
14583 @need 1200
14584 The first part is simple enough: the pattern must match ``at least one
14585 character that is a word or symbol constituent''. Thus:
14586
14587 @smallexample
14588 "\\(\\w\\|\\s_\\)+"
14589 @end smallexample
14590
14591 @noindent
14592 The @samp{\\(} is the first part of the grouping construct that
14593 includes the @samp{\\w} and the @samp{\\s_} as alternatives, separated
14594 by the @samp{\\|}. The @samp{\\w} matches any word-constituent
14595 character and the @samp{\\s_} matches any character that is part of a
14596 symbol name but not a word-constituent character. The @samp{+}
14597 following the group indicates that the word or symbol constituent
14598 characters must be matched at least once.
14599
14600 However, the second part of the regexp is more difficult to design.
14601 What we want is to follow the first part with ``optionally one or more
14602 characters that are not constituents of a word or symbol''. At first,
14603 I thought I could define this with the following:
14604
14605 @smallexample
14606 "\\(\\W\\|\\S_\\)*"
14607 @end smallexample
14608
14609 @noindent
14610 The upper case @samp{W} and @samp{S} match characters that are
14611 @emph{not} word or symbol constituents. Unfortunately, this
14612 expression matches any character that is either not a word constituent
14613 or not a symbol constituent. This matches any character!
14614
14615 I then noticed that every word or symbol in my test region was
14616 followed by white space (blank space, tab, or newline). So I tried
14617 placing a pattern to match one or more blank spaces after the pattern
14618 for one or more word or symbol constituents. This failed, too. Words
14619 and symbols are often separated by whitespace, but in actual code
14620 parentheses may follow symbols and punctuation may follow words. So
14621 finally, I designed a pattern in which the word or symbol constituents
14622 are followed optionally by characters that are not white space and
14623 then followed optionally by white space.
14624
14625 @need 800
14626 Here is the full regular expression:
14627
14628 @smallexample
14629 "\\(\\w\\|\\s_\\)+[^ \t\n]*[ \t\n]*"
14630 @end smallexample
14631
14632 @node count-words-in-defun
14633 @section The @code{count-words-in-defun} Function
14634 @cindex Counting words in a @code{defun}
14635
14636 We have seen that there are several ways to write a
14637 @code{count-words-region} function. To write a
14638 @code{count-words-in-defun}, we need merely adapt one of these
14639 versions.
14640
14641 The version that uses a @code{while} loop is easy to understand, so I
14642 am going to adapt that. Because @code{count-words-in-defun} will be
14643 part of a more complex program, it need not be interactive and it need
14644 not display a message but just return the count. These considerations
14645 simplify the definition a little.
14646
14647 On the other hand, @code{count-words-in-defun} will be used within a
14648 buffer that contains function definitions. Consequently, it is
14649 reasonable to ask that the function determine whether it is called
14650 when point is within a function definition, and if it is, to return
14651 the count for that definition. This adds complexity to the
14652 definition, but saves us from needing to pass arguments to the
14653 function.
14654
14655 @need 1250
14656 These considerations lead us to prepare the following template:
14657
14658 @smallexample
14659 @group
14660 (defun count-words-in-defun ()
14661 "@var{documentation}@dots{}"
14662 (@var{set up}@dots{}
14663 (@var{while loop}@dots{})
14664 @var{return count})
14665 @end group
14666 @end smallexample
14667
14668 @noindent
14669 As usual, our job is to fill in the slots.
14670
14671 First, the set up.
14672
14673 We are presuming that this function will be called within a buffer
14674 containing function definitions. Point will either be within a
14675 function definition or not. For @code{count-words-in-defun} to work,
14676 point must move to the beginning of the definition, a counter must
14677 start at zero, and the counting loop must stop when point reaches the
14678 end of the definition.
14679
14680 The @code{beginning-of-defun} function searches backwards for an
14681 opening delimiter such as a @samp{(} at the beginning of a line, and
14682 moves point to that position, or else to the limit of the search. In
14683 practice, this means that @code{beginning-of-defun} moves point to the
14684 beginning of an enclosing or preceding function definition, or else to
14685 the beginning of the buffer. We can use @code{beginning-of-defun} to
14686 place point where we wish to start.
14687
14688 The @code{while} loop requires a counter to keep track of the words or
14689 symbols being counted. A @code{let} expression can be used to create
14690 a local variable for this purpose, and bind it to an initial value of zero.
14691
14692 The @code{end-of-defun} function works like @code{beginning-of-defun}
14693 except that it moves point to the end of the definition.
14694 @code{end-of-defun} can be used as part of an expression that
14695 determines the position of the end of the definition.
14696
14697 The set up for @code{count-words-in-defun} takes shape rapidly: first
14698 we move point to the beginning of the definition, then we create a
14699 local variable to hold the count, and finally, we record the position
14700 of the end of the definition so the @code{while} loop will know when to stop
14701 looping.
14702
14703 @need 1250
14704 The code looks like this:
14705
14706 @smallexample
14707 @group
14708 (beginning-of-defun)
14709 (let ((count 0)
14710 (end (save-excursion (end-of-defun) (point))))
14711 @end group
14712 @end smallexample
14713
14714 @noindent
14715 The code is simple. The only slight complication is likely to concern
14716 @code{end}: it is bound to the position of the end of the definition
14717 by a @code{save-excursion} expression that returns the value of point
14718 after @code{end-of-defun} temporarily moves it to the end of the
14719 definition.
14720
14721 The second part of the @code{count-words-in-defun}, after the set up,
14722 is the @code{while} loop.
14723
14724 The loop must contain an expression that jumps point forward word by
14725 word and symbol by symbol, and another expression that counts the
14726 jumps. The true-or-false-test for the @code{while} loop should test
14727 true so long as point should jump forward, and false when point is at
14728 the end of the definition. We have already redefined the regular
14729 expression for this, so the loop is straightforward:
14730
14731 @smallexample
14732 @group
14733 (while (and (< (point) end)
14734 (re-search-forward
14735 "\\(\\w\\|\\s_\\)+[^ \t\n]*[ \t\n]*" end t))
14736 (setq count (1+ count)))
14737 @end group
14738 @end smallexample
14739
14740 The third part of the function definition returns the count of words
14741 and symbols. This part is the last expression within the body of the
14742 @code{let} expression, and can be, very simply, the local variable
14743 @code{count}, which when evaluated returns the count.
14744
14745 @need 1250
14746 Put together, the @code{count-words-in-defun} definition looks like this:
14747
14748 @findex count-words-in-defun
14749 @smallexample
14750 @group
14751 (defun count-words-in-defun ()
14752 "Return the number of words and symbols in a defun."
14753 (beginning-of-defun)
14754 (let ((count 0)
14755 (end (save-excursion (end-of-defun) (point))))
14756 @end group
14757 @group
14758 (while
14759 (and (< (point) end)
14760 (re-search-forward
14761 "\\(\\w\\|\\s_\\)+[^ \t\n]*[ \t\n]*"
14762 end t))
14763 (setq count (1+ count)))
14764 count))
14765 @end group
14766 @end smallexample
14767
14768 How to test this? The function is not interactive, but it is easy to
14769 put a wrapper around the function to make it interactive; we can use
14770 almost the same code as for the recursive version of
14771 @code{@value{COUNT-WORDS}}:
14772
14773 @smallexample
14774 @group
14775 ;;; @r{Interactive version.}
14776 (defun count-words-defun ()
14777 "Number of words and symbols in a function definition."
14778 (interactive)
14779 (message
14780 "Counting words and symbols in function definition ... ")
14781 @end group
14782 @group
14783 (let ((count (count-words-in-defun)))
14784 (cond
14785 ((zerop count)
14786 (message
14787 "The definition does NOT have any words or symbols."))
14788 @end group
14789 @group
14790 ((= 1 count)
14791 (message
14792 "The definition has 1 word or symbol."))
14793 (t
14794 (message
14795 "The definition has %d words or symbols." count)))))
14796 @end group
14797 @end smallexample
14798
14799 @need 800
14800 @noindent
14801 Let's re-use @kbd{C-c =} as a convenient keybinding:
14802
14803 @smallexample
14804 (global-set-key "\C-c=" 'count-words-defun)
14805 @end smallexample
14806
14807 Now we can try out @code{count-words-defun}: install both
14808 @code{count-words-in-defun} and @code{count-words-defun}, and set the
14809 keybinding, and then place the cursor within the following definition:
14810
14811 @smallexample
14812 @group
14813 (defun multiply-by-seven (number)
14814 "Multiply NUMBER by seven."
14815 (* 7 number))
14816 @result{} 10
14817 @end group
14818 @end smallexample
14819
14820 @noindent
14821 Success! The definition has 10 words and symbols.
14822
14823 The next problem is to count the numbers of words and symbols in
14824 several definitions within a single file.
14825
14826 @node Several defuns
14827 @section Count Several @code{defuns} Within a File
14828
14829 A file such as @file{simple.el} may have a hundred or more function
14830 definitions within it. Our long term goal is to collect statistics on
14831 many files, but as a first step, our immediate goal is to collect
14832 statistics on one file.
14833
14834 The information will be a series of numbers, each number being the
14835 length of a function definition. We can store the numbers in a list.
14836
14837 We know that we will want to incorporate the information regarding one
14838 file with information about many other files; this means that the
14839 function for counting definition lengths within one file need only
14840 return the list of lengths. It need not and should not display any
14841 messages.
14842
14843 The word count commands contain one expression to jump point forward
14844 word by word and another expression to count the jumps. The function
14845 to return the lengths of definitions can be designed to work the same
14846 way, with one expression to jump point forward definition by
14847 definition and another expression to construct the lengths' list.
14848
14849 This statement of the problem makes it elementary to write the
14850 function definition. Clearly, we will start the count at the
14851 beginning of the file, so the first command will be @code{(goto-char
14852 (point-min))}. Next, we start the @code{while} loop; and the
14853 true-or-false test of the loop can be a regular expression search for
14854 the next function definition---so long as the search succeeds, point
14855 is moved forward and then the body of the loop is evaluated. The body
14856 needs an expression that constructs the lengths' list. @code{cons},
14857 the list construction command, can be used to create the list. That
14858 is almost all there is to it.
14859
14860 @need 800
14861 Here is what this fragment of code looks like:
14862
14863 @smallexample
14864 @group
14865 (goto-char (point-min))
14866 (while (re-search-forward "^(defun" nil t)
14867 (setq lengths-list
14868 (cons (count-words-in-defun) lengths-list)))
14869 @end group
14870 @end smallexample
14871
14872 What we have left out is the mechanism for finding the file that
14873 contains the function definitions.
14874
14875 In previous examples, we either used this, the Info file, or we
14876 switched back and forth to some other buffer, such as the
14877 @file{*scratch*} buffer.
14878
14879 Finding a file is a new process that we have not yet discussed.
14880
14881 @node Find a File
14882 @section Find a File
14883 @cindex Find a File
14884
14885 To find a file in Emacs, you use the @kbd{C-x C-f} (@code{find-file})
14886 command. This command is almost, but not quite right for the lengths
14887 problem.
14888
14889 @need 1200
14890 Let's look at the source for @code{find-file}:
14891
14892 @smallexample
14893 @group
14894 (defun find-file (filename)
14895 "Edit file FILENAME.
14896 Switch to a buffer visiting file FILENAME,
14897 creating one if none already exists."
14898 (interactive "FFind file: ")
14899 (switch-to-buffer (find-file-noselect filename)))
14900 @end group
14901 @end smallexample
14902
14903 @noindent
14904 (The most recent version of the @code{find-file} function definition
14905 permits you to specify optional wildcards to visit multiple files; that
14906 makes the definition more complex and we will not discuss it here,
14907 since it is not relevant. You can see its source using either
14908 @kbd{M-.} (@code{find-tag}) or @kbd{C-h f} (@code{describe-function}).)
14909
14910 @ignore
14911 In Emacs 22
14912 (defun find-file (filename &optional wildcards)
14913 "Edit file FILENAME.
14914 Switch to a buffer visiting file FILENAME,
14915 creating one if none already exists.
14916 Interactively, the default if you just type RET is the current directory,
14917 but the visited file name is available through the minibuffer history:
14918 type M-n to pull it into the minibuffer.
14919
14920 Interactively, or if WILDCARDS is non-nil in a call from Lisp,
14921 expand wildcards (if any) and visit multiple files. You can
14922 suppress wildcard expansion by setting `find-file-wildcards' to nil.
14923
14924 To visit a file without any kind of conversion and without
14925 automatically choosing a major mode, use \\[find-file-literally]."
14926 (interactive (find-file-read-args "Find file: " nil))
14927 (let ((value (find-file-noselect filename nil nil wildcards)))
14928 (if (listp value)
14929 (mapcar 'switch-to-buffer (nreverse value))
14930 (switch-to-buffer value))))
14931 @end ignore
14932
14933 The definition I am showing possesses short but complete documentation
14934 and an interactive specification that prompts you for a file name when
14935 you use the command interactively. The body of the definition
14936 contains two functions, @code{find-file-noselect} and
14937 @code{switch-to-buffer}.
14938
14939 According to its documentation as shown by @kbd{C-h f} (the
14940 @code{describe-function} command), the @code{find-file-noselect}
14941 function reads the named file into a buffer and returns the buffer.
14942 (Its most recent version includes an optional wildcards argument,
14943 too, as well as another to read a file literally and an other you
14944 suppress warning messages. These optional arguments are irrelevant.)
14945
14946 However, the @code{find-file-noselect} function does not select the
14947 buffer in which it puts the file. Emacs does not switch its attention
14948 (or yours if you are using @code{find-file-noselect}) to the selected
14949 buffer. That is what @code{switch-to-buffer} does: it switches the
14950 buffer to which Emacs attention is directed; and it switches the
14951 buffer displayed in the window to the new buffer. We have discussed
14952 buffer switching elsewhere. (@xref{Switching Buffers}.)
14953
14954 In this histogram project, we do not need to display each file on the
14955 screen as the program determines the length of each definition within
14956 it. Instead of employing @code{switch-to-buffer}, we can work with
14957 @code{set-buffer}, which redirects the attention of the computer
14958 program to a different buffer but does not redisplay it on the screen.
14959 So instead of calling on @code{find-file} to do the job, we must write
14960 our own expression.
14961
14962 The task is easy: use @code{find-file-noselect} and @code{set-buffer}.
14963
14964 @node lengths-list-file
14965 @section @code{lengths-list-file} in Detail
14966
14967 The core of the @code{lengths-list-file} function is a @code{while}
14968 loop containing a function to move point forward `defun by defun' and
14969 a function to count the number of words and symbols in each defun.
14970 This core must be surrounded by functions that do various other tasks,
14971 including finding the file, and ensuring that point starts out at the
14972 beginning of the file. The function definition looks like this:
14973 @findex lengths-list-file
14974
14975 @smallexample
14976 @group
14977 (defun lengths-list-file (filename)
14978 "Return list of definitions' lengths within FILE.
14979 The returned list is a list of numbers.
14980 Each number is the number of words or
14981 symbols in one function definition."
14982 @end group
14983 @group
14984 (message "Working on `%s' ... " filename)
14985 (save-excursion
14986 (let ((buffer (find-file-noselect filename))
14987 (lengths-list))
14988 (set-buffer buffer)
14989 (setq buffer-read-only t)
14990 (widen)
14991 (goto-char (point-min))
14992 (while (re-search-forward "^(defun" nil t)
14993 (setq lengths-list
14994 (cons (count-words-in-defun) lengths-list)))
14995 (kill-buffer buffer)
14996 lengths-list)))
14997 @end group
14998 @end smallexample
14999
15000 @noindent
15001 The function is passed one argument, the name of the file on which it
15002 will work. It has four lines of documentation, but no interactive
15003 specification. Since people worry that a computer is broken if they
15004 don't see anything going on, the first line of the body is a
15005 message.
15006
15007 The next line contains a @code{save-excursion} that returns Emacs's
15008 attention to the current buffer when the function completes. This is
15009 useful in case you embed this function in another function that
15010 presumes point is restored to the original buffer.
15011
15012 In the varlist of the @code{let} expression, Emacs finds the file and
15013 binds the local variable @code{buffer} to the buffer containing the
15014 file. At the same time, Emacs creates @code{lengths-list} as a local
15015 variable.
15016
15017 Next, Emacs switches its attention to the buffer.
15018
15019 In the following line, Emacs makes the buffer read-only. Ideally,
15020 this line is not necessary. None of the functions for counting words
15021 and symbols in a function definition should change the buffer.
15022 Besides, the buffer is not going to be saved, even if it were changed.
15023 This line is entirely the consequence of great, perhaps excessive,
15024 caution. The reason for the caution is that this function and those
15025 it calls work on the sources for Emacs and it is inconvenient if they
15026 are inadvertently modified. It goes without saying that I did not
15027 realize a need for this line until an experiment went awry and started
15028 to modify my Emacs source files @dots{}
15029
15030 Next comes a call to widen the buffer if it is narrowed. This
15031 function is usually not needed---Emacs creates a fresh buffer if none
15032 already exists; but if a buffer visiting the file already exists Emacs
15033 returns that one. In this case, the buffer may be narrowed and must
15034 be widened. If we wanted to be fully `user-friendly', we would
15035 arrange to save the restriction and the location of point, but we
15036 won't.
15037
15038 The @code{(goto-char (point-min))} expression moves point to the
15039 beginning of the buffer.
15040
15041 Then comes a @code{while} loop in which the `work' of the function is
15042 carried out. In the loop, Emacs determines the length of each
15043 definition and constructs a lengths' list containing the information.
15044
15045 Emacs kills the buffer after working through it. This is to save
15046 space inside of Emacs. My version of GNU Emacs 19 contained over 300
15047 source files of interest; GNU Emacs 22 contains over a thousand source
15048 files. Another function will apply @code{lengths-list-file} to each
15049 of the files.
15050
15051 Finally, the last expression within the @code{let} expression is the
15052 @code{lengths-list} variable; its value is returned as the value of
15053 the whole function.
15054
15055 You can try this function by installing it in the usual fashion. Then
15056 place your cursor after the following expression and type @kbd{C-x
15057 C-e} (@code{eval-last-sexp}).
15058
15059 @c !!! 22.1.1 lisp sources location here
15060 @smallexample
15061 (lengths-list-file
15062 "/usr/local/share/emacs/22.1.1/lisp/emacs-lisp/debug.el")
15063 @end smallexample
15064
15065 @noindent
15066 (You may need to change the pathname of the file; the one here is for
15067 GNU Emacs version 22.1.1. To change the expression, copy it to
15068 the @file{*scratch*} buffer and edit it.
15069
15070 @need 1200
15071 @noindent
15072 (Also, to see the full length of the list, rather than a truncated
15073 version, you may have to evaluate the following:
15074
15075 @smallexample
15076 (custom-set-variables '(eval-expression-print-length nil))
15077 @end smallexample
15078
15079 @noindent
15080 (@xref{defcustom, , Specifying Variables using @code{defcustom}}.
15081 Then evaluate the @code{lengths-list-file} expression.)
15082
15083 @need 1200
15084 The lengths' list for @file{debug.el} takes less than a second to
15085 produce and looks like this in GNU Emacs 22:
15086
15087 @smallexample
15088 (83 113 105 144 289 22 30 97 48 89 25 52 52 88 28 29 77 49 43 290 232 587)
15089 @end smallexample
15090
15091 @need 1500
15092 (Using my old machine, the version 19 lengths' list for @file{debug.el}
15093 took seven seconds to produce and looked like this:
15094
15095 @smallexample
15096 (75 41 80 62 20 45 44 68 45 12 34 235)
15097 @end smallexample
15098
15099 (The newer version of @file{debug.el} contains more defuns than the
15100 earlier one; and my new machine is much faster than the old one.)
15101
15102 Note that the length of the last definition in the file is first in
15103 the list.
15104
15105 @node Several files
15106 @section Count Words in @code{defuns} in Different Files
15107
15108 In the previous section, we created a function that returns a list of
15109 the lengths of each definition in a file. Now, we want to define a
15110 function to return a master list of the lengths of the definitions in
15111 a list of files.
15112
15113 Working on each of a list of files is a repetitious act, so we can use
15114 either a @code{while} loop or recursion.
15115
15116 @menu
15117 * lengths-list-many-files:: Return a list of the lengths of defuns.
15118 * append:: Attach one list to another.
15119 @end menu
15120
15121 @ifnottex
15122 @node lengths-list-many-files
15123 @unnumberedsubsec Determine the lengths of @code{defuns}
15124 @end ifnottex
15125
15126 The design using a @code{while} loop is routine. The argument passed
15127 the function is a list of files. As we saw earlier (@pxref{Loop
15128 Example}), you can write a @code{while} loop so that the body of the
15129 loop is evaluated if such a list contains elements, but to exit the
15130 loop if the list is empty. For this design to work, the body of the
15131 loop must contain an expression that shortens the list each time the
15132 body is evaluated, so that eventually the list is empty. The usual
15133 technique is to set the value of the list to the value of the @sc{cdr}
15134 of the list each time the body is evaluated.
15135
15136 @need 800
15137 The template looks like this:
15138
15139 @smallexample
15140 @group
15141 (while @var{test-whether-list-is-empty}
15142 @var{body}@dots{}
15143 @var{set-list-to-cdr-of-list})
15144 @end group
15145 @end smallexample
15146
15147 Also, we remember that a @code{while} loop returns @code{nil} (the
15148 result of evaluating the true-or-false-test), not the result of any
15149 evaluation within its body. (The evaluations within the body of the
15150 loop are done for their side effects.) However, the expression that
15151 sets the lengths' list is part of the body---and that is the value
15152 that we want returned by the function as a whole. To do this, we
15153 enclose the @code{while} loop within a @code{let} expression, and
15154 arrange that the last element of the @code{let} expression contains
15155 the value of the lengths' list. (@xref{Incrementing Example, , Loop
15156 Example with an Incrementing Counter}.)
15157
15158 @findex lengths-list-many-files
15159 @need 1250
15160 These considerations lead us directly to the function itself:
15161
15162 @smallexample
15163 @group
15164 ;;; @r{Use @code{while} loop.}
15165 (defun lengths-list-many-files (list-of-files)
15166 "Return list of lengths of defuns in LIST-OF-FILES."
15167 @end group
15168 @group
15169 (let (lengths-list)
15170
15171 ;;; @r{true-or-false-test}
15172 (while list-of-files
15173 (setq lengths-list
15174 (append
15175 lengths-list
15176
15177 ;;; @r{Generate a lengths' list.}
15178 (lengths-list-file
15179 (expand-file-name (car list-of-files)))))
15180 @end group
15181
15182 @group
15183 ;;; @r{Make files' list shorter.}
15184 (setq list-of-files (cdr list-of-files)))
15185
15186 ;;; @r{Return final value of lengths' list.}
15187 lengths-list))
15188 @end group
15189 @end smallexample
15190
15191 @code{expand-file-name} is a built-in function that converts a file
15192 name to the absolute, long, path name form. The function employs the
15193 name of the directory in which the function is called.
15194
15195 @c !!! 22.1.1 lisp sources location here
15196 @need 1500
15197 Thus, if @code{expand-file-name} is called on @code{debug.el} when
15198 Emacs is visiting the
15199 @file{/usr/local/share/emacs/22.1.1/lisp/emacs-lisp/} directory,
15200
15201 @smallexample
15202 debug.el
15203 @end smallexample
15204
15205 @need 800
15206 @noindent
15207 becomes
15208
15209 @c !!! 22.1.1 lisp sources location here
15210 @smallexample
15211 /usr/local/share/emacs/22.1.1/lisp/emacs-lisp/debug.el
15212 @end smallexample
15213
15214 The only other new element of this function definition is the as yet
15215 unstudied function @code{append}, which merits a short section for
15216 itself.
15217
15218 @node append
15219 @subsection The @code{append} Function
15220
15221 @need 800
15222 The @code{append} function attaches one list to another. Thus,
15223
15224 @smallexample
15225 (append '(1 2 3 4) '(5 6 7 8))
15226 @end smallexample
15227
15228 @need 800
15229 @noindent
15230 produces the list
15231
15232 @smallexample
15233 (1 2 3 4 5 6 7 8)
15234 @end smallexample
15235
15236 This is exactly how we want to attach two lengths' lists produced by
15237 @code{lengths-list-file} to each other. The results contrast with
15238 @code{cons},
15239
15240 @smallexample
15241 (cons '(1 2 3 4) '(5 6 7 8))
15242 @end smallexample
15243
15244 @need 1250
15245 @noindent
15246 which constructs a new list in which the first argument to @code{cons}
15247 becomes the first element of the new list:
15248
15249 @smallexample
15250 ((1 2 3 4) 5 6 7 8)
15251 @end smallexample
15252
15253 @node Several files recursively
15254 @section Recursively Count Words in Different Files
15255
15256 Besides a @code{while} loop, you can work on each of a list of files
15257 with recursion. A recursive version of @code{lengths-list-many-files}
15258 is short and simple.
15259
15260 The recursive function has the usual parts: the `do-again-test', the
15261 `next-step-expression', and the recursive call. The `do-again-test'
15262 determines whether the function should call itself again, which it
15263 will do if the @code{list-of-files} contains any remaining elements;
15264 the `next-step-expression' resets the @code{list-of-files} to the
15265 @sc{cdr} of itself, so eventually the list will be empty; and the
15266 recursive call calls itself on the shorter list. The complete
15267 function is shorter than this description!
15268 @findex recursive-lengths-list-many-files
15269
15270 @smallexample
15271 @group
15272 (defun recursive-lengths-list-many-files (list-of-files)
15273 "Return list of lengths of each defun in LIST-OF-FILES."
15274 (if list-of-files ; @r{do-again-test}
15275 (append
15276 (lengths-list-file
15277 (expand-file-name (car list-of-files)))
15278 (recursive-lengths-list-many-files
15279 (cdr list-of-files)))))
15280 @end group
15281 @end smallexample
15282
15283 @noindent
15284 In a sentence, the function returns the lengths' list for the first of
15285 the @code{list-of-files} appended to the result of calling itself on
15286 the rest of the @code{list-of-files}.
15287
15288 Here is a test of @code{recursive-lengths-list-many-files}, along with
15289 the results of running @code{lengths-list-file} on each of the files
15290 individually.
15291
15292 Install @code{recursive-lengths-list-many-files} and
15293 @code{lengths-list-file}, if necessary, and then evaluate the
15294 following expressions. You may need to change the files' pathnames;
15295 those here work when this Info file and the Emacs sources are located
15296 in their customary places. To change the expressions, copy them to
15297 the @file{*scratch*} buffer, edit them, and then evaluate them.
15298
15299 The results are shown after the @samp{@result{}}. (These results are
15300 for files from Emacs version 22.1.1; files from other versions of
15301 Emacs may produce different results.)
15302
15303 @c !!! 22.1.1 lisp sources location here
15304 @smallexample
15305 @group
15306 (cd "/usr/local/share/emacs/22.1.1/")
15307
15308 (lengths-list-file "./lisp/macros.el")
15309 @result{} (283 263 480 90)
15310 @end group
15311
15312 @group
15313 (lengths-list-file "./lisp/mail/mailalias.el")
15314 @result{} (38 32 29 95 178 180 321 218 324)
15315 @end group
15316
15317 @group
15318 (lengths-list-file "./lisp/makesum.el")
15319 @result{} (85 181)
15320 @end group
15321
15322 @group
15323 (recursive-lengths-list-many-files
15324 '("./lisp/macros.el"
15325 "./lisp/mail/mailalias.el"
15326 "./lisp/makesum.el"))
15327 @result{} (283 263 480 90 38 32 29 95 178 180 321 218 324 85 181)
15328 @end group
15329 @end smallexample
15330
15331 The @code{recursive-lengths-list-many-files} function produces the
15332 output we want.
15333
15334 The next step is to prepare the data in the list for display in a graph.
15335
15336 @node Prepare the data
15337 @section Prepare the Data for Display in a Graph
15338
15339 The @code{recursive-lengths-list-many-files} function returns a list
15340 of numbers. Each number records the length of a function definition.
15341 What we need to do now is transform this data into a list of numbers
15342 suitable for generating a graph. The new list will tell how many
15343 functions definitions contain less than 10 words and
15344 symbols, how many contain between 10 and 19 words and symbols, how
15345 many contain between 20 and 29 words and symbols, and so on.
15346
15347 In brief, we need to go through the lengths' list produced by the
15348 @code{recursive-lengths-list-many-files} function and count the number
15349 of defuns within each range of lengths, and produce a list of those
15350 numbers.
15351
15352 @menu
15353 * Data for Display in Detail::
15354 * Sorting:: Sorting lists.
15355 * Files List:: Making a list of files.
15356 * Counting function definitions::
15357 @end menu
15358
15359 @ifnottex
15360 @node Data for Display in Detail
15361 @unnumberedsubsec The Data for Display in Detail
15362 @end ifnottex
15363
15364 Based on what we have done before, we can readily foresee that it
15365 should not be too hard to write a function that `@sc{cdr}s' down the
15366 lengths' list, looks at each element, determines which length range it
15367 is in, and increments a counter for that range.
15368
15369 However, before beginning to write such a function, we should consider
15370 the advantages of sorting the lengths' list first, so the numbers are
15371 ordered from smallest to largest. First, sorting will make it easier
15372 to count the numbers in each range, since two adjacent numbers will
15373 either be in the same length range or in adjacent ranges. Second, by
15374 inspecting a sorted list, we can discover the highest and lowest
15375 number, and thereby determine the largest and smallest length range
15376 that we will need.
15377
15378 @node Sorting
15379 @subsection Sorting Lists
15380 @findex sort
15381
15382 Emacs contains a function to sort lists, called (as you might guess)
15383 @code{sort}. The @code{sort} function takes two arguments, the list
15384 to be sorted, and a predicate that determines whether the first of
15385 two list elements is ``less'' than the second.
15386
15387 As we saw earlier (@pxref{Wrong Type of Argument, , Using the Wrong
15388 Type Object as an Argument}), a predicate is a function that
15389 determines whether some property is true or false. The @code{sort}
15390 function will reorder a list according to whatever property the
15391 predicate uses; this means that @code{sort} can be used to sort
15392 non-numeric lists by non-numeric criteria---it can, for example,
15393 alphabetize a list.
15394
15395 @need 1250
15396 The @code{<} function is used when sorting a numeric list. For example,
15397
15398 @smallexample
15399 (sort '(4 8 21 17 33 7 21 7) '<)
15400 @end smallexample
15401
15402 @need 800
15403 @noindent
15404 produces this:
15405
15406 @smallexample
15407 (4 7 7 8 17 21 21 33)
15408 @end smallexample
15409
15410 @noindent
15411 (Note that in this example, both the arguments are quoted so that the
15412 symbols are not evaluated before being passed to @code{sort} as
15413 arguments.)
15414
15415 Sorting the list returned by the
15416 @code{recursive-lengths-list-many-files} function is straightforward;
15417 it uses the @code{<} function:
15418
15419 @ignore
15420 2006 Oct 29
15421 In GNU Emacs 22, eval
15422 (progn
15423 (cd "/usr/local/share/emacs/22.0.50/")
15424 (sort
15425 (recursive-lengths-list-many-files
15426 '("./lisp/macros.el"
15427 "./lisp/mail/mailalias.el"
15428 "./lisp/makesum.el"))
15429 '<))
15430
15431 @end ignore
15432
15433 @smallexample
15434 @group
15435 (sort
15436 (recursive-lengths-list-many-files
15437 '("./lisp/macros.el"
15438 "./lisp/mailalias.el"
15439 "./lisp/makesum.el"))
15440 '<)
15441 @end group
15442 @end smallexample
15443
15444 @need 800
15445 @noindent
15446 which produces:
15447
15448 @smallexample
15449 (29 32 38 85 90 95 178 180 181 218 263 283 321 324 480)
15450 @end smallexample
15451
15452 @noindent
15453 (Note that in this example, the first argument to @code{sort} is not
15454 quoted, since the expression must be evaluated so as to produce the
15455 list that is passed to @code{sort}.)
15456
15457 @node Files List
15458 @subsection Making a List of Files
15459
15460 The @code{recursive-lengths-list-many-files} function requires a list
15461 of files as its argument. For our test examples, we constructed such
15462 a list by hand; but the Emacs Lisp source directory is too large for
15463 us to do for that. Instead, we will write a function to do the job
15464 for us. In this function, we will use both a @code{while} loop and a
15465 recursive call.
15466
15467 @findex directory-files
15468 We did not have to write a function like this for older versions of
15469 GNU Emacs, since they placed all the @samp{.el} files in one
15470 directory. Instead, we were able to use the @code{directory-files}
15471 function, which lists the names of files that match a specified
15472 pattern within a single directory.
15473
15474 However, recent versions of Emacs place Emacs Lisp files in
15475 sub-directories of the top level @file{lisp} directory. This
15476 re-arrangement eases navigation. For example, all the mail related
15477 files are in a @file{lisp} sub-directory called @file{mail}. But at
15478 the same time, this arrangement forces us to create a file listing
15479 function that descends into the sub-directories.
15480
15481 @findex files-in-below-directory
15482 We can create this function, called @code{files-in-below-directory},
15483 using familiar functions such as @code{car}, @code{nthcdr}, and
15484 @code{substring} in conjunction with an existing function called
15485 @code{directory-files-and-attributes}. This latter function not only
15486 lists all the filenames in a directory, including the names
15487 of sub-directories, but also their attributes.
15488
15489 To restate our goal: to create a function that will enable us
15490 to feed filenames to @code{recursive-lengths-list-many-files}
15491 as a list that looks like this (but with more elements):
15492
15493 @smallexample
15494 @group
15495 ("./lisp/macros.el"
15496 "./lisp/mail/rmail.el"
15497 "./lisp/makesum.el")
15498 @end group
15499 @end smallexample
15500
15501 The @code{directory-files-and-attributes} function returns a list of
15502 lists. Each of the lists within the main list consists of 13
15503 elements. The first element is a string that contains the name of the
15504 file---which, in GNU/Linux, may be a `directory file', that is to
15505 say, a file with the special attributes of a directory. The second
15506 element of the list is @code{t} for a directory, a string
15507 for symbolic link (the string is the name linked to), or @code{nil}.
15508
15509 For example, the first @samp{.el} file in the @file{lisp/} directory
15510 is @file{abbrev.el}. Its name is
15511 @file{/usr/local/share/emacs/22.1.1/lisp/abbrev.el} and it is not a
15512 directory or a symbolic link.
15513
15514 @need 1000
15515 This is how @code{directory-files-and-attributes} lists that file and
15516 its attributes:
15517
15518 @smallexample
15519 @group
15520 ("abbrev.el"
15521 nil
15522 1
15523 1000
15524 100
15525 @end group
15526 @group
15527 (20615 27034 579989 697000)
15528 (17905 55681 0 0)
15529 (20615 26327 734791 805000)
15530 13188
15531 "-rw-r--r--"
15532 @end group
15533 @group
15534 t
15535 2971624
15536 773)
15537 @end group
15538 @end smallexample
15539
15540 @need 1200
15541 On the other hand, @file{mail/} is a directory within the @file{lisp/}
15542 directory. The beginning of its listing looks like this:
15543
15544 @smallexample
15545 @group
15546 ("mail"
15547 t
15548 @dots{}
15549 )
15550 @end group
15551 @end smallexample
15552
15553 (To learn about the different attributes, look at the documentation of
15554 @code{file-attributes}. Bear in mind that the @code{file-attributes}
15555 function does not list the filename, so its first element is
15556 @code{directory-files-and-attributes}'s second element.)
15557
15558 We will want our new function, @code{files-in-below-directory}, to
15559 list the @samp{.el} files in the directory it is told to check, and in
15560 any directories below that directory.
15561
15562 This gives us a hint on how to construct
15563 @code{files-in-below-directory}: within a directory, the function
15564 should add @samp{.el} filenames to a list; and if, within a directory,
15565 the function comes upon a sub-directory, it should go into that
15566 sub-directory and repeat its actions.
15567
15568 However, we should note that every directory contains a name that
15569 refers to itself, called @file{.}, (``dot'') and a name that refers to
15570 its parent directory, called @file{..} (``double dot''). (In
15571 @file{/}, the root directory, @file{..} refers to itself, since
15572 @file{/} has no parent.) Clearly, we do not want our
15573 @code{files-in-below-directory} function to enter those directories,
15574 since they always lead us, directly or indirectly, to the current
15575 directory.
15576
15577 Consequently, our @code{files-in-below-directory} function must do
15578 several tasks:
15579
15580 @itemize @bullet
15581 @item
15582 Check to see whether it is looking at a filename that ends in
15583 @samp{.el}; and if so, add its name to a list.
15584
15585 @item
15586 Check to see whether it is looking at a filename that is the name of a
15587 directory; and if so,
15588
15589 @itemize @minus
15590 @item
15591 Check to see whether it is looking at @file{.} or @file{..}; and if
15592 so skip it.
15593
15594 @item
15595 Or else, go into that directory and repeat the process.
15596 @end itemize
15597 @end itemize
15598
15599 Let's write a function definition to do these tasks. We will use a
15600 @code{while} loop to move from one filename to another within a
15601 directory, checking what needs to be done; and we will use a recursive
15602 call to repeat the actions on each sub-directory. The recursive
15603 pattern is `accumulate'
15604 (@pxref{Accumulate}),
15605 using @code{append} as the combiner.
15606
15607 @ignore
15608 (directory-files "/usr/local/src/emacs/lisp/" t "\\.el$")
15609 (shell-command "find /usr/local/src/emacs/lisp/ -name '*.el'")
15610
15611 (directory-files "/usr/local/share/emacs/22.1.1/lisp/" t "\\.el$")
15612 (shell-command "find /usr/local/share/emacs/22.1.1/lisp/ -name '*.el'")
15613 @end ignore
15614
15615 @c /usr/local/share/emacs/22.1.1/lisp/
15616
15617 @need 800
15618 Here is the function:
15619
15620 @smallexample
15621 @group
15622 (defun files-in-below-directory (directory)
15623 "List the .el files in DIRECTORY and in its sub-directories."
15624 ;; Although the function will be used non-interactively,
15625 ;; it will be easier to test if we make it interactive.
15626 ;; The directory will have a name such as
15627 ;; "/usr/local/share/emacs/22.1.1/lisp/"
15628 (interactive "DDirectory name: ")
15629 @end group
15630 @group
15631 (let (el-files-list
15632 (current-directory-list
15633 (directory-files-and-attributes directory t)))
15634 ;; while we are in the current directory
15635 (while current-directory-list
15636 @end group
15637 @group
15638 (cond
15639 ;; check to see whether filename ends in `.el'
15640 ;; and if so, append its name to a list.
15641 ((equal ".el" (substring (car (car current-directory-list)) -3))
15642 (setq el-files-list
15643 (cons (car (car current-directory-list)) el-files-list)))
15644 @end group
15645 @group
15646 ;; check whether filename is that of a directory
15647 ((eq t (car (cdr (car current-directory-list))))
15648 ;; decide whether to skip or recurse
15649 (if
15650 (equal "."
15651 (substring (car (car current-directory-list)) -1))
15652 ;; then do nothing since filename is that of
15653 ;; current directory or parent, "." or ".."
15654 ()
15655 @end group
15656 @group
15657 ;; else descend into the directory and repeat the process
15658 (setq el-files-list
15659 (append
15660 (files-in-below-directory
15661 (car (car current-directory-list)))
15662 el-files-list)))))
15663 ;; move to the next filename in the list; this also
15664 ;; shortens the list so the while loop eventually comes to an end
15665 (setq current-directory-list (cdr current-directory-list)))
15666 ;; return the filenames
15667 el-files-list))
15668 @end group
15669 @end smallexample
15670
15671 @c (files-in-below-directory "/usr/local/src/emacs/lisp/")
15672 @c (files-in-below-directory "/usr/local/share/emacs/22.1.1/lisp/")
15673
15674 The @code{files-in-below-directory} @code{directory-files} function
15675 takes one argument, the name of a directory.
15676
15677 @need 1250
15678 Thus, on my system,
15679
15680 @c (length (files-in-below-directory "/usr/local/src/emacs/lisp/"))
15681
15682 @c !!! 22.1.1 lisp sources location here
15683 @smallexample
15684 @group
15685 (length
15686 (files-in-below-directory "/usr/local/share/emacs/22.1.1/lisp/"))
15687 @end group
15688 @end smallexample
15689
15690 @noindent
15691 tells me that in and below my Lisp sources directory are 1031
15692 @samp{.el} files.
15693
15694 @code{files-in-below-directory} returns a list in reverse alphabetical
15695 order. An expression to sort the list in alphabetical order looks
15696 like this:
15697
15698 @smallexample
15699 @group
15700 (sort
15701 (files-in-below-directory "/usr/local/share/emacs/22.1.1/lisp/")
15702 'string-lessp)
15703 @end group
15704 @end smallexample
15705
15706 @ignore
15707 (defun test ()
15708 "Test how long it takes to find lengths of all sorted elisp defuns."
15709 (insert "\n" (current-time-string) "\n")
15710 (sit-for 0)
15711 (sort
15712 (recursive-lengths-list-many-files
15713 (files-in-below-directory "/usr/local/src/emacs/lisp/"))
15714 '<)
15715 (insert (format "%s" (current-time-string))))
15716 @end ignore
15717
15718 @node Counting function definitions
15719 @subsection Counting function definitions
15720
15721 Our immediate goal is to generate a list that tells us how many
15722 function definitions contain fewer than 10 words and symbols, how many
15723 contain between 10 and 19 words and symbols, how many contain between
15724 20 and 29 words and symbols, and so on.
15725
15726 With a sorted list of numbers, this is easy: count how many elements
15727 of the list are smaller than 10, then, after moving past the numbers
15728 just counted, count how many are smaller than 20, then, after moving
15729 past the numbers just counted, count how many are smaller than 30, and
15730 so on. Each of the numbers, 10, 20, 30, 40, and the like, is one
15731 larger than the top of that range. We can call the list of such
15732 numbers the @code{top-of-ranges} list.
15733
15734 @need 1200
15735 If we wished, we could generate this list automatically, but it is
15736 simpler to write a list manually. Here it is:
15737 @vindex top-of-ranges
15738
15739 @smallexample
15740 @group
15741 (defvar top-of-ranges
15742 '(10 20 30 40 50
15743 60 70 80 90 100
15744 110 120 130 140 150
15745 160 170 180 190 200
15746 210 220 230 240 250
15747 260 270 280 290 300)
15748 "List specifying ranges for `defuns-per-range'.")
15749 @end group
15750 @end smallexample
15751
15752 To change the ranges, we edit this list.
15753
15754 Next, we need to write the function that creates the list of the
15755 number of definitions within each range. Clearly, this function must
15756 take the @code{sorted-lengths} and the @code{top-of-ranges} lists
15757 as arguments.
15758
15759 The @code{defuns-per-range} function must do two things again and
15760 again: it must count the number of definitions within a range
15761 specified by the current top-of-range value; and it must shift to the
15762 next higher value in the @code{top-of-ranges} list after counting the
15763 number of definitions in the current range. Since each of these
15764 actions is repetitive, we can use @code{while} loops for the job.
15765 One loop counts the number of definitions in the range defined by the
15766 current top-of-range value, and the other loop selects each of the
15767 top-of-range values in turn.
15768
15769 Several entries of the @code{sorted-lengths} list are counted for each
15770 range; this means that the loop for the @code{sorted-lengths} list
15771 will be inside the loop for the @code{top-of-ranges} list, like a
15772 small gear inside a big gear.
15773
15774 The inner loop counts the number of definitions within the range. It
15775 is a simple counting loop of the type we have seen before.
15776 (@xref{Incrementing Loop, , A loop with an incrementing counter}.)
15777 The true-or-false test of the loop tests whether the value from the
15778 @code{sorted-lengths} list is smaller than the current value of the
15779 top of the range. If it is, the function increments the counter and
15780 tests the next value from the @code{sorted-lengths} list.
15781
15782 @need 1250
15783 The inner loop looks like this:
15784
15785 @smallexample
15786 @group
15787 (while @var{length-element-smaller-than-top-of-range}
15788 (setq number-within-range (1+ number-within-range))
15789 (setq sorted-lengths (cdr sorted-lengths)))
15790 @end group
15791 @end smallexample
15792
15793 The outer loop must start with the lowest value of the
15794 @code{top-of-ranges} list, and then be set to each of the succeeding
15795 higher values in turn. This can be done with a loop like this:
15796
15797 @smallexample
15798 @group
15799 (while top-of-ranges
15800 @var{body-of-loop}@dots{}
15801 (setq top-of-ranges (cdr top-of-ranges)))
15802 @end group
15803 @end smallexample
15804
15805 @need 1200
15806 Put together, the two loops look like this:
15807
15808 @smallexample
15809 @group
15810 (while top-of-ranges
15811
15812 ;; @r{Count the number of elements within the current range.}
15813 (while @var{length-element-smaller-than-top-of-range}
15814 (setq number-within-range (1+ number-within-range))
15815 (setq sorted-lengths (cdr sorted-lengths)))
15816
15817 ;; @r{Move to next range.}
15818 (setq top-of-ranges (cdr top-of-ranges)))
15819 @end group
15820 @end smallexample
15821
15822 In addition, in each circuit of the outer loop, Emacs should record
15823 the number of definitions within that range (the value of
15824 @code{number-within-range}) in a list. We can use @code{cons} for
15825 this purpose. (@xref{cons, , @code{cons}}.)
15826
15827 The @code{cons} function works fine, except that the list it
15828 constructs will contain the number of definitions for the highest
15829 range at its beginning and the number of definitions for the lowest
15830 range at its end. This is because @code{cons} attaches new elements
15831 of the list to the beginning of the list, and since the two loops are
15832 working their way through the lengths' list from the lower end first,
15833 the @code{defuns-per-range-list} will end up largest number first.
15834 But we will want to print our graph with smallest values first and the
15835 larger later. The solution is to reverse the order of the
15836 @code{defuns-per-range-list}. We can do this using the
15837 @code{nreverse} function, which reverses the order of a list.
15838 @findex nreverse
15839
15840 @need 800
15841 For example,
15842
15843 @smallexample
15844 (nreverse '(1 2 3 4))
15845 @end smallexample
15846
15847 @need 800
15848 @noindent
15849 produces:
15850
15851 @smallexample
15852 (4 3 2 1)
15853 @end smallexample
15854
15855 Note that the @code{nreverse} function is ``destructive''---that is,
15856 it changes the list to which it is applied; this contrasts with the
15857 @code{car} and @code{cdr} functions, which are non-destructive. In
15858 this case, we do not want the original @code{defuns-per-range-list},
15859 so it does not matter that it is destroyed. (The @code{reverse}
15860 function provides a reversed copy of a list, leaving the original list
15861 as is.)
15862 @findex reverse
15863
15864 @need 1250
15865 Put all together, the @code{defuns-per-range} looks like this:
15866
15867 @smallexample
15868 @group
15869 (defun defuns-per-range (sorted-lengths top-of-ranges)
15870 "SORTED-LENGTHS defuns in each TOP-OF-RANGES range."
15871 (let ((top-of-range (car top-of-ranges))
15872 (number-within-range 0)
15873 defuns-per-range-list)
15874 @end group
15875
15876 @group
15877 ;; @r{Outer loop.}
15878 (while top-of-ranges
15879 @end group
15880
15881 @group
15882 ;; @r{Inner loop.}
15883 (while (and
15884 ;; @r{Need number for numeric test.}
15885 (car sorted-lengths)
15886 (< (car sorted-lengths) top-of-range))
15887 @end group
15888
15889 @group
15890 ;; @r{Count number of definitions within current range.}
15891 (setq number-within-range (1+ number-within-range))
15892 (setq sorted-lengths (cdr sorted-lengths)))
15893
15894 ;; @r{Exit inner loop but remain within outer loop.}
15895 @end group
15896
15897 @group
15898 (setq defuns-per-range-list
15899 (cons number-within-range defuns-per-range-list))
15900 (setq number-within-range 0) ; @r{Reset count to zero.}
15901 @end group
15902
15903 @group
15904 ;; @r{Move to next range.}
15905 (setq top-of-ranges (cdr top-of-ranges))
15906 ;; @r{Specify next top of range value.}
15907 (setq top-of-range (car top-of-ranges)))
15908 @end group
15909
15910 @group
15911 ;; @r{Exit outer loop and count the number of defuns larger than}
15912 ;; @r{ the largest top-of-range value.}
15913 (setq defuns-per-range-list
15914 (cons
15915 (length sorted-lengths)
15916 defuns-per-range-list))
15917 @end group
15918
15919 @group
15920 ;; @r{Return a list of the number of definitions within each range,}
15921 ;; @r{ smallest to largest.}
15922 (nreverse defuns-per-range-list)))
15923 @end group
15924 @end smallexample
15925
15926 @need 1200
15927 @noindent
15928 The function is straightforward except for one subtle feature. The
15929 true-or-false test of the inner loop looks like this:
15930
15931 @smallexample
15932 @group
15933 (and (car sorted-lengths)
15934 (< (car sorted-lengths) top-of-range))
15935 @end group
15936 @end smallexample
15937
15938 @need 800
15939 @noindent
15940 instead of like this:
15941
15942 @smallexample
15943 (< (car sorted-lengths) top-of-range)
15944 @end smallexample
15945
15946 The purpose of the test is to determine whether the first item in the
15947 @code{sorted-lengths} list is less than the value of the top of the
15948 range.
15949
15950 The simple version of the test works fine unless the
15951 @code{sorted-lengths} list has a @code{nil} value. In that case, the
15952 @code{(car sorted-lengths)} expression function returns
15953 @code{nil}. The @code{<} function cannot compare a number to
15954 @code{nil}, which is an empty list, so Emacs signals an error and
15955 stops the function from attempting to continue to execute.
15956
15957 The @code{sorted-lengths} list always becomes @code{nil} when the
15958 counter reaches the end of the list. This means that any attempt to
15959 use the @code{defuns-per-range} function with the simple version of
15960 the test will fail.
15961
15962 We solve the problem by using the @code{(car sorted-lengths)}
15963 expression in conjunction with the @code{and} expression. The
15964 @code{(car sorted-lengths)} expression returns a non-@code{nil}
15965 value so long as the list has at least one number within it, but
15966 returns @code{nil} if the list is empty. The @code{and} expression
15967 first evaluates the @code{(car sorted-lengths)} expression, and
15968 if it is @code{nil}, returns false @emph{without} evaluating the
15969 @code{<} expression. But if the @code{(car sorted-lengths)}
15970 expression returns a non-@code{nil} value, the @code{and} expression
15971 evaluates the @code{<} expression, and returns that value as the value
15972 of the @code{and} expression.
15973
15974 @c colon in printed section title causes problem in Info cross reference
15975 This way, we avoid an error.
15976 @iftex
15977 @noindent
15978 (For information about @code{and}, see
15979 @ref{kill-new function, , The @code{kill-new} function}.)
15980 @end iftex
15981 @ifinfo
15982 @noindent
15983 (@xref{kill-new function, , The @code{kill-new} function}, for
15984 information about @code{and}.)
15985 @end ifinfo
15986
15987 Here is a short test of the @code{defuns-per-range} function. First,
15988 evaluate the expression that binds (a shortened)
15989 @code{top-of-ranges} list to the list of values, then evaluate the
15990 expression for binding the @code{sorted-lengths} list, and then
15991 evaluate the @code{defuns-per-range} function.
15992
15993 @smallexample
15994 @group
15995 ;; @r{(Shorter list than we will use later.)}
15996 (setq top-of-ranges
15997 '(110 120 130 140 150
15998 160 170 180 190 200))
15999
16000 (setq sorted-lengths
16001 '(85 86 110 116 122 129 154 176 179 200 265 300 300))
16002
16003 (defuns-per-range sorted-lengths top-of-ranges)
16004 @end group
16005 @end smallexample
16006
16007 @need 800
16008 @noindent
16009 The list returned looks like this:
16010
16011 @smallexample
16012 (2 2 2 0 0 1 0 2 0 0 4)
16013 @end smallexample
16014
16015 @noindent
16016 Indeed, there are two elements of the @code{sorted-lengths} list
16017 smaller than 110, two elements between 110 and 119, two elements
16018 between 120 and 129, and so on. There are four elements with a value
16019 of 200 or larger.
16020
16021 @c The next step is to turn this numbers' list into a graph.
16022 @node Readying a Graph
16023 @chapter Readying a Graph
16024 @cindex Readying a graph
16025 @cindex Graph prototype
16026 @cindex Prototype graph
16027 @cindex Body of graph
16028
16029 Our goal is to construct a graph showing the numbers of function
16030 definitions of various lengths in the Emacs lisp sources.
16031
16032 As a practical matter, if you were creating a graph, you would
16033 probably use a program such as @code{gnuplot} to do the job.
16034 (@code{gnuplot} is nicely integrated into GNU Emacs.) In this case,
16035 however, we create one from scratch, and in the process we will
16036 re-acquaint ourselves with some of what we learned before and learn
16037 more.
16038
16039 In this chapter, we will first write a simple graph printing function.
16040 This first definition will be a @dfn{prototype}, a rapidly written
16041 function that enables us to reconnoiter this unknown graph-making
16042 territory. We will discover dragons, or find that they are myth.
16043 After scouting the terrain, we will feel more confident and enhance
16044 the function to label the axes automatically.
16045
16046 @menu
16047 * Columns of a graph::
16048 * graph-body-print:: How to print the body of a graph.
16049 * recursive-graph-body-print::
16050 * Printed Axes::
16051 * Line Graph Exercise::
16052 @end menu
16053
16054 @ifnottex
16055 @node Columns of a graph
16056 @unnumberedsec Printing the Columns of a Graph
16057 @end ifnottex
16058
16059 Since Emacs is designed to be flexible and work with all kinds of
16060 terminals, including character-only terminals, the graph will need to
16061 be made from one of the `typewriter' symbols. An asterisk will do; as
16062 we enhance the graph-printing function, we can make the choice of
16063 symbol a user option.
16064
16065 We can call this function @code{graph-body-print}; it will take a
16066 @code{numbers-list} as its only argument. At this stage, we will not
16067 label the graph, but only print its body.
16068
16069 The @code{graph-body-print} function inserts a vertical column of
16070 asterisks for each element in the @code{numbers-list}. The height of
16071 each line is determined by the value of that element of the
16072 @code{numbers-list}.
16073
16074 Inserting columns is a repetitive act; that means that this function can
16075 be written either with a @code{while} loop or recursively.
16076
16077 Our first challenge is to discover how to print a column of asterisks.
16078 Usually, in Emacs, we print characters onto a screen horizontally,
16079 line by line, by typing. We have two routes we can follow: write our
16080 own column-insertion function or discover whether one exists in Emacs.
16081
16082 To see whether there is one in Emacs, we can use the @kbd{M-x apropos}
16083 command. This command is like the @kbd{C-h a} (@code{command-apropos})
16084 command, except that the latter finds only those functions that are
16085 commands. The @kbd{M-x apropos} command lists all symbols that match
16086 a regular expression, including functions that are not interactive.
16087 @findex apropos
16088
16089 What we want to look for is some command that prints or inserts
16090 columns. Very likely, the name of the function will contain either
16091 the word `print' or the word `insert' or the word `column'.
16092 Therefore, we can simply type @kbd{M-x apropos RET
16093 print\|insert\|column RET} and look at the result. On my system, this
16094 command once too takes quite some time, and then produced a list of 79
16095 functions and variables. Now it does not take much time at all and
16096 produces a list of 211 functions and variables. Scanning down the
16097 list, the only function that looks as if it might do the job is
16098 @code{insert-rectangle}.
16099
16100 @need 1200
16101 Indeed, this is the function we want; its documentation says:
16102
16103 @smallexample
16104 @group
16105 insert-rectangle:
16106 Insert text of RECTANGLE with upper left corner at point.
16107 RECTANGLE's first line is inserted at point,
16108 its second line is inserted at a point vertically under point, etc.
16109 RECTANGLE should be a list of strings.
16110 After this command, the mark is at the upper left corner
16111 and point is at the lower right corner.
16112 @end group
16113 @end smallexample
16114
16115 We can run a quick test, to make sure it does what we expect of it.
16116
16117 Here is the result of placing the cursor after the
16118 @code{insert-rectangle} expression and typing @kbd{C-u C-x C-e}
16119 (@code{eval-last-sexp}). The function inserts the strings
16120 @samp{"first"}, @samp{"second"}, and @samp{"third"} at and below
16121 point. Also the function returns @code{nil}.
16122
16123 @smallexample
16124 @group
16125 (insert-rectangle '("first" "second" "third"))first
16126 second
16127 thirdnil
16128 @end group
16129 @end smallexample
16130
16131 @noindent
16132 Of course, we won't be inserting the text of the
16133 @code{insert-rectangle} expression itself into the buffer in which we
16134 are making the graph, but will call the function from our program. We
16135 shall, however, have to make sure that point is in the buffer at the
16136 place where the @code{insert-rectangle} function will insert its
16137 column of strings.
16138
16139 If you are reading this in Info, you can see how this works by
16140 switching to another buffer, such as the @file{*scratch*} buffer,
16141 placing point somewhere in the buffer, typing @kbd{M-:}, typing the
16142 @code{insert-rectangle} expression into the minibuffer at the prompt,
16143 and then typing @key{RET}. This causes Emacs to evaluate the
16144 expression in the minibuffer, but to use as the value of point the
16145 position of point in the @file{*scratch*} buffer. (@kbd{M-:} is the
16146 keybinding for @code{eval-expression}. Also, @code{nil} does not
16147 appear in the @file{*scratch*} buffer since the expression is
16148 evaluated in the minibuffer.)
16149
16150 We find when we do this that point ends up at the end of the last
16151 inserted line---that is to say, this function moves point as a
16152 side-effect. If we were to repeat the command, with point at this
16153 position, the next insertion would be below and to the right of the
16154 previous insertion. We don't want this! If we are going to make a
16155 bar graph, the columns need to be beside each other.
16156
16157 So we discover that each cycle of the column-inserting @code{while}
16158 loop must reposition point to the place we want it, and that place
16159 will be at the top, not the bottom, of the column. Moreover, we
16160 remember that when we print a graph, we do not expect all the columns
16161 to be the same height. This means that the top of each column may be
16162 at a different height from the previous one. We cannot simply
16163 reposition point to the same line each time, but moved over to the
16164 right---or perhaps we can@dots{}
16165
16166 We are planning to make the columns of the bar graph out of asterisks.
16167 The number of asterisks in the column is the number specified by the
16168 current element of the @code{numbers-list}. We need to construct a
16169 list of asterisks of the right length for each call to
16170 @code{insert-rectangle}. If this list consists solely of the requisite
16171 number of asterisks, then we will have position point the right number
16172 of lines above the base for the graph to print correctly. This could
16173 be difficult.
16174
16175 Alternatively, if we can figure out some way to pass
16176 @code{insert-rectangle} a list of the same length each time, then we
16177 can place point on the same line each time, but move it over one
16178 column to the right for each new column. If we do this, however, some
16179 of the entries in the list passed to @code{insert-rectangle} must be
16180 blanks rather than asterisks. For example, if the maximum height of
16181 the graph is 5, but the height of the column is 3, then
16182 @code{insert-rectangle} requires an argument that looks like this:
16183
16184 @smallexample
16185 (" " " " "*" "*" "*")
16186 @end smallexample
16187
16188 This last proposal is not so difficult, so long as we can determine
16189 the column height. There are two ways for us to specify the column
16190 height: we can arbitrarily state what it will be, which would work
16191 fine for graphs of that height; or we can search through the list of
16192 numbers and use the maximum height of the list as the maximum height
16193 of the graph. If the latter operation were difficult, then the former
16194 procedure would be easiest, but there is a function built into Emacs
16195 that determines the maximum of its arguments. We can use that
16196 function. The function is called @code{max} and it returns the
16197 largest of all its arguments, which must be numbers. Thus, for
16198 example,
16199
16200 @smallexample
16201 (max 3 4 6 5 7 3)
16202 @end smallexample
16203
16204 @noindent
16205 returns 7. (A corresponding function called @code{min} returns the
16206 smallest of all its arguments.)
16207 @findex max
16208 @findex min
16209
16210 However, we cannot simply call @code{max} on the @code{numbers-list};
16211 the @code{max} function expects numbers as its argument, not a list of
16212 numbers. Thus, the following expression,
16213
16214 @smallexample
16215 (max '(3 4 6 5 7 3))
16216 @end smallexample
16217
16218 @need 800
16219 @noindent
16220 produces the following error message;
16221
16222 @smallexample
16223 Wrong type of argument: number-or-marker-p, (3 4 6 5 7 3)
16224 @end smallexample
16225
16226 @findex apply
16227 We need a function that passes a list of arguments to a function.
16228 This function is @code{apply}. This function `applies' its first
16229 argument (a function) to its remaining arguments, the last of which
16230 may be a list.
16231
16232 @need 1250
16233 For example,
16234
16235 @smallexample
16236 (apply 'max 3 4 7 3 '(4 8 5))
16237 @end smallexample
16238
16239 @noindent
16240 returns 8.
16241
16242 (Incidentally, I don't know how you would learn of this function
16243 without a book such as this. It is possible to discover other
16244 functions, like @code{search-forward} or @code{insert-rectangle}, by
16245 guessing at a part of their names and then using @code{apropos}. Even
16246 though its base in metaphor is clear---`apply' its first argument to
16247 the rest---I doubt a novice would come up with that particular word
16248 when using @code{apropos} or other aid. Of course, I could be wrong;
16249 after all, the function was first named by someone who had to invent
16250 it.)
16251
16252 The second and subsequent arguments to @code{apply} are optional, so
16253 we can use @code{apply} to call a function and pass the elements of a
16254 list to it, like this, which also returns 8:
16255
16256 @smallexample
16257 (apply 'max '(4 8 5))
16258 @end smallexample
16259
16260 This latter way is how we will use @code{apply}. The
16261 @code{recursive-lengths-list-many-files} function returns a numbers'
16262 list to which we can apply @code{max} (we could also apply @code{max} to
16263 the sorted numbers' list; it does not matter whether the list is
16264 sorted or not.)
16265
16266 @need 800
16267 Hence, the operation for finding the maximum height of the graph is this:
16268
16269 @smallexample
16270 (setq max-graph-height (apply 'max numbers-list))
16271 @end smallexample
16272
16273 Now we can return to the question of how to create a list of strings
16274 for a column of the graph. Told the maximum height of the graph
16275 and the number of asterisks that should appear in the column, the
16276 function should return a list of strings for the
16277 @code{insert-rectangle} command to insert.
16278
16279 Each column is made up of asterisks or blanks. Since the function is
16280 passed the value of the height of the column and the number of
16281 asterisks in the column, the number of blanks can be found by
16282 subtracting the number of asterisks from the height of the column.
16283 Given the number of blanks and the number of asterisks, two
16284 @code{while} loops can be used to construct the list:
16285
16286 @smallexample
16287 @group
16288 ;;; @r{First version.}
16289 (defun column-of-graph (max-graph-height actual-height)
16290 "Return list of strings that is one column of a graph."
16291 (let ((insert-list nil)
16292 (number-of-top-blanks
16293 (- max-graph-height actual-height)))
16294 @end group
16295
16296 @group
16297 ;; @r{Fill in asterisks.}
16298 (while (> actual-height 0)
16299 (setq insert-list (cons "*" insert-list))
16300 (setq actual-height (1- actual-height)))
16301 @end group
16302
16303 @group
16304 ;; @r{Fill in blanks.}
16305 (while (> number-of-top-blanks 0)
16306 (setq insert-list (cons " " insert-list))
16307 (setq number-of-top-blanks
16308 (1- number-of-top-blanks)))
16309 @end group
16310
16311 @group
16312 ;; @r{Return whole list.}
16313 insert-list))
16314 @end group
16315 @end smallexample
16316
16317 If you install this function and then evaluate the following
16318 expression you will see that it returns the list as desired:
16319
16320 @smallexample
16321 (column-of-graph 5 3)
16322 @end smallexample
16323
16324 @need 800
16325 @noindent
16326 returns
16327
16328 @smallexample
16329 (" " " " "*" "*" "*")
16330 @end smallexample
16331
16332 As written, @code{column-of-graph} contains a major flaw: the symbols
16333 used for the blank and for the marked entries in the column are
16334 `hard-coded' as a space and asterisk. This is fine for a prototype,
16335 but you, or another user, may wish to use other symbols. For example,
16336 in testing the graph function, you many want to use a period in place
16337 of the space, to make sure the point is being repositioned properly
16338 each time the @code{insert-rectangle} function is called; or you might
16339 want to substitute a @samp{+} sign or other symbol for the asterisk.
16340 You might even want to make a graph-column that is more than one
16341 display column wide. The program should be more flexible. The way to
16342 do that is to replace the blank and the asterisk with two variables
16343 that we can call @code{graph-blank} and @code{graph-symbol} and define
16344 those variables separately.
16345
16346 Also, the documentation is not well written. These considerations
16347 lead us to the second version of the function:
16348
16349 @smallexample
16350 @group
16351 (defvar graph-symbol "*"
16352 "String used as symbol in graph, usually an asterisk.")
16353 @end group
16354
16355 @group
16356 (defvar graph-blank " "
16357 "String used as blank in graph, usually a blank space.
16358 graph-blank must be the same number of columns wide
16359 as graph-symbol.")
16360 @end group
16361 @end smallexample
16362
16363 @noindent
16364 (For an explanation of @code{defvar}, see
16365 @ref{defvar, , Initializing a Variable with @code{defvar}}.)
16366
16367 @smallexample
16368 @group
16369 ;;; @r{Second version.}
16370 (defun column-of-graph (max-graph-height actual-height)
16371 "Return MAX-GRAPH-HEIGHT strings; ACTUAL-HEIGHT are graph-symbols.
16372
16373 @end group
16374 @group
16375 The graph-symbols are contiguous entries at the end
16376 of the list.
16377 The list will be inserted as one column of a graph.
16378 The strings are either graph-blank or graph-symbol."
16379 @end group
16380
16381 @group
16382 (let ((insert-list nil)
16383 (number-of-top-blanks
16384 (- max-graph-height actual-height)))
16385 @end group
16386
16387 @group
16388 ;; @r{Fill in @code{graph-symbols}.}
16389 (while (> actual-height 0)
16390 (setq insert-list (cons graph-symbol insert-list))
16391 (setq actual-height (1- actual-height)))
16392 @end group
16393
16394 @group
16395 ;; @r{Fill in @code{graph-blanks}.}
16396 (while (> number-of-top-blanks 0)
16397 (setq insert-list (cons graph-blank insert-list))
16398 (setq number-of-top-blanks
16399 (1- number-of-top-blanks)))
16400
16401 ;; @r{Return whole list.}
16402 insert-list))
16403 @end group
16404 @end smallexample
16405
16406 If we wished, we could rewrite @code{column-of-graph} a third time to
16407 provide optionally for a line graph as well as for a bar graph. This
16408 would not be hard to do. One way to think of a line graph is that it
16409 is no more than a bar graph in which the part of each bar that is
16410 below the top is blank. To construct a column for a line graph, the
16411 function first constructs a list of blanks that is one shorter than
16412 the value, then it uses @code{cons} to attach a graph symbol to the
16413 list; then it uses @code{cons} again to attach the `top blanks' to
16414 the list.
16415
16416 It is easy to see how to write such a function, but since we don't
16417 need it, we will not do it. But the job could be done, and if it were
16418 done, it would be done with @code{column-of-graph}. Even more
16419 important, it is worth noting that few changes would have to be made
16420 anywhere else. The enhancement, if we ever wish to make it, is
16421 simple.
16422
16423 Now, finally, we come to our first actual graph printing function.
16424 This prints the body of a graph, not the labels for the vertical and
16425 horizontal axes, so we can call this @code{graph-body-print}.
16426
16427 @node graph-body-print
16428 @section The @code{graph-body-print} Function
16429 @findex graph-body-print
16430
16431 After our preparation in the preceding section, the
16432 @code{graph-body-print} function is straightforward. The function
16433 will print column after column of asterisks and blanks, using the
16434 elements of a numbers' list to specify the number of asterisks in each
16435 column. This is a repetitive act, which means we can use a
16436 decrementing @code{while} loop or recursive function for the job. In
16437 this section, we will write the definition using a @code{while} loop.
16438
16439 The @code{column-of-graph} function requires the height of the graph
16440 as an argument, so we should determine and record that as a local variable.
16441
16442 This leads us to the following template for the @code{while} loop
16443 version of this function:
16444
16445 @smallexample
16446 @group
16447 (defun graph-body-print (numbers-list)
16448 "@var{documentation}@dots{}"
16449 (let ((height @dots{}
16450 @dots{}))
16451 @end group
16452
16453 @group
16454 (while numbers-list
16455 @var{insert-columns-and-reposition-point}
16456 (setq numbers-list (cdr numbers-list)))))
16457 @end group
16458 @end smallexample
16459
16460 @noindent
16461 We need to fill in the slots of the template.
16462
16463 Clearly, we can use the @code{(apply 'max numbers-list)} expression to
16464 determine the height of the graph.
16465
16466 The @code{while} loop will cycle through the @code{numbers-list} one
16467 element at a time. As it is shortened by the @code{(setq numbers-list
16468 (cdr numbers-list))} expression, the @sc{car} of each instance of the
16469 list is the value of the argument for @code{column-of-graph}.
16470
16471 At each cycle of the @code{while} loop, the @code{insert-rectangle}
16472 function inserts the list returned by @code{column-of-graph}. Since
16473 the @code{insert-rectangle} function moves point to the lower right of
16474 the inserted rectangle, we need to save the location of point at the
16475 time the rectangle is inserted, move back to that position after the
16476 rectangle is inserted, and then move horizontally to the next place
16477 from which @code{insert-rectangle} is called.
16478
16479 If the inserted columns are one character wide, as they will be if
16480 single blanks and asterisks are used, the repositioning command is
16481 simply @code{(forward-char 1)}; however, the width of a column may be
16482 greater than one. This means that the repositioning command should be
16483 written @code{(forward-char symbol-width)}. The @code{symbol-width}
16484 itself is the length of a @code{graph-blank} and can be found using
16485 the expression @code{(length graph-blank)}. The best place to bind
16486 the @code{symbol-width} variable to the value of the width of graph
16487 column is in the varlist of the @code{let} expression.
16488
16489 @need 1250
16490 These considerations lead to the following function definition:
16491
16492 @smallexample
16493 @group
16494 (defun graph-body-print (numbers-list)
16495 "Print a bar graph of the NUMBERS-LIST.
16496 The numbers-list consists of the Y-axis values."
16497
16498 (let ((height (apply 'max numbers-list))
16499 (symbol-width (length graph-blank))
16500 from-position)
16501 @end group
16502
16503 @group
16504 (while numbers-list
16505 (setq from-position (point))
16506 (insert-rectangle
16507 (column-of-graph height (car numbers-list)))
16508 (goto-char from-position)
16509 (forward-char symbol-width)
16510 @end group
16511 @group
16512 ;; @r{Draw graph column by column.}
16513 (sit-for 0)
16514 (setq numbers-list (cdr numbers-list)))
16515 @end group
16516 @group
16517 ;; @r{Place point for X axis labels.}
16518 (forward-line height)
16519 (insert "\n")
16520 ))
16521 @end group
16522 @end smallexample
16523
16524 @noindent
16525 The one unexpected expression in this function is the
16526 @w{@code{(sit-for 0)}} expression in the @code{while} loop. This
16527 expression makes the graph printing operation more interesting to
16528 watch than it would be otherwise. The expression causes Emacs to
16529 `sit' or do nothing for a zero length of time and then redraw the
16530 screen. Placed here, it causes Emacs to redraw the screen column by
16531 column. Without it, Emacs would not redraw the screen until the
16532 function exits.
16533
16534 We can test @code{graph-body-print} with a short list of numbers.
16535
16536 @enumerate
16537 @item
16538 Install @code{graph-symbol}, @code{graph-blank},
16539 @code{column-of-graph}, which are in
16540 @iftex
16541 @ref{Readying a Graph, , Readying a Graph},
16542 @end iftex
16543 @ifinfo
16544 @ref{Columns of a graph},
16545 @end ifinfo
16546 and @code{graph-body-print}.
16547
16548 @need 800
16549 @item
16550 Copy the following expression:
16551
16552 @smallexample
16553 (graph-body-print '(1 2 3 4 6 4 3 5 7 6 5 2 3))
16554 @end smallexample
16555
16556 @item
16557 Switch to the @file{*scratch*} buffer and place the cursor where you
16558 want the graph to start.
16559
16560 @item
16561 Type @kbd{M-:} (@code{eval-expression}).
16562
16563 @item
16564 Yank the @code{graph-body-print} expression into the minibuffer
16565 with @kbd{C-y} (@code{yank)}.
16566
16567 @item
16568 Press @key{RET} to evaluate the @code{graph-body-print} expression.
16569 @end enumerate
16570
16571 @need 800
16572 Emacs will print a graph like this:
16573
16574 @smallexample
16575 @group
16576 *
16577 * **
16578 * ****
16579 *** ****
16580 ********* *
16581 ************
16582 *************
16583 @end group
16584 @end smallexample
16585
16586 @node recursive-graph-body-print
16587 @section The @code{recursive-graph-body-print} Function
16588 @findex recursive-graph-body-print
16589
16590 The @code{graph-body-print} function may also be written recursively.
16591 The recursive solution is divided into two parts: an outside `wrapper'
16592 that uses a @code{let} expression to determine the values of several
16593 variables that need only be found once, such as the maximum height of
16594 the graph, and an inside function that is called recursively to print
16595 the graph.
16596
16597 @need 1250
16598 The `wrapper' is uncomplicated:
16599
16600 @smallexample
16601 @group
16602 (defun recursive-graph-body-print (numbers-list)
16603 "Print a bar graph of the NUMBERS-LIST.
16604 The numbers-list consists of the Y-axis values."
16605 (let ((height (apply 'max numbers-list))
16606 (symbol-width (length graph-blank))
16607 from-position)
16608 (recursive-graph-body-print-internal
16609 numbers-list
16610 height
16611 symbol-width)))
16612 @end group
16613 @end smallexample
16614
16615 The recursive function is a little more difficult. It has four parts:
16616 the `do-again-test', the printing code, the recursive call, and the
16617 `next-step-expression'. The `do-again-test' is a @code{when}
16618 expression that determines whether the @code{numbers-list} contains
16619 any remaining elements; if it does, the function prints one column of
16620 the graph using the printing code and calls itself again. The
16621 function calls itself again according to the value produced by the
16622 `next-step-expression' which causes the call to act on a shorter
16623 version of the @code{numbers-list}.
16624
16625 @smallexample
16626 @group
16627 (defun recursive-graph-body-print-internal
16628 (numbers-list height symbol-width)
16629 "Print a bar graph.
16630 Used within recursive-graph-body-print function."
16631 @end group
16632
16633 @group
16634 (when numbers-list
16635 (setq from-position (point))
16636 (insert-rectangle
16637 (column-of-graph height (car numbers-list)))
16638 @end group
16639 @group
16640 (goto-char from-position)
16641 (forward-char symbol-width)
16642 (sit-for 0) ; @r{Draw graph column by column.}
16643 (recursive-graph-body-print-internal
16644 (cdr numbers-list) height symbol-width)))
16645 @end group
16646 @end smallexample
16647
16648 @need 1250
16649 After installation, this expression can be tested; here is a sample:
16650
16651 @smallexample
16652 (recursive-graph-body-print '(3 2 5 6 7 5 3 4 6 4 3 2 1))
16653 @end smallexample
16654
16655 @need 800
16656 Here is what @code{recursive-graph-body-print} produces:
16657
16658 @smallexample
16659 @group
16660 *
16661 ** *
16662 **** *
16663 **** ***
16664 * *********
16665 ************
16666 *************
16667 @end group
16668 @end smallexample
16669
16670 Either of these two functions, @code{graph-body-print} or
16671 @code{recursive-graph-body-print}, create the body of a graph.
16672
16673 @node Printed Axes
16674 @section Need for Printed Axes
16675
16676 A graph needs printed axes, so you can orient yourself. For a do-once
16677 project, it may be reasonable to draw the axes by hand using Emacs's
16678 Picture mode; but a graph drawing function may be used more than once.
16679
16680 For this reason, I have written enhancements to the basic
16681 @code{print-graph-body} function that automatically print labels for
16682 the horizontal and vertical axes. Since the label printing functions
16683 do not contain much new material, I have placed their description in
16684 an appendix. @xref{Full Graph, , A Graph with Labeled Axes}.
16685
16686 @node Line Graph Exercise
16687 @section Exercise
16688
16689 Write a line graph version of the graph printing functions.
16690
16691 @node Emacs Initialization
16692 @chapter Your @file{.emacs} File
16693 @cindex @file{.emacs} file
16694 @cindex Customizing your @file{.emacs} file
16695 @cindex Initialization file
16696
16697 ``You don't have to like Emacs to like it''---this seemingly
16698 paradoxical statement is the secret of GNU Emacs. The plain, `out of
16699 the box' Emacs is a generic tool. Most people who use it, customize
16700 it to suit themselves.
16701
16702 GNU Emacs is mostly written in Emacs Lisp; this means that by writing
16703 expressions in Emacs Lisp you can change or extend Emacs.
16704
16705 @menu
16706 * Default Configuration::
16707 * Site-wide Init:: You can write site-wide init files.
16708 * defcustom:: Emacs will write code for you.
16709 * Beginning init File:: How to write a @file{.emacs} init file.
16710 * Text and Auto-fill:: Automatically wrap lines.
16711 * Mail Aliases:: Use abbreviations for email addresses.
16712 * Indent Tabs Mode:: Don't use tabs with @TeX{}
16713 * Keybindings:: Create some personal keybindings.
16714 * Keymaps:: More about key binding.
16715 * Loading Files:: Load (i.e., evaluate) files automatically.
16716 * Autoload:: Make functions available.
16717 * Simple Extension:: Define a function; bind it to a key.
16718 * X11 Colors:: Colors in X.
16719 * Miscellaneous::
16720 * Mode Line:: How to customize your mode line.
16721 @end menu
16722
16723 @ifnottex
16724 @node Default Configuration
16725 @unnumberedsec Emacs's Default Configuration
16726 @end ifnottex
16727
16728 There are those who appreciate Emacs's default configuration. After
16729 all, Emacs starts you in C mode when you edit a C file, starts you in
16730 Fortran mode when you edit a Fortran file, and starts you in
16731 Fundamental mode when you edit an unadorned file. This all makes
16732 sense, if you do not know who is going to use Emacs. Who knows what a
16733 person hopes to do with an unadorned file? Fundamental mode is the
16734 right default for such a file, just as C mode is the right default for
16735 editing C code. (Enough programming languages have syntaxes
16736 that enable them to share or nearly share features, so C mode is
16737 now provided by CC mode, the `C Collection'.)
16738
16739 But when you do know who is going to use Emacs---you,
16740 yourself---then it makes sense to customize Emacs.
16741
16742 For example, I seldom want Fundamental mode when I edit an
16743 otherwise undistinguished file; I want Text mode. This is why I
16744 customize Emacs: so it suits me.
16745
16746 You can customize and extend Emacs by writing or adapting a
16747 @file{~/.emacs} file. This is your personal initialization file; its
16748 contents, written in Emacs Lisp, tell Emacs what to do.@footnote{You
16749 may also add @file{.el} to @file{~/.emacs} and call it a
16750 @file{~/.emacs.el} file. In the past, you were forbidden to type the
16751 extra keystrokes that the name @file{~/.emacs.el} requires, but now
16752 you may. The new format is consistent with the Emacs Lisp file
16753 naming conventions; the old format saves typing.}
16754
16755 A @file{~/.emacs} file contains Emacs Lisp code. You can write this
16756 code yourself; or you can use Emacs's @code{customize} feature to write
16757 the code for you. You can combine your own expressions and
16758 auto-written Customize expressions in your @file{.emacs} file.
16759
16760 (I myself prefer to write my own expressions, except for those,
16761 particularly fonts, that I find easier to manipulate using the
16762 @code{customize} command. I combine the two methods.)
16763
16764 Most of this chapter is about writing expressions yourself. It
16765 describes a simple @file{.emacs} file; for more information, see
16766 @ref{Init File, , The Init File, emacs, The GNU Emacs Manual}, and
16767 @ref{Init File, , The Init File, elisp, The GNU Emacs Lisp Reference
16768 Manual}.
16769
16770 @node Site-wide Init
16771 @section Site-wide Initialization Files
16772
16773 @cindex @file{default.el} init file
16774 @cindex @file{site-init.el} init file
16775 @cindex @file{site-load.el} init file
16776 In addition to your personal initialization file, Emacs automatically
16777 loads various site-wide initialization files, if they exist. These
16778 have the same form as your @file{.emacs} file, but are loaded by
16779 everyone.
16780
16781 Two site-wide initialization files, @file{site-load.el} and
16782 @file{site-init.el}, are loaded into Emacs and then `dumped' if a
16783 `dumped' version of Emacs is created, as is most common. (Dumped
16784 copies of Emacs load more quickly. However, once a file is loaded and
16785 dumped, a change to it does not lead to a change in Emacs unless you
16786 load it yourself or re-dump Emacs. @xref{Building Emacs, , Building
16787 Emacs, elisp, The GNU Emacs Lisp Reference Manual}, and the
16788 @file{INSTALL} file.)
16789
16790 Three other site-wide initialization files are loaded automatically
16791 each time you start Emacs, if they exist. These are
16792 @file{site-start.el}, which is loaded @emph{before} your @file{.emacs}
16793 file, and @file{default.el}, and the terminal type file, which are both
16794 loaded @emph{after} your @file{.emacs} file.
16795
16796 Settings and definitions in your @file{.emacs} file will overwrite
16797 conflicting settings and definitions in a @file{site-start.el} file,
16798 if it exists; but the settings and definitions in a @file{default.el}
16799 or terminal type file will overwrite those in your @file{.emacs} file.
16800 (You can prevent interference from a terminal type file by setting
16801 @code{term-file-prefix} to @code{nil}. @xref{Simple Extension, , A
16802 Simple Extension}.)
16803
16804 @c Rewritten to avoid overfull hbox.
16805 The @file{INSTALL} file that comes in the distribution contains
16806 descriptions of the @file{site-init.el} and @file{site-load.el} files.
16807
16808 The @file{loadup.el}, @file{startup.el}, and @file{loaddefs.el} files
16809 control loading. These files are in the @file{lisp} directory of the
16810 Emacs distribution and are worth perusing.
16811
16812 The @file{loaddefs.el} file contains a good many suggestions as to
16813 what to put into your own @file{.emacs} file, or into a site-wide
16814 initialization file.
16815
16816 @node defcustom
16817 @section Specifying Variables using @code{defcustom}
16818 @findex defcustom
16819
16820 You can specify variables using @code{defcustom} so that you and
16821 others can then use Emacs's @code{customize} feature to set their
16822 values. (You cannot use @code{customize} to write function
16823 definitions; but you can write @code{defuns} in your @file{.emacs}
16824 file. Indeed, you can write any Lisp expression in your @file{.emacs}
16825 file.)
16826
16827 The @code{customize} feature depends on the @code{defcustom} macro.
16828 Although you can use @code{defvar} or @code{setq} for variables that
16829 users set, the @code{defcustom} macro is designed for the job.
16830
16831 You can use your knowledge of @code{defvar} for writing the
16832 first three arguments for @code{defcustom}. The first argument to
16833 @code{defcustom} is the name of the variable. The second argument is
16834 the variable's initial value, if any; and this value is set only if
16835 the value has not already been set. The third argument is the
16836 documentation.
16837
16838 The fourth and subsequent arguments to @code{defcustom} specify types
16839 and options; these are not featured in @code{defvar}. (These
16840 arguments are optional.)
16841
16842 Each of these arguments consists of a keyword followed by a value.
16843 Each keyword starts with the colon character @samp{:}.
16844
16845 @need 1250
16846 For example, the customizable user option variable
16847 @code{text-mode-hook} looks like this:
16848
16849 @smallexample
16850 @group
16851 (defcustom text-mode-hook nil
16852 "Normal hook run when entering Text mode and many related modes."
16853 :type 'hook
16854 :options '(turn-on-auto-fill flyspell-mode)
16855 :group 'wp)
16856 @end group
16857 @end smallexample
16858
16859 @noindent
16860 The name of the variable is @code{text-mode-hook}; it has no default
16861 value; and its documentation string tells you what it does.
16862
16863 The @code{:type} keyword tells Emacs the kind of data to which
16864 @code{text-mode-hook} should be set and how to display the value in a
16865 Customization buffer.
16866
16867 The @code{:options} keyword specifies a suggested list of values for
16868 the variable. Usually, @code{:options} applies to a hook.
16869 The list is only a suggestion; it is not exclusive; a person who sets
16870 the variable may set it to other values; the list shown following the
16871 @code{:options} keyword is intended to offer convenient choices to a
16872 user.
16873
16874 Finally, the @code{:group} keyword tells the Emacs Customization
16875 command in which group the variable is located. This tells where to
16876 find it.
16877
16878 The @code{defcustom} macro recognizes more than a dozen keywords.
16879 For more information, see @ref{Customization, , Writing Customization
16880 Definitions, elisp, The GNU Emacs Lisp Reference Manual}.
16881
16882 Consider @code{text-mode-hook} as an example.
16883
16884 There are two ways to customize this variable. You can use the
16885 customization command or write the appropriate expressions yourself.
16886
16887 @need 800
16888 Using the customization command, you can type:
16889
16890 @smallexample
16891 M-x customize
16892 @end smallexample
16893
16894 @noindent
16895 and find that the group for editing files of data is called `data'.
16896 Enter that group. Text Mode Hook is the first member. You can click
16897 on its various options, such as @code{turn-on-auto-fill}, to set the
16898 values. After you click on the button to
16899
16900 @smallexample
16901 Save for Future Sessions
16902 @end smallexample
16903
16904 @noindent
16905 Emacs will write an expression into your @file{.emacs} file.
16906 It will look like this:
16907
16908 @smallexample
16909 @group
16910 (custom-set-variables
16911 ;; custom-set-variables was added by Custom.
16912 ;; If you edit it by hand, you could mess it up, so be careful.
16913 ;; Your init file should contain only one such instance.
16914 ;; If there is more than one, they won't work right.
16915 '(text-mode-hook (quote (turn-on-auto-fill text-mode-hook-identify))))
16916 @end group
16917 @end smallexample
16918
16919 @noindent
16920 (The @code{text-mode-hook-identify} function tells
16921 @code{toggle-text-mode-auto-fill} which buffers are in Text mode.
16922 It comes on automatically.)
16923
16924 The @code{custom-set-variables} function works somewhat differently
16925 than a @code{setq}. While I have never learned the differences, I
16926 modify the @code{custom-set-variables} expressions in my @file{.emacs}
16927 file by hand: I make the changes in what appears to me to be a
16928 reasonable manner and have not had any problems. Others prefer to use
16929 the Customization command and let Emacs do the work for them.
16930
16931 Another @code{custom-set-@dots{}} function is @code{custom-set-faces}.
16932 This function sets the various font faces. Over time, I have set a
16933 considerable number of faces. Some of the time, I re-set them using
16934 @code{customize}; other times, I simply edit the
16935 @code{custom-set-faces} expression in my @file{.emacs} file itself.
16936
16937 The second way to customize your @code{text-mode-hook} is to set it
16938 yourself in your @file{.emacs} file using code that has nothing to do
16939 with the @code{custom-set-@dots{}} functions.
16940
16941 @need 800
16942 When you do this, and later use @code{customize}, you will see a
16943 message that says
16944
16945 @smallexample
16946 CHANGED outside Customize; operating on it here may be unreliable.
16947 @end smallexample
16948
16949 @need 800
16950 This message is only a warning. If you click on the button to
16951
16952 @smallexample
16953 Save for Future Sessions
16954 @end smallexample
16955
16956 @noindent
16957 Emacs will write a @code{custom-set-@dots{}} expression near the end
16958 of your @file{.emacs} file that will be evaluated after your
16959 hand-written expression. It will, therefore, overrule your
16960 hand-written expression. No harm will be done. When you do this,
16961 however, be careful to remember which expression is active; if you
16962 forget, you may confuse yourself.
16963
16964 So long as you remember where the values are set, you will have no
16965 trouble. In any event, the values are always set in your
16966 initialization file, which is usually called @file{.emacs}.
16967
16968 I myself use @code{customize} for hardly anything. Mostly, I write
16969 expressions myself.
16970
16971 @findex defsubst
16972 @findex defconst
16973 Incidentally, to be more complete concerning defines: @code{defsubst}
16974 defines an inline function. The syntax is just like that of
16975 @code{defun}. @code{defconst} defines a symbol as a constant. The
16976 intent is that neither programs nor users should ever change a value
16977 set by @code{defconst}. (You can change it; the value set is a
16978 variable; but please do not.)
16979
16980 @node Beginning init File
16981 @section Beginning a @file{.emacs} File
16982 @cindex @file{.emacs} file, beginning of
16983
16984 When you start Emacs, it loads your @file{.emacs} file unless you tell
16985 it not to by specifying @samp{-q} on the command line. (The
16986 @code{emacs -q} command gives you a plain, out-of-the-box Emacs.)
16987
16988 A @file{.emacs} file contains Lisp expressions. Often, these are no
16989 more than expressions to set values; sometimes they are function
16990 definitions.
16991
16992 @xref{Init File, , The Init File @file{~/.emacs}, emacs, The GNU Emacs
16993 Manual}, for a short description of initialization files.
16994
16995 This chapter goes over some of the same ground, but is a walk among
16996 extracts from a complete, long-used @file{.emacs} file---my own.
16997
16998 The first part of the file consists of comments: reminders to myself.
16999 By now, of course, I remember these things, but when I started, I did
17000 not.
17001
17002 @need 1200
17003 @smallexample
17004 @group
17005 ;;;; Bob's .emacs file
17006 ; Robert J. Chassell
17007 ; 26 September 1985
17008 @end group
17009 @end smallexample
17010
17011 @noindent
17012 Look at that date! I started this file a long time ago. I have been
17013 adding to it ever since.
17014
17015 @smallexample
17016 @group
17017 ; Each section in this file is introduced by a
17018 ; line beginning with four semicolons; and each
17019 ; entry is introduced by a line beginning with
17020 ; three semicolons.
17021 @end group
17022 @end smallexample
17023
17024 @noindent
17025 This describes the usual conventions for comments in Emacs Lisp.
17026 Everything on a line that follows a semicolon is a comment. Two,
17027 three, and four semicolons are used as subsection and section markers.
17028 (@xref{Comments, ,, elisp, The GNU Emacs Lisp Reference Manual}, for
17029 more about comments.)
17030
17031 @smallexample
17032 @group
17033 ;;;; The Help Key
17034 ; Control-h is the help key;
17035 ; after typing control-h, type a letter to
17036 ; indicate the subject about which you want help.
17037 ; For an explanation of the help facility,
17038 ; type control-h two times in a row.
17039 @end group
17040 @end smallexample
17041
17042 @noindent
17043 Just remember: type @kbd{C-h} two times for help.
17044
17045 @smallexample
17046 @group
17047 ; To find out about any mode, type control-h m
17048 ; while in that mode. For example, to find out
17049 ; about mail mode, enter mail mode and then type
17050 ; control-h m.
17051 @end group
17052 @end smallexample
17053
17054 @noindent
17055 `Mode help', as I call this, is very helpful. Usually, it tells you
17056 all you need to know.
17057
17058 Of course, you don't need to include comments like these in your
17059 @file{.emacs} file. I included them in mine because I kept forgetting
17060 about Mode help or the conventions for comments---but I was able to
17061 remember to look here to remind myself.
17062
17063 @node Text and Auto-fill
17064 @section Text and Auto Fill Mode
17065
17066 Now we come to the part that `turns on' Text mode and
17067 Auto Fill mode.
17068
17069 @smallexample
17070 @group
17071 ;;; Text mode and Auto Fill mode
17072 ;; The next two lines put Emacs into Text mode
17073 ;; and Auto Fill mode, and are for writers who
17074 ;; want to start writing prose rather than code.
17075 (setq-default major-mode 'text-mode)
17076 (add-hook 'text-mode-hook 'turn-on-auto-fill)
17077 @end group
17078 @end smallexample
17079
17080 Here is the first part of this @file{.emacs} file that does something
17081 besides remind a forgetful human!
17082
17083 The first of the two lines in parentheses tells Emacs to turn on Text
17084 mode when you find a file, @emph{unless} that file should go into some
17085 other mode, such as C mode.
17086
17087 @cindex Per-buffer, local variables list
17088 @cindex Local variables list, per-buffer,
17089 @cindex Automatic mode selection
17090 @cindex Mode selection, automatic
17091 When Emacs reads a file, it looks at the extension to the file name,
17092 if any. (The extension is the part that comes after a @samp{.}.) If
17093 the file ends with a @samp{.c} or @samp{.h} extension then Emacs turns
17094 on C mode. Also, Emacs looks at first nonblank line of the file; if
17095 the line says @w{@samp{-*- C -*-}}, Emacs turns on C mode. Emacs
17096 possesses a list of extensions and specifications that it uses
17097 automatically. In addition, Emacs looks near the last page for a
17098 per-buffer, ``local variables list'', if any.
17099
17100 @ifinfo
17101 @xref{Choosing Modes, , How Major Modes are Chosen, emacs, The GNU
17102 Emacs Manual}.
17103
17104 @xref{File Variables, , Local Variables in Files, emacs, The GNU Emacs
17105 Manual}.
17106 @end ifinfo
17107 @iftex
17108 See sections ``How Major Modes are Chosen'' and ``Local Variables in
17109 Files'' in @cite{The GNU Emacs Manual}.
17110 @end iftex
17111
17112 Now, back to the @file{.emacs} file.
17113
17114 @need 800
17115 Here is the line again; how does it work?
17116
17117 @cindex Text Mode turned on
17118 @smallexample
17119 (setq major-mode 'text-mode)
17120 @end smallexample
17121
17122 @noindent
17123 This line is a short, but complete Emacs Lisp expression.
17124
17125 We are already familiar with @code{setq}. It sets the following variable,
17126 @code{major-mode}, to the subsequent value, which is @code{text-mode}.
17127 The single quote mark before @code{text-mode} tells Emacs to deal directly
17128 with the @code{text-mode} symbol, not with whatever it might stand for.
17129 @xref{set & setq, , Setting the Value of a Variable},
17130 for a reminder of how @code{setq} works.
17131 The main point is that there is no difference between the procedure you
17132 use to set a value in your @file{.emacs} file and the procedure you use
17133 anywhere else in Emacs.
17134
17135 @need 800
17136 Here is the next line:
17137
17138 @cindex Auto Fill mode turned on
17139 @findex add-hook
17140 @smallexample
17141 (add-hook 'text-mode-hook 'turn-on-auto-fill)
17142 @end smallexample
17143
17144 @noindent
17145 In this line, the @code{add-hook} command adds
17146 @code{turn-on-auto-fill} to the variable.
17147
17148 @code{turn-on-auto-fill} is the name of a program, that, you guessed
17149 it!, turns on Auto Fill mode.
17150
17151 Every time Emacs turns on Text mode, Emacs runs the commands `hooked'
17152 onto Text mode. So every time Emacs turns on Text mode, Emacs also
17153 turns on Auto Fill mode.
17154
17155 In brief, the first line causes Emacs to enter Text mode when you edit a
17156 file, unless the file name extension, a first non-blank line, or local
17157 variables to tell Emacs otherwise.
17158
17159 Text mode among other actions, sets the syntax table to work
17160 conveniently for writers. In Text mode, Emacs considers an apostrophe
17161 as part of a word like a letter; but Emacs does not consider a period
17162 or a space as part of a word. Thus, @kbd{M-f} moves you over
17163 @samp{it's}. On the other hand, in C mode, @kbd{M-f} stops just after
17164 the @samp{t} of @samp{it's}.
17165
17166 The second line causes Emacs to turn on Auto Fill mode when it turns
17167 on Text mode. In Auto Fill mode, Emacs automatically breaks a line
17168 that is too wide and brings the excessively wide part of the line down
17169 to the next line. Emacs breaks lines between words, not within them.
17170
17171 When Auto Fill mode is turned off, lines continue to the right as you
17172 type them. Depending on how you set the value of
17173 @code{truncate-lines}, the words you type either disappear off the
17174 right side of the screen, or else are shown, in a rather ugly and
17175 unreadable manner, as a continuation line on the screen.
17176
17177 @need 1250
17178 In addition, in this part of my @file{.emacs} file, I tell the Emacs
17179 fill commands to insert two spaces after a colon:
17180
17181 @smallexample
17182 (setq colon-double-space t)
17183 @end smallexample
17184
17185 @node Mail Aliases
17186 @section Mail Aliases
17187
17188 Here is a @code{setq} that `turns on' mail aliases, along with more
17189 reminders.
17190
17191 @smallexample
17192 @group
17193 ;;; Mail mode
17194 ; To enter mail mode, type `C-x m'
17195 ; To enter RMAIL (for reading mail),
17196 ; type `M-x rmail'
17197 (setq mail-aliases t)
17198 @end group
17199 @end smallexample
17200
17201 @cindex Mail aliases
17202 @noindent
17203 This @code{setq} command sets the value of the variable
17204 @code{mail-aliases} to @code{t}. Since @code{t} means true, the line
17205 says, in effect, ``Yes, use mail aliases.''
17206
17207 Mail aliases are convenient short names for long email addresses or
17208 for lists of email addresses. The file where you keep your `aliases'
17209 is @file{~/.mailrc}. You write an alias like this:
17210
17211 @smallexample
17212 alias geo george@@foobar.wiz.edu
17213 @end smallexample
17214
17215 @noindent
17216 When you write a message to George, address it to @samp{geo}; the
17217 mailer will automatically expand @samp{geo} to the full address.
17218
17219 @node Indent Tabs Mode
17220 @section Indent Tabs Mode
17221 @cindex Tabs, preventing
17222 @findex indent-tabs-mode
17223
17224 By default, Emacs inserts tabs in place of multiple spaces when it
17225 formats a region. (For example, you might indent many lines of text
17226 all at once with the @code{indent-region} command.) Tabs look fine on
17227 a terminal or with ordinary printing, but they produce badly indented
17228 output when you use @TeX{} or Texinfo since @TeX{} ignores tabs.
17229
17230 @need 1250
17231 The following turns off Indent Tabs mode:
17232
17233 @smallexample
17234 @group
17235 ;;; Prevent Extraneous Tabs
17236 (setq-default indent-tabs-mode nil)
17237 @end group
17238 @end smallexample
17239
17240 Note that this line uses @code{setq-default} rather than the
17241 @code{setq} command that we have seen before. The @code{setq-default}
17242 command sets values only in buffers that do not have their own local
17243 values for the variable.
17244
17245 @ifinfo
17246 @xref{Just Spaces, , Tabs vs. Spaces, emacs, The GNU Emacs Manual}.
17247
17248 @xref{File Variables, , Local Variables in Files, emacs, The GNU Emacs
17249 Manual}.
17250 @end ifinfo
17251 @iftex
17252 See sections ``Tabs vs.@: Spaces'' and ``Local Variables in
17253 Files'' in @cite{The GNU Emacs Manual}.
17254 @end iftex
17255
17256 @need 1700
17257 @node Keybindings
17258 @section Some Keybindings
17259
17260 Now for some personal keybindings:
17261
17262 @smallexample
17263 @group
17264 ;;; Compare windows
17265 (global-set-key "\C-cw" 'compare-windows)
17266 @end group
17267 @end smallexample
17268
17269 @findex compare-windows
17270 @code{compare-windows} is a nifty command that compares the text in
17271 your current window with text in the next window. It makes the
17272 comparison by starting at point in each window, moving over text in
17273 each window as far as they match. I use this command all the time.
17274
17275 This also shows how to set a key globally, for all modes.
17276
17277 @cindex Setting a key globally
17278 @cindex Global set key
17279 @cindex Key setting globally
17280 @findex global-set-key
17281 The command is @code{global-set-key}. It is followed by the
17282 keybinding. In a @file{.emacs} file, the keybinding is written as
17283 shown: @code{\C-c} stands for `control-c', which means `press the
17284 control key and the @key{c} key at the same time'. The @code{w} means
17285 `press the @key{w} key'. The keybinding is surrounded by double
17286 quotation marks. In documentation, you would write this as
17287 @w{@kbd{C-c w}}. (If you were binding a @key{META} key, such as
17288 @kbd{M-c}, rather than a @key{CTRL} key, you would write
17289 @w{@code{\M-c}} in your @file{.emacs} file. @xref{Init Rebinding, ,
17290 Rebinding Keys in Your Init File, emacs, The GNU Emacs Manual}, for
17291 details.)
17292
17293 The command invoked by the keys is @code{compare-windows}. Note that
17294 @code{compare-windows} is preceded by a single quote; otherwise, Emacs
17295 would first try to evaluate the symbol to determine its value.
17296
17297 These three things, the double quotation marks, the backslash before
17298 the @samp{C}, and the single quote mark are necessary parts of
17299 keybinding that I tend to forget. Fortunately, I have come to
17300 remember that I should look at my existing @file{.emacs} file, and
17301 adapt what is there.
17302
17303 As for the keybinding itself: @kbd{C-c w}. This combines the prefix
17304 key, @kbd{C-c}, with a single character, in this case, @kbd{w}. This
17305 set of keys, @kbd{C-c} followed by a single character, is strictly
17306 reserved for individuals' own use. (I call these `own' keys, since
17307 these are for my own use.) You should always be able to create such a
17308 keybinding for your own use without stomping on someone else's
17309 keybinding. If you ever write an extension to Emacs, please avoid
17310 taking any of these keys for public use. Create a key like @kbd{C-c
17311 C-w} instead. Otherwise, we will run out of `own' keys.
17312
17313 @need 1250
17314 Here is another keybinding, with a comment:
17315
17316 @smallexample
17317 @group
17318 ;;; Keybinding for `occur'
17319 ; I use occur a lot, so let's bind it to a key:
17320 (global-set-key "\C-co" 'occur)
17321 @end group
17322 @end smallexample
17323
17324 @findex occur
17325 The @code{occur} command shows all the lines in the current buffer
17326 that contain a match for a regular expression. Matching lines are
17327 shown in a buffer called @file{*Occur*}. That buffer serves as a menu
17328 to jump to occurrences.
17329
17330 @findex global-unset-key
17331 @cindex Unbinding key
17332 @cindex Key unbinding
17333 @need 1250
17334 Here is how to unbind a key, so it does not
17335 work:
17336
17337 @smallexample
17338 @group
17339 ;;; Unbind `C-x f'
17340 (global-unset-key "\C-xf")
17341 @end group
17342 @end smallexample
17343
17344 There is a reason for this unbinding: I found I inadvertently typed
17345 @w{@kbd{C-x f}} when I meant to type @kbd{C-x C-f}. Rather than find a
17346 file, as I intended, I accidentally set the width for filled text,
17347 almost always to a width I did not want. Since I hardly ever reset my
17348 default width, I simply unbound the key.
17349
17350 @findex list-buffers, @r{rebound}
17351 @findex buffer-menu, @r{bound to key}
17352 @need 1250
17353 The following rebinds an existing key:
17354
17355 @smallexample
17356 @group
17357 ;;; Rebind `C-x C-b' for `buffer-menu'
17358 (global-set-key "\C-x\C-b" 'buffer-menu)
17359 @end group
17360 @end smallexample
17361
17362 By default, @kbd{C-x C-b} runs the
17363 @code{list-buffers} command. This command lists
17364 your buffers in @emph{another} window. Since I
17365 almost always want to do something in that
17366 window, I prefer the @code{buffer-menu}
17367 command, which not only lists the buffers,
17368 but moves point into that window.
17369
17370 @node Keymaps
17371 @section Keymaps
17372 @cindex Keymaps
17373 @cindex Rebinding keys
17374
17375 Emacs uses @dfn{keymaps} to record which keys call which commands.
17376 When you use @code{global-set-key} to set the keybinding for a single
17377 command in all parts of Emacs, you are specifying the keybinding in
17378 @code{current-global-map}.
17379
17380 Specific modes, such as C mode or Text mode, have their own keymaps;
17381 the mode-specific keymaps override the global map that is shared by
17382 all buffers.
17383
17384 The @code{global-set-key} function binds, or rebinds, the global
17385 keymap. For example, the following binds the key @kbd{C-x C-b} to the
17386 function @code{buffer-menu}:
17387
17388 @smallexample
17389 (global-set-key "\C-x\C-b" 'buffer-menu)
17390 @end smallexample
17391
17392 Mode-specific keymaps are bound using the @code{define-key} function,
17393 which takes a specific keymap as an argument, as well as the key and
17394 the command. For example, my @file{.emacs} file contains the
17395 following expression to bind the @code{texinfo-insert-@@group} command
17396 to @kbd{C-c C-c g}:
17397
17398 @smallexample
17399 @group
17400 (define-key texinfo-mode-map "\C-c\C-cg" 'texinfo-insert-@@group)
17401 @end group
17402 @end smallexample
17403
17404 @noindent
17405 The @code{texinfo-insert-@@group} function itself is a little extension
17406 to Texinfo mode that inserts @samp{@@group} into a Texinfo file. I
17407 use this command all the time and prefer to type the three strokes
17408 @kbd{C-c C-c g} rather than the six strokes @kbd{@@ g r o u p}.
17409 (@samp{@@group} and its matching @samp{@@end group} are commands that
17410 keep all enclosed text together on one page; many multi-line examples
17411 in this book are surrounded by @samp{@@group @dots{} @@end group}.)
17412
17413 @need 1250
17414 Here is the @code{texinfo-insert-@@group} function definition:
17415
17416 @smallexample
17417 @group
17418 (defun texinfo-insert-@@group ()
17419 "Insert the string @@group in a Texinfo buffer."
17420 (interactive)
17421 (beginning-of-line)
17422 (insert "@@group\n"))
17423 @end group
17424 @end smallexample
17425
17426 (Of course, I could have used Abbrev mode to save typing, rather than
17427 write a function to insert a word; but I prefer key strokes consistent
17428 with other Texinfo mode key bindings.)
17429
17430 You will see numerous @code{define-key} expressions in
17431 @file{loaddefs.el} as well as in the various mode libraries, such as
17432 @file{cc-mode.el} and @file{lisp-mode.el}.
17433
17434 @xref{Key Bindings, , Customizing Key Bindings, emacs, The GNU Emacs
17435 Manual}, and @ref{Keymaps, , Keymaps, elisp, The GNU Emacs Lisp
17436 Reference Manual}, for more information about keymaps.
17437
17438 @node Loading Files
17439 @section Loading Files
17440 @cindex Loading files
17441 @c findex load
17442
17443 Many people in the GNU Emacs community have written extensions to
17444 Emacs. As time goes by, these extensions are often included in new
17445 releases. For example, the Calendar and Diary packages are now part
17446 of the standard GNU Emacs, as is Calc.
17447
17448 You can use a @code{load} command to evaluate a complete file and
17449 thereby install all the functions and variables in the file into Emacs.
17450 For example:
17451
17452 @c (auto-compression-mode t)
17453
17454 @smallexample
17455 (load "~/emacs/slowsplit")
17456 @end smallexample
17457
17458 This evaluates, i.e., loads, the @file{slowsplit.el} file or if it
17459 exists, the faster, byte compiled @file{slowsplit.elc} file from the
17460 @file{emacs} sub-directory of your home directory. The file contains
17461 the function @code{split-window-quietly}, which John Robinson wrote in
17462 1989.
17463
17464 The @code{split-window-quietly} function splits a window with the
17465 minimum of redisplay. I installed it in 1989 because it worked well
17466 with the slow 1200 baud terminals I was then using. Nowadays, I only
17467 occasionally come across such a slow connection, but I continue to use
17468 the function because I like the way it leaves the bottom half of a
17469 buffer in the lower of the new windows and the top half in the upper
17470 window.
17471
17472 @need 1250
17473 To replace the key binding for the default
17474 @code{split-window-vertically}, you must also unset that key and bind
17475 the keys to @code{split-window-quietly}, like this:
17476
17477 @smallexample
17478 @group
17479 (global-unset-key "\C-x2")
17480 (global-set-key "\C-x2" 'split-window-quietly)
17481 @end group
17482 @end smallexample
17483
17484 @vindex load-path
17485 If you load many extensions, as I do, then instead of specifying the
17486 exact location of the extension file, as shown above, you can specify
17487 that directory as part of Emacs's @code{load-path}. Then, when Emacs
17488 loads a file, it will search that directory as well as its default
17489 list of directories. (The default list is specified in @file{paths.h}
17490 when Emacs is built.)
17491
17492 @need 1250
17493 The following command adds your @file{~/emacs} directory to the
17494 existing load path:
17495
17496 @smallexample
17497 @group
17498 ;;; Emacs Load Path
17499 (setq load-path (cons "~/emacs" load-path))
17500 @end group
17501 @end smallexample
17502
17503 Incidentally, @code{load-library} is an interactive interface to the
17504 @code{load} function. The complete function looks like this:
17505
17506 @findex load-library
17507 @smallexample
17508 @group
17509 (defun load-library (library)
17510 "Load the library named LIBRARY.
17511 This is an interface to the function `load'."
17512 (interactive
17513 (list (completing-read "Load library: "
17514 (apply-partially 'locate-file-completion-table
17515 load-path
17516 (get-load-suffixes)))))
17517 (load library))
17518 @end group
17519 @end smallexample
17520
17521 The name of the function, @code{load-library}, comes from the use of
17522 `library' as a conventional synonym for `file'. The source for the
17523 @code{load-library} command is in the @file{files.el} library.
17524
17525 Another interactive command that does a slightly different job is
17526 @code{load-file}. @xref{Lisp Libraries, , Libraries of Lisp Code for
17527 Emacs, emacs, The GNU Emacs Manual}, for information on the
17528 distinction between @code{load-library} and this command.
17529
17530 @node Autoload
17531 @section Autoloading
17532 @findex autoload
17533
17534 Instead of installing a function by loading the file that contains it,
17535 or by evaluating the function definition, you can make the function
17536 available but not actually install it until it is first called. This
17537 is called @dfn{autoloading}.
17538
17539 When you execute an autoloaded function, Emacs automatically evaluates
17540 the file that contains the definition, and then calls the function.
17541
17542 Emacs starts quicker with autoloaded functions, since their libraries
17543 are not loaded right away; but you need to wait a moment when you
17544 first use such a function, while its containing file is evaluated.
17545
17546 Rarely used functions are frequently autoloaded. The
17547 @file{loaddefs.el} library contains hundreds of autoloaded functions,
17548 from @code{bookmark-set} to @code{wordstar-mode}. Of course, you may
17549 come to use a `rare' function frequently. When you do, you should
17550 load that function's file with a @code{load} expression in your
17551 @file{.emacs} file.
17552
17553 In my @file{.emacs} file, I load 14 libraries that contain functions
17554 that would otherwise be autoloaded. (Actually, it would have been
17555 better to include these files in my `dumped' Emacs, but I forgot.
17556 @xref{Building Emacs, , Building Emacs, elisp, The GNU Emacs Lisp
17557 Reference Manual}, and the @file{INSTALL} file for more about
17558 dumping.)
17559
17560 You may also want to include autoloaded expressions in your @file{.emacs}
17561 file. @code{autoload} is a built-in function that takes up to five
17562 arguments, the final three of which are optional. The first argument
17563 is the name of the function to be autoloaded; the second is the name
17564 of the file to be loaded. The third argument is documentation for the
17565 function, and the fourth tells whether the function can be called
17566 interactively. The fifth argument tells what type of
17567 object---@code{autoload} can handle a keymap or macro as well as a
17568 function (the default is a function).
17569
17570 @need 800
17571 Here is a typical example:
17572
17573 @smallexample
17574 @group
17575 (autoload 'html-helper-mode
17576 "html-helper-mode" "Edit HTML documents" t)
17577 @end group
17578 @end smallexample
17579
17580 @noindent
17581 (@code{html-helper-mode} is an older alternative to @code{html-mode},
17582 which is a standard part of the distribution.)
17583
17584 @noindent
17585 This expression autoloads the @code{html-helper-mode} function. It
17586 takes it from the @file{html-helper-mode.el} file (or from the byte
17587 compiled version @file{html-helper-mode.elc}, if that exists.) The
17588 file must be located in a directory specified by @code{load-path}.
17589 The documentation says that this is a mode to help you edit documents
17590 written in the HyperText Markup Language. You can call this mode
17591 interactively by typing @kbd{M-x html-helper-mode}. (You need to
17592 duplicate the function's regular documentation in the autoload
17593 expression because the regular function is not yet loaded, so its
17594 documentation is not available.)
17595
17596 @xref{Autoload, , Autoload, elisp, The GNU Emacs Lisp Reference
17597 Manual}, for more information.
17598
17599 @node Simple Extension
17600 @section A Simple Extension: @code{line-to-top-of-window}
17601 @findex line-to-top-of-window
17602 @cindex Simple extension in @file{.emacs} file
17603
17604 Here is a simple extension to Emacs that moves the line point is on to
17605 the top of the window. I use this all the time, to make text easier
17606 to read.
17607
17608 You can put the following code into a separate file and then load it
17609 from your @file{.emacs} file, or you can include it within your
17610 @file{.emacs} file.
17611
17612 @need 1250
17613 Here is the definition:
17614
17615 @smallexample
17616 @group
17617 ;;; Line to top of window;
17618 ;;; replace three keystroke sequence C-u 0 C-l
17619 (defun line-to-top-of-window ()
17620 "Move the line point is on to top of window."
17621 (interactive)
17622 (recenter 0))
17623 @end group
17624 @end smallexample
17625
17626 @need 1250
17627 Now for the keybinding.
17628
17629 Nowadays, function keys as well as mouse button events and
17630 non-@sc{ascii} characters are written within square brackets, without
17631 quotation marks. (In Emacs version 18 and before, you had to write
17632 different function key bindings for each different make of terminal.)
17633
17634 I bind @code{line-to-top-of-window} to my @key{F6} function key like
17635 this:
17636
17637 @smallexample
17638 (global-set-key [f6] 'line-to-top-of-window)
17639 @end smallexample
17640
17641 For more information, see @ref{Init Rebinding, , Rebinding Keys in
17642 Your Init File, emacs, The GNU Emacs Manual}.
17643
17644 @cindex Conditional 'twixt two versions of Emacs
17645 @cindex Version of Emacs, choosing
17646 @cindex Emacs version, choosing
17647 If you run two versions of GNU Emacs, such as versions 22 and 23, and
17648 use one @file{.emacs} file, you can select which code to evaluate with
17649 the following conditional:
17650
17651 @smallexample
17652 @group
17653 (cond
17654 ((= 22 emacs-major-version)
17655 ;; evaluate version 22 code
17656 ( @dots{} ))
17657 ((= 23 emacs-major-version)
17658 ;; evaluate version 23 code
17659 ( @dots{} )))
17660 @end group
17661 @end smallexample
17662
17663 For example, recent versions blink
17664 their cursors by default. I hate such blinking, as well as other
17665 features, so I placed the following in my @file{.emacs}
17666 file@footnote{When I start instances of Emacs that do not load my
17667 @file{.emacs} file or any site file, I also turn off blinking:
17668
17669 @smallexample
17670 emacs -q --no-site-file -eval '(blink-cursor-mode nil)'
17671
17672 @exdent Or nowadays, using an even more sophisticated set of options,
17673
17674 emacs -Q -D
17675 @end smallexample
17676 }:
17677
17678 @smallexample
17679 @group
17680 (when (>= emacs-major-version 21)
17681 (blink-cursor-mode 0)
17682 ;; Insert newline when you press `C-n' (next-line)
17683 ;; at the end of the buffer
17684 (setq next-line-add-newlines t)
17685 @end group
17686 @group
17687 ;; Turn on image viewing
17688 (auto-image-file-mode t)
17689 @end group
17690 @group
17691 ;; Turn on menu bar (this bar has text)
17692 ;; (Use numeric argument to turn on)
17693 (menu-bar-mode 1)
17694 @end group
17695 @group
17696 ;; Turn off tool bar (this bar has icons)
17697 ;; (Use numeric argument to turn on)
17698 (tool-bar-mode nil)
17699 @end group
17700 @group
17701 ;; Turn off tooltip mode for tool bar
17702 ;; (This mode causes icon explanations to pop up)
17703 ;; (Use numeric argument to turn on)
17704 (tooltip-mode nil)
17705 ;; If tooltips turned on, make tips appear promptly
17706 (setq tooltip-delay 0.1) ; default is 0.7 second
17707 )
17708 @end group
17709 @end smallexample
17710
17711 @node X11 Colors
17712 @section X11 Colors
17713
17714 You can specify colors when you use Emacs with the MIT X Windowing
17715 system.
17716
17717 I dislike the default colors and specify my own.
17718
17719 @need 1250
17720 Here are the expressions in my @file{.emacs}
17721 file that set values:
17722
17723 @smallexample
17724 @group
17725 ;; Set cursor color
17726 (set-cursor-color "white")
17727
17728 ;; Set mouse color
17729 (set-mouse-color "white")
17730
17731 ;; Set foreground and background
17732 (set-foreground-color "white")
17733 (set-background-color "darkblue")
17734 @end group
17735
17736 @group
17737 ;;; Set highlighting colors for isearch and drag
17738 (set-face-foreground 'highlight "white")
17739 (set-face-background 'highlight "blue")
17740 @end group
17741
17742 @group
17743 (set-face-foreground 'region "cyan")
17744 (set-face-background 'region "blue")
17745 @end group
17746
17747 @group
17748 (set-face-foreground 'secondary-selection "skyblue")
17749 (set-face-background 'secondary-selection "darkblue")
17750 @end group
17751
17752 @group
17753 ;; Set calendar highlighting colors
17754 (setq calendar-load-hook
17755 (lambda ()
17756 (set-face-foreground 'diary-face "skyblue")
17757 (set-face-background 'holiday-face "slate blue")
17758 (set-face-foreground 'holiday-face "white")))
17759 @end group
17760 @end smallexample
17761
17762 The various shades of blue soothe my eye and prevent me from seeing
17763 the screen flicker.
17764
17765 Alternatively, I could have set my specifications in various X
17766 initialization files. For example, I could set the foreground,
17767 background, cursor, and pointer (i.e., mouse) colors in my
17768 @file{~/.Xresources} file like this:
17769
17770 @smallexample
17771 @group
17772 Emacs*foreground: white
17773 Emacs*background: darkblue
17774 Emacs*cursorColor: white
17775 Emacs*pointerColor: white
17776 @end group
17777 @end smallexample
17778
17779 In any event, since it is not part of Emacs, I set the root color of
17780 my X window in my @file{~/.xinitrc} file, like this@footnote{I also
17781 run more modern window managers, such as Enlightenment, Gnome, or KDE;
17782 in those cases, I often specify an image rather than a plain color.}:
17783
17784 @smallexample
17785 xsetroot -solid Navy -fg white &
17786 @end smallexample
17787
17788 @need 1700
17789 @node Miscellaneous
17790 @section Miscellaneous Settings for a @file{.emacs} File
17791
17792 @need 1250
17793 Here are a few miscellaneous settings:
17794 @sp 1
17795
17796 @itemize @minus
17797 @item
17798 Set the shape and color of the mouse cursor:
17799
17800 @smallexample
17801 @group
17802 ; Cursor shapes are defined in
17803 ; `/usr/include/X11/cursorfont.h';
17804 ; for example, the `target' cursor is number 128;
17805 ; the `top_left_arrow' cursor is number 132.
17806 @end group
17807
17808 @group
17809 (let ((mpointer (x-get-resource "*mpointer"
17810 "*emacs*mpointer")))
17811 ;; If you have not set your mouse pointer
17812 ;; then set it, otherwise leave as is:
17813 (if (eq mpointer nil)
17814 (setq mpointer "132")) ; top_left_arrow
17815 @end group
17816 @group
17817 (setq x-pointer-shape (string-to-int mpointer))
17818 (set-mouse-color "white"))
17819 @end group
17820 @end smallexample
17821
17822 @item
17823 Or you can set the values of a variety of features in an alist, like
17824 this:
17825
17826 @smallexample
17827 @group
17828 (setq-default
17829 default-frame-alist
17830 '((cursor-color . "white")
17831 (mouse-color . "white")
17832 (foreground-color . "white")
17833 (background-color . "DodgerBlue4")
17834 ;; (cursor-type . bar)
17835 (cursor-type . box)
17836 @end group
17837 @group
17838 (tool-bar-lines . 0)
17839 (menu-bar-lines . 1)
17840 (width . 80)
17841 (height . 58)
17842 (font .
17843 "-Misc-Fixed-Medium-R-Normal--20-200-75-75-C-100-ISO8859-1")
17844 ))
17845 @end group
17846 @end smallexample
17847
17848 @item
17849 Convert @kbd{@key{CTRL}-h} into @key{DEL} and @key{DEL}
17850 into @kbd{@key{CTRL}-h}.@*
17851 (Some older keyboards needed this, although I have not seen the
17852 problem recently.)
17853
17854 @smallexample
17855 @group
17856 ;; Translate `C-h' to <DEL>.
17857 ; (keyboard-translate ?\C-h ?\C-?)
17858
17859 ;; Translate <DEL> to `C-h'.
17860 (keyboard-translate ?\C-? ?\C-h)
17861 @end group
17862 @end smallexample
17863
17864 @item Turn off a blinking cursor!
17865
17866 @smallexample
17867 @group
17868 (if (fboundp 'blink-cursor-mode)
17869 (blink-cursor-mode -1))
17870 @end group
17871 @end smallexample
17872
17873 @noindent
17874 or start GNU Emacs with the command @code{emacs -nbc}.
17875
17876 @need 1250
17877 @item When using `grep'@*
17878 @samp{-i}@w{ } Ignore case distinctions@*
17879 @samp{-n}@w{ } Prefix each line of output with line number@*
17880 @samp{-H}@w{ } Print the filename for each match.@*
17881 @samp{-e}@w{ } Protect patterns beginning with a hyphen character, @samp{-}
17882
17883 @smallexample
17884 (setq grep-command "grep -i -nH -e ")
17885 @end smallexample
17886
17887 @ignore
17888 @c Evidently, no longer needed in GNU Emacs 22
17889
17890 item Automatically uncompress compressed files when visiting them
17891
17892 smallexample
17893 (load "uncompress")
17894 end smallexample
17895
17896 @end ignore
17897
17898 @item Find an existing buffer, even if it has a different name@*
17899 This avoids problems with symbolic links.
17900
17901 @smallexample
17902 (setq find-file-existing-other-name t)
17903 @end smallexample
17904
17905 @item Set your language environment and default input method
17906
17907 @smallexample
17908 @group
17909 (set-language-environment "latin-1")
17910 ;; Remember you can enable or disable multilingual text input
17911 ;; with the @code{toggle-input-method'} (@kbd{C-\}) command
17912 (setq default-input-method "latin-1-prefix")
17913 @end group
17914 @end smallexample
17915
17916 If you want to write with Chinese `GB' characters, set this instead:
17917
17918 @smallexample
17919 @group
17920 (set-language-environment "Chinese-GB")
17921 (setq default-input-method "chinese-tonepy")
17922 @end group
17923 @end smallexample
17924 @end itemize
17925
17926 @subsubheading Fixing Unpleasant Key Bindings
17927 @cindex Key bindings, fixing
17928 @cindex Bindings, key, fixing unpleasant
17929
17930 Some systems bind keys unpleasantly. Sometimes, for example, the
17931 @key{CTRL} key appears in an awkward spot rather than at the far left
17932 of the home row.
17933
17934 Usually, when people fix these sorts of keybindings, they do not
17935 change their @file{~/.emacs} file. Instead, they bind the proper keys
17936 on their consoles with the @code{loadkeys} or @code{install-keymap}
17937 commands in their boot script and then include @code{xmodmap} commands
17938 in their @file{.xinitrc} or @file{.Xsession} file for X Windows.
17939
17940 @need 1250
17941 @noindent
17942 For a boot script:
17943
17944 @smallexample
17945 @group
17946 loadkeys /usr/share/keymaps/i386/qwerty/emacs2.kmap.gz
17947 @exdent or
17948 install-keymap emacs2
17949 @end group
17950 @end smallexample
17951
17952 @need 1250
17953 @noindent
17954 For a @file{.xinitrc} or @file{.Xsession} file when the @key{Caps
17955 Lock} key is at the far left of the home row:
17956
17957 @smallexample
17958 @group
17959 # Bind the key labeled `Caps Lock' to `Control'
17960 # (Such a broken user interface suggests that keyboard manufacturers
17961 # think that computers are typewriters from 1885.)
17962
17963 xmodmap -e "clear Lock"
17964 xmodmap -e "add Control = Caps_Lock"
17965 @end group
17966 @end smallexample
17967
17968 @need 1250
17969 @noindent
17970 In a @file{.xinitrc} or @file{.Xsession} file, to convert an @key{ALT}
17971 key to a @key{META} key:
17972
17973 @smallexample
17974 @group
17975 # Some ill designed keyboards have a key labeled ALT and no Meta
17976 xmodmap -e "keysym Alt_L = Meta_L Alt_L"
17977 @end group
17978 @end smallexample
17979
17980 @need 1700
17981 @node Mode Line
17982 @section A Modified Mode Line
17983 @vindex mode-line-format
17984 @cindex Mode line format
17985
17986 Finally, a feature I really like: a modified mode line.
17987
17988 When I work over a network, I forget which machine I am using. Also,
17989 I tend to I lose track of where I am, and which line point is on.
17990
17991 So I reset my mode line to look like this:
17992
17993 @smallexample
17994 -:-- foo.texi rattlesnake:/home/bob/ Line 1 (Texinfo Fill) Top
17995 @end smallexample
17996
17997 I am visiting a file called @file{foo.texi}, on my machine
17998 @file{rattlesnake} in my @file{/home/bob} buffer. I am on line 1, in
17999 Texinfo mode, and am at the top of the buffer.
18000
18001 @need 1200
18002 My @file{.emacs} file has a section that looks like this:
18003
18004 @smallexample
18005 @group
18006 ;; Set a Mode Line that tells me which machine, which directory,
18007 ;; and which line I am on, plus the other customary information.
18008 (setq-default mode-line-format
18009 (quote
18010 (#("-" 0 1
18011 (help-echo
18012 "mouse-1: select window, mouse-2: delete others ..."))
18013 mode-line-mule-info
18014 mode-line-modified
18015 mode-line-frame-identification
18016 " "
18017 @end group
18018 @group
18019 mode-line-buffer-identification
18020 " "
18021 (:eval (substring
18022 (system-name) 0 (string-match "\\..+" (system-name))))
18023 ":"
18024 default-directory
18025 #(" " 0 1
18026 (help-echo
18027 "mouse-1: select window, mouse-2: delete others ..."))
18028 (line-number-mode " Line %l ")
18029 global-mode-string
18030 @end group
18031 @group
18032 #(" %[(" 0 6
18033 (help-echo
18034 "mouse-1: select window, mouse-2: delete others ..."))
18035 (:eval (mode-line-mode-name))
18036 mode-line-process
18037 minor-mode-alist
18038 #("%n" 0 2 (help-echo "mouse-2: widen" local-map (keymap ...)))
18039 ")%] "
18040 (-3 . "%P")
18041 ;; "-%-"
18042 )))
18043 @end group
18044 @end smallexample
18045
18046 @noindent
18047 Here, I redefine the default mode line. Most of the parts are from
18048 the original; but I make a few changes. I set the @emph{default} mode
18049 line format so as to permit various modes, such as Info, to override
18050 it.
18051
18052 Many elements in the list are self-explanatory:
18053 @code{mode-line-modified} is a variable that tells whether the buffer
18054 has been modified, @code{mode-name} tells the name of the mode, and so
18055 on. However, the format looks complicated because of two features we
18056 have not discussed.
18057
18058 @cindex Properties, in mode line example
18059 The first string in the mode line is a dash or hyphen, @samp{-}. In
18060 the old days, it would have been specified simply as @code{"-"}. But
18061 nowadays, Emacs can add properties to a string, such as highlighting
18062 or, as in this case, a help feature. If you place your mouse cursor
18063 over the hyphen, some help information appears (By default, you must
18064 wait seven-tenths of a second before the information appears. You can
18065 change that timing by changing the value of @code{tooltip-delay}.)
18066
18067 @need 1000
18068 The new string format has a special syntax:
18069
18070 @smallexample
18071 #("-" 0 1 (help-echo "mouse-1: select window, ..."))
18072 @end smallexample
18073
18074 @noindent
18075 The @code{#(} begins a list. The first element of the list is the
18076 string itself, just one @samp{-}. The second and third
18077 elements specify the range over which the fourth element applies. A
18078 range starts @emph{after} a character, so a zero means the range
18079 starts just before the first character; a 1 means that the range ends
18080 just after the first character. The third element is the property for
18081 the range. It consists of a property list, a
18082 property name, in this case, @samp{help-echo}, followed by a value, in this
18083 case, a string. The second, third, and fourth elements of this new
18084 string format can be repeated.
18085
18086 @xref{Text Properties, , Text Properties, elisp, The GNU Emacs Lisp
18087 Reference Manual}, and see @ref{Mode Line Format, , Mode Line Format,
18088 elisp, The GNU Emacs Lisp Reference Manual}, for more information.
18089
18090 @code{mode-line-buffer-identification}
18091 displays the current buffer name. It is a list
18092 beginning @code{(#("%12b" 0 4 @dots{}}.
18093 The @code{#(} begins the list.
18094
18095 The @samp{"%12b"} displays the current buffer name, using the
18096 @code{buffer-name} function with which we are familiar; the `12'
18097 specifies the maximum number of characters that will be displayed.
18098 When a name has fewer characters, whitespace is added to fill out to
18099 this number. (Buffer names can and often should be longer than 12
18100 characters; this length works well in a typical 80 column wide
18101 window.)
18102
18103 @code{:eval} says to evaluate the following form and use the result as
18104 a string to display. In this case, the expression displays the first
18105 component of the full system name. The end of the first component is
18106 a @samp{.} (`period'), so I use the @code{string-match} function to
18107 tell me the length of the first component. The substring from the
18108 zeroth character to that length is the name of the machine.
18109
18110 @need 1250
18111 This is the expression:
18112
18113 @smallexample
18114 @group
18115 (:eval (substring
18116 (system-name) 0 (string-match "\\..+" (system-name))))
18117 @end group
18118 @end smallexample
18119
18120 @samp{%[} and @samp{%]} cause a pair of square brackets
18121 to appear for each recursive editing level. @samp{%n} says `Narrow'
18122 when narrowing is in effect. @samp{%P} tells you the percentage of
18123 the buffer that is above the bottom of the window, or `Top', `Bottom',
18124 or `All'. (A lower case @samp{p} tell you the percentage above the
18125 @emph{top} of the window.) @samp{%-} inserts enough dashes to fill
18126 out the line.
18127
18128 Remember, ``You don't have to like Emacs to like it''---your own
18129 Emacs can have different colors, different commands, and different
18130 keys than a default Emacs.
18131
18132 On the other hand, if you want to bring up a plain `out of the box'
18133 Emacs, with no customization, type:
18134
18135 @smallexample
18136 emacs -q
18137 @end smallexample
18138
18139 @noindent
18140 This will start an Emacs that does @emph{not} load your
18141 @file{~/.emacs} initialization file. A plain, default Emacs. Nothing
18142 more.
18143
18144 @node Debugging
18145 @chapter Debugging
18146 @cindex debugging
18147
18148 GNU Emacs has two debuggers, @code{debug} and @code{edebug}. The
18149 first is built into the internals of Emacs and is always with you;
18150 the second requires that you instrument a function before you can use it.
18151
18152 Both debuggers are described extensively in @ref{Debugging, ,
18153 Debugging Lisp Programs, elisp, The GNU Emacs Lisp Reference Manual}.
18154 In this chapter, I will walk through a short example of each.
18155
18156 @menu
18157 * debug:: How to use the built-in debugger.
18158 * debug-on-entry:: Start debugging when you call a function.
18159 * debug-on-quit:: Start debugging when you quit with @kbd{C-g}.
18160 * edebug:: How to use Edebug, a source level debugger.
18161 * Debugging Exercises::
18162 @end menu
18163
18164 @node debug
18165 @section @code{debug}
18166 @findex debug
18167
18168 Suppose you have written a function definition that is intended to
18169 return the sum of the numbers 1 through a given number. (This is the
18170 @code{triangle} function discussed earlier. @xref{Decrementing
18171 Example, , Example with Decrementing Counter}, for a discussion.)
18172 @c xref{Decrementing Loop,, Loop with a Decrementing Counter}, for a discussion.)
18173
18174 However, your function definition has a bug. You have mistyped
18175 @samp{1=} for @samp{1-}. Here is the broken definition:
18176
18177 @findex triangle-bugged
18178 @smallexample
18179 @group
18180 (defun triangle-bugged (number)
18181 "Return sum of numbers 1 through NUMBER inclusive."
18182 (let ((total 0))
18183 (while (> number 0)
18184 (setq total (+ total number))
18185 (setq number (1= number))) ; @r{Error here.}
18186 total))
18187 @end group
18188 @end smallexample
18189
18190 If you are reading this in Info, you can evaluate this definition in
18191 the normal fashion. You will see @code{triangle-bugged} appear in the
18192 echo area.
18193
18194 @need 1250
18195 Now evaluate the @code{triangle-bugged} function with an
18196 argument of 4:
18197
18198 @smallexample
18199 (triangle-bugged 4)
18200 @end smallexample
18201
18202 @noindent
18203 In a recent GNU Emacs, you will create and enter a @file{*Backtrace*}
18204 buffer that says:
18205
18206 @noindent
18207 @smallexample
18208 @group
18209 ---------- Buffer: *Backtrace* ----------
18210 Debugger entered--Lisp error: (void-function 1=)
18211 (1= number)
18212 (setq number (1= number))
18213 (while (> number 0) (setq total (+ total number))
18214 (setq number (1= number)))
18215 (let ((total 0)) (while (> number 0) (setq total ...)
18216 (setq number ...)) total)
18217 triangle-bugged(4)
18218 @end group
18219 @group
18220 eval((triangle-bugged 4))
18221 eval-last-sexp-1(nil)
18222 eval-last-sexp(nil)
18223 call-interactively(eval-last-sexp)
18224 ---------- Buffer: *Backtrace* ----------
18225 @end group
18226 @end smallexample
18227
18228 @noindent
18229 (I have reformatted this example slightly; the debugger does not fold
18230 long lines. As usual, you can quit the debugger by typing @kbd{q} in
18231 the @file{*Backtrace*} buffer.)
18232
18233 In practice, for a bug as simple as this, the `Lisp error' line will
18234 tell you what you need to know to correct the definition. The
18235 function @code{1=} is `void'.
18236
18237 @ignore
18238 @need 800
18239 In GNU Emacs 20 and before, you will see:
18240
18241 @smallexample
18242 Symbol's function definition is void:@: 1=
18243 @end smallexample
18244
18245 @noindent
18246 which has the same meaning as the @file{*Backtrace*} buffer line in
18247 version 21.
18248 @end ignore
18249
18250 However, suppose you are not quite certain what is going on?
18251 You can read the complete backtrace.
18252
18253 In this case, you need to run a recent GNU Emacs, which automatically
18254 starts the debugger that puts you in the @file{*Backtrace*} buffer; or
18255 else, you need to start the debugger manually as described below.
18256
18257 Read the @file{*Backtrace*} buffer from the bottom up; it tells you
18258 what Emacs did that led to the error. Emacs made an interactive call
18259 to @kbd{C-x C-e} (@code{eval-last-sexp}), which led to the evaluation
18260 of the @code{triangle-bugged} expression. Each line above tells you
18261 what the Lisp interpreter evaluated next.
18262
18263 @need 1250
18264 The third line from the top of the buffer is
18265
18266 @smallexample
18267 (setq number (1= number))
18268 @end smallexample
18269
18270 @noindent
18271 Emacs tried to evaluate this expression; in order to do so, it tried
18272 to evaluate the inner expression shown on the second line from the
18273 top:
18274
18275 @smallexample
18276 (1= number)
18277 @end smallexample
18278
18279 @need 1250
18280 @noindent
18281 This is where the error occurred; as the top line says:
18282
18283 @smallexample
18284 Debugger entered--Lisp error: (void-function 1=)
18285 @end smallexample
18286
18287 @noindent
18288 You can correct the mistake, re-evaluate the function definition, and
18289 then run your test again.
18290
18291 @node debug-on-entry
18292 @section @code{debug-on-entry}
18293 @findex debug-on-entry
18294
18295 A recent GNU Emacs starts the debugger automatically when your
18296 function has an error.
18297
18298 @ignore
18299 GNU Emacs version 20 and before did not; it simply
18300 presented you with an error message. You had to start the debugger
18301 manually.
18302 @end ignore
18303
18304 Incidentally, you can start the debugger manually for all versions of
18305 Emacs; the advantage is that the debugger runs even if you do not have
18306 a bug in your code. Sometimes your code will be free of bugs!
18307
18308 You can enter the debugger when you call the function by calling
18309 @code{debug-on-entry}.
18310
18311 @need 1250
18312 @noindent
18313 Type:
18314
18315 @smallexample
18316 M-x debug-on-entry RET triangle-bugged RET
18317 @end smallexample
18318
18319 @need 1250
18320 @noindent
18321 Now, evaluate the following:
18322
18323 @smallexample
18324 (triangle-bugged 5)
18325 @end smallexample
18326
18327 @noindent
18328 All versions of Emacs will create a @file{*Backtrace*} buffer and tell
18329 you that it is beginning to evaluate the @code{triangle-bugged}
18330 function:
18331
18332 @smallexample
18333 @group
18334 ---------- Buffer: *Backtrace* ----------
18335 Debugger entered--entering a function:
18336 * triangle-bugged(5)
18337 eval((triangle-bugged 5))
18338 @end group
18339 @group
18340 eval-last-sexp-1(nil)
18341 eval-last-sexp(nil)
18342 call-interactively(eval-last-sexp)
18343 ---------- Buffer: *Backtrace* ----------
18344 @end group
18345 @end smallexample
18346
18347 In the @file{*Backtrace*} buffer, type @kbd{d}. Emacs will evaluate
18348 the first expression in @code{triangle-bugged}; the buffer will look
18349 like this:
18350
18351 @smallexample
18352 @group
18353 ---------- Buffer: *Backtrace* ----------
18354 Debugger entered--beginning evaluation of function call form:
18355 * (let ((total 0)) (while (> number 0) (setq total ...)
18356 (setq number ...)) total)
18357 * triangle-bugged(5)
18358 eval((triangle-bugged 5))
18359 @end group
18360 @group
18361 eval-last-sexp-1(nil)
18362 eval-last-sexp(nil)
18363 call-interactively(eval-last-sexp)
18364 ---------- Buffer: *Backtrace* ----------
18365 @end group
18366 @end smallexample
18367
18368 @noindent
18369 Now, type @kbd{d} again, eight times, slowly. Each time you type
18370 @kbd{d}, Emacs will evaluate another expression in the function
18371 definition.
18372
18373 @need 1750
18374 Eventually, the buffer will look like this:
18375
18376 @smallexample
18377 @group
18378 ---------- Buffer: *Backtrace* ----------
18379 Debugger entered--beginning evaluation of function call form:
18380 * (setq number (1= number))
18381 * (while (> number 0) (setq total (+ total number))
18382 (setq number (1= number)))
18383 @group
18384 @end group
18385 * (let ((total 0)) (while (> number 0) (setq total ...)
18386 (setq number ...)) total)
18387 * triangle-bugged(5)
18388 eval((triangle-bugged 5))
18389 @group
18390 @end group
18391 eval-last-sexp-1(nil)
18392 eval-last-sexp(nil)
18393 call-interactively(eval-last-sexp)
18394 ---------- Buffer: *Backtrace* ----------
18395 @end group
18396 @end smallexample
18397
18398 @need 1500
18399 @noindent
18400 Finally, after you type @kbd{d} two more times, Emacs will reach the
18401 error, and the top two lines of the @file{*Backtrace*} buffer will look
18402 like this:
18403
18404 @smallexample
18405 @group
18406 ---------- Buffer: *Backtrace* ----------
18407 Debugger entered--Lisp error: (void-function 1=)
18408 * (1= number)
18409 @dots{}
18410 ---------- Buffer: *Backtrace* ----------
18411 @end group
18412 @end smallexample
18413
18414 By typing @kbd{d}, you were able to step through the function.
18415
18416 You can quit a @file{*Backtrace*} buffer by typing @kbd{q} in it; this
18417 quits the trace, but does not cancel @code{debug-on-entry}.
18418
18419 @findex cancel-debug-on-entry
18420 To cancel the effect of @code{debug-on-entry}, call
18421 @code{cancel-debug-on-entry} and the name of the function, like this:
18422
18423 @smallexample
18424 M-x cancel-debug-on-entry RET triangle-bugged RET
18425 @end smallexample
18426
18427 @noindent
18428 (If you are reading this in Info, cancel @code{debug-on-entry} now.)
18429
18430 @node debug-on-quit
18431 @section @code{debug-on-quit} and @code{(debug)}
18432
18433 In addition to setting @code{debug-on-error} or calling @code{debug-on-entry},
18434 there are two other ways to start @code{debug}.
18435
18436 @findex debug-on-quit
18437 You can start @code{debug} whenever you type @kbd{C-g}
18438 (@code{keyboard-quit}) by setting the variable @code{debug-on-quit} to
18439 @code{t}. This is useful for debugging infinite loops.
18440
18441 @need 1500
18442 @cindex @code{(debug)} in code
18443 Or, you can insert a line that says @code{(debug)} into your code
18444 where you want the debugger to start, like this:
18445
18446 @smallexample
18447 @group
18448 (defun triangle-bugged (number)
18449 "Return sum of numbers 1 through NUMBER inclusive."
18450 (let ((total 0))
18451 (while (> number 0)
18452 (setq total (+ total number))
18453 (debug) ; @r{Start debugger.}
18454 (setq number (1= number))) ; @r{Error here.}
18455 total))
18456 @end group
18457 @end smallexample
18458
18459 The @code{debug} function is described in detail in @ref{Debugger, ,
18460 The Lisp Debugger, elisp, The GNU Emacs Lisp Reference Manual}.
18461
18462 @node edebug
18463 @section The @code{edebug} Source Level Debugger
18464 @cindex Source level debugger
18465 @findex edebug
18466
18467 Edebug is a source level debugger. Edebug normally displays the
18468 source of the code you are debugging, with an arrow at the left that
18469 shows which line you are currently executing.
18470
18471 You can walk through the execution of a function, line by line, or run
18472 quickly until reaching a @dfn{breakpoint} where execution stops.
18473
18474 Edebug is described in @ref{Edebug, , , elisp, The GNU Emacs
18475 Lisp Reference Manual}.
18476
18477 @need 1250
18478 Here is a bugged function definition for @code{triangle-recursively}.
18479 @xref{Recursive triangle function, , Recursion in place of a counter},
18480 for a review of it.
18481
18482 @smallexample
18483 @group
18484 (defun triangle-recursively-bugged (number)
18485 "Return sum of numbers 1 through NUMBER inclusive.
18486 Uses recursion."
18487 (if (= number 1)
18488 1
18489 (+ number
18490 (triangle-recursively-bugged
18491 (1= number))))) ; @r{Error here.}
18492 @end group
18493 @end smallexample
18494
18495 @noindent
18496 Normally, you would install this definition by positioning your cursor
18497 after the function's closing parenthesis and typing @kbd{C-x C-e}
18498 (@code{eval-last-sexp}) or else by positioning your cursor within the
18499 definition and typing @kbd{C-M-x} (@code{eval-defun}). (By default,
18500 the @code{eval-defun} command works only in Emacs Lisp mode or in Lisp
18501 Interaction mode.)
18502
18503 @need 1500
18504 However, to prepare this function definition for Edebug, you must
18505 first @dfn{instrument} the code using a different command. You can do
18506 this by positioning your cursor within or just after the definition
18507 and typing
18508
18509 @smallexample
18510 M-x edebug-defun RET
18511 @end smallexample
18512
18513 @noindent
18514 This will cause Emacs to load Edebug automatically if it is not
18515 already loaded, and properly instrument the function.
18516
18517 After instrumenting the function, place your cursor after the
18518 following expression and type @kbd{C-x C-e} (@code{eval-last-sexp}):
18519
18520 @smallexample
18521 (triangle-recursively-bugged 3)
18522 @end smallexample
18523
18524 @noindent
18525 You will be jumped back to the source for
18526 @code{triangle-recursively-bugged} and the cursor positioned at the
18527 beginning of the @code{if} line of the function. Also, you will see
18528 an arrowhead at the left hand side of that line. The arrowhead marks
18529 the line where the function is executing. (In the following examples,
18530 we show the arrowhead with @samp{=>}; in a windowing system, you may
18531 see the arrowhead as a solid triangle in the window `fringe'.)
18532
18533 @smallexample
18534 =>@point{}(if (= number 1)
18535 @end smallexample
18536
18537 @noindent
18538 @iftex
18539 In the example, the location of point is displayed with a star,
18540 @samp{@point{}} (in Info, it is displayed as @samp{-!-}).
18541 @end iftex
18542 @ifnottex
18543 In the example, the location of point is displayed as @samp{@point{}}
18544 (in a printed book, it is displayed with a five pointed star).
18545 @end ifnottex
18546
18547 If you now press @key{SPC}, point will move to the next expression to
18548 be executed; the line will look like this:
18549
18550 @smallexample
18551 =>(if @point{}(= number 1)
18552 @end smallexample
18553
18554 @noindent
18555 As you continue to press @key{SPC}, point will move from expression to
18556 expression. At the same time, whenever an expression returns a value,
18557 that value will be displayed in the echo area. For example, after you
18558 move point past @code{number}, you will see the following:
18559
18560 @smallexample
18561 Result: 3 (#o3, #x3, ?\C-c)
18562 @end smallexample
18563
18564 @noindent
18565 This means the value of @code{number} is 3, which is octal three,
18566 hexadecimal three, and @sc{ascii} `control-c' (the third letter of the
18567 alphabet, in case you need to know this information).
18568
18569 You can continue moving through the code until you reach the line with
18570 the error. Before evaluation, that line looks like this:
18571
18572 @smallexample
18573 => @point{}(1= number))))) ; @r{Error here.}
18574 @end smallexample
18575
18576 @need 1250
18577 @noindent
18578 When you press @key{SPC} once again, you will produce an error message
18579 that says:
18580
18581 @smallexample
18582 Symbol's function definition is void:@: 1=
18583 @end smallexample
18584
18585 @noindent
18586 This is the bug.
18587
18588 Press @kbd{q} to quit Edebug.
18589
18590 To remove instrumentation from a function definition, simply
18591 re-evaluate it with a command that does not instrument it.
18592 For example, you could place your cursor after the definition's
18593 closing parenthesis and type @kbd{C-x C-e}.
18594
18595 Edebug does a great deal more than walk with you through a function.
18596 You can set it so it races through on its own, stopping only at an
18597 error or at specified stopping points; you can cause it to display the
18598 changing values of various expressions; you can find out how many
18599 times a function is called, and more.
18600
18601 Edebug is described in @ref{Edebug, , , elisp, The GNU Emacs
18602 Lisp Reference Manual}.
18603
18604 @need 1500
18605 @node Debugging Exercises
18606 @section Debugging Exercises
18607
18608 @itemize @bullet
18609 @item
18610 Install the @code{@value{COUNT-WORDS}} function and then cause it to
18611 enter the built-in debugger when you call it. Run the command on a
18612 region containing two words. You will need to press @kbd{d} a
18613 remarkable number of times. On your system, is a `hook' called after
18614 the command finishes? (For information on hooks, see @ref{Command
18615 Overview, , Command Loop Overview, elisp, The GNU Emacs Lisp Reference
18616 Manual}.)
18617
18618 @item
18619 Copy @code{@value{COUNT-WORDS}} into the @file{*scratch*} buffer,
18620 instrument the function for Edebug, and walk through its execution.
18621 The function does not need to have a bug, although you can introduce
18622 one if you wish. If the function lacks a bug, the walk-through
18623 completes without problems.
18624
18625 @item
18626 While running Edebug, type @kbd{?} to see a list of all the Edebug commands.
18627 (The @code{global-edebug-prefix} is usually @kbd{C-x X}, i.e.,
18628 @kbd{@key{CTRL}-x} followed by an upper case @kbd{X}; use this prefix
18629 for commands made outside of the Edebug debugging buffer.)
18630
18631 @item
18632 In the Edebug debugging buffer, use the @kbd{p}
18633 (@code{edebug-bounce-point}) command to see where in the region the
18634 @code{@value{COUNT-WORDS}} is working.
18635
18636 @item
18637 Move point to some spot further down the function and then type the
18638 @kbd{h} (@code{edebug-goto-here}) command to jump to that location.
18639
18640 @item
18641 Use the @kbd{t} (@code{edebug-trace-mode}) command to cause Edebug to
18642 walk through the function on its own; use an upper case @kbd{T} for
18643 @code{edebug-Trace-fast-mode}.
18644
18645 @item
18646 Set a breakpoint, then run Edebug in Trace mode until it reaches the
18647 stopping point.
18648 @end itemize
18649
18650 @node Conclusion
18651 @chapter Conclusion
18652
18653 We have now reached the end of this Introduction. You have now
18654 learned enough about programming in Emacs Lisp to set values, to write
18655 simple @file{.emacs} files for yourself and your friends, and write
18656 simple customizations and extensions to Emacs.
18657
18658 This is a place to stop. Or, if you wish, you can now go onward, and
18659 teach yourself.
18660
18661 You have learned some of the basic nuts and bolts of programming. But
18662 only some. There are a great many more brackets and hinges that are
18663 easy to use that we have not touched.
18664
18665 A path you can follow right now lies among the sources to GNU Emacs
18666 and in
18667 @ifnotinfo
18668 @cite{The GNU Emacs Lisp Reference Manual}.
18669 @end ifnotinfo
18670 @ifinfo
18671 @ref{Top, , The GNU Emacs Lisp Reference Manual, elisp, The GNU
18672 Emacs Lisp Reference Manual}.
18673 @end ifinfo
18674
18675 The Emacs Lisp sources are an adventure. When you read the sources and
18676 come across a function or expression that is unfamiliar, you need to
18677 figure out or find out what it does.
18678
18679 Go to the Reference Manual. It is a thorough, complete, and fairly
18680 easy-to-read description of Emacs Lisp. It is written not only for
18681 experts, but for people who know what you know. (The @cite{Reference
18682 Manual} comes with the standard GNU Emacs distribution. Like this
18683 introduction, it comes as a Texinfo source file, so you can read it
18684 on-line and as a typeset, printed book.)
18685
18686 Go to the other on-line help that is part of GNU Emacs: the on-line
18687 documentation for all functions and variables, and @code{find-tag},
18688 the program that takes you to sources.
18689
18690 Here is an example of how I explore the sources. Because of its name,
18691 @file{simple.el} is the file I looked at first, a long time ago. As
18692 it happens some of the functions in @file{simple.el} are complicated,
18693 or at least look complicated at first sight. The @code{open-line}
18694 function, for example, looks complicated.
18695
18696 You may want to walk through this function slowly, as we did with the
18697 @code{forward-sentence} function. (@xref{forward-sentence, The
18698 @code{forward-sentence} function}.) Or you may want to skip that
18699 function and look at another, such as @code{split-line}. You don't
18700 need to read all the functions. According to
18701 @code{count-words-in-defun}, the @code{split-line} function contains
18702 102 words and symbols.
18703
18704 Even though it is short, @code{split-line} contains expressions
18705 we have not studied: @code{skip-chars-forward}, @code{indent-to},
18706 @code{current-column} and @code{insert-and-inherit}.
18707
18708 Consider the @code{skip-chars-forward} function. (It is part of the
18709 function definition for @code{back-to-indentation}, which is shown in
18710 @ref{Review, , Review}.)
18711
18712 In GNU Emacs, you can find out more about @code{skip-chars-forward} by
18713 typing @kbd{C-h f} (@code{describe-function}) and the name of the
18714 function. This gives you the function documentation.
18715
18716 You may be able to guess what is done by a well named function such as
18717 @code{indent-to}; or you can look it up, too. Incidentally, the
18718 @code{describe-function} function itself is in @file{help.el}; it is
18719 one of those long, but decipherable functions. You can look up
18720 @code{describe-function} using the @kbd{C-h f} command!
18721
18722 In this instance, since the code is Lisp, the @file{*Help*} buffer
18723 contains the name of the library containing the function's source.
18724 You can put point over the name of the library and press the RET key,
18725 which in this situation is bound to @code{help-follow}, and be taken
18726 directly to the source, in the same way as @kbd{M-.}
18727 (@code{find-tag}).
18728
18729 The definition for @code{describe-function} illustrates how to
18730 customize the @code{interactive} expression without using the standard
18731 character codes; and it shows how to create a temporary buffer.
18732
18733 (The @code{indent-to} function is written in C rather than Emacs Lisp;
18734 it is a `built-in' function. @code{help-follow} takes you to its
18735 source as does @code{find-tag}, when properly set up.)
18736
18737 You can look at a function's source using @code{find-tag}, which is
18738 bound to @kbd{M-.} Finally, you can find out what the Reference
18739 Manual has to say by visiting the manual in Info, and typing @kbd{i}
18740 (@code{Info-index}) and the name of the function, or by looking up the
18741 function in the index to a printed copy of the manual.
18742
18743 Similarly, you can find out what is meant by
18744 @code{insert-and-inherit}.
18745
18746 Other interesting source files include @file{paragraphs.el},
18747 @file{loaddefs.el}, and @file{loadup.el}. The @file{paragraphs.el}
18748 file includes short, easily understood functions as well as longer
18749 ones. The @file{loaddefs.el} file contains the many standard
18750 autoloads and many keymaps. I have never looked at it all; only at
18751 parts. @file{loadup.el} is the file that loads the standard parts of
18752 Emacs; it tells you a great deal about how Emacs is built.
18753 (@xref{Building Emacs, , Building Emacs, elisp, The GNU Emacs Lisp
18754 Reference Manual}, for more about building.)
18755
18756 As I said, you have learned some nuts and bolts; however, and very
18757 importantly, we have hardly touched major aspects of programming; I
18758 have said nothing about how to sort information, except to use the
18759 predefined @code{sort} function; I have said nothing about how to store
18760 information, except to use variables and lists; I have said nothing
18761 about how to write programs that write programs. These are topics for
18762 another, and different kind of book, a different kind of learning.
18763
18764 What you have done is learn enough for much practical work with GNU
18765 Emacs. What you have done is get started. This is the end of a
18766 beginning.
18767
18768 @c ================ Appendix ================
18769
18770 @node the-the
18771 @appendix The @code{the-the} Function
18772 @findex the-the
18773 @cindex Duplicated words function
18774 @cindex Words, duplicated
18775
18776 Sometimes when you you write text, you duplicate words---as with ``you
18777 you'' near the beginning of this sentence. I find that most
18778 frequently, I duplicate ``the''; hence, I call the function for
18779 detecting duplicated words, @code{the-the}.
18780
18781 @need 1250
18782 As a first step, you could use the following regular expression to
18783 search for duplicates:
18784
18785 @smallexample
18786 \\(\\w+[ \t\n]+\\)\\1
18787 @end smallexample
18788
18789 @noindent
18790 This regexp matches one or more word-constituent characters followed
18791 by one or more spaces, tabs, or newlines. However, it does not detect
18792 duplicated words on different lines, since the ending of the first
18793 word, the end of the line, is different from the ending of the second
18794 word, a space. (For more information about regular expressions, see
18795 @ref{Regexp Search, , Regular Expression Searches}, as well as
18796 @ref{Regexps, , Syntax of Regular Expressions, emacs, The GNU Emacs
18797 Manual}, and @ref{Regular Expressions, , Regular Expressions, elisp,
18798 The GNU Emacs Lisp Reference Manual}.)
18799
18800 You might try searching just for duplicated word-constituent
18801 characters but that does not work since the pattern detects doubles
18802 such as the two occurrences of `th' in `with the'.
18803
18804 Another possible regexp searches for word-constituent characters
18805 followed by non-word-constituent characters, reduplicated. Here,
18806 @w{@samp{\\w+}} matches one or more word-constituent characters and
18807 @w{@samp{\\W*}} matches zero or more non-word-constituent characters.
18808
18809 @smallexample
18810 \\(\\(\\w+\\)\\W*\\)\\1
18811 @end smallexample
18812
18813 @noindent
18814 Again, not useful.
18815
18816 Here is the pattern that I use. It is not perfect, but good enough.
18817 @w{@samp{\\b}} matches the empty string, provided it is at the beginning
18818 or end of a word; @w{@samp{[^@@ \n\t]+}} matches one or more occurrences of
18819 any characters that are @emph{not} an @@-sign, space, newline, or tab.
18820
18821 @smallexample
18822 \\b\\([^@@ \n\t]+\\)[ \n\t]+\\1\\b
18823 @end smallexample
18824
18825 One can write more complicated expressions, but I found that this
18826 expression is good enough, so I use it.
18827
18828 Here is the @code{the-the} function, as I include it in my
18829 @file{.emacs} file, along with a handy global key binding:
18830
18831 @smallexample
18832 @group
18833 (defun the-the ()
18834 "Search forward for for a duplicated word."
18835 (interactive)
18836 (message "Searching for for duplicated words ...")
18837 (push-mark)
18838 @end group
18839 @group
18840 ;; This regexp is not perfect
18841 ;; but is fairly good over all:
18842 (if (re-search-forward
18843 "\\b\\([^@@ \n\t]+\\)[ \n\t]+\\1\\b" nil 'move)
18844 (message "Found duplicated word.")
18845 (message "End of buffer")))
18846 @end group
18847
18848 @group
18849 ;; Bind `the-the' to C-c \
18850 (global-set-key "\C-c\\" 'the-the)
18851 @end group
18852 @end smallexample
18853
18854 @sp 1
18855 Here is test text:
18856
18857 @smallexample
18858 @group
18859 one two two three four five
18860 five six seven
18861 @end group
18862 @end smallexample
18863
18864 You can substitute the other regular expressions shown above in the
18865 function definition and try each of them on this list.
18866
18867 @node Kill Ring
18868 @appendix Handling the Kill Ring
18869 @cindex Kill ring handling
18870 @cindex Handling the kill ring
18871 @cindex Ring, making a list like a
18872
18873 The kill ring is a list that is transformed into a ring by the
18874 workings of the @code{current-kill} function. The @code{yank} and
18875 @code{yank-pop} commands use the @code{current-kill} function.
18876
18877 This appendix describes the @code{current-kill} function as well as
18878 both the @code{yank} and the @code{yank-pop} commands, but first,
18879 consider the workings of the kill ring.
18880
18881 @menu
18882 * What the Kill Ring Does::
18883 * current-kill::
18884 * yank:: Paste a copy of a clipped element.
18885 * yank-pop:: Insert element pointed to.
18886 * ring file::
18887 @end menu
18888
18889 @ifnottex
18890 @node What the Kill Ring Does
18891 @unnumberedsec What the Kill Ring Does
18892 @end ifnottex
18893
18894 @need 1250
18895 The kill ring has a default maximum length of sixty items; this number
18896 is too large for an explanation. Instead, set it to four. Please
18897 evaluate the following:
18898
18899 @smallexample
18900 @group
18901 (setq old-kill-ring-max kill-ring-max)
18902 (setq kill-ring-max 4)
18903 @end group
18904 @end smallexample
18905
18906 @noindent
18907 Then, please copy each line of the following indented example into the
18908 kill ring. You may kill each line with @kbd{C-k} or mark it and copy
18909 it with @kbd{M-w}.
18910
18911 @noindent
18912 (In a read-only buffer, such as the @file{*info*} buffer, the kill
18913 command, @kbd{C-k} (@code{kill-line}), will not remove the text,
18914 merely copy it to the kill ring. However, your machine may beep at
18915 you. Alternatively, for silence, you may copy the region of each line
18916 with the @kbd{M-w} (@code{kill-ring-save}) command. You must mark
18917 each line for this command to succeed, but it does not matter at which
18918 end you put point or mark.)
18919
18920 @need 1250
18921 @noindent
18922 Please invoke the calls in order, so that five elements attempt to
18923 fill the kill ring:
18924
18925 @smallexample
18926 @group
18927 first some text
18928 second piece of text
18929 third line
18930 fourth line of text
18931 fifth bit of text
18932 @end group
18933 @end smallexample
18934
18935 @need 1250
18936 @noindent
18937 Then find the value of @code{kill-ring} by evaluating
18938
18939 @smallexample
18940 kill-ring
18941 @end smallexample
18942
18943 @need 800
18944 @noindent
18945 It is:
18946
18947 @smallexample
18948 @group
18949 ("fifth bit of text" "fourth line of text"
18950 "third line" "second piece of text")
18951 @end group
18952 @end smallexample
18953
18954 @noindent
18955 The first element, @samp{first some text}, was dropped.
18956
18957 @need 1250
18958 To return to the old value for the length of the kill ring, evaluate:
18959
18960 @smallexample
18961 (setq kill-ring-max old-kill-ring-max)
18962 @end smallexample
18963
18964 @node current-kill
18965 @appendixsec The @code{current-kill} Function
18966 @findex current-kill
18967
18968 The @code{current-kill} function changes the element in the kill ring
18969 to which @code{kill-ring-yank-pointer} points. (Also, the
18970 @code{kill-new} function sets @code{kill-ring-yank-pointer} to point
18971 to the latest element of the kill ring. The @code{kill-new}
18972 function is used directly or indirectly by @code{kill-append},
18973 @code{copy-region-as-kill}, @code{kill-ring-save}, @code{kill-line},
18974 and @code{kill-region}.)
18975
18976 @menu
18977 * Code for current-kill::
18978 * Understanding current-kill::
18979 @end menu
18980
18981 @ifnottex
18982 @node Code for current-kill
18983 @unnumberedsubsec The code for @code{current-kill}
18984 @end ifnottex
18985
18986
18987 @need 1500
18988 The @code{current-kill} function is used by @code{yank} and by
18989 @code{yank-pop}. Here is the code for @code{current-kill}:
18990
18991 @smallexample
18992 @group
18993 (defun current-kill (n &optional do-not-move)
18994 "Rotate the yanking point by N places, and then return that kill.
18995 If N is zero, `interprogram-paste-function' is set, and calling it
18996 returns a string, then that string is added to the front of the
18997 kill ring and returned as the latest kill.
18998 @end group
18999 @group
19000 If optional arg DO-NOT-MOVE is non-nil, then don't actually move the
19001 yanking point; just return the Nth kill forward."
19002 (let ((interprogram-paste (and (= n 0)
19003 interprogram-paste-function
19004 (funcall interprogram-paste-function))))
19005 @end group
19006 @group
19007 (if interprogram-paste
19008 (progn
19009 ;; Disable the interprogram cut function when we add the new
19010 ;; text to the kill ring, so Emacs doesn't try to own the
19011 ;; selection, with identical text.
19012 (let ((interprogram-cut-function nil))
19013 (kill-new interprogram-paste))
19014 interprogram-paste)
19015 @end group
19016 @group
19017 (or kill-ring (error "Kill ring is empty"))
19018 (let ((ARGth-kill-element
19019 (nthcdr (mod (- n (length kill-ring-yank-pointer))
19020 (length kill-ring))
19021 kill-ring)))
19022 (or do-not-move
19023 (setq kill-ring-yank-pointer ARGth-kill-element))
19024 (car ARGth-kill-element)))))
19025 @end group
19026 @end smallexample
19027
19028 Remember also that the @code{kill-new} function sets
19029 @code{kill-ring-yank-pointer} to the latest element of the kill
19030 ring, which means that all the functions that call it set the value
19031 indirectly: @code{kill-append}, @code{copy-region-as-kill},
19032 @code{kill-ring-save}, @code{kill-line}, and @code{kill-region}.
19033
19034 @need 1500
19035 Here is the line in @code{kill-new}, which is explained in
19036 @ref{kill-new function, , The @code{kill-new} function}.
19037
19038 @smallexample
19039 (setq kill-ring-yank-pointer kill-ring)
19040 @end smallexample
19041
19042 @ifnottex
19043 @node Understanding current-kill
19044 @unnumberedsubsec @code{current-kill} in Outline
19045 @end ifnottex
19046
19047 The @code{current-kill} function looks complex, but as usual, it can
19048 be understood by taking it apart piece by piece. First look at it in
19049 skeletal form:
19050
19051 @smallexample
19052 @group
19053 (defun current-kill (n &optional do-not-move)
19054 "Rotate the yanking point by N places, and then return that kill."
19055 (let @var{varlist}
19056 @var{body}@dots{})
19057 @end group
19058 @end smallexample
19059
19060 This function takes two arguments, one of which is optional. It has a
19061 documentation string. It is @emph{not} interactive.
19062
19063 @menu
19064 * Body of current-kill::
19065 * Digression concerning error:: How to mislead humans, but not computers.
19066 * Determining the Element::
19067 @end menu
19068
19069 @ifnottex
19070 @node Body of current-kill
19071 @unnumberedsubsubsec The Body of @code{current-kill}
19072 @end ifnottex
19073
19074 The body of the function definition is a @code{let} expression, which
19075 itself has a body as well as a @var{varlist}.
19076
19077 The @code{let} expression declares a variable that will be only usable
19078 within the bounds of this function. This variable is called
19079 @code{interprogram-paste} and is for copying to another program. It
19080 is not for copying within this instance of GNU Emacs. Most window
19081 systems provide a facility for interprogram pasting. Sadly, that
19082 facility usually provides only for the last element. Most windowing
19083 systems have not adopted a ring of many possibilities, even though
19084 Emacs has provided it for decades.
19085
19086 The @code{if} expression has two parts, one if there exists
19087 @code{interprogram-paste} and one if not.
19088
19089 @need 2000
19090 Let us consider the `if not' or else-part of the @code{current-kill}
19091 function. (The then-part uses the @code{kill-new} function, which
19092 we have already described. @xref{kill-new function, , The
19093 @code{kill-new} function}.)
19094
19095 @smallexample
19096 @group
19097 (or kill-ring (error "Kill ring is empty"))
19098 (let ((ARGth-kill-element
19099 (nthcdr (mod (- n (length kill-ring-yank-pointer))
19100 (length kill-ring))
19101 kill-ring)))
19102 (or do-not-move
19103 (setq kill-ring-yank-pointer ARGth-kill-element))
19104 (car ARGth-kill-element))
19105 @end group
19106 @end smallexample
19107
19108 @noindent
19109 The code first checks whether the kill ring has content; otherwise it
19110 signals an error.
19111
19112 @need 1000
19113 Note that the @code{or} expression is very similar to testing length
19114 with an @code{if}:
19115
19116 @findex zerop
19117 @findex error
19118 @smallexample
19119 @group
19120 (if (zerop (length kill-ring)) ; @r{if-part}
19121 (error "Kill ring is empty")) ; @r{then-part}
19122 ;; No else-part
19123 @end group
19124 @end smallexample
19125
19126 @noindent
19127 If there is not anything in the kill ring, its length must be zero and
19128 an error message sent to the user: @samp{Kill ring is empty}. The
19129 @code{current-kill} function uses an @code{or} expression which is
19130 simpler. But an @code{if} expression reminds us what goes on.
19131
19132 This @code{if} expression uses the function @code{zerop} which returns
19133 true if the value it is testing is zero. When @code{zerop} tests
19134 true, the then-part of the @code{if} is evaluated. The then-part is a
19135 list starting with the function @code{error}, which is a function that
19136 is similar to the @code{message} function
19137 (@pxref{message, , The @code{message} Function}) in that
19138 it prints a one-line message in the echo area. However, in addition
19139 to printing a message, @code{error} also stops evaluation of the
19140 function within which it is embedded. This means that the rest of the
19141 function will not be evaluated if the length of the kill ring is zero.
19142
19143 Then the @code{current-kill} function selects the element to return.
19144 The selection depends on the number of places that @code{current-kill}
19145 rotates and on where @code{kill-ring-yank-pointer} points.
19146
19147 Next, either the optional @code{do-not-move} argument is true or the
19148 current value of @code{kill-ring-yank-pointer} is set to point to the
19149 list. Finally, another expression returns the first element of the
19150 list even if the @code{do-not-move} argument is true.
19151
19152 @ifnottex
19153 @node Digression concerning error
19154 @unnumberedsubsubsec Digression about the word `error'
19155 @end ifnottex
19156
19157 In my opinion, it is slightly misleading, at least to humans, to use
19158 the term `error' as the name of the @code{error} function. A better
19159 term would be `cancel'. Strictly speaking, of course, you cannot
19160 point to, much less rotate a pointer to a list that has no length, so
19161 from the point of view of the computer, the word `error' is correct.
19162 But a human expects to attempt this sort of thing, if only to find out
19163 whether the kill ring is full or empty. This is an act of
19164 exploration.
19165
19166 From the human point of view, the act of exploration and discovery is
19167 not necessarily an error, and therefore should not be labeled as one,
19168 even in the bowels of a computer. As it is, the code in Emacs implies
19169 that a human who is acting virtuously, by exploring his or her
19170 environment, is making an error. This is bad. Even though the computer
19171 takes the same steps as it does when there is an `error', a term such as
19172 `cancel' would have a clearer connotation.
19173
19174 @ifnottex
19175 @node Determining the Element
19176 @unnumberedsubsubsec Determining the Element
19177 @end ifnottex
19178
19179 Among other actions, the else-part of the @code{if} expression sets
19180 the value of @code{kill-ring-yank-pointer} to
19181 @code{ARGth-kill-element} when the kill ring has something in it and
19182 the value of @code{do-not-move} is @code{nil}.
19183
19184 @need 800
19185 The code looks like this:
19186
19187 @smallexample
19188 @group
19189 (nthcdr (mod (- n (length kill-ring-yank-pointer))
19190 (length kill-ring))
19191 kill-ring)))
19192 @end group
19193 @end smallexample
19194
19195 This needs some examination. Unless it is not supposed to move the
19196 pointer, the @code{current-kill} function changes where
19197 @code{kill-ring-yank-pointer} points.
19198 That is what the
19199 @w{@code{(setq kill-ring-yank-pointer ARGth-kill-element))}}
19200 expression does. Also, clearly, @code{ARGth-kill-element} is being
19201 set to be equal to some @sc{cdr} of the kill ring, using the
19202 @code{nthcdr} function that is described in an earlier section.
19203 (@xref{copy-region-as-kill}.) How does it do this?
19204
19205 As we have seen before (@pxref{nthcdr}), the @code{nthcdr} function
19206 works by repeatedly taking the @sc{cdr} of a list---it takes the
19207 @sc{cdr} of the @sc{cdr} of the @sc{cdr} @dots{}
19208
19209 @need 800
19210 The two following expressions produce the same result:
19211
19212 @smallexample
19213 @group
19214 (setq kill-ring-yank-pointer (cdr kill-ring))
19215
19216 (setq kill-ring-yank-pointer (nthcdr 1 kill-ring))
19217 @end group
19218 @end smallexample
19219
19220 However, the @code{nthcdr} expression is more complicated. It uses
19221 the @code{mod} function to determine which @sc{cdr} to select.
19222
19223 (You will remember to look at inner functions first; indeed, we will
19224 have to go inside the @code{mod}.)
19225
19226 The @code{mod} function returns the value of its first argument modulo
19227 the second; that is to say, it returns the remainder after dividing
19228 the first argument by the second. The value returned has the same
19229 sign as the second argument.
19230
19231 @need 800
19232 Thus,
19233
19234 @smallexample
19235 @group
19236 (mod 12 4)
19237 @result{} 0 ;; @r{because there is no remainder}
19238 (mod 13 4)
19239 @result{} 1
19240 @end group
19241 @end smallexample
19242
19243 @need 1250
19244 In this case, the first argument is often smaller than the second.
19245 That is fine.
19246
19247 @smallexample
19248 @group
19249 (mod 0 4)
19250 @result{} 0
19251 (mod 1 4)
19252 @result{} 1
19253 @end group
19254 @end smallexample
19255
19256 We can guess what the @code{-} function does. It is like @code{+} but
19257 subtracts instead of adds; the @code{-} function subtracts its second
19258 argument from its first. Also, we already know what the @code{length}
19259 function does (@pxref{length}). It returns the length of a list.
19260
19261 And @code{n} is the name of the required argument to the
19262 @code{current-kill} function.
19263
19264 @need 1250
19265 So when the first argument to @code{nthcdr} is zero, the @code{nthcdr}
19266 expression returns the whole list, as you can see by evaluating the
19267 following:
19268
19269 @smallexample
19270 @group
19271 ;; kill-ring-yank-pointer @r{and} kill-ring @r{have a length of four}
19272 ;; @r{and} (mod (- 0 4) 4) @result{} 0
19273 (nthcdr (mod (- 0 4) 4)
19274 '("fourth line of text"
19275 "third line"
19276 "second piece of text"
19277 "first some text"))
19278 @end group
19279 @end smallexample
19280
19281 @need 1250
19282 When the first argument to the @code{current-kill} function is one,
19283 the @code{nthcdr} expression returns the list without its first
19284 element.
19285
19286 @smallexample
19287 @group
19288 (nthcdr (mod (- 1 4) 4)
19289 '("fourth line of text"
19290 "third line"
19291 "second piece of text"
19292 "first some text"))
19293 @end group
19294 @end smallexample
19295
19296 @cindex @samp{global variable} defined
19297 @cindex @samp{variable, global}, defined
19298 Incidentally, both @code{kill-ring} and @code{kill-ring-yank-pointer}
19299 are @dfn{global variables}. That means that any expression in Emacs
19300 Lisp can access them. They are not like the local variables set by
19301 @code{let} or like the symbols in an argument list.
19302 Local variables can only be accessed
19303 within the @code{let} that defines them or the function that specifies
19304 them in an argument list (and within expressions called by them).
19305
19306 @ignore
19307 @c texi2dvi fails when the name of the section is within ifnottex ...
19308 (@xref{Prevent confusion, , @code{let} Prevents Confusion}, and
19309 @ref{defun, , The @code{defun} Macro}.)
19310 @end ignore
19311
19312 @node yank
19313 @appendixsec @code{yank}
19314 @findex yank
19315
19316 After learning about @code{current-kill}, the code for the
19317 @code{yank} function is almost easy.
19318
19319 The @code{yank} function does not use the
19320 @code{kill-ring-yank-pointer} variable directly. It calls
19321 @code{insert-for-yank} which calls @code{current-kill} which sets the
19322 @code{kill-ring-yank-pointer} variable.
19323
19324 @need 1250
19325 The code looks like this:
19326
19327 @c in GNU Emacs 22
19328 @smallexample
19329 @group
19330 (defun yank (&optional arg)
19331 "Reinsert (\"paste\") the last stretch of killed text.
19332 More precisely, reinsert the stretch of killed text most recently
19333 killed OR yanked. Put point at end, and set mark at beginning.
19334 With just \\[universal-argument] as argument, same but put point at
19335 beginning (and mark at end). With argument N, reinsert the Nth most
19336 recently killed stretch of killed text.
19337
19338 When this command inserts killed text into the buffer, it honors
19339 `yank-excluded-properties' and `yank-handler' as described in the
19340 doc string for `insert-for-yank-1', which see.
19341
19342 See also the command \\[yank-pop]."
19343 @end group
19344 @group
19345 (interactive "*P")
19346 (setq yank-window-start (window-start))
19347 ;; If we don't get all the way thru, make last-command indicate that
19348 ;; for the following command.
19349 (setq this-command t)
19350 (push-mark (point))
19351 @end group
19352 @group
19353 (insert-for-yank (current-kill (cond
19354 ((listp arg) 0)
19355 ((eq arg '-) -2)
19356 (t (1- arg)))))
19357 (if (consp arg)
19358 ;; This is like exchange-point-and-mark,
19359 ;; but doesn't activate the mark.
19360 ;; It is cleaner to avoid activation, even though the command
19361 ;; loop would deactivate the mark because we inserted text.
19362 (goto-char (prog1 (mark t)
19363 (set-marker (mark-marker) (point) (current-buffer)))))
19364 @end group
19365 @group
19366 ;; If we do get all the way thru, make this-command indicate that.
19367 (if (eq this-command t)
19368 (setq this-command 'yank))
19369 nil)
19370 @end group
19371 @end smallexample
19372
19373 The key expression is @code{insert-for-yank}, which inserts the string
19374 returned by @code{current-kill}, but removes some text properties from
19375 it.
19376
19377 However, before getting to that expression, the function sets the value
19378 of @code{yank-window-start} to the position returned by the
19379 @code{(window-start)} expression, the position at which the display
19380 currently starts. The @code{yank} function also sets
19381 @code{this-command} and pushes the mark.
19382
19383 After it yanks the appropriate element, if the optional argument is a
19384 @sc{cons} rather than a number or nothing, it puts point at beginning
19385 of the yanked text and mark at its end.
19386
19387 (The @code{prog1} function is like @code{progn} but returns the value
19388 of its first argument rather than the value of its last argument. Its
19389 first argument is forced to return the buffer's mark as an integer.
19390 You can see the documentation for these functions by placing point
19391 over them in this buffer and then typing @kbd{C-h f}
19392 (@code{describe-function}) followed by a @kbd{RET}; the default is the
19393 function.)
19394
19395 The last part of the function tells what to do when it succeeds.
19396
19397 @node yank-pop
19398 @appendixsec @code{yank-pop}
19399 @findex yank-pop
19400
19401 After understanding @code{yank} and @code{current-kill}, you know how
19402 to approach the @code{yank-pop} function. Leaving out the
19403 documentation to save space, it looks like this:
19404
19405 @c GNU Emacs 22
19406 @smallexample
19407 @group
19408 (defun yank-pop (&optional arg)
19409 "@dots{}"
19410 (interactive "*p")
19411 (if (not (eq last-command 'yank))
19412 (error "Previous command was not a yank"))
19413 @end group
19414 @group
19415 (setq this-command 'yank)
19416 (unless arg (setq arg 1))
19417 (let ((inhibit-read-only t)
19418 (before (< (point) (mark t))))
19419 @end group
19420 @group
19421 (if before
19422 (funcall (or yank-undo-function 'delete-region) (point) (mark t))
19423 (funcall (or yank-undo-function 'delete-region) (mark t) (point)))
19424 (setq yank-undo-function nil)
19425 @end group
19426 @group
19427 (set-marker (mark-marker) (point) (current-buffer))
19428 (insert-for-yank (current-kill arg))
19429 ;; Set the window start back where it was in the yank command,
19430 ;; if possible.
19431 (set-window-start (selected-window) yank-window-start t)
19432 @end group
19433 @group
19434 (if before
19435 ;; This is like exchange-point-and-mark,
19436 ;; but doesn't activate the mark.
19437 ;; It is cleaner to avoid activation, even though the command
19438 ;; loop would deactivate the mark because we inserted text.
19439 (goto-char (prog1 (mark t)
19440 (set-marker (mark-marker)
19441 (point)
19442 (current-buffer))))))
19443 nil)
19444 @end group
19445 @end smallexample
19446
19447 The function is interactive with a small @samp{p} so the prefix
19448 argument is processed and passed to the function. The command can
19449 only be used after a previous yank; otherwise an error message is
19450 sent. This check uses the variable @code{last-command} which is set
19451 by @code{yank} and is discussed elsewhere.
19452 (@xref{copy-region-as-kill}.)
19453
19454 The @code{let} clause sets the variable @code{before} to true or false
19455 depending whether point is before or after mark and then the region
19456 between point and mark is deleted. This is the region that was just
19457 inserted by the previous yank and it is this text that will be
19458 replaced.
19459
19460 @code{funcall} calls its first argument as a function, passing
19461 remaining arguments to it. The first argument is whatever the
19462 @code{or} expression returns. The two remaining arguments are the
19463 positions of point and mark set by the preceding @code{yank} command.
19464
19465 There is more, but that is the hardest part.
19466
19467 @node ring file
19468 @appendixsec The @file{ring.el} File
19469 @cindex @file{ring.el} file
19470
19471 Interestingly, GNU Emacs posses a file called @file{ring.el} that
19472 provides many of the features we just discussed. But functions such
19473 as @code{kill-ring-yank-pointer} do not use this library, possibly
19474 because they were written earlier.
19475
19476 @node Full Graph
19477 @appendix A Graph with Labeled Axes
19478
19479 Printed axes help you understand a graph. They convey scale. In an
19480 earlier chapter (@pxref{Readying a Graph, , Readying a Graph}), we
19481 wrote the code to print the body of a graph. Here we write the code
19482 for printing and labeling vertical and horizontal axes, along with the
19483 body itself.
19484
19485 @menu
19486 * Labeled Example::
19487 * print-graph Varlist:: @code{let} expression in @code{print-graph}.
19488 * print-Y-axis:: Print a label for the vertical axis.
19489 * print-X-axis:: Print a horizontal label.
19490 * Print Whole Graph:: The function to print a complete graph.
19491 @end menu
19492
19493 @ifnottex
19494 @node Labeled Example
19495 @unnumberedsec Labeled Example Graph
19496 @end ifnottex
19497
19498 Since insertions fill a buffer to the right and below point, the new
19499 graph printing function should first print the Y or vertical axis,
19500 then the body of the graph, and finally the X or horizontal axis.
19501 This sequence lays out for us the contents of the function:
19502
19503 @enumerate
19504 @item
19505 Set up code.
19506
19507 @item
19508 Print Y axis.
19509
19510 @item
19511 Print body of graph.
19512
19513 @item
19514 Print X axis.
19515 @end enumerate
19516
19517 @need 800
19518 Here is an example of how a finished graph should look:
19519
19520 @smallexample
19521 @group
19522 10 -
19523 *
19524 * *
19525 * **
19526 * ***
19527 5 - * *******
19528 * *** *******
19529 *************
19530 ***************
19531 1 - ****************
19532 | | | |
19533 1 5 10 15
19534 @end group
19535 @end smallexample
19536
19537 @noindent
19538 In this graph, both the vertical and the horizontal axes are labeled
19539 with numbers. However, in some graphs, the horizontal axis is time
19540 and would be better labeled with months, like this:
19541
19542 @smallexample
19543 @group
19544 5 - *
19545 * ** *
19546 *******
19547 ********** **
19548 1 - **************
19549 | ^ |
19550 Jan June Jan
19551 @end group
19552 @end smallexample
19553
19554 Indeed, with a little thought, we can easily come up with a variety of
19555 vertical and horizontal labeling schemes. Our task could become
19556 complicated. But complications breed confusion. Rather than permit
19557 this, it is better choose a simple labeling scheme for our first
19558 effort, and to modify or replace it later.
19559
19560 @need 1200
19561 These considerations suggest the following outline for the
19562 @code{print-graph} function:
19563
19564 @smallexample
19565 @group
19566 (defun print-graph (numbers-list)
19567 "@var{documentation}@dots{}"
19568 (let ((height @dots{}
19569 @dots{}))
19570 @end group
19571 @group
19572 (print-Y-axis height @dots{} )
19573 (graph-body-print numbers-list)
19574 (print-X-axis @dots{} )))
19575 @end group
19576 @end smallexample
19577
19578 We can work on each part of the @code{print-graph} function definition
19579 in turn.
19580
19581 @node print-graph Varlist
19582 @appendixsec The @code{print-graph} Varlist
19583 @cindex @code{print-graph} varlist
19584
19585 In writing the @code{print-graph} function, the first task is to write
19586 the varlist in the @code{let} expression. (We will leave aside for the
19587 moment any thoughts about making the function interactive or about the
19588 contents of its documentation string.)
19589
19590 The varlist should set several values. Clearly, the top of the label
19591 for the vertical axis must be at least the height of the graph, which
19592 means that we must obtain this information here. Note that the
19593 @code{print-graph-body} function also requires this information. There
19594 is no reason to calculate the height of the graph in two different
19595 places, so we should change @code{print-graph-body} from the way we
19596 defined it earlier to take advantage of the calculation.
19597
19598 Similarly, both the function for printing the X axis labels and the
19599 @code{print-graph-body} function need to learn the value of the width of
19600 each symbol. We can perform the calculation here and change the
19601 definition for @code{print-graph-body} from the way we defined it in the
19602 previous chapter.
19603
19604 The length of the label for the horizontal axis must be at least as long
19605 as the graph. However, this information is used only in the function
19606 that prints the horizontal axis, so it does not need to be calculated here.
19607
19608 These thoughts lead us directly to the following form for the varlist
19609 in the @code{let} for @code{print-graph}:
19610
19611 @smallexample
19612 @group
19613 (let ((height (apply 'max numbers-list)) ; @r{First version.}
19614 (symbol-width (length graph-blank)))
19615 @end group
19616 @end smallexample
19617
19618 @noindent
19619 As we shall see, this expression is not quite right.
19620
19621 @need 2000
19622 @node print-Y-axis
19623 @appendixsec The @code{print-Y-axis} Function
19624 @cindex Axis, print vertical
19625 @cindex Y axis printing
19626 @cindex Vertical axis printing
19627 @cindex Print vertical axis
19628
19629 The job of the @code{print-Y-axis} function is to print a label for
19630 the vertical axis that looks like this:
19631
19632 @smallexample
19633 @group
19634 10 -
19635
19636
19637
19638
19639 5 -
19640
19641
19642
19643 1 -
19644 @end group
19645 @end smallexample
19646
19647 @noindent
19648 The function should be passed the height of the graph, and then should
19649 construct and insert the appropriate numbers and marks.
19650
19651 @menu
19652 * print-Y-axis in Detail::
19653 * Height of label:: What height for the Y axis?
19654 * Compute a Remainder:: How to compute the remainder of a division.
19655 * Y Axis Element:: Construct a line for the Y axis.
19656 * Y-axis-column:: Generate a list of Y axis labels.
19657 * print-Y-axis Penultimate:: A not quite final version.
19658 @end menu
19659
19660 @ifnottex
19661 @node print-Y-axis in Detail
19662 @unnumberedsubsec The @code{print-Y-axis} Function in Detail
19663 @end ifnottex
19664
19665 It is easy enough to see in the figure what the Y axis label should
19666 look like; but to say in words, and then to write a function
19667 definition to do the job is another matter. It is not quite true to
19668 say that we want a number and a tic every five lines: there are only
19669 three lines between the @samp{1} and the @samp{5} (lines 2, 3, and 4),
19670 but four lines between the @samp{5} and the @samp{10} (lines 6, 7, 8,
19671 and 9). It is better to say that we want a number and a tic mark on
19672 the base line (number 1) and then that we want a number and a tic on
19673 the fifth line from the bottom and on every line that is a multiple of
19674 five.
19675
19676 @ifnottex
19677 @node Height of label
19678 @unnumberedsubsec What height should the label be?
19679 @end ifnottex
19680
19681 The next issue is what height the label should be? Suppose the maximum
19682 height of tallest column of the graph is seven. Should the highest
19683 label on the Y axis be @samp{5 -}, and should the graph stick up above
19684 the label? Or should the highest label be @samp{7 -}, and mark the peak
19685 of the graph? Or should the highest label be @code{10 -}, which is a
19686 multiple of five, and be higher than the topmost value of the graph?
19687
19688 The latter form is preferred. Most graphs are drawn within rectangles
19689 whose sides are an integral number of steps long---5, 10, 15, and so
19690 on for a step distance of five. But as soon as we decide to use a
19691 step height for the vertical axis, we discover that the simple
19692 expression in the varlist for computing the height is wrong. The
19693 expression is @code{(apply 'max numbers-list)}. This returns the
19694 precise height, not the maximum height plus whatever is necessary to
19695 round up to the nearest multiple of five. A more complex expression
19696 is required.
19697
19698 As usual in cases like this, a complex problem becomes simpler if it is
19699 divided into several smaller problems.
19700
19701 First, consider the case when the highest value of the graph is an
19702 integral multiple of five---when it is 5, 10, 15, or some higher
19703 multiple of five. We can use this value as the Y axis height.
19704
19705 A fairly simply way to determine whether a number is a multiple of
19706 five is to divide it by five and see if the division results in a
19707 remainder. If there is no remainder, the number is a multiple of
19708 five. Thus, seven divided by five has a remainder of two, and seven
19709 is not an integral multiple of five. Put in slightly different
19710 language, more reminiscent of the classroom, five goes into seven
19711 once, with a remainder of two. However, five goes into ten twice,
19712 with no remainder: ten is an integral multiple of five.
19713
19714 @node Compute a Remainder
19715 @appendixsubsec Side Trip: Compute a Remainder
19716
19717 @findex % @r{(remainder function)}
19718 @cindex Remainder function, @code{%}
19719 In Lisp, the function for computing a remainder is @code{%}. The
19720 function returns the remainder of its first argument divided by its
19721 second argument. As it happens, @code{%} is a function in Emacs Lisp
19722 that you cannot discover using @code{apropos}: you find nothing if you
19723 type @kbd{M-x apropos @key{RET} remainder @key{RET}}. The only way to
19724 learn of the existence of @code{%} is to read about it in a book such
19725 as this or in the Emacs Lisp sources.
19726
19727 You can try the @code{%} function by evaluating the following two
19728 expressions:
19729
19730 @smallexample
19731 @group
19732 (% 7 5)
19733
19734 (% 10 5)
19735 @end group
19736 @end smallexample
19737
19738 @noindent
19739 The first expression returns 2 and the second expression returns 0.
19740
19741 To test whether the returned value is zero or some other number, we
19742 can use the @code{zerop} function. This function returns @code{t} if
19743 its argument, which must be a number, is zero.
19744
19745 @smallexample
19746 @group
19747 (zerop (% 7 5))
19748 @result{} nil
19749
19750 (zerop (% 10 5))
19751 @result{} t
19752 @end group
19753 @end smallexample
19754
19755 Thus, the following expression will return @code{t} if the height
19756 of the graph is evenly divisible by five:
19757
19758 @smallexample
19759 (zerop (% height 5))
19760 @end smallexample
19761
19762 @noindent
19763 (The value of @code{height}, of course, can be found from @code{(apply
19764 'max numbers-list)}.)
19765
19766 On the other hand, if the value of @code{height} is not a multiple of
19767 five, we want to reset the value to the next higher multiple of five.
19768 This is straightforward arithmetic using functions with which we are
19769 already familiar. First, we divide the value of @code{height} by five
19770 to determine how many times five goes into the number. Thus, five
19771 goes into twelve twice. If we add one to this quotient and multiply by
19772 five, we will obtain the value of the next multiple of five that is
19773 larger than the height. Five goes into twelve twice. Add one to two,
19774 and multiply by five; the result is fifteen, which is the next multiple
19775 of five that is higher than twelve. The Lisp expression for this is:
19776
19777 @smallexample
19778 (* (1+ (/ height 5)) 5)
19779 @end smallexample
19780
19781 @noindent
19782 For example, if you evaluate the following, the result is 15:
19783
19784 @smallexample
19785 (* (1+ (/ 12 5)) 5)
19786 @end smallexample
19787
19788 All through this discussion, we have been using `five' as the value
19789 for spacing labels on the Y axis; but we may want to use some other
19790 value. For generality, we should replace `five' with a variable to
19791 which we can assign a value. The best name I can think of for this
19792 variable is @code{Y-axis-label-spacing}.
19793
19794 @need 1250
19795 Using this term, and an @code{if} expression, we produce the
19796 following:
19797
19798 @smallexample
19799 @group
19800 (if (zerop (% height Y-axis-label-spacing))
19801 height
19802 ;; @r{else}
19803 (* (1+ (/ height Y-axis-label-spacing))
19804 Y-axis-label-spacing))
19805 @end group
19806 @end smallexample
19807
19808 @noindent
19809 This expression returns the value of @code{height} itself if the height
19810 is an even multiple of the value of the @code{Y-axis-label-spacing} or
19811 else it computes and returns a value of @code{height} that is equal to
19812 the next higher multiple of the value of the @code{Y-axis-label-spacing}.
19813
19814 We can now include this expression in the @code{let} expression of the
19815 @code{print-graph} function (after first setting the value of
19816 @code{Y-axis-label-spacing}):
19817 @vindex Y-axis-label-spacing
19818
19819 @smallexample
19820 @group
19821 (defvar Y-axis-label-spacing 5
19822 "Number of lines from one Y axis label to next.")
19823 @end group
19824
19825 @group
19826 @dots{}
19827 (let* ((height (apply 'max numbers-list))
19828 (height-of-top-line
19829 (if (zerop (% height Y-axis-label-spacing))
19830 height
19831 @end group
19832 @group
19833 ;; @r{else}
19834 (* (1+ (/ height Y-axis-label-spacing))
19835 Y-axis-label-spacing)))
19836 (symbol-width (length graph-blank))))
19837 @dots{}
19838 @end group
19839 @end smallexample
19840
19841 @noindent
19842 (Note use of the @code{let*} function: the initial value of height is
19843 computed once by the @code{(apply 'max numbers-list)} expression and
19844 then the resulting value of @code{height} is used to compute its
19845 final value. @xref{fwd-para let, , The @code{let*} expression}, for
19846 more about @code{let*}.)
19847
19848 @node Y Axis Element
19849 @appendixsubsec Construct a Y Axis Element
19850
19851 When we print the vertical axis, we want to insert strings such as
19852 @w{@samp{5 -}} and @w{@samp{10 - }} every five lines.
19853 Moreover, we want the numbers and dashes to line up, so shorter
19854 numbers must be padded with leading spaces. If some of the strings
19855 use two digit numbers, the strings with single digit numbers must
19856 include a leading blank space before the number.
19857
19858 @findex number-to-string
19859 To figure out the length of the number, the @code{length} function is
19860 used. But the @code{length} function works only with a string, not with
19861 a number. So the number has to be converted from being a number to
19862 being a string. This is done with the @code{number-to-string} function.
19863 For example,
19864
19865 @smallexample
19866 @group
19867 (length (number-to-string 35))
19868 @result{} 2
19869
19870 (length (number-to-string 100))
19871 @result{} 3
19872 @end group
19873 @end smallexample
19874
19875 @noindent
19876 (@code{number-to-string} is also called @code{int-to-string}; you will
19877 see this alternative name in various sources.)
19878
19879 In addition, in each label, each number is followed by a string such
19880 as @w{@samp{ - }}, which we will call the @code{Y-axis-tic} marker.
19881 This variable is defined with @code{defvar}:
19882
19883 @vindex Y-axis-tic
19884 @smallexample
19885 @group
19886 (defvar Y-axis-tic " - "
19887 "String that follows number in a Y axis label.")
19888 @end group
19889 @end smallexample
19890
19891 The length of the Y label is the sum of the length of the Y axis tic
19892 mark and the length of the number of the top of the graph.
19893
19894 @smallexample
19895 (length (concat (number-to-string height) Y-axis-tic)))
19896 @end smallexample
19897
19898 This value will be calculated by the @code{print-graph} function in
19899 its varlist as @code{full-Y-label-width} and passed on. (Note that we
19900 did not think to include this in the varlist when we first proposed it.)
19901
19902 To make a complete vertical axis label, a tic mark is concatenated
19903 with a number; and the two together may be preceded by one or more
19904 spaces depending on how long the number is. The label consists of
19905 three parts: the (optional) leading spaces, the number, and the tic
19906 mark. The function is passed the value of the number for the specific
19907 row, and the value of the width of the top line, which is calculated
19908 (just once) by @code{print-graph}.
19909
19910 @smallexample
19911 @group
19912 (defun Y-axis-element (number full-Y-label-width)
19913 "Construct a NUMBERed label element.
19914 A numbered element looks like this ` 5 - ',
19915 and is padded as needed so all line up with
19916 the element for the largest number."
19917 @end group
19918 @group
19919 (let* ((leading-spaces
19920 (- full-Y-label-width
19921 (length
19922 (concat (number-to-string number)
19923 Y-axis-tic)))))
19924 @end group
19925 @group
19926 (concat
19927 (make-string leading-spaces ? )
19928 (number-to-string number)
19929 Y-axis-tic)))
19930 @end group
19931 @end smallexample
19932
19933 The @code{Y-axis-element} function concatenates together the leading
19934 spaces, if any; the number, as a string; and the tic mark.
19935
19936 To figure out how many leading spaces the label will need, the
19937 function subtracts the actual length of the label---the length of the
19938 number plus the length of the tic mark---from the desired label width.
19939
19940 @findex make-string
19941 Blank spaces are inserted using the @code{make-string} function. This
19942 function takes two arguments: the first tells it how long the string
19943 will be and the second is a symbol for the character to insert, in a
19944 special format. The format is a question mark followed by a blank
19945 space, like this, @samp{? }. @xref{Character Type, , Character Type,
19946 elisp, The GNU Emacs Lisp Reference Manual}, for a description of the
19947 syntax for characters. (Of course, you might want to replace the
19948 blank space by some other character @dots{} You know what to do.)
19949
19950 The @code{number-to-string} function is used in the concatenation
19951 expression, to convert the number to a string that is concatenated
19952 with the leading spaces and the tic mark.
19953
19954 @node Y-axis-column
19955 @appendixsubsec Create a Y Axis Column
19956
19957 The preceding functions provide all the tools needed to construct a
19958 function that generates a list of numbered and blank strings to insert
19959 as the label for the vertical axis:
19960
19961 @findex Y-axis-column
19962 @smallexample
19963 @group
19964 (defun Y-axis-column (height width-of-label)
19965 "Construct list of Y axis labels and blank strings.
19966 For HEIGHT of line above base and WIDTH-OF-LABEL."
19967 (let (Y-axis)
19968 @group
19969 @end group
19970 (while (> height 1)
19971 (if (zerop (% height Y-axis-label-spacing))
19972 ;; @r{Insert label.}
19973 (setq Y-axis
19974 (cons
19975 (Y-axis-element height width-of-label)
19976 Y-axis))
19977 @group
19978 @end group
19979 ;; @r{Else, insert blanks.}
19980 (setq Y-axis
19981 (cons
19982 (make-string width-of-label ? )
19983 Y-axis)))
19984 (setq height (1- height)))
19985 ;; @r{Insert base line.}
19986 (setq Y-axis
19987 (cons (Y-axis-element 1 width-of-label) Y-axis))
19988 (nreverse Y-axis)))
19989 @end group
19990 @end smallexample
19991
19992 In this function, we start with the value of @code{height} and
19993 repetitively subtract one from its value. After each subtraction, we
19994 test to see whether the value is an integral multiple of the
19995 @code{Y-axis-label-spacing}. If it is, we construct a numbered label
19996 using the @code{Y-axis-element} function; if not, we construct a
19997 blank label using the @code{make-string} function. The base line
19998 consists of the number one followed by a tic mark.
19999
20000 @need 2000
20001 @node print-Y-axis Penultimate
20002 @appendixsubsec The Not Quite Final Version of @code{print-Y-axis}
20003
20004 The list constructed by the @code{Y-axis-column} function is passed to
20005 the @code{print-Y-axis} function, which inserts the list as a column.
20006
20007 @findex print-Y-axis
20008 @smallexample
20009 @group
20010 (defun print-Y-axis (height full-Y-label-width)
20011 "Insert Y axis using HEIGHT and FULL-Y-LABEL-WIDTH.
20012 Height must be the maximum height of the graph.
20013 Full width is the width of the highest label element."
20014 ;; Value of height and full-Y-label-width
20015 ;; are passed by `print-graph'.
20016 @end group
20017 @group
20018 (let ((start (point)))
20019 (insert-rectangle
20020 (Y-axis-column height full-Y-label-width))
20021 ;; @r{Place point ready for inserting graph.}
20022 (goto-char start)
20023 ;; @r{Move point forward by value of} full-Y-label-width
20024 (forward-char full-Y-label-width)))
20025 @end group
20026 @end smallexample
20027
20028 The @code{print-Y-axis} uses the @code{insert-rectangle} function to
20029 insert the Y axis labels created by the @code{Y-axis-column} function.
20030 In addition, it places point at the correct position for printing the body of
20031 the graph.
20032
20033 You can test @code{print-Y-axis}:
20034
20035 @enumerate
20036 @item
20037 Install
20038
20039 @smallexample
20040 @group
20041 Y-axis-label-spacing
20042 Y-axis-tic
20043 Y-axis-element
20044 Y-axis-column
20045 print-Y-axis
20046 @end group
20047 @end smallexample
20048
20049 @item
20050 Copy the following expression:
20051
20052 @smallexample
20053 (print-Y-axis 12 5)
20054 @end smallexample
20055
20056 @item
20057 Switch to the @file{*scratch*} buffer and place the cursor where you
20058 want the axis labels to start.
20059
20060 @item
20061 Type @kbd{M-:} (@code{eval-expression}).
20062
20063 @item
20064 Yank the @code{graph-body-print} expression into the minibuffer
20065 with @kbd{C-y} (@code{yank)}.
20066
20067 @item
20068 Press @key{RET} to evaluate the expression.
20069 @end enumerate
20070
20071 Emacs will print labels vertically, the top one being @w{@samp{10 -@w{
20072 }}}. (The @code{print-graph} function will pass the value of
20073 @code{height-of-top-line}, which in this case will end up as 15,
20074 thereby getting rid of what might appear as a bug.)
20075
20076 @need 2000
20077 @node print-X-axis
20078 @appendixsec The @code{print-X-axis} Function
20079 @cindex Axis, print horizontal
20080 @cindex X axis printing
20081 @cindex Print horizontal axis
20082 @cindex Horizontal axis printing
20083
20084 X axis labels are much like Y axis labels, except that the ticks are on a
20085 line above the numbers. Labels should look like this:
20086
20087 @smallexample
20088 @group
20089 | | | |
20090 1 5 10 15
20091 @end group
20092 @end smallexample
20093
20094 The first tic is under the first column of the graph and is preceded by
20095 several blank spaces. These spaces provide room in rows above for the Y
20096 axis labels. The second, third, fourth, and subsequent ticks are all
20097 spaced equally, according to the value of @code{X-axis-label-spacing}.
20098
20099 The second row of the X axis consists of numbers, preceded by several
20100 blank spaces and also separated according to the value of the variable
20101 @code{X-axis-label-spacing}.
20102
20103 The value of the variable @code{X-axis-label-spacing} should itself be
20104 measured in units of @code{symbol-width}, since you may want to change
20105 the width of the symbols that you are using to print the body of the
20106 graph without changing the ways the graph is labeled.
20107
20108 @menu
20109 * Similarities differences:: Much like @code{print-Y-axis}, but not exactly.
20110 * X Axis Tic Marks:: Create tic marks for the horizontal axis.
20111 @end menu
20112
20113 @ifnottex
20114 @node Similarities differences
20115 @unnumberedsubsec Similarities and differences
20116 @end ifnottex
20117
20118 The @code{print-X-axis} function is constructed in more or less the
20119 same fashion as the @code{print-Y-axis} function except that it has
20120 two lines: the line of tic marks and the numbers. We will write a
20121 separate function to print each line and then combine them within the
20122 @code{print-X-axis} function.
20123
20124 This is a three step process:
20125
20126 @enumerate
20127 @item
20128 Write a function to print the X axis tic marks, @code{print-X-axis-tic-line}.
20129
20130 @item
20131 Write a function to print the X numbers, @code{print-X-axis-numbered-line}.
20132
20133 @item
20134 Write a function to print both lines, the @code{print-X-axis} function,
20135 using @code{print-X-axis-tic-line} and
20136 @code{print-X-axis-numbered-line}.
20137 @end enumerate
20138
20139 @node X Axis Tic Marks
20140 @appendixsubsec X Axis Tic Marks
20141
20142 The first function should print the X axis tic marks. We must specify
20143 the tic marks themselves and their spacing:
20144
20145 @smallexample
20146 @group
20147 (defvar X-axis-label-spacing
20148 (if (boundp 'graph-blank)
20149 (* 5 (length graph-blank)) 5)
20150 "Number of units from one X axis label to next.")
20151 @end group
20152 @end smallexample
20153
20154 @noindent
20155 (Note that the value of @code{graph-blank} is set by another
20156 @code{defvar}. The @code{boundp} predicate checks whether it has
20157 already been set; @code{boundp} returns @code{nil} if it has not. If
20158 @code{graph-blank} were unbound and we did not use this conditional
20159 construction, in a recent GNU Emacs, we would enter the debugger and
20160 see an error message saying @samp{@w{Debugger entered--Lisp error:}
20161 @w{(void-variable graph-blank)}}.)
20162
20163 @need 1200
20164 Here is the @code{defvar} for @code{X-axis-tic-symbol}:
20165
20166 @smallexample
20167 @group
20168 (defvar X-axis-tic-symbol "|"
20169 "String to insert to point to a column in X axis.")
20170 @end group
20171 @end smallexample
20172
20173 @need 1250
20174 The goal is to make a line that looks like this:
20175
20176 @smallexample
20177 | | | |
20178 @end smallexample
20179
20180 The first tic is indented so that it is under the first column, which is
20181 indented to provide space for the Y axis labels.
20182
20183 A tic element consists of the blank spaces that stretch from one tic to
20184 the next plus a tic symbol. The number of blanks is determined by the
20185 width of the tic symbol and the @code{X-axis-label-spacing}.
20186
20187 @need 1250
20188 The code looks like this:
20189
20190 @smallexample
20191 @group
20192 ;;; X-axis-tic-element
20193 @dots{}
20194 (concat
20195 (make-string
20196 ;; @r{Make a string of blanks.}
20197 (- (* symbol-width X-axis-label-spacing)
20198 (length X-axis-tic-symbol))
20199 ? )
20200 ;; @r{Concatenate blanks with tic symbol.}
20201 X-axis-tic-symbol)
20202 @dots{}
20203 @end group
20204 @end smallexample
20205
20206 Next, we determine how many blanks are needed to indent the first tic
20207 mark to the first column of the graph. This uses the value of
20208 @code{full-Y-label-width} passed it by the @code{print-graph} function.
20209
20210 @need 1250
20211 The code to make @code{X-axis-leading-spaces}
20212 looks like this:
20213
20214 @smallexample
20215 @group
20216 ;; X-axis-leading-spaces
20217 @dots{}
20218 (make-string full-Y-label-width ? )
20219 @dots{}
20220 @end group
20221 @end smallexample
20222
20223 We also need to determine the length of the horizontal axis, which is
20224 the length of the numbers list, and the number of ticks in the horizontal
20225 axis:
20226
20227 @smallexample
20228 @group
20229 ;; X-length
20230 @dots{}
20231 (length numbers-list)
20232 @end group
20233
20234 @group
20235 ;; tic-width
20236 @dots{}
20237 (* symbol-width X-axis-label-spacing)
20238 @end group
20239
20240 @group
20241 ;; number-of-X-ticks
20242 (if (zerop (% (X-length tic-width)))
20243 (/ (X-length tic-width))
20244 (1+ (/ (X-length tic-width))))
20245 @end group
20246 @end smallexample
20247
20248 @need 1250
20249 All this leads us directly to the function for printing the X axis tic line:
20250
20251 @findex print-X-axis-tic-line
20252 @smallexample
20253 @group
20254 (defun print-X-axis-tic-line
20255 (number-of-X-tics X-axis-leading-spaces X-axis-tic-element)
20256 "Print ticks for X axis."
20257 (insert X-axis-leading-spaces)
20258 (insert X-axis-tic-symbol) ; @r{Under first column.}
20259 @end group
20260 @group
20261 ;; @r{Insert second tic in the right spot.}
20262 (insert (concat
20263 (make-string
20264 (- (* symbol-width X-axis-label-spacing)
20265 ;; @r{Insert white space up to second tic symbol.}
20266 (* 2 (length X-axis-tic-symbol)))
20267 ? )
20268 X-axis-tic-symbol))
20269 @end group
20270 @group
20271 ;; @r{Insert remaining ticks.}
20272 (while (> number-of-X-tics 1)
20273 (insert X-axis-tic-element)
20274 (setq number-of-X-tics (1- number-of-X-tics))))
20275 @end group
20276 @end smallexample
20277
20278 The line of numbers is equally straightforward:
20279
20280 @need 1250
20281 First, we create a numbered element with blank spaces before each number:
20282
20283 @findex X-axis-element
20284 @smallexample
20285 @group
20286 (defun X-axis-element (number)
20287 "Construct a numbered X axis element."
20288 (let ((leading-spaces
20289 (- (* symbol-width X-axis-label-spacing)
20290 (length (number-to-string number)))))
20291 (concat (make-string leading-spaces ? )
20292 (number-to-string number))))
20293 @end group
20294 @end smallexample
20295
20296 Next, we create the function to print the numbered line, starting with
20297 the number ``1'' under the first column:
20298
20299 @findex print-X-axis-numbered-line
20300 @smallexample
20301 @group
20302 (defun print-X-axis-numbered-line
20303 (number-of-X-tics X-axis-leading-spaces)
20304 "Print line of X-axis numbers"
20305 (let ((number X-axis-label-spacing))
20306 (insert X-axis-leading-spaces)
20307 (insert "1")
20308 @end group
20309 @group
20310 (insert (concat
20311 (make-string
20312 ;; @r{Insert white space up to next number.}
20313 (- (* symbol-width X-axis-label-spacing) 2)
20314 ? )
20315 (number-to-string number)))
20316 @end group
20317 @group
20318 ;; @r{Insert remaining numbers.}
20319 (setq number (+ number X-axis-label-spacing))
20320 (while (> number-of-X-tics 1)
20321 (insert (X-axis-element number))
20322 (setq number (+ number X-axis-label-spacing))
20323 (setq number-of-X-tics (1- number-of-X-tics)))))
20324 @end group
20325 @end smallexample
20326
20327 Finally, we need to write the @code{print-X-axis} that uses
20328 @code{print-X-axis-tic-line} and
20329 @code{print-X-axis-numbered-line}.
20330
20331 The function must determine the local values of the variables used by both
20332 @code{print-X-axis-tic-line} and @code{print-X-axis-numbered-line}, and
20333 then it must call them. Also, it must print the carriage return that
20334 separates the two lines.
20335
20336 The function consists of a varlist that specifies five local variables,
20337 and calls to each of the two line printing functions:
20338
20339 @findex print-X-axis
20340 @smallexample
20341 @group
20342 (defun print-X-axis (numbers-list)
20343 "Print X axis labels to length of NUMBERS-LIST."
20344 (let* ((leading-spaces
20345 (make-string full-Y-label-width ? ))
20346 @end group
20347 @group
20348 ;; symbol-width @r{is provided by} graph-body-print
20349 (tic-width (* symbol-width X-axis-label-spacing))
20350 (X-length (length numbers-list))
20351 @end group
20352 @group
20353 (X-tic
20354 (concat
20355 (make-string
20356 @end group
20357 @group
20358 ;; @r{Make a string of blanks.}
20359 (- (* symbol-width X-axis-label-spacing)
20360 (length X-axis-tic-symbol))
20361 ? )
20362 @end group
20363 @group
20364 ;; @r{Concatenate blanks with tic symbol.}
20365 X-axis-tic-symbol))
20366 @end group
20367 @group
20368 (tic-number
20369 (if (zerop (% X-length tic-width))
20370 (/ X-length tic-width)
20371 (1+ (/ X-length tic-width)))))
20372 @end group
20373 @group
20374 (print-X-axis-tic-line tic-number leading-spaces X-tic)
20375 (insert "\n")
20376 (print-X-axis-numbered-line tic-number leading-spaces)))
20377 @end group
20378 @end smallexample
20379
20380 @need 1250
20381 You can test @code{print-X-axis}:
20382
20383 @enumerate
20384 @item
20385 Install @code{X-axis-tic-symbol}, @code{X-axis-label-spacing},
20386 @code{print-X-axis-tic-line}, as well as @code{X-axis-element},
20387 @code{print-X-axis-numbered-line}, and @code{print-X-axis}.
20388
20389 @item
20390 Copy the following expression:
20391
20392 @smallexample
20393 @group
20394 (progn
20395 (let ((full-Y-label-width 5)
20396 (symbol-width 1))
20397 (print-X-axis
20398 '(1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16))))
20399 @end group
20400 @end smallexample
20401
20402 @item
20403 Switch to the @file{*scratch*} buffer and place the cursor where you
20404 want the axis labels to start.
20405
20406 @item
20407 Type @kbd{M-:} (@code{eval-expression}).
20408
20409 @item
20410 Yank the test expression into the minibuffer
20411 with @kbd{C-y} (@code{yank)}.
20412
20413 @item
20414 Press @key{RET} to evaluate the expression.
20415 @end enumerate
20416
20417 @need 1250
20418 Emacs will print the horizontal axis like this:
20419 @sp 1
20420
20421 @smallexample
20422 @group
20423 | | | | |
20424 1 5 10 15 20
20425 @end group
20426 @end smallexample
20427
20428 @node Print Whole Graph
20429 @appendixsec Printing the Whole Graph
20430 @cindex Printing the whole graph
20431 @cindex Whole graph printing
20432 @cindex Graph, printing all
20433
20434 Now we are nearly ready to print the whole graph.
20435
20436 The function to print the graph with the proper labels follows the
20437 outline we created earlier (@pxref{Full Graph, , A Graph with Labeled
20438 Axes}), but with additions.
20439
20440 @need 1250
20441 Here is the outline:
20442
20443 @smallexample
20444 @group
20445 (defun print-graph (numbers-list)
20446 "@var{documentation}@dots{}"
20447 (let ((height @dots{}
20448 @dots{}))
20449 @end group
20450 @group
20451 (print-Y-axis height @dots{} )
20452 (graph-body-print numbers-list)
20453 (print-X-axis @dots{} )))
20454 @end group
20455 @end smallexample
20456
20457 @menu
20458 * The final version:: A few changes.
20459 * Test print-graph:: Run a short test.
20460 * Graphing words in defuns:: Executing the final code.
20461 * lambda:: How to write an anonymous function.
20462 * mapcar:: Apply a function to elements of a list.
20463 * Another Bug:: Yet another bug @dots{} most insidious.
20464 * Final printed graph:: The graph itself!
20465 @end menu
20466
20467 @ifnottex
20468 @node The final version
20469 @unnumberedsubsec Changes for the Final Version
20470 @end ifnottex
20471
20472 The final version is different from what we planned in two ways:
20473 first, it contains additional values calculated once in the varlist;
20474 second, it carries an option to specify the labels' increment per row.
20475 This latter feature turns out to be essential; otherwise, a graph may
20476 have more rows than fit on a display or on a sheet of paper.
20477
20478 @need 1500
20479 This new feature requires a change to the @code{Y-axis-column}
20480 function, to add @code{vertical-step} to it. The function looks like
20481 this:
20482
20483 @findex Y-axis-column @r{Final version.}
20484 @smallexample
20485 @group
20486 ;;; @r{Final version.}
20487 (defun Y-axis-column
20488 (height width-of-label &optional vertical-step)
20489 "Construct list of labels for Y axis.
20490 HEIGHT is maximum height of graph.
20491 WIDTH-OF-LABEL is maximum width of label.
20492 VERTICAL-STEP, an option, is a positive integer
20493 that specifies how much a Y axis label increments
20494 for each line. For example, a step of 5 means
20495 that each line is five units of the graph."
20496 @end group
20497 @group
20498 (let (Y-axis
20499 (number-per-line (or vertical-step 1)))
20500 (while (> height 1)
20501 (if (zerop (% height Y-axis-label-spacing))
20502 @end group
20503 @group
20504 ;; @r{Insert label.}
20505 (setq Y-axis
20506 (cons
20507 (Y-axis-element
20508 (* height number-per-line)
20509 width-of-label)
20510 Y-axis))
20511 @end group
20512 @group
20513 ;; @r{Else, insert blanks.}
20514 (setq Y-axis
20515 (cons
20516 (make-string width-of-label ? )
20517 Y-axis)))
20518 (setq height (1- height)))
20519 @end group
20520 @group
20521 ;; @r{Insert base line.}
20522 (setq Y-axis (cons (Y-axis-element
20523 (or vertical-step 1)
20524 width-of-label)
20525 Y-axis))
20526 (nreverse Y-axis)))
20527 @end group
20528 @end smallexample
20529
20530 The values for the maximum height of graph and the width of a symbol
20531 are computed by @code{print-graph} in its @code{let} expression; so
20532 @code{graph-body-print} must be changed to accept them.
20533
20534 @findex graph-body-print @r{Final version.}
20535 @smallexample
20536 @group
20537 ;;; @r{Final version.}
20538 (defun graph-body-print (numbers-list height symbol-width)
20539 "Print a bar graph of the NUMBERS-LIST.
20540 The numbers-list consists of the Y-axis values.
20541 HEIGHT is maximum height of graph.
20542 SYMBOL-WIDTH is number of each column."
20543 @end group
20544 @group
20545 (let (from-position)
20546 (while numbers-list
20547 (setq from-position (point))
20548 (insert-rectangle
20549 (column-of-graph height (car numbers-list)))
20550 (goto-char from-position)
20551 (forward-char symbol-width)
20552 @end group
20553 @group
20554 ;; @r{Draw graph column by column.}
20555 (sit-for 0)
20556 (setq numbers-list (cdr numbers-list)))
20557 ;; @r{Place point for X axis labels.}
20558 (forward-line height)
20559 (insert "\n")))
20560 @end group
20561 @end smallexample
20562
20563 @need 1250
20564 Finally, the code for the @code{print-graph} function:
20565
20566 @findex print-graph @r{Final version.}
20567 @smallexample
20568 @group
20569 ;;; @r{Final version.}
20570 (defun print-graph
20571 (numbers-list &optional vertical-step)
20572 "Print labeled bar graph of the NUMBERS-LIST.
20573 The numbers-list consists of the Y-axis values.
20574 @end group
20575
20576 @group
20577 Optionally, VERTICAL-STEP, a positive integer,
20578 specifies how much a Y axis label increments for
20579 each line. For example, a step of 5 means that
20580 each row is five units."
20581 @end group
20582 @group
20583 (let* ((symbol-width (length graph-blank))
20584 ;; @code{height} @r{is both the largest number}
20585 ;; @r{and the number with the most digits.}
20586 (height (apply 'max numbers-list))
20587 @end group
20588 @group
20589 (height-of-top-line
20590 (if (zerop (% height Y-axis-label-spacing))
20591 height
20592 ;; @r{else}
20593 (* (1+ (/ height Y-axis-label-spacing))
20594 Y-axis-label-spacing)))
20595 @end group
20596 @group
20597 (vertical-step (or vertical-step 1))
20598 (full-Y-label-width
20599 (length
20600 @end group
20601 @group
20602 (concat
20603 (number-to-string
20604 (* height-of-top-line vertical-step))
20605 Y-axis-tic))))
20606 @end group
20607
20608 @group
20609 (print-Y-axis
20610 height-of-top-line full-Y-label-width vertical-step)
20611 @end group
20612 @group
20613 (graph-body-print
20614 numbers-list height-of-top-line symbol-width)
20615 (print-X-axis numbers-list)))
20616 @end group
20617 @end smallexample
20618
20619 @node Test print-graph
20620 @appendixsubsec Testing @code{print-graph}
20621
20622 @need 1250
20623 We can test the @code{print-graph} function with a short list of numbers:
20624
20625 @enumerate
20626 @item
20627 Install the final versions of @code{Y-axis-column},
20628 @code{graph-body-print}, and @code{print-graph} (in addition to the
20629 rest of the code.)
20630
20631 @item
20632 Copy the following expression:
20633
20634 @smallexample
20635 (print-graph '(3 2 5 6 7 5 3 4 6 4 3 2 1))
20636 @end smallexample
20637
20638 @item
20639 Switch to the @file{*scratch*} buffer and place the cursor where you
20640 want the axis labels to start.
20641
20642 @item
20643 Type @kbd{M-:} (@code{eval-expression}).
20644
20645 @item
20646 Yank the test expression into the minibuffer
20647 with @kbd{C-y} (@code{yank)}.
20648
20649 @item
20650 Press @key{RET} to evaluate the expression.
20651 @end enumerate
20652
20653 @need 1250
20654 Emacs will print a graph that looks like this:
20655
20656 @smallexample
20657 @group
20658 10 -
20659
20660
20661 *
20662 ** *
20663 5 - **** *
20664 **** ***
20665 * *********
20666 ************
20667 1 - *************
20668
20669 | | | |
20670 1 5 10 15
20671 @end group
20672 @end smallexample
20673
20674 @need 1200
20675 On the other hand, if you pass @code{print-graph} a
20676 @code{vertical-step} value of 2, by evaluating this expression:
20677
20678 @smallexample
20679 (print-graph '(3 2 5 6 7 5 3 4 6 4 3 2 1) 2)
20680 @end smallexample
20681
20682 @need 1250
20683 @noindent
20684 The graph looks like this:
20685
20686 @smallexample
20687 @group
20688 20 -
20689
20690
20691 *
20692 ** *
20693 10 - **** *
20694 **** ***
20695 * *********
20696 ************
20697 2 - *************
20698
20699 | | | |
20700 1 5 10 15
20701 @end group
20702 @end smallexample
20703
20704 @noindent
20705 (A question: is the `2' on the bottom of the vertical axis a bug or a
20706 feature? If you think it is a bug, and should be a `1' instead, (or
20707 even a `0'), you can modify the sources.)
20708
20709 @node Graphing words in defuns
20710 @appendixsubsec Graphing Numbers of Words and Symbols
20711
20712 Now for the graph for which all this code was written: a graph that
20713 shows how many function definitions contain fewer than 10 words and
20714 symbols, how many contain between 10 and 19 words and symbols, how
20715 many contain between 20 and 29 words and symbols, and so on.
20716
20717 This is a multi-step process. First make sure you have loaded all the
20718 requisite code.
20719
20720 @need 1500
20721 It is a good idea to reset the value of @code{top-of-ranges} in case
20722 you have set it to some different value. You can evaluate the
20723 following:
20724
20725 @smallexample
20726 @group
20727 (setq top-of-ranges
20728 '(10 20 30 40 50
20729 60 70 80 90 100
20730 110 120 130 140 150
20731 160 170 180 190 200
20732 210 220 230 240 250
20733 260 270 280 290 300)
20734 @end group
20735 @end smallexample
20736
20737 @noindent
20738 Next create a list of the number of words and symbols in each range.
20739
20740 @need 1500
20741 @noindent
20742 Evaluate the following:
20743
20744 @smallexample
20745 @group
20746 (setq list-for-graph
20747 (defuns-per-range
20748 (sort
20749 (recursive-lengths-list-many-files
20750 (directory-files "/usr/local/emacs/lisp"
20751 t ".+el$"))
20752 '<)
20753 top-of-ranges))
20754 @end group
20755 @end smallexample
20756
20757 @noindent
20758 On my old machine, this took about an hour. It looked though 303 Lisp
20759 files in my copy of Emacs version 19.23. After all that computing,
20760 the @code{list-for-graph} had this value:
20761
20762 @smallexample
20763 @group
20764 (537 1027 955 785 594 483 349 292 224 199 166 120 116 99
20765 90 80 67 48 52 45 41 33 28 26 25 20 12 28 11 13 220)
20766 @end group
20767 @end smallexample
20768
20769 @noindent
20770 This means that my copy of Emacs had 537 function definitions with
20771 fewer than 10 words or symbols in them, 1,027 function definitions
20772 with 10 to 19 words or symbols in them, 955 function definitions with
20773 20 to 29 words or symbols in them, and so on.
20774
20775 Clearly, just by looking at this list we can see that most function
20776 definitions contain ten to thirty words and symbols.
20777
20778 Now for printing. We do @emph{not} want to print a graph that is
20779 1,030 lines high @dots{} Instead, we should print a graph that is
20780 fewer than twenty-five lines high. A graph that height can be
20781 displayed on almost any monitor, and easily printed on a sheet of paper.
20782
20783 This means that each value in @code{list-for-graph} must be reduced to
20784 one-fiftieth its present value.
20785
20786 Here is a short function to do just that, using two functions we have
20787 not yet seen, @code{mapcar} and @code{lambda}.
20788
20789 @smallexample
20790 @group
20791 (defun one-fiftieth (full-range)
20792 "Return list, each number one-fiftieth of previous."
20793 (mapcar (lambda (arg) (/ arg 50)) full-range))
20794 @end group
20795 @end smallexample
20796
20797 @node lambda
20798 @appendixsubsec A @code{lambda} Expression: Useful Anonymity
20799 @cindex Anonymous function
20800 @findex lambda
20801
20802 @code{lambda} is the symbol for an anonymous function, a function
20803 without a name. Every time you use an anonymous function, you need to
20804 include its whole body.
20805
20806 @need 1250
20807 @noindent
20808 Thus,
20809
20810 @smallexample
20811 (lambda (arg) (/ arg 50))
20812 @end smallexample
20813
20814 @noindent
20815 is a function definition that says `return the value resulting from
20816 dividing whatever is passed to me as @code{arg} by 50'.
20817
20818 @need 1200
20819 Earlier, for example, we had a function @code{multiply-by-seven}; it
20820 multiplied its argument by 7. This function is similar, except it
20821 divides its argument by 50; and, it has no name. The anonymous
20822 equivalent of @code{multiply-by-seven} is:
20823
20824 @smallexample
20825 (lambda (number) (* 7 number))
20826 @end smallexample
20827
20828 @noindent
20829 (@xref{defun, , The @code{defun} Macro}.)
20830
20831 @need 1250
20832 @noindent
20833 If we want to multiply 3 by 7, we can write:
20834
20835 @c clear print-postscript-figures
20836 @c lambda example diagram #1
20837 @ifnottex
20838 @smallexample
20839 @group
20840 (multiply-by-seven 3)
20841 \_______________/ ^
20842 | |
20843 function argument
20844 @end group
20845 @end smallexample
20846 @end ifnottex
20847 @ifset print-postscript-figures
20848 @sp 1
20849 @tex
20850 @center @image{lambda-1}
20851 @end tex
20852 @sp 1
20853 @end ifset
20854 @ifclear print-postscript-figures
20855 @iftex
20856 @smallexample
20857 @group
20858 (multiply-by-seven 3)
20859 \_______________/ ^
20860 | |
20861 function argument
20862 @end group
20863 @end smallexample
20864 @end iftex
20865 @end ifclear
20866
20867 @noindent
20868 This expression returns 21.
20869
20870 @need 1250
20871 @noindent
20872 Similarly, we can write:
20873
20874 @c lambda example diagram #2
20875 @ifnottex
20876 @smallexample
20877 @group
20878 ((lambda (number) (* 7 number)) 3)
20879 \____________________________/ ^
20880 | |
20881 anonymous function argument
20882 @end group
20883 @end smallexample
20884 @end ifnottex
20885 @ifset print-postscript-figures
20886 @sp 1
20887 @tex
20888 @center @image{lambda-2}
20889 @end tex
20890 @sp 1
20891 @end ifset
20892 @ifclear print-postscript-figures
20893 @iftex
20894 @smallexample
20895 @group
20896 ((lambda (number) (* 7 number)) 3)
20897 \____________________________/ ^
20898 | |
20899 anonymous function argument
20900 @end group
20901 @end smallexample
20902 @end iftex
20903 @end ifclear
20904
20905 @need 1250
20906 @noindent
20907 If we want to divide 100 by 50, we can write:
20908
20909 @c lambda example diagram #3
20910 @ifnottex
20911 @smallexample
20912 @group
20913 ((lambda (arg) (/ arg 50)) 100)
20914 \______________________/ \_/
20915 | |
20916 anonymous function argument
20917 @end group
20918 @end smallexample
20919 @end ifnottex
20920 @ifset print-postscript-figures
20921 @sp 1
20922 @tex
20923 @center @image{lambda-3}
20924 @end tex
20925 @sp 1
20926 @end ifset
20927 @ifclear print-postscript-figures
20928 @iftex
20929 @smallexample
20930 @group
20931 ((lambda (arg) (/ arg 50)) 100)
20932 \______________________/ \_/
20933 | |
20934 anonymous function argument
20935 @end group
20936 @end smallexample
20937 @end iftex
20938 @end ifclear
20939
20940 @noindent
20941 This expression returns 2. The 100 is passed to the function, which
20942 divides that number by 50.
20943
20944 @xref{Lambda Expressions, , Lambda Expressions, elisp, The GNU Emacs
20945 Lisp Reference Manual}, for more about @code{lambda}. Lisp and lambda
20946 expressions derive from the Lambda Calculus.
20947
20948 @node mapcar
20949 @appendixsubsec The @code{mapcar} Function
20950 @findex mapcar
20951
20952 @code{mapcar} is a function that calls its first argument with each
20953 element of its second argument, in turn. The second argument must be
20954 a sequence.
20955
20956 The @samp{map} part of the name comes from the mathematical phrase,
20957 `mapping over a domain', meaning to apply a function to each of the
20958 elements in a domain. The mathematical phrase is based on the
20959 metaphor of a surveyor walking, one step at a time, over an area he is
20960 mapping. And @samp{car}, of course, comes from the Lisp notion of the
20961 first of a list.
20962
20963 @need 1250
20964 @noindent
20965 For example,
20966
20967 @smallexample
20968 @group
20969 (mapcar '1+ '(2 4 6))
20970 @result{} (3 5 7)
20971 @end group
20972 @end smallexample
20973
20974 @noindent
20975 The function @code{1+} which adds one to its argument, is executed on
20976 @emph{each} element of the list, and a new list is returned.
20977
20978 Contrast this with @code{apply}, which applies its first argument to
20979 all the remaining.
20980 (@xref{Readying a Graph, , Readying a Graph}, for a explanation of
20981 @code{apply}.)
20982
20983 @need 1250
20984 In the definition of @code{one-fiftieth}, the first argument is the
20985 anonymous function:
20986
20987 @smallexample
20988 (lambda (arg) (/ arg 50))
20989 @end smallexample
20990
20991 @noindent
20992 and the second argument is @code{full-range}, which will be bound to
20993 @code{list-for-graph}.
20994
20995 @need 1250
20996 The whole expression looks like this:
20997
20998 @smallexample
20999 (mapcar (lambda (arg) (/ arg 50)) full-range))
21000 @end smallexample
21001
21002 @xref{Mapping Functions, , Mapping Functions, elisp, The GNU Emacs
21003 Lisp Reference Manual}, for more about @code{mapcar}.
21004
21005 Using the @code{one-fiftieth} function, we can generate a list in
21006 which each element is one-fiftieth the size of the corresponding
21007 element in @code{list-for-graph}.
21008
21009 @smallexample
21010 @group
21011 (setq fiftieth-list-for-graph
21012 (one-fiftieth list-for-graph))
21013 @end group
21014 @end smallexample
21015
21016 @need 1250
21017 The resulting list looks like this:
21018
21019 @smallexample
21020 @group
21021 (10 20 19 15 11 9 6 5 4 3 3 2 2
21022 1 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 4)
21023 @end group
21024 @end smallexample
21025
21026 @noindent
21027 This, we are almost ready to print! (We also notice the loss of
21028 information: many of the higher ranges are 0, meaning that fewer than
21029 50 defuns had that many words or symbols---but not necessarily meaning
21030 that none had that many words or symbols.)
21031
21032 @node Another Bug
21033 @appendixsubsec Another Bug @dots{} Most Insidious
21034 @cindex Bug, most insidious type
21035 @cindex Insidious type of bug
21036
21037 I said `almost ready to print'! Of course, there is a bug in the
21038 @code{print-graph} function @dots{} It has a @code{vertical-step}
21039 option, but not a @code{horizontal-step} option. The
21040 @code{top-of-range} scale goes from 10 to 300 by tens. But the
21041 @code{print-graph} function will print only by ones.
21042
21043 This is a classic example of what some consider the most insidious
21044 type of bug, the bug of omission. This is not the kind of bug you can
21045 find by studying the code, for it is not in the code; it is an omitted
21046 feature. Your best actions are to try your program early and often;
21047 and try to arrange, as much as you can, to write code that is easy to
21048 understand and easy to change. Try to be aware, whenever you can,
21049 that whatever you have written, @emph{will} be rewritten, if not soon,
21050 eventually. A hard maxim to follow.
21051
21052 It is the @code{print-X-axis-numbered-line} function that needs the
21053 work; and then the @code{print-X-axis} and the @code{print-graph}
21054 functions need to be adapted. Not much needs to be done; there is one
21055 nicety: the numbers ought to line up under the tic marks. This takes
21056 a little thought.
21057
21058 @need 1250
21059 Here is the corrected @code{print-X-axis-numbered-line}:
21060
21061 @smallexample
21062 @group
21063 (defun print-X-axis-numbered-line
21064 (number-of-X-tics X-axis-leading-spaces
21065 &optional horizontal-step)
21066 "Print line of X-axis numbers"
21067 (let ((number X-axis-label-spacing)
21068 (horizontal-step (or horizontal-step 1)))
21069 @end group
21070 @group
21071 (insert X-axis-leading-spaces)
21072 ;; @r{Delete extra leading spaces.}
21073 (delete-char
21074 (- (1-
21075 (length (number-to-string horizontal-step)))))
21076 (insert (concat
21077 (make-string
21078 @end group
21079 @group
21080 ;; @r{Insert white space.}
21081 (- (* symbol-width
21082 X-axis-label-spacing)
21083 (1-
21084 (length
21085 (number-to-string horizontal-step)))
21086 2)
21087 ? )
21088 (number-to-string
21089 (* number horizontal-step))))
21090 @end group
21091 @group
21092 ;; @r{Insert remaining numbers.}
21093 (setq number (+ number X-axis-label-spacing))
21094 (while (> number-of-X-tics 1)
21095 (insert (X-axis-element
21096 (* number horizontal-step)))
21097 (setq number (+ number X-axis-label-spacing))
21098 (setq number-of-X-tics (1- number-of-X-tics)))))
21099 @end group
21100 @end smallexample
21101
21102 @need 1500
21103 If you are reading this in Info, you can see the new versions of
21104 @code{print-X-axis} @code{print-graph} and evaluate them. If you are
21105 reading this in a printed book, you can see the changed lines here
21106 (the full text is too much to print).
21107
21108 @iftex
21109 @smallexample
21110 @group
21111 (defun print-X-axis (numbers-list horizontal-step)
21112 @dots{}
21113 (print-X-axis-numbered-line
21114 tic-number leading-spaces horizontal-step))
21115 @end group
21116 @end smallexample
21117
21118 @smallexample
21119 @group
21120 (defun print-graph
21121 (numbers-list
21122 &optional vertical-step horizontal-step)
21123 @dots{}
21124 (print-X-axis numbers-list horizontal-step))
21125 @end group
21126 @end smallexample
21127 @end iftex
21128
21129 @ifnottex
21130 @smallexample
21131 @group
21132 (defun print-X-axis (numbers-list horizontal-step)
21133 "Print X axis labels to length of NUMBERS-LIST.
21134 Optionally, HORIZONTAL-STEP, a positive integer,
21135 specifies how much an X axis label increments for
21136 each column."
21137 @end group
21138 @group
21139 ;; Value of symbol-width and full-Y-label-width
21140 ;; are passed by `print-graph'.
21141 (let* ((leading-spaces
21142 (make-string full-Y-label-width ? ))
21143 ;; symbol-width @r{is provided by} graph-body-print
21144 (tic-width (* symbol-width X-axis-label-spacing))
21145 (X-length (length numbers-list))
21146 @end group
21147 @group
21148 (X-tic
21149 (concat
21150 (make-string
21151 ;; @r{Make a string of blanks.}
21152 (- (* symbol-width X-axis-label-spacing)
21153 (length X-axis-tic-symbol))
21154 ? )
21155 @end group
21156 @group
21157 ;; @r{Concatenate blanks with tic symbol.}
21158 X-axis-tic-symbol))
21159 (tic-number
21160 (if (zerop (% X-length tic-width))
21161 (/ X-length tic-width)
21162 (1+ (/ X-length tic-width)))))
21163 @end group
21164
21165 @group
21166 (print-X-axis-tic-line
21167 tic-number leading-spaces X-tic)
21168 (insert "\n")
21169 (print-X-axis-numbered-line
21170 tic-number leading-spaces horizontal-step)))
21171 @end group
21172 @end smallexample
21173
21174 @smallexample
21175 @group
21176 (defun print-graph
21177 (numbers-list &optional vertical-step horizontal-step)
21178 "Print labeled bar graph of the NUMBERS-LIST.
21179 The numbers-list consists of the Y-axis values.
21180 @end group
21181
21182 @group
21183 Optionally, VERTICAL-STEP, a positive integer,
21184 specifies how much a Y axis label increments for
21185 each line. For example, a step of 5 means that
21186 each row is five units.
21187 @end group
21188
21189 @group
21190 Optionally, HORIZONTAL-STEP, a positive integer,
21191 specifies how much an X axis label increments for
21192 each column."
21193 (let* ((symbol-width (length graph-blank))
21194 ;; @code{height} @r{is both the largest number}
21195 ;; @r{and the number with the most digits.}
21196 (height (apply 'max numbers-list))
21197 @end group
21198 @group
21199 (height-of-top-line
21200 (if (zerop (% height Y-axis-label-spacing))
21201 height
21202 ;; @r{else}
21203 (* (1+ (/ height Y-axis-label-spacing))
21204 Y-axis-label-spacing)))
21205 @end group
21206 @group
21207 (vertical-step (or vertical-step 1))
21208 (full-Y-label-width
21209 (length
21210 (concat
21211 (number-to-string
21212 (* height-of-top-line vertical-step))
21213 Y-axis-tic))))
21214 @end group
21215 @group
21216 (print-Y-axis
21217 height-of-top-line full-Y-label-width vertical-step)
21218 (graph-body-print
21219 numbers-list height-of-top-line symbol-width)
21220 (print-X-axis numbers-list horizontal-step)))
21221 @end group
21222 @end smallexample
21223 @end ifnottex
21224
21225 @c qqq
21226 @ignore
21227 Graphing Definitions Re-listed
21228
21229 @need 1250
21230 Here are all the graphing definitions in their final form:
21231
21232 @smallexample
21233 @group
21234 (defvar top-of-ranges
21235 '(10 20 30 40 50
21236 60 70 80 90 100
21237 110 120 130 140 150
21238 160 170 180 190 200
21239 210 220 230 240 250)
21240 "List specifying ranges for `defuns-per-range'.")
21241 @end group
21242
21243 @group
21244 (defvar graph-symbol "*"
21245 "String used as symbol in graph, usually an asterisk.")
21246 @end group
21247
21248 @group
21249 (defvar graph-blank " "
21250 "String used as blank in graph, usually a blank space.
21251 graph-blank must be the same number of columns wide
21252 as graph-symbol.")
21253 @end group
21254
21255 @group
21256 (defvar Y-axis-tic " - "
21257 "String that follows number in a Y axis label.")
21258 @end group
21259
21260 @group
21261 (defvar Y-axis-label-spacing 5
21262 "Number of lines from one Y axis label to next.")
21263 @end group
21264
21265 @group
21266 (defvar X-axis-tic-symbol "|"
21267 "String to insert to point to a column in X axis.")
21268 @end group
21269
21270 @group
21271 (defvar X-axis-label-spacing
21272 (if (boundp 'graph-blank)
21273 (* 5 (length graph-blank)) 5)
21274 "Number of units from one X axis label to next.")
21275 @end group
21276 @end smallexample
21277
21278 @smallexample
21279 @group
21280 (defun count-words-in-defun ()
21281 "Return the number of words and symbols in a defun."
21282 (beginning-of-defun)
21283 (let ((count 0)
21284 (end (save-excursion (end-of-defun) (point))))
21285 @end group
21286
21287 @group
21288 (while
21289 (and (< (point) end)
21290 (re-search-forward
21291 "\\(\\w\\|\\s_\\)+[^ \t\n]*[ \t\n]*"
21292 end t))
21293 (setq count (1+ count)))
21294 count))
21295 @end group
21296 @end smallexample
21297
21298 @smallexample
21299 @group
21300 (defun lengths-list-file (filename)
21301 "Return list of definitions' lengths within FILE.
21302 The returned list is a list of numbers.
21303 Each number is the number of words or
21304 symbols in one function definition."
21305 @end group
21306
21307 @group
21308 (message "Working on `%s' ... " filename)
21309 (save-excursion
21310 (let ((buffer (find-file-noselect filename))
21311 (lengths-list))
21312 (set-buffer buffer)
21313 (setq buffer-read-only t)
21314 (widen)
21315 (goto-char (point-min))
21316 @end group
21317
21318 @group
21319 (while (re-search-forward "^(defun" nil t)
21320 (setq lengths-list
21321 (cons (count-words-in-defun) lengths-list)))
21322 (kill-buffer buffer)
21323 lengths-list)))
21324 @end group
21325 @end smallexample
21326
21327 @smallexample
21328 @group
21329 (defun lengths-list-many-files (list-of-files)
21330 "Return list of lengths of defuns in LIST-OF-FILES."
21331 (let (lengths-list)
21332 ;;; @r{true-or-false-test}
21333 (while list-of-files
21334 (setq lengths-list
21335 (append
21336 lengths-list
21337 @end group
21338 @group
21339 ;;; @r{Generate a lengths' list.}
21340 (lengths-list-file
21341 (expand-file-name (car list-of-files)))))
21342 ;;; @r{Make files' list shorter.}
21343 (setq list-of-files (cdr list-of-files)))
21344 ;;; @r{Return final value of lengths' list.}
21345 lengths-list))
21346 @end group
21347 @end smallexample
21348
21349 @smallexample
21350 @group
21351 (defun defuns-per-range (sorted-lengths top-of-ranges)
21352 "SORTED-LENGTHS defuns in each TOP-OF-RANGES range."
21353 (let ((top-of-range (car top-of-ranges))
21354 (number-within-range 0)
21355 defuns-per-range-list)
21356 @end group
21357
21358 @group
21359 ;; @r{Outer loop.}
21360 (while top-of-ranges
21361
21362 ;; @r{Inner loop.}
21363 (while (and
21364 ;; @r{Need number for numeric test.}
21365 (car sorted-lengths)
21366 (< (car sorted-lengths) top-of-range))
21367
21368 ;; @r{Count number of definitions within current range.}
21369 (setq number-within-range (1+ number-within-range))
21370 (setq sorted-lengths (cdr sorted-lengths)))
21371 @end group
21372
21373 @group
21374 ;; @r{Exit inner loop but remain within outer loop.}
21375
21376 (setq defuns-per-range-list
21377 (cons number-within-range defuns-per-range-list))
21378 (setq number-within-range 0) ; @r{Reset count to zero.}
21379
21380 ;; @r{Move to next range.}
21381 (setq top-of-ranges (cdr top-of-ranges))
21382 ;; @r{Specify next top of range value.}
21383 (setq top-of-range (car top-of-ranges)))
21384 @end group
21385
21386 @group
21387 ;; @r{Exit outer loop and count the number of defuns larger than}
21388 ;; @r{ the largest top-of-range value.}
21389 (setq defuns-per-range-list
21390 (cons
21391 (length sorted-lengths)
21392 defuns-per-range-list))
21393
21394 ;; @r{Return a list of the number of definitions within each range,}
21395 ;; @r{ smallest to largest.}
21396 (nreverse defuns-per-range-list)))
21397 @end group
21398 @end smallexample
21399
21400 @smallexample
21401 @group
21402 (defun column-of-graph (max-graph-height actual-height)
21403 "Return list of MAX-GRAPH-HEIGHT strings;
21404 ACTUAL-HEIGHT are graph-symbols.
21405 The graph-symbols are contiguous entries at the end
21406 of the list.
21407 The list will be inserted as one column of a graph.
21408 The strings are either graph-blank or graph-symbol."
21409 @end group
21410
21411 @group
21412 (let ((insert-list nil)
21413 (number-of-top-blanks
21414 (- max-graph-height actual-height)))
21415
21416 ;; @r{Fill in @code{graph-symbols}.}
21417 (while (> actual-height 0)
21418 (setq insert-list (cons graph-symbol insert-list))
21419 (setq actual-height (1- actual-height)))
21420 @end group
21421
21422 @group
21423 ;; @r{Fill in @code{graph-blanks}.}
21424 (while (> number-of-top-blanks 0)
21425 (setq insert-list (cons graph-blank insert-list))
21426 (setq number-of-top-blanks
21427 (1- number-of-top-blanks)))
21428
21429 ;; @r{Return whole list.}
21430 insert-list))
21431 @end group
21432 @end smallexample
21433
21434 @smallexample
21435 @group
21436 (defun Y-axis-element (number full-Y-label-width)
21437 "Construct a NUMBERed label element.
21438 A numbered element looks like this ` 5 - ',
21439 and is padded as needed so all line up with
21440 the element for the largest number."
21441 @end group
21442 @group
21443 (let* ((leading-spaces
21444 (- full-Y-label-width
21445 (length
21446 (concat (number-to-string number)
21447 Y-axis-tic)))))
21448 @end group
21449 @group
21450 (concat
21451 (make-string leading-spaces ? )
21452 (number-to-string number)
21453 Y-axis-tic)))
21454 @end group
21455 @end smallexample
21456
21457 @smallexample
21458 @group
21459 (defun print-Y-axis
21460 (height full-Y-label-width &optional vertical-step)
21461 "Insert Y axis by HEIGHT and FULL-Y-LABEL-WIDTH.
21462 Height must be the maximum height of the graph.
21463 Full width is the width of the highest label element.
21464 Optionally, print according to VERTICAL-STEP."
21465 @end group
21466 @group
21467 ;; Value of height and full-Y-label-width
21468 ;; are passed by `print-graph'.
21469 (let ((start (point)))
21470 (insert-rectangle
21471 (Y-axis-column height full-Y-label-width vertical-step))
21472 @end group
21473 @group
21474 ;; @r{Place point ready for inserting graph.}
21475 (goto-char start)
21476 ;; @r{Move point forward by value of} full-Y-label-width
21477 (forward-char full-Y-label-width)))
21478 @end group
21479 @end smallexample
21480
21481 @smallexample
21482 @group
21483 (defun print-X-axis-tic-line
21484 (number-of-X-tics X-axis-leading-spaces X-axis-tic-element)
21485 "Print ticks for X axis."
21486 (insert X-axis-leading-spaces)
21487 (insert X-axis-tic-symbol) ; @r{Under first column.}
21488 @end group
21489 @group
21490 ;; @r{Insert second tic in the right spot.}
21491 (insert (concat
21492 (make-string
21493 (- (* symbol-width X-axis-label-spacing)
21494 ;; @r{Insert white space up to second tic symbol.}
21495 (* 2 (length X-axis-tic-symbol)))
21496 ? )
21497 X-axis-tic-symbol))
21498 @end group
21499 @group
21500 ;; @r{Insert remaining ticks.}
21501 (while (> number-of-X-tics 1)
21502 (insert X-axis-tic-element)
21503 (setq number-of-X-tics (1- number-of-X-tics))))
21504 @end group
21505 @end smallexample
21506
21507 @smallexample
21508 @group
21509 (defun X-axis-element (number)
21510 "Construct a numbered X axis element."
21511 (let ((leading-spaces
21512 (- (* symbol-width X-axis-label-spacing)
21513 (length (number-to-string number)))))
21514 (concat (make-string leading-spaces ? )
21515 (number-to-string number))))
21516 @end group
21517 @end smallexample
21518
21519 @smallexample
21520 @group
21521 (defun graph-body-print (numbers-list height symbol-width)
21522 "Print a bar graph of the NUMBERS-LIST.
21523 The numbers-list consists of the Y-axis values.
21524 HEIGHT is maximum height of graph.
21525 SYMBOL-WIDTH is number of each column."
21526 @end group
21527 @group
21528 (let (from-position)
21529 (while numbers-list
21530 (setq from-position (point))
21531 (insert-rectangle
21532 (column-of-graph height (car numbers-list)))
21533 (goto-char from-position)
21534 (forward-char symbol-width)
21535 @end group
21536 @group
21537 ;; @r{Draw graph column by column.}
21538 (sit-for 0)
21539 (setq numbers-list (cdr numbers-list)))
21540 ;; @r{Place point for X axis labels.}
21541 (forward-line height)
21542 (insert "\n")))
21543 @end group
21544 @end smallexample
21545
21546 @smallexample
21547 @group
21548 (defun Y-axis-column
21549 (height width-of-label &optional vertical-step)
21550 "Construct list of labels for Y axis.
21551 HEIGHT is maximum height of graph.
21552 WIDTH-OF-LABEL is maximum width of label.
21553 @end group
21554 @group
21555 VERTICAL-STEP, an option, is a positive integer
21556 that specifies how much a Y axis label increments
21557 for each line. For example, a step of 5 means
21558 that each line is five units of the graph."
21559 (let (Y-axis
21560 (number-per-line (or vertical-step 1)))
21561 @end group
21562 @group
21563 (while (> height 1)
21564 (if (zerop (% height Y-axis-label-spacing))
21565 ;; @r{Insert label.}
21566 (setq Y-axis
21567 (cons
21568 (Y-axis-element
21569 (* height number-per-line)
21570 width-of-label)
21571 Y-axis))
21572 @end group
21573 @group
21574 ;; @r{Else, insert blanks.}
21575 (setq Y-axis
21576 (cons
21577 (make-string width-of-label ? )
21578 Y-axis)))
21579 (setq height (1- height)))
21580 @end group
21581 @group
21582 ;; @r{Insert base line.}
21583 (setq Y-axis (cons (Y-axis-element
21584 (or vertical-step 1)
21585 width-of-label)
21586 Y-axis))
21587 (nreverse Y-axis)))
21588 @end group
21589 @end smallexample
21590
21591 @smallexample
21592 @group
21593 (defun print-X-axis-numbered-line
21594 (number-of-X-tics X-axis-leading-spaces
21595 &optional horizontal-step)
21596 "Print line of X-axis numbers"
21597 (let ((number X-axis-label-spacing)
21598 (horizontal-step (or horizontal-step 1)))
21599 @end group
21600 @group
21601 (insert X-axis-leading-spaces)
21602 ;; line up number
21603 (delete-char (- (1- (length (number-to-string horizontal-step)))))
21604 (insert (concat
21605 (make-string
21606 ;; @r{Insert white space up to next number.}
21607 (- (* symbol-width X-axis-label-spacing)
21608 (1- (length (number-to-string horizontal-step)))
21609 2)
21610 ? )
21611 (number-to-string (* number horizontal-step))))
21612 @end group
21613 @group
21614 ;; @r{Insert remaining numbers.}
21615 (setq number (+ number X-axis-label-spacing))
21616 (while (> number-of-X-tics 1)
21617 (insert (X-axis-element (* number horizontal-step)))
21618 (setq number (+ number X-axis-label-spacing))
21619 (setq number-of-X-tics (1- number-of-X-tics)))))
21620 @end group
21621 @end smallexample
21622
21623 @smallexample
21624 @group
21625 (defun print-X-axis (numbers-list horizontal-step)
21626 "Print X axis labels to length of NUMBERS-LIST.
21627 Optionally, HORIZONTAL-STEP, a positive integer,
21628 specifies how much an X axis label increments for
21629 each column."
21630 @end group
21631 @group
21632 ;; Value of symbol-width and full-Y-label-width
21633 ;; are passed by `print-graph'.
21634 (let* ((leading-spaces
21635 (make-string full-Y-label-width ? ))
21636 ;; symbol-width @r{is provided by} graph-body-print
21637 (tic-width (* symbol-width X-axis-label-spacing))
21638 (X-length (length numbers-list))
21639 @end group
21640 @group
21641 (X-tic
21642 (concat
21643 (make-string
21644 ;; @r{Make a string of blanks.}
21645 (- (* symbol-width X-axis-label-spacing)
21646 (length X-axis-tic-symbol))
21647 ? )
21648 @end group
21649 @group
21650 ;; @r{Concatenate blanks with tic symbol.}
21651 X-axis-tic-symbol))
21652 (tic-number
21653 (if (zerop (% X-length tic-width))
21654 (/ X-length tic-width)
21655 (1+ (/ X-length tic-width)))))
21656 @end group
21657
21658 @group
21659 (print-X-axis-tic-line
21660 tic-number leading-spaces X-tic)
21661 (insert "\n")
21662 (print-X-axis-numbered-line
21663 tic-number leading-spaces horizontal-step)))
21664 @end group
21665 @end smallexample
21666
21667 @smallexample
21668 @group
21669 (defun one-fiftieth (full-range)
21670 "Return list, each number of which is 1/50th previous."
21671 (mapcar (lambda (arg) (/ arg 50)) full-range))
21672 @end group
21673 @end smallexample
21674
21675 @smallexample
21676 @group
21677 (defun print-graph
21678 (numbers-list &optional vertical-step horizontal-step)
21679 "Print labeled bar graph of the NUMBERS-LIST.
21680 The numbers-list consists of the Y-axis values.
21681 @end group
21682
21683 @group
21684 Optionally, VERTICAL-STEP, a positive integer,
21685 specifies how much a Y axis label increments for
21686 each line. For example, a step of 5 means that
21687 each row is five units.
21688 @end group
21689
21690 @group
21691 Optionally, HORIZONTAL-STEP, a positive integer,
21692 specifies how much an X axis label increments for
21693 each column."
21694 (let* ((symbol-width (length graph-blank))
21695 ;; @code{height} @r{is both the largest number}
21696 ;; @r{and the number with the most digits.}
21697 (height (apply 'max numbers-list))
21698 @end group
21699 @group
21700 (height-of-top-line
21701 (if (zerop (% height Y-axis-label-spacing))
21702 height
21703 ;; @r{else}
21704 (* (1+ (/ height Y-axis-label-spacing))
21705 Y-axis-label-spacing)))
21706 @end group
21707 @group
21708 (vertical-step (or vertical-step 1))
21709 (full-Y-label-width
21710 (length
21711 (concat
21712 (number-to-string
21713 (* height-of-top-line vertical-step))
21714 Y-axis-tic))))
21715 @end group
21716 @group
21717
21718 (print-Y-axis
21719 height-of-top-line full-Y-label-width vertical-step)
21720 (graph-body-print
21721 numbers-list height-of-top-line symbol-width)
21722 (print-X-axis numbers-list horizontal-step)))
21723 @end group
21724 @end smallexample
21725 @c qqq
21726 @end ignore
21727
21728 @page
21729 @node Final printed graph
21730 @appendixsubsec The Printed Graph
21731
21732 When made and installed, you can call the @code{print-graph} command
21733 like this:
21734 @sp 1
21735
21736 @smallexample
21737 @group
21738 (print-graph fiftieth-list-for-graph 50 10)
21739 @end group
21740 @end smallexample
21741 @sp 1
21742
21743 @noindent
21744 Here is the graph:
21745 @sp 2
21746
21747 @smallexample
21748 @group
21749 1000 - *
21750 **
21751 **
21752 **
21753 **
21754 750 - ***
21755 ***
21756 ***
21757 ***
21758 ****
21759 500 - *****
21760 ******
21761 ******
21762 ******
21763 *******
21764 250 - ********
21765 ********* *
21766 *********** *
21767 ************* *
21768 50 - ***************** * *
21769 | | | | | | | |
21770 10 50 100 150 200 250 300 350
21771 @end group
21772 @end smallexample
21773
21774 @sp 2
21775
21776 @noindent
21777 The largest group of functions contain 10--19 words and symbols each.
21778
21779 @node Free Software and Free Manuals
21780 @appendix Free Software and Free Manuals
21781
21782 @strong{by Richard M. Stallman}
21783 @sp 1
21784
21785 The biggest deficiency in free operating systems is not in the
21786 software---it is the lack of good free manuals that we can include in
21787 these systems. Many of our most important programs do not come with
21788 full manuals. Documentation is an essential part of any software
21789 package; when an important free software package does not come with a
21790 free manual, that is a major gap. We have many such gaps today.
21791
21792 Once upon a time, many years ago, I thought I would learn Perl. I got
21793 a copy of a free manual, but I found it hard to read. When I asked
21794 Perl users about alternatives, they told me that there were better
21795 introductory manuals---but those were not free.
21796
21797 Why was this? The authors of the good manuals had written them for
21798 O'Reilly Associates, which published them with restrictive terms---no
21799 copying, no modification, source files not available---which exclude
21800 them from the free software community.
21801
21802 That wasn't the first time this sort of thing has happened, and (to
21803 our community's great loss) it was far from the last. Proprietary
21804 manual publishers have enticed a great many authors to restrict their
21805 manuals since then. Many times I have heard a GNU user eagerly tell me
21806 about a manual that he is writing, with which he expects to help the
21807 GNU project---and then had my hopes dashed, as he proceeded to explain
21808 that he had signed a contract with a publisher that would restrict it
21809 so that we cannot use it.
21810
21811 Given that writing good English is a rare skill among programmers, we
21812 can ill afford to lose manuals this way.
21813
21814 Free documentation, like free software, is a matter of freedom, not
21815 price. The problem with these manuals was not that O'Reilly Associates
21816 charged a price for printed copies---that in itself is fine. The Free
21817 Software Foundation @uref{http://shop.fsf.org, sells printed copies} of
21818 free @uref{http://www.gnu.org/doc/doc.html, GNU manuals}, too.
21819 But GNU manuals are available in source code form, while these manuals
21820 are available only on paper. GNU manuals come with permission to copy
21821 and modify; the Perl manuals do not. These restrictions are the
21822 problems.
21823
21824 The criterion for a free manual is pretty much the same as for free
21825 software: it is a matter of giving all users certain
21826 freedoms. Redistribution (including commercial redistribution) must be
21827 permitted, so that the manual can accompany every copy of the program,
21828 on-line or on paper. Permission for modification is crucial too.
21829
21830 As a general rule, I don't believe that it is essential for people to
21831 have permission to modify all sorts of articles and books. The issues
21832 for writings are not necessarily the same as those for software. For
21833 example, I don't think you or I are obliged to give permission to
21834 modify articles like this one, which describe our actions and our
21835 views.
21836
21837 But there is a particular reason why the freedom to modify is crucial
21838 for documentation for free software. When people exercise their right
21839 to modify the software, and add or change its features, if they are
21840 conscientious they will change the manual too---so they can provide
21841 accurate and usable documentation with the modified program. A manual
21842 which forbids programmers to be conscientious and finish the job, or
21843 more precisely requires them to write a new manual from scratch if
21844 they change the program, does not fill our community's needs.
21845
21846 While a blanket prohibition on modification is unacceptable, some
21847 kinds of limits on the method of modification pose no problem. For
21848 example, requirements to preserve the original author's copyright
21849 notice, the distribution terms, or the list of authors, are ok. It is
21850 also no problem to require modified versions to include notice that
21851 they were modified, even to have entire sections that may not be
21852 deleted or changed, as long as these sections deal with nontechnical
21853 topics. (Some GNU manuals have them.)
21854
21855 These kinds of restrictions are not a problem because, as a practical
21856 matter, they don't stop the conscientious programmer from adapting the
21857 manual to fit the modified program. In other words, they don't block
21858 the free software community from making full use of the manual.
21859
21860 However, it must be possible to modify all the technical content of
21861 the manual, and then distribute the result in all the usual media,
21862 through all the usual channels; otherwise, the restrictions do block
21863 the community, the manual is not free, and so we need another manual.
21864
21865 Unfortunately, it is often hard to find someone to write another
21866 manual when a proprietary manual exists. The obstacle is that many
21867 users think that a proprietary manual is good enough---so they don't
21868 see the need to write a free manual. They do not see that the free
21869 operating system has a gap that needs filling.
21870
21871 Why do users think that proprietary manuals are good enough? Some have
21872 not considered the issue. I hope this article will do something to
21873 change that.
21874
21875 Other users consider proprietary manuals acceptable for the same
21876 reason so many people consider proprietary software acceptable: they
21877 judge in purely practical terms, not using freedom as a
21878 criterion. These people are entitled to their opinions, but since
21879 those opinions spring from values which do not include freedom, they
21880 are no guide for those of us who do value freedom.
21881
21882 Please spread the word about this issue. We continue to lose manuals
21883 to proprietary publishing. If we spread the word that proprietary
21884 manuals are not sufficient, perhaps the next person who wants to help
21885 GNU by writing documentation will realize, before it is too late, that
21886 he must above all make it free.
21887
21888 We can also encourage commercial publishers to sell free, copylefted
21889 manuals instead of proprietary ones. One way you can help this is to
21890 check the distribution terms of a manual before you buy it, and prefer
21891 copylefted manuals to non-copylefted ones.
21892
21893 @sp 2
21894 @noindent
21895 Note: The Free Software Foundation maintains a page on its Web site
21896 that lists free books available from other publishers:@*
21897 @uref{http://www.gnu.org/doc/other-free-books.html}
21898
21899 @node GNU Free Documentation License
21900 @appendix GNU Free Documentation License
21901
21902 @cindex FDL, GNU Free Documentation License
21903 @include doclicense.texi
21904
21905 @node Index
21906 @unnumbered Index
21907
21908 @ignore
21909 MENU ENTRY: NODE NAME.
21910 @end ignore
21911
21912 @printindex cp
21913
21914 @iftex
21915 @c Place biographical information on right-hand (verso) page
21916
21917 @tex
21918 \par\vfill\supereject
21919 \ifodd\pageno
21920 \global\evenheadline={\hfil} \global\evenfootline={\hfil}
21921 \global\oddheadline={\hfil} \global\oddfootline={\hfil}
21922 %\page\hbox{}\page
21923 \else
21924 % \par\vfill\supereject
21925 \global\evenheadline={\hfil} \global\evenfootline={\hfil}
21926 \global\oddheadline={\hfil} \global\oddfootline={\hfil}
21927 %\page\hbox{}%\page
21928 %\page\hbox{}%\page
21929 \fi
21930 @end tex
21931
21932 @c page
21933 @w{ }
21934
21935 @c ================ Biographical information ================
21936
21937 @w{ }
21938 @sp 8
21939 @center About the Author
21940 @sp 1
21941 @end iftex
21942
21943 @ifnottex
21944 @node About the Author
21945 @unnumbered About the Author
21946 @end ifnottex
21947
21948 @quotation
21949 Robert J. Chassell has worked with GNU Emacs since 1985. He writes
21950 and edits, teaches Emacs and Emacs Lisp, and speaks throughout the
21951 world on software freedom. Chassell was a founding Director and
21952 Treasurer of the Free Software Foundation, Inc. He is co-author of
21953 the @cite{Texinfo} manual, and has edited more than a dozen other
21954 books. He graduated from Cambridge University, in England. He has an
21955 abiding interest in social and economic history and flies his own
21956 airplane.
21957 @end quotation
21958
21959 @c @page
21960 @c @w{ }
21961 @c
21962 @c @c Prevent page number on blank verso, so eject it first.
21963 @c @tex
21964 @c \par\vfill\supereject
21965 @c @end tex
21966
21967 @c @iftex
21968 @c @headings off
21969 @c @evenheading @thispage @| @| @thistitle
21970 @c @oddheading @| @| @thispage
21971 @c @end iftex
21972
21973 @bye