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?
Best regards,
--
Paulo J. Matos aka PDestroy : [EMAIL PROTECTED]
Instituto Superior Tecnico - Lisbon
Computer Science and Software Eng. - AI
- > http://www.rnl.ist.utl.pt/~pocm
_______________________________________________
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/