As of today GNUS 4.1 is not cooperating with BBDB1.50 (why isn't there
a bug-submit function?)
As soon as the newsgroup buffer comes up.. I get
Symbol is void errors with gnus-Subject-mode-map
This happens to be a reference to a free variable in bbdb-gnus.el and
having greped the gnus.el sources find not reference to this variable
whatsoever.
root:/Users/robert/archives/bbdb-1.50>grep -i gnus-subject-mode-map *.el 12:50
bbdb-gnus.el: (define-key gnus-Subject-mode-map ":" 'bbdb/gnus-show-sender)
bbdb-gnus.el: (define-key gnus-Subject-mode-map ";" 'bbdb/gnus-edit-notes))
root:/usr/local/lib/emacs/19.22/lisp>grep -i gnus-subject-mode-map *.el 12:50
root:/usr/local/lib/emacs/19.22/lisp>
My .emacs settings are thus.. The only thing I've added this morning
is crypt++ and the XOVER GNUS changes.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; 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 RMAIL")
(autoload 'bbdb-insinuate-mh "bbdb-mhe" "Hook BBDB into MH-E")
(autoload 'bbdb-insinuate-gnus "bbdb-gnus" "Hook BBDB into GNUS")
;(autoload 'bbdb-insinuate-sendmail "bbdb" "Hook BBDB into sendmail")
(add-hook 'vm-mode-hooks 'bbdb-insinuate-vm)
;(add-hook 'mail-setup-hook 'bbdb-insinuate-sendmail)
(add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus)
(setq bbdb/mail-auto-create-p nil)
(setq bbdb/news-auto-create-p nil)