From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/43316 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: the gnus-newsgroup-unseen mark is too sticky Date: Tue, 26 Feb 2002 22:15:16 -0800 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035178429 16952 80.91.224.250 (21 Oct 2002 05:33:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:33:49 +0000 (UTC) Return-Path: Original-Received: (qmail 27058 invoked from network); 27 Feb 2002 06:18:44 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 27 Feb 2002 06:18:44 -0000 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 16fxOd-0005Kn-00; Wed, 27 Feb 2002 00:16:59 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 27 Feb 2002 00:16:59 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id AAA23219 for ; Wed, 27 Feb 2002 00:16:48 -0600 (CST) Original-Received: (qmail 27047 invoked by alias); 27 Feb 2002 06:16:18 -0000 Original-Received: (qmail 27042 invoked from network); 27 Feb 2002 06:16:18 -0000 Original-Received: from smtp.newsguy.com (HELO newsguy.com) (209.155.56.71) by gnus.org with SMTP; 27 Feb 2002 06:16:18 -0000 Original-Received: from reader.local.lan (adsl-66.51.210.228.dslextreme.com [66.51.210.228]) by newsguy.com (8.9.1a/8.9.1) with ESMTP id WAA88086 for ; Tue, 26 Feb 2002 22:15:48 -0800 (PST) Original-Received: (from reader@localhost) by reader.local.lan (8.11.6/8.11.6) id g1R6Fh530579; Tue, 26 Feb 2002 22:15:43 -0800 X-Authentication-Warning: reader.local.lan: reader set sender to reader@newsguy.com using -f Original-To: In-Reply-To: (Bill White's message of "Tue, 26 Feb 2002 22:31:23 -0600") User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1.80 (i586-pc-linux-gnu) Original-Lines: 18 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:43316 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:43316 Bill White writes: > ---------------------------------------------------------------------- > (defface gnus-summary-my-score-face > '((((class color)) > (:foreground "gold" :background "black"))) > "Face used for articles whose score is > 123.") > > (require 'gnus-sum) > (require 'cl) > > (pushnew '((> score 123) . gnus-summary-my-score-face) > gnus-summary-highlight) > ---------------------------------------------------------------------- Thanks Bill, for the sample code and pointer. I don't think I would have got it right from the documenation on gnus-summary-highlight with out some example code though.