From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/64362 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: Thu, 01 Mar 2007 11:29:53 -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 1172766776 8941 80.91.229.12 (1 Mar 2007 16:32:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Mar 2007 16:32:56 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M12886@lists.math.uh.edu Thu Mar 01 17:32:45 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 1HMoCt-0002GM-G4 for ding-account@gmane.org; Thu, 01 Mar 2007 17:32:39 +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 1HMoBd-0007j3-VG; Thu, 01 Mar 2007 10:31:22 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1HMoBb-0007ia-Ol for ding@lists.math.uh.edu; Thu, 01 Mar 2007 10:31:19 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.63) (envelope-from ) id 1HMoBV-0008IE-JO for ding@lists.math.uh.edu; Thu, 01 Mar 2007 10:31:19 -0600 Original-Received: from vms048pub.verizon.net ([206.46.252.48]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1HMoBT-0000SG-00 for ; Thu, 01 Mar 2007 17:31:11 +0100 Original-Received: from davestoy.homelinux.org.verizon.net ([71.174.120.12]) by vms048.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JE800H65GHU4DDA@vms048.mailsrvcs.net> for ding@gnus.org; Thu, 01 Mar 2007 10:29:59 -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: (Katsumi Yamaoka's message of "Thu\, 01 Mar 2007 07\:32\:30 +0900") 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:64362 Archived-At: >>>>> On Thu, 01 Mar 2007 07:32:30 +0900, Katsumi Yamaoka said: >>>>> In Dave Goldberg wrote: >> So I ran the patched font-lock.el and here's the resulting backtrace >> (from this very reply, in fact): >> Debugger entered--Lisp error: (void-function line-beginning-position) >> line-beginning-position() >> gnus-message-search-citation-line(4031) > I see. That's just the cause of the trouble, I think. > `line-beginning-position' and `line-end-position' are new in > XEmacs 21.4.20. I've replaced them into `point-at-bol' and > `point-at-eol' in the Gnus trunk just now. Please try it. That fixed it, thanks! Of course, now that I'm aware there's an XEmacs upgrade available I'll upgrade in the next week or so :-) 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. -- Dave Goldberg david.goldberg6@verizon.net