Gnus development mailing list
 help / color / mirror / Atom feed
From: kgreiner@xpediantsolutions.com
Subject: Re: The Agent now downloading gigs of old articles...
Date: Sat, 14 Dec 2002 00:53:08 -0600	[thread overview]
Message-ID: <u7kedozvv.fsf@xpediantsolutions.com> (raw)
In-Reply-To: <m3bs3q3u30.fsf@quimbies.gnus.org>

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> kgreiner@xpediantsolutions.com writes:
>
>> and I fiddled a little more.  The font is now applied to undownloaded,
>> not downloaded, articles so that should help with much of the
>> multiplexing.  I've also created three faces so that undownloaded
>> articles still provide a visual clue to the article's score.
>
> That's nice, but it's now using (for me) white on Wheat1 on
> undownloaded articles.  (And why is it called "uncached"?)  You
> should differentiate between dark and light screens when doing
> colors, and specify both foreground and background, if you want to
> change the background color.
>
> -- 
> (domestic pets only, the antidote for overdose, milk.)
>    larsi@gnus.org * Lars Magne Ingebrigtsen

white on Wheat1 ?? - yuck.  OK, how about your color scheme except
that we replace darkslategray with cyan4 as my eyes have a hard time
distinquishing between black and slate gray?  I can't comment on the
light gray for the dark background as I can't figure out how to invert
my video.

As for uncached, well I'd been reading too many old articles
suggesting that the cache and agent should be merged.  Personally, I
also prefer uncached as a word than undownloaded or unfetched.

If anyone wants to try an alternative color scheme, here's one:

(defface gnus-summary-high-uncached-face
   '((((class color)
       (background light))
      (:bold t :foreground "cyan4" :bold nil))
     (((class color) (background dark))
      (:bold t :foreground "LightGray" :bold nil))
     (t (:inverse-video t :bold t)))
  "Face used for high interest uncached articles.")

(defface gnus-summary-low-uncached-face
   '((((class color)
       (background light))
      (:italic t :foreground "cyan4" :bold nil))
     (((class color) (background dark))
      (:italic t :foreground "LightGray" :bold nil))
     (t (:inverse-video t :italic t)))
  "Face used for low interest uncached articles.")

(defface gnus-summary-normal-uncached-face
   '((((class color)
       (background light))
      (:foreground "cyan4" :bold nil))
     (((class color) (background dark))
      (:foreground "LightGray" :bold nil))
     (t (:inverse-video t)))
  "Face used for normal interest uncached articles.")

Kevin



  reply	other threads:[~2002-12-14  6:53 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-10 23:40 Lars Magne Ingebrigtsen
2002-12-10 23:57 ` kgreiner
2002-12-11  0:10   ` Lars Magne Ingebrigtsen
2002-12-11  0:15     ` Lars Magne Ingebrigtsen
2002-12-11  4:22       ` kgreiner
2002-12-13 13:51         ` Lars Magne Ingebrigtsen
2002-12-14  6:53           ` kgreiner [this message]
2002-12-28 17:47             ` Lars Magne Ingebrigtsen
2003-01-06  7:24               ` kgreiner
2003-01-06  7:29                 ` Lars Magne Ingebrigtsen
2003-01-08 16:44               ` Cache/Agent Integration kgreiner
2003-01-11 20:14                 ` Lars Magne Ingebrigtsen
2003-04-13 23:39                   ` Kevin Greiner
2002-12-28 17:47             ` The Agent now downloading gigs of old articles Lars Magne Ingebrigtsen

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=u7kedozvv.fsf@xpediantsolutions.com \
    --to=kgreiner@xpediantsolutions.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).