Sams Teach Yourself Emacs in 24 Hours |
|||||||||||||||||
Appendix A: Installing Functions and Packages from the CD |
Previous HourNext Chapter |
||||||||||||||||
|
BBDB is a rolodex-like database program for GNU Emacs. BBDB stands for Insidious Big Brother Database. It provides the following features:
Integration with mail and news readers, with little or no interaction by the user
Listing all records that match a regular expression
Listing all records that match a regular expression in a particular field (such as, "company" or "notes")
To use it, add the following code to your Emacs:
(require 'bbdb) (bbdb-initialize 'gnus 'message) (add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus)
Sams Teach Yourself Emacs in 24 Hours |
|||||||||||||||||
Appendix A: Installing Functions and Packages from the CD |
Previous HourNext Chapter |
||||||||||||||||
|
© Copyright Macmillan USA. All rights reserved.