From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/36466 Path: main.gmane.org!not-for-mail From: Raja R Harinath Newsgroups: gmane.emacs.gnus.general Subject: Re: Suggestion for Summary highlighting Date: 27 May 2001 09:10:18 -0500 Sender: harinath@cs.umn.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: main.gmane.org 1035172046 8757 80.91.224.250 (21 Oct 2002 03:47:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:47:26 +0000 (UTC) Cc: Nevin Kapur , ding@gnus.org Return-Path: Original-Received: (qmail 15919 invoked by alias); 27 May 2001 14:10:21 -0000 Original-Received: (qmail 15914 invoked from network); 27 May 2001 14:10:21 -0000 Original-Received: from mail.cs.umn.edu (128.101.33.100) by gnus.org with SMTP; 27 May 2001 14:10:21 -0000 Original-Received: from han.cs.umn.edu (IDENT:root@han.cs.umn.edu [128.101.35.134]) by mail.cs.umn.edu (8.11.3/8.11.3) with ESMTP id f4REAIW24786; Sun, 27 May 2001 09:10:19 -0500 (CDT) Original-Received: (from harinath@localhost) by han.cs.umn.edu (8.9.3/8.9.0) id JAA24351; Sun, 27 May 2001 09:10:18 -0500 X-Authentication-Warning: han.cs.umn.edu: harinath set sender to harinath@cs.umn.edu using -f Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) In-Reply-To: (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "24 May 2001 15:02:18 +0200") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.103 Original-Lines: 52 Xref: main.gmane.org gmane.emacs.gnus.general:36466 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:36466 --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Hi, Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro=DFjohann) writes: > On 21 May 2001, Nevin Kapur wrote: >> I am submitting it for review for inclusion. >=20 > I have now committed the patch. The following patch is needed to complete the change. >>From Raja R Harinath * gnus-salt.el (gnus-tree-highlight-node): Bind 'default-high' and 'default-low' when evaluating gnus-summary-highlight. --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=gnus-diff Content-Description: fix gnus-tree-highlight-node 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 --=-=-= - 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 --=-=-=--