From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/34172 Path: main.gmane.org!not-for-mail From: Nick Papadonis Newsgroups: gmane.emacs.gnus.general Subject: sorting groups by score Date: 09 Jan 2001 16:25:06 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035170148 29000 80.91.224.250 (21 Oct 2002 03:15:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:15:48 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 7341DD049E for ; Tue, 9 Jan 2001 16:26:04 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id PAB19872; Tue, 9 Jan 2001 15:25:28 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 09 Jan 2001 15:24:52 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id PAA09159 for ; Tue, 9 Jan 2001 15:24:41 -0600 (CST) Original-Received: from h0050bad6338d.ne.mediaone.net (h0050bad6338d.ne.mediaone.net [24.91.116.11]) by mailhost.sclp.com (Postfix) with ESMTP id 55DE7D049E for ; Tue, 9 Jan 2001 16:25:07 -0500 (EST) Original-Received: (from nick@localhost) by h0050bad6338d.ne.mediaone.net (8.9.3/8.9.3) id QAA02204; Tue, 9 Jan 2001 16:25:06 -0500 X-Authentication-Warning: h0050bad6338d.ne.mediaone.net: nick set sender to nick@coelacanth.com using -f Original-To: ding@gnus.org User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Channel Islands) Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 12 Xref: main.gmane.org gmane.emacs.gnus.general:34172 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:34172 Hi I am sorting groups by score and am wondering why they are sorted: - Most read at bottom of screen. - Least read at top of screen. Shouldn't it be reverse because after reading a group, you automatically visit the next one below it. Any insight appreciated. Thanks. ;; sort groups by score (add-hook 'gnus-summary-exit-hook 'gnus-summary-bubble-group) (add-hook 'gnus-summary-exit-hook 'gnus-group-sort-groups-by-score)