(message "Loading bla bla...") (require 'bla) (message "Loading bla bla...Done")YOU SHALL NOT INSERT THIS TEXT!
On the CD-ROM included with this book, a library called all.el exists in the directory usr/share/Emacs-lisp/lcd/misc. This lets you edit the matches in the occur buffer (which, with this library is called *ALL*) Your edits are then automaticly made in the original buffer too. To use this library copy the file all.el to your lisp directory, insert the following line in your .emacs file:
(autoload 'all "all" nil t)
and finally restart Emacs.