| www.delorie.com/gnu/docs/emacs-lisp-intro/emacs-lisp-intro_85.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
In this chapter, we build on what we have learned in previous chapters
by looking at more complex functions. The copy-to-buffer
function illustrates use of two save-excursion expressions in
one definition, while the insert-buffer function illustrates
use of an asterisk in an interactive expression, use of
or, and the important distinction between a name and the object
to which the name refers.
5.1 The Definition of copy-to-bufferWith set-buffer,get-buffer-create.5.2 The Definition of insert-bufferRead-only, and with or.5.3 Complete Definition of beginning-of-bufferShows goto-char,point-min, andpush-mark.
5.4 Review 5.5 optionalArgument Exercise
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |