From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.help Subject: Re: how to sort article by date descend? Date: Wed, 08 Sep 2004 12:40:39 +0900 Organization: Emacsen advocacy group Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1094615100 6183 80.91.224.253 (8 Sep 2004 03:45:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Sep 2004 03:45:00 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 08 05:44:51 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C4tO6-0007Wa-00 for ; Wed, 08 Sep 2004 05:44:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C4tTL-0001uc-Tk for geh-help-gnu-emacs@m.gmane.org; Tue, 07 Sep 2004 23:50:15 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsmi-us.news.garr.it!newsmi-eu.news.garr.it!NewsITBone-GARR!fu-berlin.de!uni-berlin.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 8 Original-X-Trace: news.uni-berlin.de jVGtVDskLz72YSFKlhgrxggO3MsWbs6BHtg/sfF65a1Ih41o0= X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:RnyPS7pSB7b6CrYhPFp0HTUMrT0= Original-Xref: shelby.stanford.edu gnu.emacs.help:125148 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:20501 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:20501 If I don't misunderstand your wish, you can do it using the following command in the summary buffer. `C-c C-s C-d' or `M-x gnus-summary-sort-by-date RET' If you want to sort articles in reverse order, use the prefix argument as `C-u C-c C-s C-d'. It may be better to turn off the threading by `C-M-t' or `M-x gnus-summary-toggle-threads RET'.