From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/64662 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: message-header-xheader unused, maybe Date: Tue, 22 May 2007 19:56:56 +0900 Organization: Emacsen advocacy group Message-ID: References: <87r6perki0.fsf@zip.com.au> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1179831512 31593 80.91.229.12 (22 May 2007 10:58:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 22 May 2007 10:58:32 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M13173@lists.math.uh.edu Tue May 22 12:58:31 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 1HqS4Q-0003P2-RY for ding-account@gmane.org; Tue, 22 May 2007 12:58:27 +0200 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 1HqS3B-00075i-If; Tue, 22 May 2007 05:57:09 -0500 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 1HqS3A-00075U-3U for ding@lists.math.uh.edu; Tue, 22 May 2007 05:57:08 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1HqS35-0007L1-RG for ding@lists.math.uh.edu; Tue, 22 May 2007 05:57:08 -0500 Original-Received: from orlando.hostforweb.net ([216.246.45.90]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1HqS34-0003ai-00 for ; Tue, 22 May 2007 12:57:02 +0200 Original-Received: from [66.225.201.151] (port=48209 helo=mail.jpl.org) by orlando.hostforweb.net with esmtpa (Exim 4.63) (envelope-from ) id 1HqS34-0000ZC-MF for ding@gnus.org; Tue, 22 May 2007 05:57:03 -0500 X-Hashcash: 1:20:070522:ding@gnus.org::HXsaW0wGrkZM1Es9:00003YIJ 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.110007 (No Gnus v0.7) Emacs/22.0.990 (gnu/linux) Cancel-Lock: sha1:3wcw28ZmWLredl50Eiw0/cifcfk= 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 - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -2.4 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:64662 Archived-At: >>>>> In <87r6perki0.fsf@zip.com.au> Kevin Ryde wrote: > In message.el, the message-header-xheader face seems to be unused. > Is that accidental, or deliberate? > Incidentally, some of the colours in message mode with "dark background" > seem a bit dark to me, like DarkGreen for message-header-name. Do dark > users find them ok? I use dark, but only on the console, where in fact > "blue3" in message-separator comes out pretty much unreadable -- but > perhaps that's the fault of "tty-color"s mapping. I use light. But I tried the white-on-black Emacs today and realized I can do nothing in the message header unless I turn the brightness of the display up to practically the maximum. It is similar also in the article buffer. (It might be because I usually dim the display too much, though.) OTOH, emacs-w3m does not cause me inconvenience. > 2007-05-17 Kevin Ryde > * message.el (message-font-lock-keywords): Use message-header-xheader > face for "X-Foo", its apparent intended purpose. Move "X-" pattern > ahead of the anything pattern, to get it recognised. > (Note the diff is a bit zany, it's actually a swap of the two forms, not > changes to the patterns.) I like it. I've installed it in the trunk. Regards,