From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/11217 Path: news.gmane.org!not-for-mail From: Giorgos Keramidas Newsgroups: gmane.emacs.gnus.user Subject: per group value of gnus-summary-thread-gathering-function? Date: Tue, 22 Jul 2008 17:48:29 +0300 Organization: SunSITE.dk - Supporting Open source Message-ID: <877ibeasaq.fsf@kobe.laptop> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1216741360 3622 80.91.229.12 (22 Jul 2008 15:42:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Jul 2008 15:42:40 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Tue Jul 22 17:43:29 2008 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KLK1C-0000RI-KU for gegu-info-gnus-english@m.gmane.org; Tue, 22 Jul 2008 17:43:14 +0200 Original-Received: from localhost ([127.0.0.1]:39787 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLK0J-0000r2-Ae for gegu-info-gnus-english@m.gmane.org; Tue, 22 Jul 2008 11:42:19 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!nx01.iad01.newshosting.com!newshosting.com!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.cw.net!cw.net!news-FFM2.ecrc.de!news.net.uni-c.dk!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) Cancel-Lock: sha1:hWRMMQoBiZgNM524dHFbNvbs7Uc= Original-Lines: 22 Original-NNTP-Posting-Host: 77.49.177.127 Original-X-Trace: news.sunsite.dk DXC==Da4V>:]LHSOP]JQ=foLd_YSB=nbEKnk[ML^MjWbH?lJH1Tkj\_BI=C_kTcGD]5^ Original-X-Complaints-To: staff@sunsite.dk Original-Xref: news.stanford.edu gnu.emacs.gnus:81436 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:11217 Archived-At: Is it possible to customize `gnus-summary-thread-gathering-function' on a per group basis? I tried explicitly setting the thread gathering function in my ~/.gnus file with: (setq gnus-summary-thread-gathering-function 'gnus-gather-threads-by-references) and the I added to the group parameters of a single group the item: (gnus-summary-thread-gathering-function . gnus-gather-threads-by-subject) But this doesn't seem to work as I expected it would work. The Gnus version I am using is hte bundled Gnus v5.13 snapshot from a CVS Emacs snapshot checked out at 06-June-2008 (a bit old-ish but I haven't been tracking Emacs very closely the last month or so). What is the recommended way of getting different thread gathering logic for some of the groups?