[EMAIL PROTECTED] (Paulo J. Matos aka PDestroy) writes:

> I have in my .emacs file the following for bbdb:
> ;; BBDB Setup
> (setq load-path (cons "c:/emacs-20.7/lisp/bbdb" load-path))
> 
> (require 'bbdb)
> (bbdb-initialize 'gnus 'message 'w3 'sc)
> 
> ;; Initialize BBDB with various packs
> (add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus)
> (bbdb-insinuate-message)
> (bbdb-insinuate-w3)
> 
> 
> On the line: (bbdb-insinuate-message)
> I get the following error message when starting Emacs:
> Error in init file: Symbol's value as variable is void: message-mode-map
> 
> Any ideas?
You need to load relevant parts of message (and probably gnus) before
initializing BBDB. I have 

(require 'gnus-msg)
(require 'gnus-load)

HTH,
--
Yair Friedman.


_______________________________________________
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to