From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: cothrige Newsgroups: gmane.emacs.help Subject: Re: Gnus color highlighting Date: Wed, 23 May 2007 16:20:50 GMT Organization: BellSouth Internet Group Message-ID: References: <87646ki4j3.fsf@celephais.home.net> <87y7jgavqn.fsf@lion.rapttech.com.au> NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1179938474 6895 80.91.229.12 (23 May 2007 16:41:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 23 May 2007 16:41:14 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 23 18:41:05 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HqttZ-00047j-58 for geh-help-gnu-emacs@m.gmane.org; Wed, 23 May 2007 18:41:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hqtta-0006As-Sk for geh-help-gnu-emacs@m.gmane.org; Wed, 23 May 2007 12:41:06 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!nx02.iad01.newshosting.com!newshosting.com!216.196.98.140.MISMATCH!border1.nntp.dca.giganews.com!nntp.giganews.com!elnk-atl-nf1!newsfeed.earthlink.net!bigfeed2.bellsouth.net!bigfeed.bellsouth.net!bignumber.bellsouth.net!news.bellsouth.net!bignews6.bellsouth.net.POSTED!fb0cad44!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: slrn/0.9.8.1pl1 (Debian) Original-Lines: 41 Original-X-Complaints-To: abuse@bellsouth.net X-Abuse-Info: Please forward a copy of all headers for proper handling Original-X-Trace: ofjmidbaofeaohdodbdpiflmbcekedmfhojhikkbagflhcboapakdlpbcfpfllfafbcgpepmajljakaodbmnhfjdjdibbojcnbngldibagjdgcomdnjpfhmbnkoegbaidoehfbinhlppcbaiomlgcccebcdfdbbm Original-NNTP-Posting-Date: Wed, 23 May 2007 12:20:50 EDT Original-Xref: shelby.stanford.edu gnu.emacs.help:148743 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:44333 Archived-At: On 2007-05-23, Katsumi Yamaoka wrote: > > If you've modified the value of the `message-cite-prefix-regexp', > it will occur. But you haven't done it, have you? Nope, I haven't fiddled with any variables right now. It would still be the default. > There are two possible causes: one is that the number of citation > lines that are not highlighted is less than the value of the > `gnus-cite-minimum-match-count' variable (of which the default > value is 2); the other is that highlighted lines use the face of > which the color is the same as that of the default face. For the > former, put the following line in your ~/.gnus.el file: > > (setq gnus-cite-minimum-match-count 1) This is showing as 2 right now. > For the later, changing the order of the faces might help. I > have the following snippet in my ~/.gnus.el file: > > (setq gnus-cite-face-list > (mapcar (lambda (n) (intern (format "gnus-cite-%s" n))) > '(3 7 2 6 4 5 8 9 10 11 1))) At this point, I find that the problem is not what I thought. In looking at trying this out I realize that the fault is not in gnus, which is actually working fine, but rather it is because I usually run emacs in a screen session, and that is seeming to mess with my colors. Any thoughts on what may be causing that? > > Of course, you can change the colors of the gnus-cite-1, > gnus-cite-2, gnus-cite-3... faces. > > Regards, Many thanks, Patrick