|
| 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
| [Prev in Thread] | Current Thread | [Next in Thread] |