From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/7090 Path: main.gmane.org!not-for-mail From: Sudish Joseph Newsgroups: gmane.emacs.gnus.general Subject: Re: bbdb auto create, GNUS-5.2.25, BBDB-1.50, XEmacs 19.14 Date: 03 Jul 1996 19:53:28 -0400 Sender: sj@mindspring.com Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035147451 5850 80.91.224.250 (20 Oct 2002 20:57:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:57:31 +0000 (UTC) Cc: ding@ifi.uio.no Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id RAA03265 for ; Wed, 3 Jul 1996 17:06:42 -0700 Original-Received: from atreides.erehwon.org (sj@user-168-121-167-78.dialup.mindspring.com [168.121.167.78]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Thu, 4 Jul 1996 01:49:49 +0200 Original-Received: (from sj@localhost) by atreides.erehwon.org (8.7.5/8.7.3) id TAA00308; Wed, 3 Jul 1996 19:53:28 -0400 Original-To: Richard Taylor In-Reply-To: Richard Taylor's message of 03 Jul 1996 10:03:32 +0100 Original-Lines: 17 X-Mailer: Gnus v5.2.25/XEmacs 19.14 Xref: main.gmane.org gmane.emacs.gnus.general:7090 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:7090 In article , Richard Taylor writes: > (add-hook 'gnus-select-group-hook 'my-select-group-hook t) > (add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus t) > For some reason my hook is being ignored (or I have got the logic > wrong) and all addresses are being auto created in all groups. Try using gnus-summary-mode-hook, it's run before any other group specific hook. It's also guaranteed to be in the correct buffer for buffer-local variables. This may or may not cure your problem, but in general it's almost always better to use gnus-summary-mode-hook for most stuff. -- Sudish