hi
i need some help with bbdb and gnus. i followed the instructions
in the bbdb installation info page and put the necessary things in
my .emacs file. it seems to work with rmail, but when i use gnus
i get no bbdb involvement what so ever. i am missing something
simple? below is what is in my .emacs file. it occurs before
gnus and rmail stuff.
;;; BBDB
(autoload 'bbdb "bbdb-com" "Insidious Big Brother Database" t)
(autoload 'bbdb-name "bbdb-com" "Insidious Big Brother Database" t)
(autoload 'bbdb-company "bbdb-com" "Insidious Big Brother Database" t)
(autoload 'bbdb-net "bbdb-com" "Insidious Big Brother Database" t)
(autoload 'bbdb-notes "bbdb-com" "Insidious Big Brother Database" t)
(autoload 'bbdb-insinuate-vm "bbdb-vm" "Hook BBDB into VM")
(autoload 'bbdb-insinuate-rmail "bbdb-rmail" "Hook BBDB into VM")
(autoload 'bbdb-insinuate-mh "bbdb-mh" "Hook BBDB into MH-E")
(autoload 'bbdb-insinuate-gnus "bbdb-gnus" "Hook BBDB into GNUS")
(autoload 'bbdb-insinuate-sendmail "bbdb" "Hook BBDB into VM")
(setq bbdb-pop-up-target-lines 8)
(setq bbdb-default-area-code 617)
(setq bbdb-quiet-about-name-mismatches t)
(setq bbdb-change-hook 'bbdb-timestamp-hook)
(setq rmail-mode-hook 'bbdb-insinuate-rmail)
(setq mail-setup-hook 'bbdb-insinuate-sendmail)
(setq gnus-Startup-hook 'bbdb-insinuate-gnus)
(setq bbdb/news-auto-create-p t )
what is suppose to happen when i start gnus?
thanks
jeff nowak