From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67202 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-summary-toggle-threads and sort by dates. Latest reply first? Date: Thu, 31 Jul 2008 12:11:16 +0200 Message-ID: <87vdym2wjf.fsf@mat.ucm.es> References: <873alrag0r.fsf@mat.ucm.es> <87r69bff15.fsf@marauder.physik.uni-ulm.de> Reply-To: Uwe Brauer NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1217499146 8374 80.91.229.12 (31 Jul 2008 10:12:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Jul 2008 10:12:26 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M15659@lists.math.uh.edu Thu Jul 31 12:13:12 2008 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 1KOV9Z-0007Kp-Vm for ding-account@gmane.org; Thu, 31 Jul 2008 12:13:02 +0200 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 1KOV89-0002jV-Pc; Thu, 31 Jul 2008 05:11:33 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1KOV88-0002jI-7i for ding@lists.math.uh.edu; Thu, 31 Jul 2008 05:11:32 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1KOV84-0003jK-IS for ding@lists.math.uh.edu; Thu, 31 Jul 2008 05:11:32 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1KOV8P-0003sg-00 for ; Thu, 31 Jul 2008 12:11:49 +0200 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KOV80-0007zd-FZ for ding@gnus.org; Thu, 31 Jul 2008 10:11:24 +0000 Original-Received: from maportatil12.quim.ucm.es ([147.96.6.137]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 31 Jul 2008 10:11:24 +0000 Original-Received: from oub by maportatil12.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 31 Jul 2008 10:11:24 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: maportatil12.quim.ucm.es X-Hashcash: 1:20:080731:gmane.emacs.gnus.general::DuB2MardhjnLgaq0:00000000000000000000000000000000000004R6l User-Agent: Gnus/5.110009 (No Gnus v0.9) XEmacs/21.4.19 (linux) Cancel-Lock: sha1:3IpaBDEcebFXds3yPaklqcVQQlc= X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67202 Archived-At: >>>>> "Reiner" == Reiner Steib writes: > On Wed, Jul 30 2008, Uwe Brauer wrote: > There is already the sorting predicate function > `gnus-thread-sort-by-most-recent-date'. But there was no command > `gnus-summary-sort-by-date' yet. > Could you try if current CVS or the following command meets your > expectations? > (defun gnus-summary-sort-by-most-recent-date (&optional reverse) > "Sort the summary buffer by most recent date. > Argument REVERSE means reverse order." > (interactive "P") > (gnus-summary-sort 'most-recent-date reverse)) Thanks I tested it with ngnus-10 (3weeks old) it seems to fit my needs but I will continue testing it and report back Uwe