Gnus development mailing list
 help / color / mirror / Atom feed
From: "Bill White" <billw@wolfram.com>
Subject: coloring process-marked articles
Date: Thu, 27 Sep 2001 23:04:42 -0500	[thread overview]
Message-ID: <m366a47yg5.fsf@wolfram.com> (raw)

I was thinking today that it would be nice to colorize process-marked
articles in the summary buffer.  Here's a way to do it by customizing
gnus-summary-highlight, but this way I'll miss the nifty things that
are occasionally added to gnus-summary-highlight.  Is there a better
way to do it?

   ,----[ ~/.gnus ]
   | (defface gnus-summary-process-face
   |   '((((class color))
   |      (:foreground "deeppink" :background "black")))
   |   "Face used for process-marked articles.")
   `----

   ,----[ C-h v gnus-summary-highlight RET ]
   | gnus-summary-highlight's value is shown below.
   | 
   | [...]
   | 
   | Value:
   | (((= mark gnus-canceled-mark)
   |   . gnus-summary-cancelled-face)
=> |  ((memq
=> |    (gnus-summary-article-number)
=> |    gnus-newsgroup-processable)
=> |   . gnus-summary-process-face)
   | 
   | [...]
   | 
   `----

Thanks!

bw
-- 
Bill White
Wolfram Research
"No ma'am, we're musicians."




             reply	other threads:[~2001-09-28  4:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-28  4:04 Bill White [this message]
2001-09-28  4:16 ` Daniel Pittman
2001-09-28  5:06   ` Bill White

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m366a47yg5.fsf@wolfram.com \
    --to=billw@wolfram.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).