From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/18941 Path: main.gmane.org!not-for-mail From: Colin Rafferty Newsgroups: gmane.emacs.gnus.general Subject: Re: nested requests (gnus + bbdb 2.0) Date: 19 Nov 1998 11:59:54 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035157380 8912 80.91.224.250 (20 Oct 2002 23:43:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:43:00 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA11936 for ; Thu, 19 Nov 1998 12:01:08 -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.1/8.9.1) with ESMTP id LAB21950; Thu, 19 Nov 1998 11:00:52 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 19 Nov 1998 11:00:50 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id LAA29947 for ; Thu, 19 Nov 1998 11:00:35 -0600 (CST) Original-Received: from hqinbh2.ms.com (hqinbh2.ms.com [205.228.12.72]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA11930 for ; Thu, 19 Nov 1998 12:00:22 -0500 (EST) Original-Received: (from uucp@localhost) by hqinbh2.ms.com (8.8.6/fw v1.30) id MAA07841 for ; Thu, 19 Nov 1998 12:00:06 -0500 (EST) Original-Received: from unknown(144.14.8.140) by hqinbh2 via smap (4.1) id xma007791; Thu, 19 Nov 98 11:59:56 -0500 Original-Received: from sag3.morgan.com (sag3.morgan.com [144.14.8.198]) by sas1.morgan.com (8.8.5/hub v1.87) with ESMTP id LAA27485 for ; Thu, 19 Nov 1998 11:59:55 -0500 (EST) Original-Received: (from craffert@localhost) by sag3.morgan.com (8.8.5/client v1.15) id QAA14194; Thu, 19 Nov 1998 16:59:54 GMT Original-To: GNUS Mailing List X-Face: ""xJff%{>hr-{:QXl"Xk2O@@(+F]e{"%EYQiW@mUuvEsL>=mx96j12qW[%m;|:B^n{J8k?Mz[K1_+H;$v,nYx^1o_=4M,L+]FIU~[[`-w~~xsy-BX,?tAF_.8u&0y*@aCv;a}Y'{w@#*@iwAl?oZpvvv X-Y-Zippy: Everybody gets free BORSCHT! In-Reply-To: Jack Vinson's message of "19 Nov 1998 10:02:09 -0600" Original-Lines: 13 User-Agent: Gnus/5.070042 (Pterodactyl Gnus v0.42) XEmacs/21.0 (Pyrenean-pre6) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:18941 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:18941 Jack Vinson writes: > Since the problem starts on the load of message (specifically, when it runs > the message-load-hooks), I simply swapped the (provide 'message) and > (run-hooks 'message-load-hooks) lines. In general, this is the correct thing to do. There is a recent patch of BBDB that fixes a similar problem. You should always do the provide before you run hooks. -- Colin