Hi, I'd like to have bbdb cycle these data when I'm composing a message without having started gnus. Hitting C-x m gives a message mode buffer, but in contrast with doing it once gnus was started, cycle completion doesn't work, giving an error[i]. Although I prefer to have this info in my ~/.gnus.el, I put it also in my ~/.emacs:
(require 'bbdb) (bbdb-initialize 'gnus 'message 'sc) (add-hook 'message-setup-hook '(lambda () (bbdb-define-all-aliases) (require 'bbdb-gnus))) but that didn't work. I found out that this feature requires bbdb-gnus.el, so (require 'bbdb-gnus) in ~/.emacs solved the problem. I don't think this is the right way to do it; I think the bbdb-initialize line should be enough. Any ideas as to what's going on? Footnotes: [i] "Symbol's value as variable is void: bbdb-extract-address-components-func" -- Sebastian Luque ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ bbdb-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bbdb-info BBDB Home Page: http://bbdb.sourceforge.net/