Gnus development mailing list
 help / color / mirror / Atom feed
From: Raja R Harinath <harinath@cs.umn.edu>
Cc: Nevin Kapur <nevin@jhu.edu>, ding@gnus.org
Subject: Re: Suggestion for Summary highlighting
Date: 27 May 2001 09:10:18 -0500	[thread overview]
Message-ID: <d91ypaj31x.fsf@han.cs.umn.edu> (raw)
In-Reply-To: <vafbsoiq4rp.fsf@lucy.cs.uni-dortmund.de> (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "24 May 2001 15:02:18 +0200")

[-- Attachment #1: Type: text/plain, Size: 436 bytes --]

Hi,

Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes:
> On 21 May 2001, Nevin Kapur wrote:
>> I am submitting it for review for inclusion.
> 
> I have now committed the patch.

The following patch is needed to complete the change.

>From  Raja R Harinath  <harinath@cs.umn.edu>

	* gnus-salt.el (gnus-tree-highlight-node): Bind 'default-high'
        and 'default-low' when evaluating gnus-summary-highlight.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: fix gnus-tree-highlight-node --]
[-- Type: text/x-patch, Size: 740 bytes --]

Index: gnus-salt.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-salt.el,v
retrieving revision 6.2
diff -u -p -u -p -r6.2 gnus-salt.el
--- gnus-salt.el	2001/01/09 17:03:38	6.2
+++ gnus-salt.el	2001/05/26 14:06:54
@@ -666,6 +666,8 @@ Two predefined functions are available:
       (let* ((score (or (cdr (assq article gnus-newsgroup-scored))
 			gnus-summary-default-score 0))
 	     (default gnus-summary-default-score)
+	     (default-high gnus-summary-default-high-score)
+	     (default-low gnus-summary-default-low-score)
 	     (mark (or (gnus-summary-article-mark article) gnus-unread-mark)))
 	;; Eval the cars of the lists until we find a match.
 	(while (and list

[-- Attachment #3: Type: text/plain, Size: 213 bytes --]


- Hari
-- 
Raja R Harinath ------------------------------ harinath@cs.umn.edu
"When all else fails, read the instructions."      -- Cahn's Axiom
"Our policy is, when in doubt, do the right thing."   -- Roy L Ash

  parent reply	other threads:[~2001-05-27 14:10 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-22  1:44 Nevin Kapur
2001-05-24 13:02 ` Kai Großjohann
2001-05-24 14:15   ` Nevin Kapur
2001-05-24 17:46   ` Colin Walters
2001-05-24 22:13     ` Kai Großjohann
2001-05-24 22:25       ` Nevin Kapur
2001-05-27 14:10   ` Raja R Harinath [this message]
2001-05-27 14:32     ` Nevin Kapur
2001-05-27 20:03     ` Kai Großjohann

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=d91ypaj31x.fsf@han.cs.umn.edu \
    --to=harinath@cs.umn.edu \
    --cc=ding@gnus.org \
    --cc=nevin@jhu.edu \
    /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).