Hello!

Based on a suggestion by Karl Kleinpaste <[EMAIL PROTECTED]> in
gnu.emacs.gnus, I adjusted the bbdb-auto-notes-alist and
bbdb/news-auto-create-p variables to automatically add and annotate a
new record to the bbdb whenever I open a message by an unknown
author.

With the setup described below, the following problem arises:
The record is added, but the notes are not.
I also tried to debug-on-entry bbdb-auto-notes-hook, but to no avail -
it just does not get called when adding a new field.

So please, if there is something wrong with my setup (or my
assumptions on the behavior of certain functions), point it out to me.

Many thank-yous in advance,
Andreas Fuchs

--------- system information:

I am using Xemacs 21.9.2 (debian version 2), bbdb 2.00.6 and gnus
2.8.6.

$ grep bbdb .emacs .gnus
.gnus:(require 'bbdb)
.gnus:(bbdb-initialize 'gnus 'message 'sc 'w3)
.gnus:(setq bbdb-offer-save 'auto) ;just save, don't ask
.gnus:(setq bbdb-electric-p nil)
.gnus:(setq bbdb/news-auto-create-p t)
.gnus:(setq bbdb-auto-notes-alist
      '(("user-agent" (".*" interface 0 t))
        ("x-mailer" (".*" interface 0 t))
        ("x-newsreader" (".*" interface 0 t))
        ("x-now-playing" (".*" playlist 0))
        ("newsgroups" ("\\([^,]*\\),?" posted-to "\\1" t))
        ("xref" ("\\b[^ ]+:[0-9]+.*" seen-in 0))))
.gnus:(add-hook 'message-setup-hook 'bbdb-define-all-aliases)

-- 
Andreas Stefan Fuchs                             in Real Life aka
[EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]         in NNTP and SMTP,
antifuchs                                        in IRCNet and
Relf Herbstfresser, Male 1/2 Elf Priest          in AD&D

_______________________________________________
bbdb-info mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/bbdb-info

Reply via email to