info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: collapsed threads, highlighting root article


From: pkd
Subject: Re: collapsed threads, highlighting root article
Date: 17 May 2004 21:40:52 GMT
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) Hamster-Pg/1.13

On Mon, 17 May 2004, Lars Magne Ingebrigtsen wrote:

> pkd <p_u_n_k_i_n_d@yahoo.it> writes:
> 
>> not many... i can *sort* by total score, but i'm clueless on how to
>> score.
> 
> Uhm...  I thought there were some stuff for displaying total thread
> score somewhere...   Yes, the %V `gnus-summary-line-format' spec. 

thanks Lars.

here's what i've done: a %2uV into my gnus-summary-line-format, where...

(defun gnus-user-format-function-V (thread)
  (if (or 
       (/= gnus-tmp-level 0)
       (zerop (mod (gnus-thread-total-score thread) 1000)))
      ""
    "▸"))

...draws my attention to positive threads (i.e. containig +1 scored posts)

there's a problem though. fake root articles do not get the `▸' sign, i
guess gnus-thread-total-score is responsible for this.

-- 
This is a sorry sight.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]