From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/64299 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: Bug: Gnus uses face gnus-cite-1 for non-cited text Date: Fri, 09 Feb 2007 18:35:47 +0900 Organization: Emacsen advocacy group Message-ID: References: <87tzxzsenz.fsf@baldur.tsdh.de> <871wl2i4sf.fsf@baldur.tsdh.de> <87sldigl4v.fsf@baldur.tsdh.de> <87r6t0q5b6.fsf@baldur.tsdh.de> <87hctwpv8m.fsf@baldur.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1171013834 10528 80.91.229.12 (9 Feb 2007 09:37:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 9 Feb 2007 09:37:14 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M12823@lists.math.uh.edu Fri Feb 09 10:37:07 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 1HFSBm-0006Zu-S6 for ding-account@gmane.org; Fri, 09 Feb 2007 10:37:07 +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 1HFSAj-0006E3-1O; Fri, 09 Feb 2007 03:36:01 -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 1HFSAh-0006Dk-Fo for ding@lists.math.uh.edu; Fri, 09 Feb 2007 03:35:59 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.63) (envelope-from ) id 1HFSAb-0007tD-FY for ding@lists.math.uh.edu; Fri, 09 Feb 2007 03:35:59 -0600 Original-Received: from orlando.hostforweb.net ([216.246.45.90]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1HFSAa-0006ub-00 for ; Fri, 09 Feb 2007 10:35:52 +0100 Original-Received: from [66.225.201.151] (port=36838 helo=mail.jpl.org) by orlando.hostforweb.net with esmtpa (Exim 4.63) (envelope-from ) id 1HFSAa-0006rV-9S for ding@gnus.org; Fri, 09 Feb 2007 03:35:52 -0600 X-Hashcash: 1:20:070209:ding@gnus.org::4gqga9lanRh/dsDr:00005Ml3 X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.93 (gnu/linux) Cancel-Lock: sha1:sw95Q4Gsf3Pc5E9kae3jTy3R478= X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -2.5 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:64299 Archived-At: At last I found the cause; `message-cite-original-1' definitely calls `gnus-article-highlight-citation'. Oops! The reason why I took time so long is that I don't use `message-cite-original' and I forgot to read the ChangeLog file. Tassilo Horn writes: > Katsumi Yamaoka writes: >> I guess that those overlays are copied from the article buffer for >> some reason. Or don't you use `gnus-article-highlight-citation' >> purposely in the message buffer? > > No, I don't use that, at least I didn't modify Gnus to do it on my > own. [gnus-cite-1]. > > If the change Reiner introduced [1] uses this function, then I use it > implicitly. [gnus-cite-1, too] [...] > Footnotes: > [1] `gnus-article-highlight-citation' is useless for message buffers if `gnus-message-citation-mode' is enabled since those highlighting is quite different; what `g-a-h-c' did are overridden by `g-m-c-m'. Moreover, `g-a-h-c' has no effect for text edited afterward. So, I've simply removed it from message.el. Regards,