Sams Teach Yourself Emacs in 24 Hours

ContentsIndex

Appendix A: Installing Functions and Packages from the CD

Previous HourNext Chapter

Sections in this Hour:

 

bbdb.el

BBDB is a rolodex-like database program for GNU Emacs. BBDB stands for Insidious Big Brother Database. It provides the following features:

To use it, add the following code to your Emacs:


(require 'bbdb) 
(bbdb-initialize 'gnus 'message) 
(add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus)  

Caution - (bbdb-insinuate-message) There have been reported problems with 2.00 that bbdb-initialize does not work if you byte compile BBDB. This problem may have been corrected in the latest version of BBDB.


Sams Teach Yourself Emacs in 24 Hours

ContentsIndex

Appendix A: Installing Functions and Packages from the CD

Previous HourNext Chapter

Sections in this Hour: