From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/5761 Path: news.gmane.org!not-for-mail From: romeomedina@libero.it Newsgroups: gmane.emacs.gnus.user Subject: Re: How to set 'gnus-summary-sort-by-date' permanently? Date: 28 Sep 2005 04:20:59 -0700 Organization: http://groups.google.com Message-ID: <1127906459.578654.181400@g49g2000cwa.googlegroups.com> References: <1127897181.598482.321750@g43g2000cwa.googlegroups.com> <1127899399.403627.203380@g14g2000cwa.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1138671426 28750 80.91.229.2 (31 Jan 2006 01:37:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:37:06 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:35:47 2006 Original-Path: quimby.gnus.org!newsfeed.gazeta.pl!newsfeed.pionier.net.pl!news.glorb.com!postnews.google.com!g49g2000cwa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: 151.26.54.54 Original-X-Trace: posting.google.com 1127906466 11524 127.0.0.1 (28 Sep 2005 11:21:06 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 28 Sep 2005 11:21:06 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040804,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: g49g2000cwa.googlegroups.com; posting-host=151.26.54.54; posting-account=jAR8oAwAAAAzWEZi_PGTqTf56RwG205B Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:5903 Original-Lines: 30 X-Gnus-Article-Number: 5903 Tue Jan 17 17:35:47 2006 Xref: news.gmane.org gmane.emacs.gnus.user:5761 Archived-At: I think I have threading enabled (in fact, the value of 'gnus-show-thread' is 't'). According to your interpretation, I put in my ~/.gnus.el the following: (setq gnus-thread-sort-functions '(gnus-summary-sort-by-date)) , but then I don't manage to enter any group. When I try to enter a group I get a message like: Retrieving newsgroup: prova2... Loading gnus-ml...done Fetching headers for prova2...done sort: Wrong number of arguments: #[(&optional reverse) "B\"=87" [reverse gnus-summary-sort date] 3 ("/usr/local/share/emacs/21.3.50/lisp/gnus/gnus-sum.elc" . 353920) "P"], 2 . What I wish to achieve in the Summary buffer is: 1) articles grouped for thread; 2) within a thread, articles sorted by date; 3) threads sorted by the date of the thread top. Instead, gnus is following a sort-by-number principle for articles belonging to a same thread. Cheers, Rodolfo