From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/20008 Path: main.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Fran=E7ois_Pinard?= Newsgroups: gmane.emacs.gnus.general Subject: Re: Help - specialities entering a group Date: 22 Dec 1998 06:10:51 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: 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 1035158299 14846 80.91.224.250 (20 Oct 2002 23:58:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:58:19 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id RAA15038 for ; Tue, 22 Dec 1998 17:16:03 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.1/8.9.1) with ESMTP id QAB00928; Tue, 22 Dec 1998 16:15:47 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 22 Dec 1998 16:13:24 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id QAA20177 for ; Tue, 22 Dec 1998 16:13:08 -0600 (CST) Original-Received: from jupiter.rtsq.qc.ca (rtsq.grics.qc.ca [199.84.132.81]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id RAA14960 for ; Tue, 22 Dec 1998 17:12:58 -0500 (EST) Original-Received: from ariel.progiciels-bpi.ca by jupiter.rtsq.qc.ca (8.8.8/8.8.8) with SMTP id RAA17190 for <@jupiter.rtsq.qc.ca:ding@gnus.org>; Tue, 22 Dec 1998 17:12:18 -0500 Original-Received: from icule.progiciels-bpi.ca (uucp@localhost) by ariel.progiciels-bpi.ca (950413.SGI.8.6.12/950213.SGI) via UUCP id RAA11986 for ding@gnus.org; Tue, 22 Dec 1998 17:14:02 -0800 Original-Received: by icule.progiciels-bpi.ca (8.8.8/8.8.8) id GAA01296; Tue, 22 Dec 1998 06:10:52 -0500 Original-To: Forum of ding/Gnus users X-Face: "b_m|CE6#'Q8fliQrwHl9K,]PA_o'*S~Dva{~b1n*)K*A(BIwQW.:LY?t4~xhYka_.LV?Qq `}X|71X0ea&H]9Dsk!`kxBXlG;q$mLfv_vtaHK_rHFKu]4'<*LWCyUe@ZcI6"*wB5M@[m écrit: > I usually read my mailgroups threaded. I would like that, when entering the > `i18n.incoming' mailgroup, and only that one, threading be automatically > suspended, and the equivalent of `C-u C-c C-s C-d' done, so messages be > sorted most recent first. Thanks to those who took the time to help. Here is my current solution, which is acceptable to me, and installed in my `.gnus' file: ;; Sorting of articles in the summary. (setq gnus-article-sort-functions '((lambda (t1 t2) (not (gnus-article-sort-by-number t1 t2)))) gnus-thread-sort-functions '((lambda (t1 t2) (not (gnus-thread-sort-by-number t1 t2))))) (defun fp-gnus-select-group-routine () (let ((name gnus-newsgroup-name)) (setq gnus-show-threads (and (not (string= name "i18n.all")) (not (string= name "i18n.incoming")))))) (add-hook 'gnus-select-group-hook 'fp-gnus-select-group-routine) It is based on the fact that I discovered that I like seeing last messages first, so I activated it everywhere. Threading works nicely using this, as the sort is reverse among threads, but forward within threads. I preferred to not use `G p', even if it is nicer, because my `.gnus' gets remotely synchronised between systems (including splitting rules), while `.newsrc.eld' just may not be. -- François Pinard mailto:pinard@iro.umontreal.ca Join the free Translation Project! http://www.iro.umontreal.ca/~pinard