Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <jas@extundo.com>
Cc: ding@gnus.org
Subject: Re: [gnus.gnus-bug] [Regression] Why is my Summary buffer green?
Date: Sat, 03 Jan 2004 23:49:22 +0100	[thread overview]
Message-ID: <ilupte0d4wd.fsf@latte.josefsson.org> (raw)
In-Reply-To: <m3r7yh8bpf.fsf@quimbies.gnus.org> (Lars Magne Ingebrigtsen's message of "Sat, 03 Jan 2004 13:21:16 +0100")

I don't see this (perhaps because my gnus-select-article-hook call
gnus-agent-fetch-selected-article), but one idea is that this patch
might help.  I think this has been discussed before.

--- gnus-sum.el.~6.376.~	2004-01-03 23:45:28.000000000 +0100
+++ gnus-sum.el	2004-01-03 23:48:00.000000000 +0100
@@ -907,12 +907,6 @@
 (defcustom gnus-summary-highlight
   '(((eq mark gnus-canceled-mark)
      . gnus-summary-cancelled-face)
-    ((and uncached (> score default-high))
-     . gnus-summary-high-undownloaded-face)
-    ((and uncached (< score default-low))
-     . gnus-summary-low-undownloaded-face)
-    (uncached
-     . gnus-summary-normal-undownloaded-face)
     ((and (> score default-high)
 	  (or (eq mark gnus-dormant-mark)
 	      (eq mark gnus-ticked-mark)))
@@ -940,6 +934,12 @@
      . gnus-summary-high-read-face)
     ((< score default-low)
      . gnus-summary-low-read-face)
+    ((and uncached (> score default-high))
+     . gnus-summary-high-undownloaded-face)
+    ((and uncached (< score default-low))
+     . gnus-summary-low-undownloaded-face)
+    (uncached
+     . gnus-summary-normal-undownloaded-face)
     (t
      . gnus-summary-normal-read-face))
   "*Controls the highlighting of summary buffer lines.

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

> This really should be fixed, I think.  What's the minimal solution
> for making this work better?
>
> From:  Malcolm Purvis <malcolmpurvis@optushome.com.au>
> Subject: [Regression] Why is my Summary buffer green?
> Newsgroups: gnus.gnus-bug
> Date: Sat, 03 Jan 2004 21:59:42 +1100
>
> Gnus v5.10.5
> XEmacs 21.4 (patch 14) "Reasonable Discussion" [Lucid] (powerpc-unknown-linux) of Sat Nov 22 2003 on c18072.rivrw2.nsw.optusnet.com.au
> 200  NNRP Service Ready (posting ok).
>
> [I Think that Kai has already reported this but I don't think it made much
> impact]
>
> This is a picture of my summary buffer for aus.rail when using CVS gnus
> updated a few minutes ago:
>
>
>
> Note how all the articles are all the one colour.  This contrasts with 5.10.2
> using exactly the same setup:
>
>
>
> I think that it is related to relatively recent agent changes, but for
> whatever reason it is a regression and should be fixed before No Gnus starts.
>
> Is there any chance that this could be done?  I find it a lot harder to find
> unread articles because I'm used to the different colours.
>
> Malcolm
>
>
> ----------
>
>
>
> -- 
> If you want an explanation on what you have just read, please
> refer to <URL:http://quimby.gnus.org/gnus/zombie.html>.




  parent reply	other threads:[~2004-01-03 22:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-03 12:21 Lars Magne Ingebrigtsen
2004-01-03 19:38 ` Zack Weinberg
2004-01-04  9:57   ` Sebastian D.B. Krause
2004-01-04 20:34     ` Lars Magne Ingebrigtsen
2004-01-04 21:44       ` Malcolm Purvis
2004-01-03 22:49 ` Simon Josefsson [this message]
2004-01-04  0:22   ` 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=ilupte0d4wd.fsf@latte.josefsson.org \
    --to=jas@extundo.com \
    --cc=ding@gnus.org \
    /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).