"Roland Winkler" <wink...@gnu.org> writes: > On Fri Sep 14 2012 Gijs Hillenius wrote: >> yeah, I could not get that working here either.... >> >> However, Vincent Bernat suggests: >> >> http://comments.gmane.org/gmane.emacs.gnus.general/81908 >> >> ,---- >> | (add-hook 'bbdb-notice-mail-hook 'bbdb-auto-notes) >> | (add-hook 'gnus-article-prepare-hook 'vbe/gnus/bbdb-display-record) >> | (defun vbe/gnus/bbdb-display-record () >> | "Display appropriate BBDB record for the current message." >> | (unless >> | (bbdb-mua-display-records nil 'search) >> | ;; No record found, close the BBDB popup >> | (let ((window (get-buffer-window bbdb-buffer-name))) >> | (when window (delete-window window))))) >> `---- >> >> which works. > > What problem is this patch supposed to solve? Why the call of > bbdb-auto-notes? I am not a Gnus expert. Yet it appears to me that > something is not working the way it is supposed to. There should be > no need to define such a function. > > It should be sufficient to call > > (bbdb-mua-auto-update-init 'gnus 'message) > > plus possibly customizing bbdb-mua-auto-update-p. > (See the README file.)
I have this as my entire bbdb setup: (require 'bbdb-loaddefs "c:/Projects/bbdb.git/lisp/bbdb-loaddefs.el") (bbdb-initialize 'gnus 'message); sets startup hooks (bbdb-mua-auto-update-init 'gnus); sets startup hooks (setq bbdb-completion-list '(fl-name)); complete on names, not email addresses! (setq bbdb-complete-mail-allow-cycling t) (setq bbdb-message-pop-up t) (setq bbdb-pop-up-window-size 4) It pops up bbdb records for emails. -- -- Stephe ------------------------------------------------------------------------------ How fast is your code? 3 out of 4 devs don\\\'t know how their code performs in production. Find out how slow your code is with AppDynamics Lite. http://ad.doubleclick.net/clk;262219672;13503038;z? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ bbdb-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bbdb-info BBDB Home Page: http://bbdb.sourceforge.net/