Gnus development mailing list
 help / color / mirror / Atom feed
* coloring process-marked articles
@ 2001-09-28  4:04 Bill White
  2001-09-28  4:16 ` Daniel Pittman
  0 siblings, 1 reply; 3+ messages in thread
From: Bill White @ 2001-09-28  4:04 UTC (permalink / 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."




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-09-28  5:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-28  4:04 coloring process-marked articles Bill White
2001-09-28  4:16 ` Daniel Pittman
2001-09-28  5:06   ` Bill White

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).