From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63184 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.gnus.general Subject: Re: ngnus 0.5 has changed the font-lock syntax Date: Wed, 10 May 2006 18:31:27 +0200 Message-ID: <87slnhkfj4.fsf@mat.ucm.es> References: <87hd3yrumi.fsf@mat.ucm.es> <87slnhnbrp.fsf@mat.ucm.es> Reply-To: Uwe Brauer NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1147278881 12564 80.91.229.2 (10 May 2006 16:34:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 May 2006 16:34:41 +0000 (UTC) Original-X-From: ding-owner+m11711@lists.math.uh.edu Wed May 10 18:34:35 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FdrdU-00021L-UG for ding-account@gmane.org; Wed, 10 May 2006 18:34:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1FdrdL-0002Oa-00; Wed, 10 May 2006 11:33:55 -0500 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Fdrb9-0002OU-00 for ding@lists.math.uh.edu; Wed, 10 May 2006 11:31:39 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1Fdrb6-0003Bu-4T for ding@lists.math.uh.edu; Wed, 10 May 2006 11:31:38 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Fdrb4-0000c6-00 for ; Wed, 10 May 2006 18:31:34 +0200 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FdraV-0001Uh-S9 for ding@gnus.org; Wed, 10 May 2006 18:30:59 +0200 Original-Received: from maportatil10.quim.ucm.es ([147.96.7.218]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 May 2006 18:30:59 +0200 Original-Received: from oub by maportatil10.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 May 2006 18:30:59 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 33 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: maportatil10.quim.ucm.es X-Hashcash: 1:20:060510:gmane.emacs.gnus.general::P5XqvYm9S0o2cRdM:000000000000000000000000000000000000083zW User-Agent: Gnus/5.110006 (No Gnus v0.6) XEmacs/21.4.18 (linux) Cancel-Lock: sha1:XgKPsZjCBGBc8aXJdxRDnuRMSVU= X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:63184 Archived-At: >>>>> "Reiner" == Reiner Steib writes: Reiner> No, `message.el' in your example. Then search for Reiner> "message-font-lock-keywords", set the region and hit `d'. Reiner> Then I see the relevant change: Reiner> --- message.el 17 May 2005 08:02:15 -0000 7.79 Reiner> +++ message.el 16 Jun 2005 05:51:57 -0000 7.80 Reiner> @@ -1153,7 +1153,7 @@ Reiner> table) Reiner> "Syntax table used while in Message mode.") Reiner> -(defface message-header-to-face Reiner> +(defface message-header-to Reiner> '((((class color) Reiner> (background dark)) Reiner> (:foreground "green2" :bold t)) Reiner> [...] >> Are you saying that that function finds changes, even if the files >> in question are not under version control? Reiner> No, I assumed that you use a CVS checkout of Gnus. Ah, ok, well I did first, but then I saw the actual 0.5 version as a tar pkg, so I took that one, since I am cautious about CVS checkouts, however your remark, let me rethink my attitude. Thanks Uwe