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

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

Re: per group value of gnus-summary-thread-gathering-function?


From: Johan Bockgård
Subject: Re: per group value of gnus-summary-thread-gathering-function?
Date: Mon, 28 Jul 2008 16:54:19 +0200
User-agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.0.60 (gnu/linux)

Giorgos Keramidas <keramida@ceid.upatras.gr> writes:

>             (dolist (pair keramida-gnus-group-thread-function-map)
>               (message "pair is %s" pair)
>               (if (not match-function)
>                   (let ((pattern (car pair))
>                         (func (cdr pair)))
>                     (if (and (string-match pattern group)
>                              (fboundp func))
>                         (setq match-function func))))))

    (assoc-default group keramida-gnus-group-thread-function-map
                   'string-match)

-- 
Johan Bockgård


reply via email to

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