From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/34634 Path: main.gmane.org!not-for-mail From: Nicolas Kowalski Newsgroups: gmane.emacs.gnus.general Subject: Problem with Gnus and BBDB Date: 08 Feb 2001 09:48:06 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035170525 31430 80.91.224.250 (21 Oct 2002 03:22:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:22:05 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by mailhost.sclp.com (Postfix) with ESMTP id 08A25D049E for ; Thu, 8 Feb 2001 03:50:47 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id CAC29503; Thu, 8 Feb 2001 02:50:37 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 08 Feb 2001 02:49:43 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id CAA18557 for ; Thu, 8 Feb 2001 02:49:33 -0600 (CST) Original-Received: from imag.imag.fr (imag.imag.fr [129.88.30.1]) by mailhost.sclp.com (Postfix) with ESMTP id 9B344D049D for ; Thu, 8 Feb 2001 03:50:02 -0500 (EST) Original-Received: from olan.imag.fr (olan.imag.fr [129.88.43.51]) by imag.imag.fr (8.9.3/8.8.6) with ESMTP id JAA10514 for ; Thu, 8 Feb 2001 09:48:23 +0100 (MET) Original-Received: from brevent.imag.fr (root@brevent [129.88.43.25]) by olan.imag.fr (8.9.3/jtpda-5.3.3) with ESMTP id JAA07068 for ; Thu, 8 Feb 2001 09:48:23 +0100 Original-Received: from (kowalski@localhost) by brevent.imag.fr (8.9.3/jtpda-5.3.3) id JAA10025 ; Thu, 8 Feb 2001 09:48:06 +0100 X-Authentication-Warning: brevent.imag.fr: kowalski set sender to Nicolas.Kowalski@imag.fr using -f Original-To: ding@gnus.org User-Agent: Gnus/5.0803 (Gnus v5.8.3) XEmacs/21.1 (Capitol Reef) Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 41 Xref: main.gmane.org gmane.emacs.gnus.general:34634 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:34634 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.