From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/65873 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-thread-sort-functions? Date: Tue, 04 Dec 2007 21:08:54 +0000 Message-ID: <87aboqxj4p.fsf@bzg.ath.cx> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1196802626 26519 80.91.229.12 (4 Dec 2007 21:10:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 4 Dec 2007 21:10:26 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M14368@lists.math.uh.edu Tue Dec 04 22:10:34 2007 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1Izf21-00048e-NX for ding-account@gmane.org; Tue, 04 Dec 2007 22:10:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Izf0u-0000AR-Ko; Tue, 04 Dec 2007 15:09:08 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Izf0s-0000AC-1m for ding@lists.math.uh.edu; Tue, 04 Dec 2007 15:09:06 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1Izf0m-0000kD-2w for ding@lists.math.uh.edu; Tue, 04 Dec 2007 15:09:05 -0600 Original-Received: from ug-out-1314.google.com ([66.249.92.168]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Izf0j-0005Pn-00 for ; Tue, 04 Dec 2007 22:08:57 +0100 Original-Received: by ug-out-1314.google.com with SMTP id y2so207650uge for ; Tue, 04 Dec 2007 13:08:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:received:from:to:subject:in-reply-to:references:user-agent:date:message-id:mime-version:content-type:sender; bh=uORxwz3v5JgoWxKFnBVtTxV8jbrEI+XdBDxn/o3QyOo=; b=bPUG/QxaKMTBBPKUtyQclH3TlnqUm2cJHHsg2pqXeFuMffmxm98uDiI9Er3sYXxDYRhDDmEWN+aK1NrrBSvvLEnoct4hsCfUcfy5TIiAbnR2iqgRF7aUW6plXeQIYdiNjm0uEiDW5GtpaoduOqg9OexITJ8CmQzB1MlxPz3HqCo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:in-reply-to:references:user-agent:date:message-id:mime-version:content-type:sender; b=HlcNIiRdwgQwLuqvHtVtzUEtHvlOfxD2ssYN+/5fF+oeXjDsc0BLodS2WooYpoKwdYWflz0BHxd4krLHk8/nRtVZbZT+mET0LbhRBKS9p3uEStYm6EDpKvijsl1EB3T9/BN03Ky8AwLQDeokShFhu93L6LGEMKoRBLj1KwthL6I= Original-Received: by 10.67.15.8 with SMTP id s8mr1209897ugi.1196802538572; Tue, 04 Dec 2007 13:08:58 -0800 (PST) Original-Received: from bzg.ath.cx ( [81.79.24.116]) by mx.google.com with ESMTPS id p32sm423262ugc.2007.12.04.13.08.55 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 04 Dec 2007 13:08:56 -0800 (PST) Original-Received: by bzg.ath.cx (Postfix, from userid 1000) id C7B661593A7; Tue, 4 Dec 2007 21:08:54 +0000 (GMT) In-Reply-To: (Bernd's message of "Tue, 04 Dec 2007 19:07:46 +0100") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux) X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:65873 Archived-At: Bernd writes: > I tried to customize the summary buffer appearance by setting > > (setq gnus-thread-sort-functions > '(not gnus-thread-sort-by-number)) I guess it should be: (setq gnus-thread-sort-functions '((not gnus-thread-sort-by-number))) No? -- Bastien