From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/48187 Path: main.gmane.org!not-for-mail From: kgreiner@xpediantsolutions.com Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-agent-fetch-selected-article Date: Fri, 13 Dec 2002 13:30:14 -0600 Sender: owner-ding@hpc.uh.edu Message-ID: References: <20021211092015.18546.h016.c001.wm@mail.xpediantsolutions.com.criticalpath.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1039807983 8499 80.91.224.249 (13 Dec 2002 19:33:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 13 Dec 2002 19:33:03 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18MvYT-0002CS-00 for ; Fri, 13 Dec 2002 20:33:01 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18MvWU-00058I-00; Fri, 13 Dec 2002 13:30:58 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 13 Dec 2002 13:31:48 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@[209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id NAA09731 for ; Fri, 13 Dec 2002 13:31:32 -0600 (CST) Original-Received: (qmail 5095 invoked by alias); 13 Dec 2002 19:30:19 -0000 Original-Received: (qmail 5089 invoked from network); 13 Dec 2002 19:30:18 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by gnus.org with SMTP; 13 Dec 2002 19:30:18 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 18Mvhi-0008RX-00 for ; Fri, 13 Dec 2002 20:42:34 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 22 Original-NNTP-Posting-Host: h-66-134-21-50.hstqtx02.covad.net Original-X-Trace: quimby.gnus.org 1039808554 32023 66.134.21.50 (13 Dec 2002 19:42:34 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 13 Dec 2002 19:42:34 GMT User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-msvc-nt5.1.2600) Cancel-Lock: sha1:dTdtijxppUsLjoF4kcm1PtUmBes= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:48187 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:48187 David S Goldberg writes: >>>>>> On Wed, 11 Dec 2002 09:20:13 -0800 (PST), >>>>>> kgreiner@xpediantsolutions.com said: > > A related issue: putting the servers back in the agent and entering a > group resulted in a big flashy rainbow of colors I'd never seen in > gnus before (:-) It's pretty, but IMO distracting. Is there any way > to use the agent but turn off the visual cues (faces). I would prefer > to just use the %O spec to give me that in a quieter fashion. > > Thanks, > -- > Dave Goldberg > david.goldberg6@verizon.net Absolutely. All you need do is customize gnus-summary-highlight. Just delete the three cons cells whose sample face has the wheat background color. Kevin