Gnus development mailing list
 help / color / mirror / Atom feed
From: Nicolas Kowalski <Nicolas.Kowalski@imag.fr>
Subject: Problem with Gnus and BBDB
Date: 08 Feb 2001 09:48:06 +0100	[thread overview]
Message-ID: <vqou265blx5.fsf@imag.fr> (raw)


Hello.

I recently switched from Pine to Gnus & procmail ; most of all
works. Great work Gnus guys :-).

However, I am unable to make BBDB autocreate records when I enter some
mail group. In my case I just want BBDB create records when I enter
groups with the name beginning with "mail.perso" or "mail.verimag".

I wrote in my .gnus :

[SNIP]

(require 'bbdb)
(require 'gnus-bbdb)
(require 'supercite)

(bbdb-initialize 'gnus 'message 'sc 'w3)

(defun my-bbdb-hook ()
  (setq bbdb/news-auto-create-p
	 (or (string-match "mail.perso" gnus-newsgroup-name)
	     (string-match "mail.verimag" gnus-newsgroup-name))))
(add-hook 'gnus-select-group-hook 'my-bbdb-hook)

[SNIP]


Now, when I enter some mail group with a matching name, then I select
some message, I get some error message: 
"Invalid function: 5".

My configuration is : Gnus 5.8.3 with XEmacs 21.1 (patch 10).
I included the gnus-bbdb.el patch in my load-path.


Any idea ?
Thanks.

Niko.



             reply	other threads:[~2001-02-08  8:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-02-08  8:48 Nicolas Kowalski [this message]
2001-02-08 17:06 ` Kai Großjohann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=vqou265blx5.fsf@imag.fr \
    --to=nicolas.kowalski@imag.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).