[EMAIL PROTECTED] (Brian P. Flaherty) writes: > My bbdb code all worked with Emacs 20.7 running under RH, but since > switching to Debian, it doesn't anymore. My .emacs contains code to > setup smtpmail and gnus and then bbdb is called: > > ;;(require 'bbdb) ;; I guess I don't need this anymore... > (bbdb-initialize 'gnus 'message 'sendmail 'w3) > (add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus) > (bbdb-insinuate-message)
I use similar code in .emacs (well actually from a file that I have autoloaded when Gnus starts) and it works fine for me on Debian. I'm using emacs 20.7-10 and bbdb 2.3-2.

