From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/43669 Path: quimby.gnus.org!not-for-mail From: Bill White Newsgroups: gmane.emacs.gnus.general Subject: Re: the gnus-newsgroup-unseen mark is too sticky Date: Tue, 26 Feb 2002 22:31:23 -0600 Message-ID: References: NNTP-Posting-Host: quimby2.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: quimby2.netfonds.no 1014784137 12157 195.204.10.66 (27 Feb 2002 04:28:57 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 27 Feb 2002 04:28:57 GMT Cc: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16fvi4-00039u-00; Wed, 27 Feb 2002 05:28:56 +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 16fvcj-0004tn-00; Tue, 26 Feb 2002 22:23:25 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 26 Feb 2002 22:23:26 -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 WAA22859 for ; Tue, 26 Feb 2002 22:23:14 -0600 (CST) Original-Received: (qmail 25608 invoked by alias); 27 Feb 2002 04:23:08 -0000 Original-Received: (qmail 25603 invoked from network); 27 Feb 2002 04:23:08 -0000 Original-Received: from wri-dns0.wolfram.com (HELO wolfram.com) (140.177.205.10) by gnus.org with SMTP; 27 Feb 2002 04:23:08 -0000 Original-Received: from localhost.localdomain.wolfram.com (dmz5.wolfram.com [140.177.205.1]) by wolfram.com (8.11.2/8.11.2) with ESMTP id g1R4N2L06014; Tue, 26 Feb 2002 22:23:04 -0600 Original-To: Harry Putnam X-Face: (|p=5paZ;5sn@$'yf[ [mc}h!^-.j\s}lz4KmZHnRi'$i-`JC-P93D'sYSvj'4k1+XR.77cYa%}0&)8"uqa(VuPRrboD>&J>w + (Harry Putnam's message of "Tue, 26 Feb 2002 08:53:33 -0800") Original-Lines: 42 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i586-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: quimby.gnus.org gmane.emacs.gnus.general:43669 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:43669 On Tue Feb 26 2002 at 10:53, Harry Putnam said: > Bill White writes: > >> (defface gnus-summary-unseen-face >> '((((class color)) >> (:foreground "gold" :background "black"))) >> "Face used for unseen (.-marked) articles.") >> >> (require 'gnus-sum) >> (require 'cl) >> >> (pushnew '((memq (gnus-summary-article-number) >> gnus-newsgroup-unseen) >> . gnus-summary-unseen-face) >> gnus-summary-highlight) > > How can that be rewritten so that it hylights messages scored above > a certain score? I think this would do it, but I don't use scoring so I haven't tested it. See the docs for the variable gnus-summary-highlight ---------------------------------------------------------------------- (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) ---------------------------------------------------------------------- Cheers - bw -- Bill White . billw@wolfram.com . http://members.wri.com/billw "No ma'am, we're musicians."