From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/28282 Path: main.gmane.org!not-for-mail From: Raymond Scholz Newsgroups: gmane.emacs.gnus.general Subject: gnus-summary-thread-gathering-function and digests Date: 16 Dec 1999 19:00:37 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035165158 29080 80.91.224.250 (21 Oct 2002 01:52:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:52:38 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by mailhost.sclp.com (Postfix) with ESMTP id D4C42D0520 for ; Fri, 17 Dec 1999 04:38:20 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.3/8.9.1) with ESMTP id DAB10771; Fri, 17 Dec 1999 03:37:56 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 17 Dec 1999 03:38:04 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id DAA15053 for ; Fri, 17 Dec 1999 03:37:43 -0600 (CST) Original-Received: from mail2.gmx.net (mail2.gmx.net [194.221.183.62]) by mailhost.sclp.com (Postfix) with SMTP id 855FCD051E for ; Fri, 17 Dec 1999 04:37:22 -0500 (EST) Original-Received: (qmail 18801 invoked by uid 0); 16 Dec 1999 20:10:41 -0000 Original-Received: from 98.136.hh1.ip.foni.net (HELO mde1.home) (212.7.136.98) by mail2.gmx.net with SMTP; 16 Dec 1999 20:10:41 -0000 Original-Received: (from rscholz@localhost) by mde1.home (8.9.3/8.9.3) id TAA19990; Thu, 16 Dec 1999 19:00:38 +0100 Original-To: ding@gnus.org X-URL: http://www.tzi.de/~rscholz/ Original-Lines: 38 User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:28282 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:28282 I prefer gnus-summary-thread-gathering-function to use 'gnus-gather-threads-by-references. But for digests this is usually not a good solution as all the digests I've seen so far don't contain reference information. So for some groups (I receive as a digest) I want to have threading by subject. I use: (add-hook 'gnus-summary-mode-hook (lambda () (cond ((string-match "list\.linux\.kernel" gnus-newsgroup-name) (setq gnus-summary-thread-gathering-function 'gnus-gather-threads-by-subject) (setq gnus-summary-thread-gathering-function 'gnus-gather-threads-by-references))))) This is probably a little awkward and it even does not work, if you know a better solution please let me know. My first thought was to set the threading function in the group parameters. But digests behave strange (maybe I should say smart), as they generate a new nndoc group for every digest. This new group doesn't inherit it's fathers group parameter. So is there a good way to set threading on a per group basis even for digests? Cheers, Ray -- Raymond Scholz -*- rscholz@tzi.de -*- http://www.tzi.de/~rscholz/ FB 3 Informatik, Universität Bremen -*- PGP key available via WWW