From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/64364 Path: news.gmane.org!not-for-mail From: Dave Goldberg Newsgroups: gmane.emacs.gnus.general Subject: Re: [PATCH] Fix gnus-message-citation-mode for (S)XEmacs Date: Fri, 02 Mar 2007 10:28:58 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1172849444 30287 80.91.229.12 (2 Mar 2007 15:30:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 2 Mar 2007 15:30:44 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M12888@lists.math.uh.edu Fri Mar 02 16:30:35 2007 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1HN9iJ-0004s1-PR for ding-account@gmane.org; Fri, 02 Mar 2007 16:30:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1HN9hM-0005ZZ-Go; Fri, 02 Mar 2007 09:29:32 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1HN9hJ-0005ZG-NI for ding@lists.math.uh.edu; Fri, 02 Mar 2007 09:29:29 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.63) (envelope-from ) id 1HN9hE-0001dn-53 for ding@lists.math.uh.edu; Fri, 02 Mar 2007 09:29:29 -0600 Original-Received: from vms044pub.verizon.net ([206.46.252.44]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1HN9hD-0005sY-00 for ; Fri, 02 Mar 2007 16:29:23 +0100 Original-Received: from davestoy.homelinux.org.verizon.net ([71.174.120.12]) by vms044.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JEA00BLV8CA7C66@vms044.mailsrvcs.net> for ding@gnus.org; Fri, 02 Mar 2007 09:29:03 -0600 (CST) X-Face: GUaHTH@nS>[7,ME@-gYZ4#Wl{z"99k@[[Y8AcP0x1paqu.,z9,XSV1WI>{q3f6^e5(zrit <4fV&VHhmE`uidRqtmG27;si9&r;#KSF~E#$%W8w(xdp)H4tW=\2XOk~3=@oGqqpj;m4xf Ow;y26396&,34@9#~4;@*S;E0cq"LM9N(us4P%F(Nxis'Vvfm9?KufH;:Q$dMa-QWGLR&K d0`LJZE8xb*>^yN>b]_NcU:E=Zn\1=#/(OS2 In-reply-to: (Dave Goldberg's message of "Thu\, 01 Mar 2007 11\:29\:53 -0500") User-Agent: Gnus/5.110006 (No Gnus v0.6) XEmacs/21.4.19 (linux) X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:64364 Archived-At: >>>>> On Thu, 01 Mar 2007 11:29:53 -0500, Dave Goldberg said: > I still can't figure out how or why the buffer name is changing, > though. I don't see anything in my hooks that might do it. I'll have > to step through it, I suppose. I found it. The culprit was bbdb-define-all-aliases, which I had on message-setup-hook. Removing it fixed the problem. I then noted that running it by hand in the message buffer did not have the ill effect and therefore put it on message-mode-hook, so I now have the same functionality without the unexpected buffer name change. Thanks, -- Dave Goldberg david.goldberg6@verizon.net